Hello Guys,
Everything's in the title,
I'd like to remove the feedbacks at the end of the quiz but keep the quiz results and scoring and display it at the end of the quiz.
i tried to remove it from the quiz settings but it seems that when you get rid of the feedback in the quiz settings you also get rid of the quiz results.
To sum up I'd like to show the quiz results (pass/fail and a little text) but not the feedbacks on each questions.
Anybody already did that?
Thanks.
Comments
Comment #1
sivaji_ganesh_jojodae commentedIn file quiz.pages.inc function theme_quiz_take_summary() line no ~504 comment the line
I have added this as a feature request to quiz 4.x. In quiz "global configuration" form you can turn on/off the feedback printing. Hope this will help others.
Comment #2
sivaji_ganesh_jojodae commentedI have added form element to
quiz_admin_settingsand a IF check to functiontheme_quiz_take_summaryCommitted to quiz 4.x-dev branch.