How can I change the aswer format?

  • irenzara
    Asked on October 15, 2016 at 12:44 PM

    Hello sorry can I make a bit deferent test so that instead of choosing they just write the correct answer in the gap and how can I make  it  be calculated as a right or wrong answer.

  • eceblngn
    Replied on October 15, 2016 at 2:18 PM

    Hi, 

    You may solve your problem by Conditional Logic. The correct answer can be checked by using "Condition" in your form. After adding a text box to your form, click on Segment&Embed segment and choose "Condition" from above.

    If you want to display a message at the end of the test, to show whether the answer is correct or not, you can choose "Thank you" page that will display a message.

    Since you are going to check the correct answer in the text box, kindly choose TextBox Field from the dropdown menu next to the "if" statement. In this part, you can compare the answer to the correct value, whether they are equal, not equal, etc. 

    After creating your condition(if..state..value), you can choose what the page will display (in the do ... segment). For example, you can create custom message on submission. 

    If you want to show two different pages, one for correct and one for not correct, you can create two conditions,

    You can learn more about Conditional Logic at this page : https://www.jotform.com/help/57-Smart-Forms-Using-Conditional-Logic

    I hope it helps.