Feedback and Advance when Correct

For anyone wanting more details on how to create customized feedback , the following will allow you to: 1. Hide the next button if the question isn't answered2. Show a reminder text (that the user must answer the question to continue)3. Show feedback for a correct answer4. Show feedback for an incorrect answerThere are many variations that could be done with this, for example:1. Instead of having feedback text appear on the page, have the user go to a Feedback page that has a "back" button to return to the question2. Only allow the user to go forward if they answer the question correctly3. Create unique feedback based on the option the user choseInstructionsCreate three text boxes, for this example, name them:1. CorrectText2. IncorrectText3. ReminderText Enter the feedback you want to display to the user in the appropriate text box. The ReminderText should be something like "You must select an answer to continue."Create a check answer button with the following actions:Note: The "question_variable" referenced below is the "associated variable name" for the question, which can be found by double clicking the question icon.ShowReminderTextGeneral Tab: On: Mouse Click Action: Show Target: ReminderTextCondition Tab: Variable: Question_variable Relationship: Is EmptyElse Tab: Action: Hide Target: ReminderTextShowCorrectTextGeneral Tab: On: Mouse Click Action: Show Target: CorrectTextCondition Tab: Variable: Question_variable Relationship: Is CorrectElse Tab: Action: Hide Target: CorrectTextShowIncorrectTextGeneral Tab: On: Mouse Click Action: Show Target:IncorrectTextCondition Tab:Two conditions (select All of the Following radio button): 1. Variable:Question_variable Relationship: Is Not Correct 2. Variable:Question_variable Relationship: Is Not EmptyElse Tab: Action: Hide Target: IncorrectTextFinally, copy and paste the HideNextButton action to the page level

Discussions have been disabled for this post