No video

The JavaScript snippet that can tell TIME in Storyline!

Learn how to use a JavaScript snippet to display the current time in Articulate Storyline 360. This tutorial is perfect for beginners looking to enhance their eLearning design skills. Discover advanced techniques for customizing your Storyline projects using JavaScript. Dive into the world of mobile learning and eLearning authoring tools with Articulate 360. Watch now to elevate your Storyline projects with this innovative approach!
If you would like learn more visit learningdojo.n....
CODE USED
// Get Date Info
let currentDate = new Date();
let hours = currentDate.getHours();
let minutes = currentDate.getMinutes();
//Combine both
let timeStamp = hours + ":" + minutes;
//Pushing data to Storyline
let player = GetPlayer();
player.SetVar("currentTime", timeStamp);
player.SetVar("hours", hours);
Chapters
00:00 Introduction
00:56 Storyline and JavaScript
01:17 Time Use Cases
01:50 Setting Up Storyline
02:25 Changing My Image
03:28 Variables Used
04:17 Adding the JavaScript Snippet
04:33 Wallking Through the Code
06:50 Previewing Your Project
08:01 Adjusting the Time
08:18 Conclusion

Пікірлер: 8

  • @edge9751
    @edge9751Ай бұрын

    Hi Jeff, thanks so much for posting this! I'm just starting to go through your tutorials and think it is wonderful that you've found an intersection between computer science and instructional design! I haven't heard that many people talking about it online. As I was first learning Storyline, I always thought of it as "Diet Coding", and now I'm moving onto the real deal with JavaScript, haha. I have animations I'm having trouble with in my ID portfolio project, so JavaScript gives me hope that I could do some customizations to fix them. :)

  • @LearningDojo

    @LearningDojo

    Ай бұрын

    Glad you liked it. Yes, depending on what you are trying to do, JS will at least help go beyond the out of the box limitations. More to come on this so make sure you subscribe.

  • @marionsams8905
    @marionsams89058 ай бұрын

    seems like a useful tool. Could this be used to determine if the synchrony effect is indeed impacting learning outcomes?

  • @LearningDojo

    @LearningDojo

    8 ай бұрын

    Great question, if you track it with xAPI statements I’m sure you could measure impact. The key is knowing at what point do you track the behavior that happened and send that to the LRS.

  • @gonzalex
    @gonzalex8 ай бұрын

    Hello, I am trying to buy your course but your webpage does not work and I cannot find a contact email

  • @LearningDojo

    @LearningDojo

    8 ай бұрын

    This link is not working? www.udemy.com/course/create-elearning-courses-with-articulate-storyline-360-or-3/?referralCode=FD98FD55C7E5400CE3E9

  • @omarfarag7023
    @omarfarag70238 ай бұрын

    ❤🎉

  • @LearningDojo

    @LearningDojo

    8 ай бұрын

    Thanks!