ELSE condition for numeric entry?

Jun 05, 2013

Hello, I have four numeric entry fields on a slide. There are two "correct" combinations (1,4,2,3 and 2,4,1,3) which jump to a "correct" slide when the user clicks the submit button. That part I have coded and working properly using AND conditions. However, I cannot figure out how to have any other combination of numbers result in jumping to a "wrong" slide when the user clicks the submit button.

I've tried using NOT EQUAL TO conditions, but that is only working on combinations where there are no matches at all. If one field matches the correct conditions, the trigger does not work.

Here is a screen shot of what I am trying to do.

Thank you;

Thomas

2 Replies
Phil Mayor

The simplest way I can think of is to use two T/F variables on the submit button have a trigger that sets it to one to true if == to 1,4,2,3, another trigger to set the other to true  if == 2,4,1,3

Then 2 triggers if not equal that set the respective to false, then on the submit button jump to correct if either the variables == true or false if both == false

This discussion is closed. You can start a new discussion or contact Articulate Support.