Blog Post

Articles
1 MIN READ

Re: 2 Easy Ways to Track Course Completion Without an LMS

At a previous place we used a database to manage our learner accounts. We used the web objects in a different way.

The user logged into a web page that was connected to the database and was given a URL that when clicked dropped a cookie on their PC. And it launched the course.

On the last slide we had a web object that we moved off screen. In the web object was an .asp file that read the cookie's data and sent completion info back to the database. We were able to collect who took the course, they passed the course quiz, and when it was completed.
Published 11 years ago
Version 1.0

2 Comments

Comments have been turned off for this post
  • ToniNemec's avatar
    ToniNemec
    Community Member
    Tom, what you are describing sounds very similar to what we were doing in Studio 09 with Perl scripts. We have upgraded to Stroyline1 and have been unsuccessful in linking to our scripts again. If you could provide a working model for Storyline1, it would be wonderful.