• Resolved smaggio

    (@slier)


    Required dropdown field doesn’t work cause it check the string value “No Answer Provided” instead of void value.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Slier,

    Hope you are doing well!

    Can you please explain the problem in detail you are experiencing right now. Actually I used the Question type: dropdown to create a new question and then I also provided the required options from which user can select his answer. Everything is working pretty fine.

    I also used the required dropdown field in the advanced settings of the question settings. But I am not able to replicate the issue. Can you please explain what I am doing wrong to replicate the issue.

    Regards,
    Kriti

    Thread Starter smaggio

    (@slier)

    Hello,
    thank you for answering.
    The problem is in the file js/qsm-quiz.js line 444.

    if ( check_val == "No Answer Provided" ) {

    but the value in my select form is void

    <option value='' selected='selected'>No Answer Provided</option>

    It doesn’t even work in this demo on the question “This is an example of using a drop-down menu. What is 2+2?”:
    https://quizandsurveymaster.com/quiz/sample-quiz/

    I solved changing the js in this way:

    if ( check_val == "" ) {

    I use the last plugin release on windows10/chrome.

    • This reply was modified 5 years, 4 months ago by smaggio.

    Hello Slier,

    The issue you just mentioned needs an in-depth look. Please give us some time to have a detailed look. We will get back to you as soon as we have some resolution to the problem.

    Kind Regards,
    Kriti Sharma

    Hi Slier,

    The issue you mentioned above came out as a bug. Thank you for detecting this. We will try to remove it in the next update.

    Kind Regards,
    Kriti

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Required Dropdown doesn’t work’ is closed to new replies.