Skip to content Skip to main navigation Skip to footer

hide the submit button

Welcome to QSM Support Forum. Forums QSM Pro Support hide the submit button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4953
    Mariusz MireckiMariusz Mirecki
    Participant

    How can I hide the Submit your answer button?

    I am using logic to show the correct answers and I do not need the button.

    I tried changing the type o quiz to not-graded, but the button is still there.

    #4954
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Mariusz,

    This can be done only with custom CSS code. Please paste the following CSS code in Appearance -> Customize -> Custom CSS.

    .qsm-submit-btn{
        display: none !important;
    }

    Please do tell me whether the above code worked or not. In case, it doesn’t work then please share the quizz’s URL with me so that I can help you with the required code.

    Kind regards,
    Kriti

    #4955
    Mariusz MireckiMariusz Mirecki
    Participant

    It worked brilliantly! thanks!

    This logic plugin is AWESOME! It’s going to revolutionise the way I drip content to my students.

    Just please get this Certificate working 🙁

    Can’t wait to put the rest of my newly acquired add-ons to test 🙂

    #4956
    Kriti SharmaKriti Sharma
    Keymaster

    Mariusz, it is good to know that the css code worked for you. And our development team is working on the issue regarding certificate addon. Hopefully, we will provide you a fix soon.

    Kind regards,
    Kriti

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.