Blog Post

E-Learning Challenges
3 MIN READ

Using JavaScript and Articulate Storyline #132

DavidAnderson's avatar
9 years ago

Using JavaScript with Articulate Storyline #132: Challenge | Recap

Extend Your E-Learning Development Skills with JavaScript

In a recent screencast challenge, we looked at using variables in e-learning. Since most course designers don’t work with variables, it was a good opportunity to learn how variables can be used to create more dynamic and personalized learning experiences.

Another way to create dynamic courses is by using JavaScript, which is a scripting language that allows users to interact with web pages. Events like hovering, clicking, and typing can execute JavaScript to trigger an action.

In Articulate Storyline, this is all handled for you with built-in triggers. You don’t need to know a thing about JavaScript to build advanced courses.

But Storyline is designed to grow with you. If you look down the list of triggers, you’ll find one dedicated to executing JavaScript.

Keep in mind that you do not need to learn JavaScript to create highly interactive projects in Storyline. Storyline’s states, triggers, and layers are all you need to create Guru-worthy projects.

Challenge of the Week

This week, your challenge is to share a Storyline example that features JavaScript. You don’t need to build anything complicated or overly technical. Instead, focus on learning how to insert JavaScript and make something happen.

JavaScript isn’t the easiest thing to learn. If your project doesn’t work as intended, don’t sweat it. I’ll still feature your work in the recap.

Finally, keep in mind that Articulate doesn’t provide support for using JavaScript. If you run into any sticking points this week, please post your questions in the Building Better Courses forums. If the community can help, they will.

JavaScript Examples from the Articulate Community

The Articulate community has shared some amazing examples, source files, and tutorials that can help you get started. Feel free to use any of the Storyline-JavaScript downloads as the starting point for your project.

Zsolt Olah

Zsolt Olah comes up with some highly creative ways to include JavaScript with Storyline. He also does a fantastic job of writing about his projects.

Here are some articles, demos, and tutorials that will help you get started working with JavaScript in Storyline:

Melissa Milloway

Every time I open Twitter, it seems Melissa Milloway has posted another advanced idea for blending programming languages with Storyline. Here are a few of my favorites:

Aman Vohra

If you follow the weekly challenges, you know Aman Vohra is someone who likes to share advanced ways to push Storyline’s limits. Here are a few of Aman’s examples that feature JavaScript:

Kristin Anthony

Kristin Anthony shared some super-cool projects that feature JavaScript and Storyline. Check out her posts below because she does a great job of writing about her development process.

Storyline+JavaScript Source Files

Resources

Product support articles

Last Week’s Challenge:

Before you geek out on this week’s e-learning challenge, take a look at the blurred background designs your fellow community members shared over the past week:

Blurred Backgrounds in E-Learning RECAP #131: Challenge | Recap

Wishing you a JavaScriptastic week, E-Learning Heroes!

New to the E-Learning Challenges?

The weekly challenges are ongoing opportunities to learn, share, and build your e-learning portfolios. You can jump into any or all of the previous challenges anytime you want. I’ll update the recap posts to include your demos.

Published 9 years ago
Version 1.0
  • On publishing Storyline creates files based on the files in your folder C:\Program Files (x86)\Articulate\360\Storyline\player\unified\html5\lib\scripts. So the best approach is changing the things you want changed inthere. This is for the Modern Player, for the Classic Player its the other folder inthere... It depends somewhat on what files you have been modifying.
    • SocratesAnas261's avatar
      SocratesAnas261
      Community Member
      Hi Math,

      So I have a quiz and try to change a few questions.
      By the way, I have only identified the stems of the questions in the JS files, not the actual content. {Where does the actual text of the course live?}
      The file path is this C:\Users\Desktop\Javascript\Self-Assessement_Sport_Science_newJS - Storyline output\html5\data\js

      However, the 'story' HTML page is not getting modified.

      Thoughts?
      • MathNotermans-9's avatar
        MathNotermans-9
        Community Member
        Im very sorry, but guessing based on just info like this is quite hard. If you want real help..create a new post in the forum and add the .story.

        From the published output...and then just a path...its too hard to help.