Home › Forums › Legacy Support › Support queries › Other issues › Unable to go to next unit after submitting assignment
Tagged: assignment, next unit
- This topic has 34 replies, 4 voices, and was last updated 4 years, 2 months ago by neuromath.
-
AuthorPosts
-
August 8, 2020 at 2:02 pm #281196neuromathSpectatorHi, I'm not able to go to next unit after submitting an assignment. I've already added the codes given in another thread: https://wplms.io/support/forums/topic/assignment-submission-and-unit-locking/page/2/ but that doesnt seem to work This is the video:https://www.screencast.com/t/BV6ER80Nn6c This is the settings I have: https://prnt.sc/tw8krh This is the assignment settings: https://prnt.sc/tw8l52 May I know what other settings need to be turned on? Currently I have this already: https://prnt.sc/tw8huh And then I tried to evaluate, it still doesnt show next unit https://www.screencast.com/t/j0IZGMr22 Please helpAugust 10, 2020 at 12:10 pm #281552VeronicaModeratorhi, sorry for the delay in response due to support holiday well that code wouldn't work for you remove the code first. and let me know the course url/assignment url and make sure you have the course connected to the assignment and assignment also should be connected to the course please provide the details i will test the further thanksAugust 11, 2020 at 2:46 pm #281982neuromathSpectatorHi, I've removed the code. This is the course url: https://neuromathonline-lms.com/course/democourse/ and yes, it's already linked to course: https://prnt.sc/txtvht This is the assignment url: https://neuromathonline-lms.com/assignment/sample-assignment/August 11, 2020 at 2:46 pm #281983neuromathSpectatorThis reply has been marked as private.August 12, 2020 at 7:48 am #282224JacksonBlockedHello, I found that next unit button hide , so use this code after that it will be show: #unit_content .unit_prevnext a#next_unit { display:block !important; } RefeR:" https://prnt.sc/ty7wdr Thanks,August 12, 2020 at 10:13 am #282270neuromathSpectatorhi Jackson, But that's not correct, having that css code, causes the next unit to appear even before student submits anything. What I want is to have it appear when student has submitted the assignment.August 13, 2020 at 9:29 am #283437JacksonBlockedHello, According to your topic subject you want to say that you are not able to access the next unit after submit assignment, Solution: Sometime css conflict and some other events hide from it like here next unit button was hide , Using code given by me , We can see the button and move to next unit after submit assignment, But here you are saying this: I want is to have it appear when student has submitted the assignment. Solution: For this you have to enable the "Previous Units/Quiz must be Complete before next unit/quiz access" setting from the course settings, refer: http://prntscr.com/dvik0o If there is another issue please share proper video Thanks,August 13, 2020 at 11:49 am #283824neuromathSpectatorHi Jackson, The topic subject says "unable to go to next unit after submitting assignment", but your solution causes the next unit to appear even before submitting the assignment. I've already enabled "Previous Units/Quiz must be Complete before next unit/quiz access" as stated in my first post https://prnt.sc/tw8huh I've also shared the video in the very first post https://www.screencast.com/t/BV6ER80Nn6c Have you taken a look at them?August 14, 2020 at 10:56 am #288075JacksonBlockedHello, Yes, i have found the issue, after assignment submit, when i press next unit, I found this: https://prnt.sc/tzic1z Please do update all plugins according to theme version and cache should be disabled after that check and let me know if any issue, Refer: https://prnt.sc/tzie8e T ThanksAugust 14, 2020 at 11:20 am #288122neuromathSpectatorHi Jackson, Thanks for checking the outdated plugin, I've updated those available. But regarding the security check issue, I dont think that's plugin related. I got that too, when I used the css code given by you: #unit_content .unit_prevnext a#next_unit { display:block !important; } And only got it working again, when I removed the code. It seems that the next unit happens from your backend logic, and since you force it to be visible, clicking on next violates that rule (your logic doesn't allow to go next when you have not submitted assignment) Can you try to revert that? you should get that working again. That was also why I tried to used the code listed in this forum https://wplms.io/support/forums/topic/assignment-submission-and-unit-locking/page/2/ but since Veronica said that's not the right solution, I'm asking for more advise on what should be the right one.August 15, 2020 at 3:34 am #289646neuromathSpectatorHi Jackson, are you doing anything to the website? I have many issues appearing with LMS now. and the hosting company gave back with these apache loghttps://prnt.sc/tzwkjw Can you please fix that ASAP please???August 15, 2020 at 4:09 am #289705neuromathSpectatorHi Jackon, Can you revert your previous changes please? Now next button always appear there even before student clicks on "Mark this unit complete" Not only this is causing issue to Assignment, this is affecting all places like unit, quiz.Now, users are reporting the security page issue since they can click next unit anytime. Please revert asap.August 15, 2020 at 6:38 pm #291155neuromathSpectatorI've removed the code that you put in the google analytics code section. Why did you put it there instead of in the customiser? It took hours for me to find that, users are affected because of that. That brought my issue back to square 1. Let me put in list points on the issue again:
- Before submit, Next Unit button should NOT appear
After user upload file, and click submit, then Next Unit button should appear. But it is currently NOT appearing. <span style="text-decoration: underline;">This is the issue</span>.
please advise. I've to turn off "Previous Units/Quiz must be Complete before next unit/quiz access" for the time being to avoid the issue.
August 16, 2020 at 11:47 pm #292500JacksonBlockedHello, Dear user, Sorry for late reply due to support holidays, I have put code in wplms>>footer because some time code not reflect from customizer section, And in last two days , we do nothing in your website, Now can you give me a point, what you want to do there, Thanks,August 17, 2020 at 5:30 am #292773neuromathSpectatorThis is the issue that needs your investigation:- Access course with assignment
- When reaching the assignment, before uploading & clicking submit, Next Unit button does not appear. This is OK
- After user upload file, and click submit, Next Unit button does NOT appear. This is NOT OK
- Teacher evaluates the assignment and marked. Next Unit still does NOT appear even after refreshing. This is NOT OK
-
AuthorPosts
- The topic ‘Unable to go to next unit after submitting assignment’ is closed to new replies.