test questions

Actually I see this as pretty straight forward. You will need two variables, a check my answer button for each question, one question per page, and a trans parent gif to cover up the answers to keep them from trying more than twice.On each page set the transparent gif to not visible and cover up the answers. We will show it after 2 attempts.Page level action: On Show; Modify variable, Target: _numTries; Value: 0; Modification: SetOn Click Actions On your Check my Answer button:Modify variable, Target: _numTries; Value: 1; Modification: AddModify variable; Target: _numRightFirstTry; Value: 1; Modification: Add; Conditions ALL: Question variable on this page is correct _numTries = 1Show transparent gif Conditions: _numTries > 1Additional actions to show feedback text boxes as you desire.Once you have one question done, copy and paste the entire page and then adjust the condition to use the question variable on this page.

Discussions have been disabled for this post