• Resolved Grandjean

    (@flograndjean)


    Hello,
    With the Quiz Maker plugin, I would like to know how to make the answers to the “true-false” questions mandatory so that the person can’t move on to the next question without having answered?
    Also, the display of the “see result” button is incorrect, it is displayed as inactive when it is active (the browser I use is chrome with Windows 10 pro).
    Can you help me?
    Many thansk in advance


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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @flograndjean,

    Thank you for the topic.

    As to the first question, you can make use of the Make the questions required option (Quizzes > particular quiz > Settings tab). 

    By enabling this option, the users can pass on to the next question, only if they answered the previous one. 
    Please note, that this feature is available only in the Pro version of the plugin. 
    So, you can contact us via this form for further investigation of your case. Our customer care specialists will always be happy to help you.
    Commercial products are not supported in these forums.

    As to the second case, connected to the styles of the See result button. 
    We have checked and noticed that the conflict comes from the Theme (Weston) you are using.
    It added lots of styles with !important, due to which the problem occurred for you.

    See the screenshot below:

    For now, we can suggest you the following alternative solution. 
    However, in case a problem occurs in the future again, you will need to get in touch with their Support Team so they can help you in this regard since the problem comes from their side. 

    Please take the Custom CSS codes and insert them into the Quizzes > particular quiz > Styles tab > Custom CSS option.

    Then, replace YOUR_QUIZ_ID with the corresponding Quiz ID (e.g. 3, like this div#ays-quiz-container-3).

    Do not delete the space after it.

    div#ays-quiz-container-YOUR_QUIZ_ID input#ays-submit,
    div#ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID .action-button,
    div#ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID .action-button.ays_restart_button {
    background-color: #a46b38 !important;
        color: #ffffff !important;
        padding: 8px 10px !important;
        border-radius: 3px !important;
        border: 1px solid !important;
    }

    div#ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID .action-button:hover {
    opacity: 1 !important;
    }

    Thank you.

    Thread Starter Grandjean

    (@flograndjean)

    Thank you very much for your quick answer and your help !

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin Quiz Maker : “true-false” questions and display problem’ is closed to new replies.