Drag & drop question without submit button

H! I was wondering if I can make a drag & drop quiz where, when the drag object is dragged onto the drop target, feedback is immediately given, or an image is displayed, without having to click the submit button first. Is that possible?

Sorry, thought I had a solution for you, but after posting it, I realized that it didn’t work!

1 Like

Thank you @Chante for your active contribution to our community. Keep up the good work!

Here is a sample of how to show feedback immediately without a Submit button, if I understand your question correctly, @Mel
The steps to create it are:

  1. Add a number variable to determine if the user has completed the quiz. (Home tab > Variables)

  2. Add events-actions to each drop target:
    image

  3. Add the Submit action to the On Change event of the question, with the condition that the flag equals to the total number of drop targets.
    image

dragdrop_autoSubmit.approj (784 KB)

Hope this helps!
Regards,

2 Likes

Thank you Hang, that helped and was exactly, what I was looking for.

1 Like