Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Multiple text entry with numeric ranges, one submit button????

New Here ,
Aug 21, 2015 Aug 21, 2015

Ok, so I need to make a slide with multiple text input boxes in which the user has to input a number within a specific range into each box. 

So for example:

Box 1 (correct answer between 5 and 10)

Box 2 (correct answer between 10-15)
Box 3 (correct answer between 20-25)

Based on the correct input for each range, the user would be brought to a different slide.  So, for example, with all 3 in the correct range the user would get an "good job!"  If they missed box 3 they would be brought to a slide explaining their mistake.  And if they missed the range for both boxes 1 and 2 they would be brought to a different slide explaining their errors. 

There should be only one submit button for the three ranges, upon which the decision as to where to go would be made. 

Any suggestions?

152
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 21, 2015 Aug 21, 2015
LATEST

Are you used to advanced actions? Can the TEB's sequence be imposed? I once wrote a blog post, describing the work flow for One Submit button for Multiple TEB's

This work flow could be used, but the conditional action to be triggered by the unique Submit button will be more complicated because you'll have to use multiple decisions in this case, one for each TEB with a combi-condition using the operator AND.  I would suggest one or more extra user variable besides the variables associated with the TEB's: v_correct1 will be set to 1 if first answer is correct, v_correct2 for second etc. That way you can add decisions to check the combinations of the correct answers. I am sure it is possible.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources