Forum Discussion
MarkusJakobsen
9 years agoCommunity Member
Date limit or password protect course
Hello,
I'm looking into ways of protecting our courses from being illegally redistributed or accessed after a certain date. The two ways I have thought of so far are either to use the built-in Jav...
PhilippeJEANTY
7 years agoCommunity Member
Hi Matthew
I look at your ExpiryDate.story above. Neat.. but then how to incorporate this ? I suspect this is the first slide.
You would add a trigger like
Show layer "expired" when "courseExpired" changes, if "courseExpired" is equal to True
and have a layer on that slide that says "Expired, please obtain a new version" and a a trigger on the layer that says:
Exit course when the timeline reaches xx second
and in case the "courseExpired" is false a trigger on the base layer that says:
Jump to Next slide when "courseExpired" changes, if "courseExpired" is equal to False
Is that about correct ?