Feedback and Advance when Correct

wfzen wrote:

How do you create customized feedback. I don't want popup dialog box or another page as a window. I just want to show the feedback at a specific locaion and the user click next question to continue. How can I do that?Thanks! I have a few quiz questions that do that. It usually involves having the feedback defined as text boxes on the same page. These text boxes are initially not visible.The Check Me button has some conditions associated with it. At the simplest level, I check If(RightAnswer) is checked, then Show Correct Answer. Else, Show Incorrect Answer. There are more complicated ways of doing it. I've had some questions with four answers, and each answer has its own feedback. In that case, I just assign an action to the answer (which is in the form of a clickable button). The action runs an action group that Hides all feedback texts and then Shows the appropriate feedback text.Kevin

Discussions have been disabled for this post