Forum Discussion
kimberlylococo
9 years agoCommunity Member
Drag and Drop RESET option
Is there anyway to add a RESET option when creating a Drag and Drop activity. I love using the Freeform options when creating quizzes but it would be nice to have a RESET button on Drag and Drop que...
AlexiaArroyo
Community Member
Hi Kimberly,
That makes sense! So I played around and here's what I'd do:
1. Create Variable: TryAgain (Type: Number/ Value:0)
2. On your TryAgain layer, create the following trigger: Add 1 to TryAgain when user clicks TryAgain variable
3. On your Base layer, add the following trigger: Show layer Incorrect when user clicks the Submit button IF TryAgain is greater than or equal to 2.
NOTE: You can change the number 2 to however many attempts you'd like to give the learner.
There might be a simpler way to accomplish this, but I went ahead and attached an example. Good luck!
AmandaHegney
4 years agoCommunity Member
thank you so much for this :)