Forum Discussion
AmyCowan
5 months agoCommunity Member
Boolean variables
I'm struggling with my first course! I have a drag-and-drop interaction where learners are supposed to complete a chart by putting each of the answers (20 buttons with text) in the appropriate cell....
Nedim
5 months agoCommunity Member
How do you validate your interaction? By submitting? If so, you could use this trigger:
Question.Correct is a built-in variable.
Otherwise, you would have to create 20 triggers "Adjust alltaskscompletedvariable to True when each correct variable changes if other 19 are also True". If you are willing to share how exactly your interaction is setup we could figure out shorter solution to unlock the Next button.