Customize drag-and-drop failure caption upon retry limit being reached
I have a fairly simple drag-and-drop that I've set up.
Each time, if a user submits, the normal failure caption is displayed, which is good.
However, I'm setting my retry limit to 3. Upon the 3rd incorrect try, if the user clicks Submit, I don't want the normal failure caption to display. Also, I want all the original Drag items to be hidden on the slide.
Instead, I want a number of new items to be displayed.
I've tried doing this by creating a variable (say, "Var1"), and by assigning an Advanced Action to the Failure of the drop-and-down interaction. The Advanced Action is a Conditional action:
If Var1 is less than or equal to 2, then continue and Increment Var1 by 1.
Else, Show [all the items that I wish to display] and Hide [normal failure caption and each original drag item].
This is not working.
Any ideas would be appreciated.
