Forum Discussion
Can I have multiple correct drag object/drop target combinations?
Perhaps the easiest way is to create Dropped Correct and Dropped Incorrect states that are duplicates of Normal state, and set the DandD option to show drop state immediately. Then on each object, show the Submit button (previously hidden) if each of the other states is Drop Correct or Drop Incorrect.
Thanks for you quick reply! That sounds good, but of do I write a trigger to show the submit button if each of the other states is Drop Correct or Drop Incorrect ? It seems like I have to choose betweem the two, but I need the "or"...
- WaltHamilton2 years agoSuper Hero
I misspoke when I said this:
if each of the other states is Drop Correct or Drop Incorrect.
I should have said:
if the state of each of the other drag objects is Drop Correct or Drop Incorrect.
Sorry.
Since they cannot be two states at the same time, the and won't work for you.Once they are dropped, they change to either Drop Correct, or Drop Incorrect. The or option is what you want.