Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Advance a Slide After Objects Have Been Viewed

New Here ,
Sep 16, 2019 Sep 16, 2019

I have a landing slide that has 8 or so objects that a learner can click which takes them to a slide with more info.  The info slides then go back to the landing slide where the previous object clicked is crossed off (changed state) and the learner can select another object from the list.  Once all of the objects have been clicked on, I need the presentation to advanced to the next section of the course automatically.  Any suggestions?

TOPICS
Advanced
164
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Sep 16, 2019 Sep 16, 2019

Here is what I would do.

I would create variables for each of the 8 objects such as obj1, obj2, etc, as appropriate. I would also include a total variable that sums the eight of them.
When the learner clicks on each one - the value of that variable changes from 0 to 1.

Since you are always coming back to this landing slide - make an onEnter action to check the variable such that when we come back to the landing slide - if the total is eight they can jump to whatever slide or if it isn't equal to eight we do nothing and stay on that slide.

 

Hopefully that quick rundown makes sense and addresses your question.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 17, 2019 Sep 17, 2019
LATEST

I have blogged a similar solution many times, with the difference that the action when all Boolean variables were toggled to 1, a Next button would appear, but you can replace that command Show, by Go to Next slide.

To avoid having the create all those user variables, I usually use a shared acton which I drag from an external library to the project library, one of the tricks in this blog post:

http://blog.lilybiri.com/rare-tips-for-shared-actions

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources