Forum Discussion
DeannaJones-70f
8 months agoCommunity Member
Freeform multiple answer question
Is there a trigger I can add to a free form multiple select question- basically the correct answer is to choose any 2 out of 4 objects. There isn't any particular 2 that need to be select- any two out of the four will do.
- JHauglieCommunity Member
One way to do this would be to create a simple variable ("simplevariable") and then increment by "+1" with any choice of any object. When the "total of simplevariable = 2" then the trigger can execute to do whatever action you are wanting to execute.
So you would assign the variable to each of the four objects on the slide that could be selected, and then the learner can select whichever two in order to execute the desired next action.
- DeannaJones-70fCommunity Member
Thank you. I'm going to try this!