Hello,
I switched my quiz system to in course quiz. It is really awesome!
But, I just want to change something: After getting the results of the quiz, there is a button called "back to course". When my students click that button they redirecting single course page and they assume that the course is finished. Then, they are asking where is our badges, certificates..
So, instead of "back to course" button, can we change it to "finish the course" button if it is possible.
Thank you for great work and support!
Its better to hide that button in in-course quiz. So to hide add the bellow css in your appearance->customize->custom css:
.user_quiz_result>a.button {display:none;}
Can we add finish course button? Or add some icon to tell close the quiz?
Finish course button would not be possible but we can add a cross icon in results.
We can add the cross icon in the next update, right now its not available.