How to hide the correct/wrong marks in quizzes?

Home Forums Legacy Support Support queries Other issues How to hide the correct/wrong marks in quizzes?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #351436
    gabrielcapi
    Spectator
    Hello, 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.
    #351669
    Ada
    Participant
    Hi, 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;
        
    }
    
    
    #352479
    gabrielcapi
    Spectator
    Ok 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.
    #352648
    Ada
    Participant
    Hi, No Questions and answers can not be hidden after finish a quiz.
    #353404
    gabrielcapi
    Spectator
    Ok, thank you.
    #353491
    Veronica
    Moderator
    closing this one for now
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.