Drag & Drop / Click & Drop
I have a drag and drop interaction that I also made into a click and drop interaction for accessibility reasons. When the user clicks on an object and clicks on a target, and it is not the correct target, the state of an images changes (along w text and audio) to let them know and the object does not move. If they select the right target, the object moves onto the target. It also functions as a drag and drop but the drag and drop portion isnt working as the click and "drop" function does. The first time I drop the object into the target, it snaps it back to its original location, but the second time I drag it to the incorrect object, it allows it to be dropped on that target. I am using a freeform quiz for this to work as the drag and drop would not allow for me to make it into a click and drop. I wonder if anyone would know why this is happening. File is attached.