Setting up the drag and drop functionality is very frustrating. I have one slide that contains 10 drag objects and 17 possible targets. The one-to-one drag/targets work fine. The problem I'm having is setting up the activity based on Custom Types.
- 3 targets (Custom type: "AAtarget")
- 3 drag objects (Custom type: "AA")
- each of the drag objects is correct for all 3 targets (many-to-many)
I've tried setting up the correct answers in the following manners:
Drop Target | Drag Source | Count |
AAtarget | AA | 3 |
Drop Target | Drag Source | Count |
AAtarget1 | AA | 1 |
AAtarget2 | AA | 1 |
AAtarget3 | AA | 1 |
Regardless of the set up, the targets accept more than one drag object.
Any suggestions?