• Resolved mgluzman

    (@mgluzman)


    I am setting my my OER course using WP and decided to include several self-assessment checks using QSM quizzes/surveys. However, I cannot turn off the comment. No matter what I do, there is still a comment field that shows up under each question. I do not have any theme activated in QSM. I have comments turned off everywhere. I also checked a forum thread about this very issue and copied the custom piece of CSS that was recommended, which did not resolve the issue.

    I added a link to one of the pages that uses a quiz but this issue appears in all quizzes. Any help would be greatly appreciated!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @mgluzman

    You can disable the comments from the quiz options tab. There are settings to enable comments just set it to “NO” and save it and then clear the website cache and then check.

    Please check the below-given screenshot for your reference.

    Screenshot: https://nimb.ws/whjRX8

    Let me know if you need more help.

    Regards,
    Sumit

    Thread Starter mgluzman

    (@mgluzman)

    Hi @sumitsanadhya

    I have done that. I have also included custom CSS to hide the comment field.

    Thanks.
    –Mariya

    Hi Mariya,

    Please add the below-given CSS code in the additional CSS section of the WordPress customizer and then clear the website cache and browser cache and then check.

    #mlwQuizComments {
    display: none !important;
    }

    .qsm-comments-label {
    display: none !important;
    }

    Let me know if you need more help.

    Regards,
    Sumit

    Hi Mariya,

    Is your issue resolved or still facing the same issue?

    Regards,
    Sumit

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comment option cannot be disabled in quiz’ is closed to new replies.