Bummer, understood question wrongly. That will be a bit more complicated, there is no system variable that tracks the number of attempts on question level. This will work:
- create three click boxes in exact the same location over the location where user has to click: CB_1, CB_2, CB_3
- each click box has one attempt, only the first CB_1 is set to be visible and has no Failure caption, for CB_2 and CB_3 create the wanted Failure caption
- attach the wanted action On Success to each click box
- as Last Attempt action for the first click box CB_1 create a standard advanced action FirstAttempt
- as Last Attempt action for the second click box CB_1 create a standard advanced action SecondAttempt
Cumbersome work flow, I know. Even with shared actions, which I would recommend if you have version 7. Problem is that you always have to change the parameters, in this case the ID's of the click boxes if you need this multiple times in the project.
Lilybiri