Problem with actions on textboxes
September 1, 2009 12:00 AM
the "question_000x" variable will contain whatever text is in the text object that is paired with the radiobutton object. So if you have distractor one say "The big pink monkey likes ice cream", question_000x will be equal to "The big pink monkey likes ice cream" so you can test against that actual case. In the demo, 1,2,3 just happen to be what i used for the text items. I could have used 10, 30, monkey, and had the feedback check for 10, 30, monkey to display fb1, fb2, fb3 respectivley.
JJS said:In my multiple choice questions, I want immediate feedback, so I've created textboxes with actions that display the textboxes when the user clicks each check box. However, all these textboxes pop up when the user selects AND deselects each check box. How can I program this action of displaying a textbox ONLY when the user clicks to put a check mark in the check box and NOT when they click to take the check mark out of the check box?
Discussions have been disabled for this post