Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть How to Pull Current Date in Articulate Storyline [Using JavaScript]

  • Learning Dojo
  • 2022-11-12
  • 4802
How to Pull Current Date in Articulate Storyline [Using JavaScript]
articulate storyline 360 advanced techniquesarticulate storyline 360 javascript tutorialArticulate Storyline 360JavaScriptLearning and DevelopmentLearning DevelopmentInstructional DesignInstructional DevelopmentArticulate Storyline for beginners
  • ok logo

Скачать How to Pull Current Date in Articulate Storyline [Using JavaScript] бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно How to Pull Current Date in Articulate Storyline [Using JavaScript] или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку How to Pull Current Date in Articulate Storyline [Using JavaScript] бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео How to Pull Current Date in Articulate Storyline [Using JavaScript]

Using JavaScript inside of Articulate Storyline gives you extended features and capabilities. You can create custom animations, detect the user's operating system, and more. One of the cool things you can do is detect the current date and time the user is taking your course and then change content based on the date.

In this example, I walk you through how to pull the date and format it to display to the user. I also show you how to isolate the month and then change a state of a Storyline object depending on the month. So you can modify things in your training like backgrounds or variable information to personalize content based on when the learner is taking the course. All it takes is the simple code snippet below and some logic inside Storyline. Check it out.

let currentTime = new Date();
let month = currentTime.getMonth() + 1;
let day = currentTime.getDate();
let year = currentTime.getFullYear();

// Putting it together
let dateString = month + "/" + day + "/" + year;

//Pushing data to Storyline
let player = GetPlayer();
player.SetVar("todaysDate", dateString);
player.SetVar("month", month);

🥷 Link to Full Courses
Articulate Storyline 360: https://courses.learningdojo.ninja/c/...

Storyline & JavaScript: https://courses.learningdojo.ninja/c/...

Adobe Captivate: https://www.udemy.com/course/adobe-ca...

xAPI Fundamentals: https://courses.learningdojo.ninja/c/...

Camtasia: https://www.udemy.com/course/masterin...

Articulate Rise 360: https://courses.learningdojo.ninja/c/...

If you would like learn more visit https://learningdojo.ninja

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]