May 8, 2018
Adobe Captivate – Performing Calculations in Advanced Actions
Comments
(5)
May 8, 2018
Adobe Captivate – Performing Calculations in Advanced Actions
I've been an eLearning designer and developer since 2005. In 2015 I started my own eLearning design company. I began creating Adobe Captivate video tutorials to help promote my business through my YouTube channel at https://youtube.com/captivateteacher. My intention with my YouTube videos was to attract attention from organizations looking for a skilled Captivate developer. This strategy proved successful as I've worked with clients worldwide, helping them build highly engaging eLearning solutions. In addition, my YouTube channel presented another benefit of attracting aspiring Captivate developers to seek me out as a teacher. I now offer online and onsite training on Adobe Captivate, teaching users the skills to build engaging and interactive learning.
Legend 639 posts
Followers: 1000 people
(5)

A colleague of mine asked about creating an advanced action that would calculate a person’s birthday if they were turning 21 today.

5 Comments
2020-02-24 15:11:58
2020-02-24 15:11:58

Can you make a calculation in Captivate such as a calculator that could calculate the time we all spend in meetings.  Average salary per participants, amount of participants and the amount of time they spend in meetings (hours/minutes).

Like
()
(2)
>
amygt
's comment
2020-02-25 12:08:13
2020-02-25 12:08:13
>
amygt
's comment

You would need to write an advanced action that uses the Expression command a number of times. For example, if you wanted to calculate the average age of five people who you typed in their ages on a previous slide you could write an advanced action like the following…

Expression _total_age = Text_Entry_Box_1 + Text_Entry_Box_2

Expression _total_age = _total_age + Text_Entry_Box_3

Expression _total_age = _total_age + Text_Entry_Box_4

Expression _total_age = _total_age + Text_Entry_Box_5

Expression _averagage_age = _total_age / 5

Like
()
>
amygt
's comment
2020-02-25 16:18:06
2020-02-25 16:18:06
>
amygt
's comment

Here is a more detailed explanation: https://youtu.be/UMaqQGtiqls

Like
()
2018-05-16 22:34:25
2018-05-16 22:34:25

Very nice lesson Paul. It really launches the imagination on a few other dynamic expressions. Thanks Paul.

Like
(1)
(1)
>
Phil Cowcill
's comment
2018-05-17 02:36:17
2018-05-17 02:36:17
>
Phil Cowcill
's comment

Yeah, I liked this one as well. A nice simple solution in search of a problem 😉

Like
(1)
Add Comment