Interactive video drag and drop

Hi folks,

I have the problem that in the second task of the video - drag and drop -

the items can only be dragged in the correct dropzones - otherwise they

return. seems to be a bug in the pluggin, has anybody heard of that before?

kind regards!

 

BV52's picture

Hi ptberger,

Creating a Drag and Drop with multiple dropzones and multiple draggables is a three step process:

  1. Add the drop zones
  2. Add the draggables and place a check on all the dropzones. This tells the draggable that it can be dropped to any of the dropzones.
  3. Re-open each drop zone and place a check on the correct draggable. This tells the activity which draggable is the correct answer.

I've fixed your content and uploaded in this thread.

-BV