Drag and drop - quiz

How to make quizzes with drag n drop?

Hi @claustronborg,

Can you give an example of how you are imagining such a quiz might look and function?

Geoff

understand you are asking - something like this: H5P - Drag and drop on Vimeo

You would need 2 things in your code:

  1. Drag, or pick up & drop - see Size of objects - #8 by techleapnz

  2. Collision events, so that you can detect when the dragged object meets the placeholder object/space

I recommend making a prototype in CoSpaces of what you’re wanting first, so you can get clear about the functionality and behaviour.

Geoff