Sample Test with Feedback in Text Boxes?
July 29, 2008 12:00 AM
I don't have a quick example but here is generally how you do it. Say you have two questions on the page. Create Not Initially Visible text boxes (unchecking the visibility property on the text box), one for correct and one for wrong for each question. I like to use the same color as the background so it makes it easier to edit the them (transparent shows the text behind).Place the two for question 1 on top of each other near question 1. Likewise for Q2.Have an button that says something "Check My Answers". Attach an action for each question. On the General tab Show the correct feedback text box for the first question. On the Condition tab, select the Question variable and Select "Is Correct" for the Relationship. On the Else tab, show the wrong feedback text box.Add a second action for question 2.Now, if you want the learner to try again, you will need to hide all these text boxes at least when they click the button again so simply group ALL 4 text boxes and add an action on the button BEFORE the other two actions to Hide the group.
Discussions have been disabled for this post