Forum Discussion
Change drag and drop target and item to hidden upon drop?
I made a similar interaction, with all the "sorting cards" in one pile and two visible locations to drag the card to. These stayed in a normal state. I made all the content first, then converted it to a drag-and-drop question.
Then, when each draggable card was dropped at the correct location, I set its state to "Hidden." Here is a copy of the Trigger Wizard if that can help.
If you are looking to match two drag and drop sections, you could set up a True or False variable for each word combo. The trigger could look like "Set "DefTerm1" to true when the user drops "definition" to object and "term" to object. Then, if the value is actual, you update your Change of state trigger to the true value. I haven't tested this approach, but I assume it should work!
I hope this helps 🙂