Hide an image once Drag n Drop completed?
October 27, 2008 12:00 AM
First, since you don't have room for a "Done"-type button, I'd remove the grayed-out Next image and let them think they're going to click Next to go to the next page. On top of the regular Next button put an invisible button with an action that displays a message box saying something like "Wait - you must finish the activity before continuing." Then, on the Conditions tab for that action, use the name of the question's variable in the Variable field (you can find the question's variable name in the "Associated Variable Name" on the General tab of the question's Properites dialog box). What, if anything, you put in the other two fields (Relationship and Value) depends on what you really want to test for. If you want to test that they completed the drag-and-drop question correctly, then put "Is Correct" in the Relationship field and you're done. If you just want to test whether they put every drop item into a drop target, then it's a little trickier, because you'll have to test for every possible combination of drag objects and drop targets. (If that's what you need to do, let me know and I'll post instructions for that.) If you just want to test that they drag-and-dropped at least one item, then put "Is Not Equal To" in the Relationship field and leave the Value field blank (because, as soon as they do one drag-and-drop, that question variable will have a value). Does this make sense? LauraP.S. Frankly, I don't understand where a timer would come into play, but maybe I'm missing something...Edited By: Tecocat on 2008-10-29 12:22:39
Discussions have been disabled for this post