Skip to main content
Participant
August 21, 2015
Question

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

  • August 21, 2015
  • 1 reply
  • 167 views

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?

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    August 21, 2015

    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.