Problem with actions on textboxes
September 1, 2009 12:00 AM
Set the On Change action on each answer choice to run the action group.
within the action group
first action: hide all feedback text (these can all be in another group "feedback" for example, so you can hide the group name)
then in the actions to show each feedback set a conditional if question_000x contains the answer choice for that feedback.
so if question_0001 contains (the text of the choice) show feedback 1, etc.
So each time they click a box, the check will move, the on change will fire, the question_000x contents will change, and the correct feedback should show.
i've got a little demo if you want, I can post it to show the above.
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