Press Any Key Trigger
I am trying to build a slide where the learners have to type something in several different text boxes before being able to progress to the next part of the course. As they are all short, I would rather not spread them out over multiple slides if I can avoid it. My thought was that I would make a true/false variable for each box that would change from false to true when they type in the box and then when all the variable equal true, the submit button would allow them to progress. The trouble I'm having is making a trigger that forces the learners to write something in the box to make the variable change. I have done this before where I literally made a trigger for each letter of the alphabet, but that is super tedious. Is there a way to create a trigger that will change the variable if the learner presses any key?