Forum Discussion
Drag & Drop assistance
I've taken a different approach to JudyNollet​ Her's is probably the wiser choice, but here I am anyway.
What I've done is ignore the incorrect feedback layer and instead made a Reset Wrong Choices layer. This has your same code, only instead of checking for the status Drop Incorrect it checks a true/false variable for each Box. (Box1, Box2, Box3 etc etc)
On the Base layer I've added 16 variable checks. 2 for each option
If Homelessness Interacts with Box 1 set variable Box1 to True
If Homelessness Interaction Ends with Box 1 set variable Box1 to False
Emergency shelter checks with Box 2. etc etc.
And for the submit button I changed it to
When user clicks Submit
Show layer RESET Wrong Choice
if Box1 = value False
or Box2 = value False
or Box3 = value False
etc etc
Else Submit Interaction
My workaround basically allows the user to attempt it as many times as they like, and they can't technically fail this slide, they will always pass.
Here's your project with my modifications. Again I feel Judy's is probably easier. But it's always nice to see other ways of reaching the same goal.