Question
Change state for wrong drag sources after submit
Hi,
i'm working on a project where the user can drag multiple text on multiple drop target.
I know that I can have a "drag rejected" state for sources just after the drop, and that i can have "drop incorrect" state for drop target after submitting.
But actually i need to highlight the wrong drag sources after submitting the quiz.
Is there a way to change the state for wrong (or right) drag sources only after the submit?
Thanks