More Drags than Drops

Unfortunately, you cannot create bogus drag items in a drag and drop or matching question. However we are looking into adding these possibly adding these features later on.Drag and drop / matching questions are always tracked by pairs. So if they match up the first item with it’s drop area, but get the second and third item flipped their answer will look like: 1-1,2-3,3-2.So, based on this you can manually grade the question yourself and allow bogus choices. In your drop image, leave enough room to place your bogus choices far away from where the actual answers are placed. Once the question is created with all of your items, including the extra items you can now place a check answer button or something similar on the page. When they click the button, you can have an action that does something if they answered correctly. On the action, have a condition for each pair. For instance, if your question has 5 choices and the last two are bogus items you would have three conditions to make sure they matched up the first 3 pairs correctly:only perform the action if all of the following are trueif question_variable contains 1-1 andif question_variable contains 2-2 andif question_variable contains 3-3then they got all three items correct.Here is an example title, which demonstrates the above scenario: 2005-08-17_175712_extraDragItems.zip

Discussions have been disabled for this post