Drag & Drop Failures?
Does anyone understand how a "failure" works?
I have written a JavaScript which should execute "on failure", but I am not sure what classifies as a "failure".
My Drag & Drop has a "reset" button to return everything to its original spot and allow the user to keep trying until they get the correct answer, at which point it executes another JavaScript to go to the next slide (working).
I turned on "failure caption" for debugging, but apparently dragging an incorrect combination of sources does not count as a failure?
How my project currently works:
- There are 6 sources.
- There are 3 targets.
- When the correct sources are dragged onto the correct targets, it goes to the next slide (working).
Thank you in advance.
