Question
Is there a way to prevent submit on a drag and drop until it has been completed?
Hello,
I am using a drag and drop as one of the questions included in my quiz, and I want to prevent that the user clicks Submit (and with it move to the next slide) until all of the drop boxes have something in it.
What DID NOT WORK:
- I covered the submit button with a transparent smart shape in the hopes to make it unclickable... (I dont think this will ever work)
- I gave each drop box a variable, and when an object was placed in it, toggled the value of the variable to 1
- After each drop, it was checked to see if all of the drop boxes have something in them, and if so, remove what was covering the submit button.
Any other ideas?
