Forum Discussion
luigizirpoli
2 months agoCommunity Member
How to Block a SCORM on Clients' LMS Platform
HEllo, one of our clients has asked us to include a type of restriction within the SCORM files (which we produce on their behalf using Storyline 360 and Rise 360) to prevent the SCORM from being pla...
MathNotermans-9
2 months agoCommunity Member
As at the moment i only have mobile access, i cannot show a fully working sample. But here some dummycode that gives you a headstart.
var end = new Date('2024-11-01');
var now = new Date();
if (end - now <= 0) {
/*here you show a layer locking progress, or a blocker or even completely close the Windows*/
}