Slide number progresses during slide transition

Aug 26, 2021

Hey there! 

I was wondering if there's a fix for this issue:

I've added an auto-generating number for the slides in our knowledge check pool. (Further context: only four randomly selected questions are shown to the user from the pool of questions.)

We had a teacher point out that, right before the results slide appears, the "Knowledge check #" increments by one for a brief moment. If you take a look at my attached video, watch the "Knowledge check #" title right before reaching the results slide.

I know this is such a minor issue, but I was wondering if there's a fix for this. Or even a smart workaround anyone could suggest. Thank you!

3 Replies
Ren Gomez

Hi Alexa,

Thanks for reaching out! It would help to see what triggers you have set for your Correct/Incorrect slide layers, but my guess is you have a Hide Layer when user clicks Continue before a Jump to next slide trigger?

If you remove that first Hide Layer trigger, does that help with the glitch? Looking forward to hearing back!

Ben McKenna

Hey Alexa, maybe instead of directly referencing the in-built variable, you could create a new variable to display, and set that one when the timeline starts. For example:

  1. Create a new number variable called something like 'DummySlideNumber'
  2. Add trigger to each slide:
    Set DummySlideNumber to Menu.SlideNumber when timeline starts
  3. Change the variable reference on each slide to 'Knowledge check: %DummySlideNumber%'