Multiple text entry

Jun 22, 2022

Hi,

As of the attached file here, we have three text entry fields and 3 answers which can be entered in any of the text entry field. But the answers should not repeat. I have almost completed the task but i just got stuck with one issue for which I have started this new discussion. 

The issue is, if I have entered the correct answer in the three text entry and if I edit any of the text entry just before clicking the submit button, then the feedback should be incorrect. But it shows correct.

I have attached the file in the attachment. Please do help me out with this..

1 Reply
Maria Costa-Stienstra

Hi, Gokulanathan,

Thank you for sharing the .story file!

My suggestion is to only change the values of N1, N2, and N3 when the user clicks the submit button, which will avoid letting the user change the response after those values have been set.

I also noticed that you don't have a trigger to account for an answer other than "Adidas", "Nike", or "Puma". Since the initial value of N1, N2 and N3 is 0, as long as two answers match the options above (therefore, the value is no longer 0), you will receive the correct feedback. 

Let me know if this works!