Quiz Problem with Particular Course

Home Forums Legacy Support Support queries Setup issues Quiz Problem with Particular Course

Tagged: 

Viewing 15 posts - 16 through 30 (of 34 total)
  • Author
    Posts
  • #82845
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #82873
    yoursusha6
    Spectator
    I 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.
    #83095
    Anshuman Sahu
    Keymaster
    Well 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 .
    #83213
    yoursusha6
    Spectator
    This 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/aERnm
    #83311
    Anshuman Sahu
    Keymaster
    Okay 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/dev2th
    #83343
    yoursusha6
    Spectator
    This reply has been marked as private.
    #83563
    Anshuman Sahu
    Keymaster
    Well 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 .
    #83568
    yoursusha6
    Spectator
    OMG :) 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.
    #83741
    Anshuman Sahu
    Keymaster
    For 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;   }
    #83825
    yoursusha6
    Spectator
    Ok 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.
    #83929
    Anshuman Sahu
    Keymaster
    Well 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 .
    #83931
    yoursusha6
    Spectator
    No problem, just let me know where this condition is in the code file so that I can customize it myself.
    #84165
    Anshuman Sahu
    Keymaster
    Okay this is in wp-content/plugins/vibe-course-module plugin line 2474 : http://prntscr.com/dgti6h
    #84169
    yoursusha6
    Spectator
    Yes, 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?
    #84190
    yoursusha6
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 16 through 30 (of 34 total)
  • The topic ‘Quiz Problem with Particular Course’ is closed to new replies.