Quiz Retake and Access any login user issues

Home Forums Legacy Support Support queries Other issues Quiz Retake and Access any login user issues

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #260118
    witslk
    Spectator
    Hi, I have set quiz and assign the course to quiz  then other share the quiz link to other student can access quiz who not take this course so please fix this https://prnt.sc/shx0wk Quiz Retake option could not find in current updates also i want  if i want to hide quiz retake button what is the code want to place and i am using react quiz
    #260420
    Jackson
    Blocked
    Hello @witslk, If you want hide retake quiz button then goto>>admin>>appearance>>customize>>custom css and paste code given below: .mfp-content .user_quiz_result form.quiz_retake_form { display:none !important; } I did some searching and found this setting, that may resolve this issue: In LMS--> Settings under 'Quiz Settings' there is the settings; https://prnt.sc/sithfr Thanks,
    #260659
    witslk
    Spectator
    This reply has been marked as private.
    #260797
    Jackson
    Blocked
    Hello @witslk, Goto admin>>wplms>>footer>>google analytics code and paste code given below:   <style> .mfp-content .user_quiz_result form.quiz_retake_form { display:none !important; } </style>   If not working for you then please share admin caredentials with the course URL in which you wan to hide retake quiz button,   Thanks,
    #260981
    witslk
    Spectator
    This reply has been marked as private.
    #261138
    Jackson
    Blocked
    Hello @witslk, Use this code: body.quiz-template-default.single.single-quiz #wplms_quiz .quiz_questions_content .quiz_content_wrapper form.quiz_retake_form.start_quiz { display:none !important } Refer: https://prnt.sc/skc6y7 Thanks,
    #261139
    Jackson
    Blocked
    Hello @witslk, Use this code: body.quiz-template-default.single.single-quiz #wplms_quiz .quiz_questions_content .quiz_content_wrapper form.quiz_retake_form.start_quiz { display:none !important } Refer: https://prnt.sc/skc6y7 Thanks,
    #261140
    Jackson
    Blocked
    Hello @witslk, Use this code: body.quiz-template-default.single.single-quiz #wplms_quiz .quiz_questions_content .quiz_content_wrapper form.quiz_retake_form.start_quiz { display:none !important } Refer: https://prnt.sc/skc6y7 Thanks,
    #261212
    witslk
    Spectator
    This reply has been marked as private.
    #261429
    Jackson
    Blocked
    Hello @witslk, If you want to hide this button , It will be hide for all , So please concern and tell me , After that i will give custom code fro this page , Thanks,
    #261503
    witslk
    Spectator
    This reply has been marked as private.
    #261842
    Veronica
    Moderator
    #262364
    witslk
    Spectator
    This reply has been marked as private.
    #262527
    Veronica
    Moderator
    well i think @Alex already told you that it is a issue. he has made trello card for this. please check trello card for updates: https://prnt.sc/snc8bu
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Quiz Retake and Access any login user issues’ is closed to new replies.