Home › Forums › Legacy Support › Support queries › Setup issues › Quiz Problem with Particular Course
Tagged: quiz
- This topic has 33 replies, 2 voices, and was last updated 7 years, 11 months ago by yoursusha6.
-
AuthorPosts
-
December 1, 2016 at 8:30 am #82845Anshuman SahuKeymasterThis reply has been marked as private.December 1, 2016 at 10:40 am #82873yoursusha6SpectatorI don't see any screenshot. Secondly, this was my third attempt and I could still see the answers on the completion page. Is that the reason it was not showing? I have not verified with new user yet.December 2, 2016 at 1:49 pm #83095Anshuman SahuKeymasterWell I took the quiz and Im not able to see any correct answers in it .Screenshot posted in private reply . I have emailed your screenshot at the email that you have provided on this forums .December 3, 2016 at 9:28 am #83213yoursusha6SpectatorThis is really weird. I started fresh with a new user buying the course (ASP.NET) for the first time, completing the quiz and on the results page I still see the answers. I am not sure what is happening here. http://imgur.com/a/aERnmDecember 3, 2016 at 2:49 pm #83311Anshuman SahuKeymasterOkay I just checked your site and found out that your quiz was not connected to course in quiz settings . to make the "hide correct answer" settings work you need to connect quiz to course . refer : http://prntscr.com/dev2thDecember 4, 2016 at 2:10 am #83343yoursusha6SpectatorThis reply has been marked as private.December 5, 2016 at 2:37 pm #83563Anshuman SahuKeymasterWell as the feature describes that the correct answer will not be show until the user finishes/submits the course. refer : http://prntscr.com/dfmh13 As the user has finished her course she can see the correct answer now .December 5, 2016 at 2:47 pm #83568yoursusha6SpectatorOMG :) I could not imagine that this could also be a scenario. Anyways, I want the correct answers to be hidden forever does not matter user has finished the course or not. Just showing answer explanation would be enough for me. Kindly revert asap please as we are progressing really quite slow.December 6, 2016 at 11:56 am #83741Anshuman SahuKeymasterFor that please try adding the given code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_show_quiz_correct_answer','custom_wplms_show_quiz_correct_answer',999,2); function custom_wplms_show_quiz_correct_answer(){ return false; }December 6, 2016 at 4:41 pm #83825yoursusha6SpectatorOk I can see that the correct answers are not appearing until course has finished but it's also not showing answer explanation which as I mentioned earlier needs to be shown no matter whether the course has been marked finished or not.December 7, 2016 at 8:23 am #83929Anshuman SahuKeymasterWell both of these are in sequence in code and is in same condition .So,either both of them can be hide or both of them can be shown .Sorry this is a limitation as of now and also since this is the first time ever someone has requested such feature you can a create a feature request for this here .December 7, 2016 at 8:27 am #83931yoursusha6SpectatorNo problem, just let me know where this condition is in the code file so that I can customize it myself.December 8, 2016 at 10:26 am #84165Anshuman SahuKeymasterOkay this is in wp-content/plugins/vibe-course-module plugin line 2474 : http://prntscr.com/dgti6hDecember 8, 2016 at 10:39 am #84169yoursusha6SpectatorYes, have already changed that. Thanks! Is there any way I can duplicate that function and put it into customizer.php so it does not overwrite during updates?December 8, 2016 at 11:38 am #84190yoursusha6SpectatorThis reply has been marked as private.
-
AuthorPosts
- The topic ‘Quiz Problem with Particular Course’ is closed to new replies.