activity-exercise.
March 3, 2005 12:00 AM
I have developed a fairly complicated drag and drop exercise. How do I get the feedback to happen without going ot the next page? Also is there a way to re-set the exercise so the learner can "try again" before being given the chance to see the answer? Edited By: elizabeth 4 on 38413.6588078704
Discussion (2)
Unfortunately -- you have to create your own feedback in this case. I have done this before also.Create a button that when clicked checks the value of the variable of the drag and drop question and then based on the value give feedback ( you can use the message window). Let me try to illustrate: - Create a buttonOn Click Tab - Display Message - "Good Job! Click Next to Continue"Condition Tab - (Check perfom only if true) Variable -- Your Drag and Drop Question Variable (ie...Question_0001) Relationship -- equal to Value -- The value of your drag and drop when correct (1-1,2-2,3-3......)Then create another action for the button that checks for the value that is not equal to the variable. And displays the message "try again"I am not sure if there is a way to "reset a question easily". I will look into it.Good Luck,Simon
In 2005 you can use the conditional test of Question000x "is correct" or "is not correct", that might be easier.
Discussions have been disabled for this post