• Resolved ranukaatt

    (@ranukaatt)


    For some questions, I have set the “Retry Mode”. Even with the retry mode, when a student enter wrong answer and when he click the detail tab he can see the correct answer. How can I hide it if mode is “Retry”

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ranukaatt,

    You can enable the option to hide quiz details from Tutor settings > course tab. If enabled, then students will not be able to see their quiz attempts details.

    Thread Starter ranukaatt

    (@ranukaatt)

    Thanks, I am sorry, I couldn’t find that setting on Settings > course tab. What is the name of that setting?

    Plugin Support Parag Das

    (@parag44)

    Hi @ranukaatt

    To hide this, you can add the following CSS codes on Appearance > Customize > Additional CSS.

    table.tutor-table.tutor-quiz-attempt-details.tutor-mb-32 tr th:nth-child(5) {
        display: none;
    }
    
    table.tutor-table.tutor-quiz-attempt-details.tutor-mb-32 tr td:nth-child(5) {
        display: none;
    }

    Thank you!
    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide the correct answer column?’ is closed to new replies.