OK, my answer is still completely valid. Use the counter variable and the On Enter action for the Question slide. You'll need two decisions in the conditional advanced action:
- Decision 'Always' is a mimicked standard action
- IF 1 is equal to 1
Increment v_counter
- IF 1 is equal to 1
- Decision 'CheckCount'
- IF v_counter is equal or greater than 7
Jump to FinalSlide
ELSE
Continue
- IF v_counter is equal or greater than 7
I don't know how you did set up the questions yet. If you allow the user to be able to choose twice the same question, this will not work well. You don't tell that. In that case you should use a boolean variable for each question.