Required to run - newbie here!

May 16, 2012

Hey there!

This stuff is probably covered somewhere in front of my nose, so excuse my ignorance. I've got to say that Storyline promises to be alarmingly good for my purposes - but, I'm the guy that needs a lot of hand-holding with new stuff - and, this is new! I'll start by asking these questions:

I have 2 projects -related, but separate.

Each will have it's own website.

I am running an instruction set with quiz and a student evaluation, at each section/chapter.

1. I assume that once a student registers as a website member, he will use the Storyline intermittently - back and forth, over a few days

- is the member's data stored? Where and how?

2. I assume I am able to mount the completed Storyline to my host account

- what host service(s) is required? SQL, etc?

3. Can the member get his "results" whenever he wants?

4. Are there some recommended sites, I can look through?

Thanks in advance.

6 Replies
Russell Still

Although I'm not one, most people on here use an LMS. Some of them will certainly chime in and explain how you can store and report data in an LMS environment.

Regarding more conventional database storeage, no, there is no real I/O component built in to Storyline. Some data may be held in a cookie on the user's computer, and will be accessible in multiple sessions IF the user clicks "Yes" to the the resume prompt at startup. If you turn that prompt off (as I usually do), then no, no session data whatsoever is stored anywhere.

Having said all that, you could write some JavaScript procedures that handled database I/O for you. Unfortunately, the iPad Mobile Player app does not interpret JS at this time.

Yes, you can implement your Storyline project to any conventional host. There are some MIME settings that are required, but no SQL access or other extensions are required.

You might want to visit www.StorylineAuthors.com. A number of former beta testers banded together to create a Library of SL articles there. Good stuff.

Simon Perkins

Steven Keely said:

LMS?


In brief, a typical LMS will allow you to:

  1. manage user data, e.g. add/edit/remove users with/without custom fields (name, email, password, dept, location, etc)
  2. manage course enrolments, e.g. allocate specific courses to specific learners, allow learners to request access as opposed to enrolling instantly, etc
  3. handle email alerts/notifications internally, e.g. send reminder emails etc
  4. track user activity, e.g. date of first access, date of last access, number of accesses, pre-score (if any), post-score (if any), total time spent, pass/fail, completion/non-completion etc
  5. and lots more, e.g. custom reports, customised branding, adding of other resources ...
  6. do all this online, i.e. as an extension of your website, e.g. www.yourcompany.com/elearning

If you want to manage what your learners have access to and subsequently report on their activity, then an LMS is (usually) the best way forward.  And they don't have to be expensive.

I've known people look to save money by building their own methods of capturing user data (usually at login) but they've rarely been happy with it unless they need minimal information.  

This discussion is closed. You can start a new discussion or contact Articulate Support.