How to "auto-expand" the answer explanation on the quiz results page

Home Forums Legacy Support Support queries How-to & Troubleshooting How to "auto-expand" the answer explanation on the quiz results page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45014
    bradphillips921
    Spectator
    Is it possible to have the answer explanation section on the quiz results show by default? I'd prefer that rather than having the student have to click the expand button.
    #45101
    H.K. Latiyan
    Participant
    You can use this script in the wplms->footer->google analytics code: <script> jQuery(document).ready(function(){   jQuery('body').find('.show_explaination.tip').trigger('click'); }); </script> NOTE: It will work only on course result page in the student's profile -> courses -> results -> open a quiz to check result. It will not work in course status page.
    #45140
    bradphillips921
    Spectator
    Thank you!
    #45290
    H.K. Latiyan
    Participant
    Thanks for confirming. So marking the topic as resolved and closing the topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to "auto-expand" the answer explanation on the quiz results page’ is closed to new replies.