Not too hard.First you need a page level action:On Show; Modify Variable; Num_Tries = 0Put all feedback boxes in a group.Then on your button you need these On Click actions:0. Hide Feedback group.1. Modify Variable; Num_ Tries; Value: 1; Add2. Show Correct feedback; Condition: Question variable Is Correct.3. Show Try Again feedback; Condition: Question variable Is Not Correct AND (CHECK THE ALL BUTTON) Num_Tries = 14. Show Second try feedback; Condition: Question Variable is not correct AND Num_Tries > 1