Slide index: Show 1/13 instead of 2/13

Hello,

my quiz has a slide index at the top of each question slide.

Slide 1 is just a picture. The first question is on slide 2.

Therefore I want the slide index on slide 2 to show “1/13 questions” instead of “2/13 questions”.

How can I do that?

The code is: %apCurrentSlideIndex%/13 questions

Hi Mike,

To achieve your goal, you should create a variable at first.
Then, on the slide On Load event, set actions to that variable equal to apCurrentSlideIndex -1.
For more detail, please take a look at the attached sample:
Sample Slide Index.approj (804 KB)

Best regards,
Thuy

Thanks a lot for your example.

It works now.