Home › Forums › Legacy Support › Support queries › Other issues › How to hide the correct/wrong marks in quizzes?
Tagged: hide marks quiz
- This topic has 5 replies, 3 voices, and was last updated 3 years, 7 months ago by Veronica.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
April 8, 2021 at 5:50 pm #351436gabrielcapiSpectatorHello, I had this ticket I updated both plugins, but I just want to know if you can help me to hide correct/wrong marks and the questions after finish a quiz. Plugins updated to last version Thank you.April 10, 2021 at 6:05 am #351669AdaParticipantHi, Yes Please add this custom css code in appearance>>customize>> custom css and then check after creating a new quiz
#course_component .course_status .question .checked_answer { display:none !important; } #course_component .course_status .question .question_wrapper.loaded { display:none !important; } #course_component .course_status .incourse .question_incorrect{ border:0px !important; } #course_component .course_status .incourse .question_correct { border: 0px !important; } #course_component .quiz_timeline .timeline_wrapper ul .done.incorrect, .done.correct{ display:none !important; }
April 14, 2021 at 9:46 pm #352479gabrielcapiSpectatorOk it's working with this, now I don't see if the answers were correct or incorrect. Is there a way to hide the questions and answer after finish a quiz? Thank you.April 15, 2021 at 11:46 am #352648AdaParticipantHi, No Questions and answers can not be hidden after finish a quiz.April 19, 2021 at 2:59 pm #353404gabrielcapiSpectatorOk, thank you.April 20, 2021 at 4:53 am #353491VeronicaModeratorclosing this one for now -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘How to hide the correct/wrong marks in quizzes?’ is closed to new replies.