Creating Engaging User Interactions in Storyline using JavaScript

Тәжірибелік нұсқаулар және стиль

From my presentation at the Chicago eLearning & Technology Showcase. I use a tiny bit of JavaScript in Storyline to allow the user to calculate their own paper use in this Sustainability course.
Check out the video where I build the base to this project: • Nextless eLearning - R...
For custom eLearning development please reach out to me at Illumen Group (illumengroup.com)
Learn to develop in Storyline professionally: masterstoryline.com

Пікірлер: 13

  • @danielbaker7082
    @danielbaker70823 ай бұрын

    I really appreciated this. Especially the idea of labelling the JavaScript variables with JS to avoid confusion. But also the general instruction you include about how JS works with Storyline. you are a good teacher. Looking forward to more lessons from you.

  • @bcaar66936
    @bcaar66936 Жыл бұрын

    So cool!!! Thank you!

  • @darrenrobinson777
    @darrenrobinson7773 жыл бұрын

    And this is exactly why I subscribed to your channel. Thanks!

  • @marcelvanlierop
    @marcelvanlierop5 жыл бұрын

    Well, you got me interested in JS :) Great video as always. Thanks!

  • @dennieswan548
    @dennieswan5484 жыл бұрын

    Good example of JavaScript application in Storyline. Is it possible to control the storyline navigation options using JavaScript? in my current project want to use custom GUI with optional navigation features like (volume control, play/pause).

  • @eLearningLocker

    @eLearningLocker

    4 жыл бұрын

    Sorry it took so long to reply! I missed this. It is difficult to do this but you could create your own custom controls using triggers on the Master Slide.

  • @maxos7968
    @maxos79684 жыл бұрын

    Hello ! Amazing work, I've discovered your channel yesterday and I'm finding a lot of inspiration. Just one question not related to JavaScript : is the scrolling background a slider ?

  • @eLearningLocker

    @eLearningLocker

    4 жыл бұрын

    So glad you are enjoying! The background is kind of a slider. It is a dial as well. So there are a few dials that are moving at different speeds.

  • @ornellalerouzic8809
    @ornellalerouzic88092 жыл бұрын

    Hi there ! Thanks for this video :) I have a question about formulas. How do you do to add numbers ??? I tried this but it's not working var player = GetPlayer(); var n1 = player.GetVar('Number_1'); var n2 = player.GetVar('Number_2'); var n3 = player.GetVar('Number_3'); var n4; n4 = (n1+n2+n3); player.SetVar('Number_4', n4);

  • @dekiidjr8745
    @dekiidjr87453 жыл бұрын

    can you share the Javascript code ?

  • @bluebird0208
    @bluebird02084 жыл бұрын

    Amazing! How would you make calculations with larger values (i.e. above 1000), to show with a comma? I've seen your other video kzread.info/dash/bejne/a3elzMGaYJW0paw.html but doesn't quite work as expected.

  • @eLearningLocker

    @eLearningLocker

    4 жыл бұрын

    Hey there - thanks! It should add the commas larger then 1000. How did it not work as expected? Perhaps I need to revisit my other project!

  • @bluebird0208

    @bluebird0208

    4 жыл бұрын

    @@eLearningLocker It was more to do with me not having much experience with JS. I've since managed to tweak the code enough to add the commas.

Келесі