Forum Discussion
Using variables
Here’s an example of one of those slides. I had to change everything there and remove the audio (internal info), but basically, the task is to drag and drop three options correctly. After that, a layer with additional information should appear, and the “Move Forward” button should become active.
In practice, users did drag all three options correctly, but nothing happened afterward. Thank you.
I added a second slide for testing.
When I then Previewed the entire project, I was able to get through the activity, as you said you were during testing as well. FORWARD took me to the next (new) slide. I got those same results whether I put the correct answers in one box or separate boxes. Whether or not I attempted to put wrong answers in the box.
However, if I reached the second slide and used the menu to return to the first slide, I could not run it a second time. The drag functionality worked, but it never showed the layer.
This is because you never reset your variable. So, on the second time through, it was already 3 and the user is adding another 3 to it. If you reused the same variable in your second slide, then the same thing would have happened.
To fix it, all you need to add is another trigger:
When Timeline starts on this slide, set DSR_TEAM to value 0
From a usability viewpoint, I would suggest that you also prevent the user from putting their answers in the same boxes. This can be done by sliding the drop zones off screen as soon as a correct answer is dropped on it.
Related Content
- 10 months ago
- 10 months ago
- 10 months ago
- 10 months ago