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.
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.
Thanks for confirming.
So marking the topic as resolved and closing the topic.