[WPLMS LEGACY] Disable “SAVE QUIZ” during quiz in progress

Home Forums Legacy Support Support queries Other issues [WPLMS LEGACY] Disable “SAVE QUIZ” during quiz in progress

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #363008
    squallhajime
    Spectator
    Dear support, How can i disable the "SAVE QUIZ" for all courses? I tried the below code but it does not work.
    .single-quiz .incourse .incoursequiz_details a.save_quiz.button {
    display:none !important;
    }
    Please advise
    #363009
    squallhajime
    Spectator
    This reply has been marked as private.
    #363062
    Veronica
    Moderator
    try to use this div#wplms_quiz .incourse .incoursequiz_details .incousre_quiz_button a.start_quiz.button {display:none;} refer: https://prnt.sc/17907tj
    #363185
    squallhajime
    Spectator
    Dear Support, The code causes "Start Quiz" button missing. https://i.ibb.co/7nP0Grw/2021-06-29-14-26-52.jpg Please help
    #363187
    squallhajime
    Spectator
    Dear Support, the code has been removed for now, as the "Start Quiz" button is not displaying using the code. Please assist.
    #363378
    Ada
    Participant
    Hi, Yes, please use this css code it will not hide start quiz button.
    
    div#wplms_quiz .incourse .incoursequiz_details .incousre_quiz_button a.start_quiz.button {display:none;}
    
    div#wplms_quiz .incourse .incoursequiz_details .incousre_quiz_button a.start_quiz.button.full {display:block !important;}
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘[WPLMS LEGACY] Disable “SAVE QUIZ” during quiz in progress’ is closed to new replies.