Force a correct answer into quiz

Are you counting the number of times a student answers the question?Sounds like you want to count the tries and on the second wrong answer, you won't to correct it and then move to the next question.If so, add a variable for each question (Q001_Count) and set the first action for the Next button to add one to the Count variable.Then, as part of your condition for correct/incorrect, include IF Q001_Count Equal or Greater Than 2 - run the correct response action.If this is confusing, send me an email - justin.morgan@jdtc.jfcom.mil and I'll provide more detail.

Discussions have been disabled for this post