Forum Discussion
Slides and variables
Hi everyone.
I'm working with storyline 360.
I've 3 slides. When I'm in the third, how can I exit course after one minute has passed since I entered the first slide?
Can you give me some suggestions?
Thanks
3 Replies
Hello GiovanniFinotto,
Thanks for reaching out!
- Are you looking to allow learners to leave the course after one minute or to prevent them from proceeding after one minute?
- Where will you be hosting your course?
I'll let our talented community members who have experience designing time-restricted courses share their experiences with you. In the meantime, you can read this article on Elapsed Time Variables to get an idea of what time-related data is readily available in Storyline 360.
- NedimCommunity Member
As Luciana already mentioned, you can take advantage of the built-in Elapsed Time variable to track the time a learner spends in the course. This variable starts counting from the moment the first slide is entered.
To trigger an action (like exiting the course) once 1 minute has passed, you can use a condition on the third slide that checks whether the Project.ElapsedTime variable is greater than or equal to 60,000 milliseconds (which equals 1 minute).
Example: - GiovanniFinottoCommunity Member
thanks! I'll try!