JavaScript in eLearning for beginners Workshop
Comments
(14)
JavaScript in eLearning for beginners Workshop
I have worked in the eLearning industry for over 15 years. I enjoy making tools/applications/web apps do things they were not meant to do. I have launched several tools to help develop better eLearning. CoursePortfolios.com: Explore demos from the world's best eLearning designers and developers. Where the most creative eLearning professionals share demos of their craft. ReviewMyElearning.com :  The is the best way to collect feedback from SMEs, Team Members, Clients, etc. Plus it's all in the cloud. I use my skills to create custom solutions for Web, Mobile, and Desktop. Primarily in the eLearning arena but we provide solutions for many other industries.
Newbie 17 posts
Followers: 44 people
(14)

Join us for a session on the fundamentals of JavaScript. During this session, you will learn about:
• What is JavaScript
• Tools used to write and test JavaScript
• Discovering and Accessing Captivate Elements with JavaScript
• Updating Captivate Course Styles and Functionality with JavaScript

Watch Now
Ask questions or share your feedback in the comments section below. Start a discussion on social channels using #AdobeELWorld2020
14 Comments
2020-12-30 22:30:02
2020-12-30 22:30:02

Cool content that combines Captivate & Javascript. Although I’m a newbie, after this session, I feel more confident and keen on exploring Javascript and its capabilities. Thank you.

Like
(2)
2020-11-15 06:25:28
2020-11-15 06:25:28

Very well explained and informative !!

Thank you

Like
(3)
2020-07-02 10:14:33
2020-07-02 10:14:33

An excellent and highly informative presentation. JavaScript has been something I have been meaning to explore and this was enlightening. The examples were good and I experimented with a project by pausing the video, having a go, and then continuing. It would be helpful to have the script examples to download, but there is nothing like experimenting and learning! This has given me some ideas to help solve some issues and add new functionality. Thank you.

Like
(6)
2020-06-25 21:38:30
2020-06-25 21:38:30

I feel like there’s a need for more content in the world in general on uses and how-to’s for JS and Captivate. This workshop did a great job showing both! Well done!

Like
(7)
(1)
>
anastasiam
's comment
2020-07-01 00:47:01
2020-07-01 00:47:01
>
anastasiam
's comment

Thanks! I am considering doing a series that covers more uses and how-to’s so please let me know what particular topics/challenges you would be interested in.

Like
(4)
2020-06-25 16:25:36
2020-06-25 16:25:36

Great info and well explained. Thanks!

 

Like
(5)
2020-06-24 17:44:57
2020-06-24 17:44:57

I started watching the pre-recorded version.  Handouts would have been helpful.  It was hard to follow what was being said in reference to where James was pointing on the screen.  Zooming in when needed would have been helpful.  I also felt like it jumped around and back and forth quite a bit.  Wasn’t a nice flow for me.  I did take away a few nuggets on resources so hopefully I can use these tools and sites to build my knowledge and skills.

Like
(5)
(1)
>
Amy Casavechia
's comment
2020-07-01 00:45:06
2020-07-01 00:45:06
>
Amy Casavechia
's comment

Sorry Amy! There was so much to cover in such a short time.

I am considering doing a series so that I can break it all down into more usable chunks. Please let me know what particular topics/challenges you would be interested in.

Like
(4)
2020-06-23 13:38:02
2020-06-23 13:38:02

Hi – I have had unexpected issues come up for a client this week, and I may not be able to watch these pre-recorded presentations until next week or this weekend. Will I still be able to access them?

Like
(7)
(2)
>
winstona72491238
's comment
2020-06-23 14:18:12
2020-06-23 14:18:12
>
winstona72491238
's comment

Yes it will be available.

Like
(4)
>
winstona72491238
's comment
2020-06-23 14:19:13
2020-06-23 14:19:13
>
winstona72491238
's comment

Yes.

Like
(4)
2020-06-23 06:19:45
2020-06-23 06:19:45

Thank you for the excellent workshop. It was very helpful. Is there JavaScript that can pause Advanced Action scripts that use “Delay Next Action” when the user pauses the slide? We would like to use the Advanced Action scripts to trigger state changes, but when the user pauses the slide the changes get out of synch with the audio.

Like
(6)
(2)
>
mariskt20
's comment
2020-06-23 13:18:43
2020-06-23 13:18:43
>
mariskt20
's comment

hi,

you can consider using audio on object states instead, so that they play when you trigger a state change.

to answer your original question, we dont have a command in the JS interface to pause advanced action scripts once it is triggered, but give my suggestion a try!

Regards,

Aditya

Like
(4)
>
mariskt20
's comment
2020-06-30 07:50:26
2020-06-30 07:50:26
>
mariskt20
's comment

You have to very careful with two newer features in Advanced actions: as you already mentioned ‘Delay Next…’ but also the ‘While’ loop do not take into account any pause nor pausing point.  Audio and pausing the timeline, whether with Pause command or by using a Pausing point (quiz slides, D&D slides, interactive objects) can mess up things. Using object or state audio instead of slide audio can be a solution… but if it has started playing because the object has appeared, it will not be paused neither. Ditto for clicks started by Play Audio.

Like
(4)
Add Comment