Forum Discussion

MarkusJakobsen's avatar
MarkusJakobsen
Community Member
9 years ago

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 JavaScript functionality to get a password from a server and having the user enter the same password to proceed beyond the first slide, or to disable any access beyond the first slide after a set date.

Is something like this feasible either through current features, or JavaScript inside Storyline 2? I'd love to hear your thoughts!

  • GregGarner's avatar
    GregGarner
    Community Member

    Hi,

    I am trying to publish to an LMS with a date expiry option. I have a client who would like to test one of my courses, but I don't want them to have more than a day or two to try it. I see the information above about JavaScript, but was wondering if there was an easier way to set up the expire date when publishing to LMS.

     

    Thanks,


    Greg

  • SBP_Inc's avatar
    SBP_Inc
    Community Member

    Place Matthew's javascript code inside an Execute Javscript trigger on the very first slide of your project, as the topmost trigger that starts on timeline start. Once created, you should be fine to follow Matthew's directions regarding the project variable. A note to all - this technique relies on scripting support, which does not exist on all platforms and devices. See Articulate's official KnowledgeBase regarding the availability of javascript

    • MichaelAnder569's avatar
      MichaelAnder569
      Community Member

      I think an even bigger issue is that this relies on the date set on the local device, computer, etc. This can easily be bypassed is not a secure way to lock out a course after it expires. Unfortunately there is no alternative that's easy to implement.

  • jenneman's avatar
    jenneman
    Community Member

    Just tested Matthew Bibby's solution in 360. In order to make it work, I needed to delete the T/F variable and replace it with a Text variable of the same name. It's attached.

  • I'm sorry to say that this is not a good solution if your goal is to provide the SCORM to the customer and make the course expire after a given time. The problem is that the JavaScript code you write in the Storyline project is perfectly readable and editable by the customers and thus they can change the expiration date whenever they want and extend the lifetime of the course. In other words, this solution is not reliable for you as a content provider.

    The only reliable solution would be a core feature in Storyline but it seems they don't care about this because after 6 years (!) they haven't still provided it.

    • AnjaliPanakkat-'s avatar
      AnjaliPanakkat-
      Community Member
      Massimo Scali

      I'm sorry to say that this is not a good solution if your goal is to provide the SCORM to the customer and make the course expire after a given time. The problem is that the JavaScript code you write in the Storyline project is perfectly readable and editable by the customers and thus they can change the expiration date whenever they want and extend the lifetime of the course. In other words, this solution is not reliable for you as a content provider.

      The only reliable solution would be a core feature in Storyline but it seems they don't care about this because after 6 years (!) they haven't still provided it.

      Hi Massimo! Do you know where this code stays in the published folder? It will be good to know so we can protect that file too before sharing the SCORM.

      I agree that a core feature will be great. But until then.. Thanks.

  • JoeFrancis's avatar
    JoeFrancis
    Community Member

    The solution is to use a 3rd-party provider which specializes in managing the distribution of your published learning content.

    SCORM Cloud Dispatch

    SCORM Cloud is a SaaS application that lets you manage all of your eLearning in one hosted platform. If you want to deliver your courses to learners via third-party LMS' but still maintain ownership and control of those courses, then SCORM Cloud Dispatch can help.

  • I'm very disappointed that this issue hasn't been resolved over such a long period.  Hopefully someone sees this and is able to incorporate the necessary changes.