Forum Discussion
DineshHewagameg
17 days agoCommunity Member
Project.SlidesViewed not decreasing
I have a project with a loop goes to three different sections. At the end of each section it comes to the first slide which has three options to click on. I have "%Project.SlidesViewed% / %Project.To...
JudyNollet
17 days agoSuper Hero
Project.SlidesViewed will never decrease. It counts how many of the slides have been visited/viewed. That's useful for tracking progress, but not for numbering.
There are built-in SlideNumber and TotalSlides variables for page numbering a scene or the entire course.
For example, for # of # within each scene, start with the Scene.SlideNumber variable.
Then use the Scene.TotalSlides variable.
If you're counting all the slides in the course, use the Project.SlideNumber and Project.TotalSlides variables.
For further info, see Articulate's article about Built-In Variables.
Related Content
- 2 years ago