Videos
Blogs
October 7, 2019
Multiplication in columns with Captivate (1)
October 7, 2019
Multiplication in columns with Captivate (1)
…
Hello Captivaters !…
This time I work with multiplications in columns… General style is “Nombre_A” x “Nombre_B” = “Nombre_C”
I define the numbers with JavaScript. They are randomized.
window.cpAPIInterface.setVariableValue(“Nombre_A”, Math.floor(Math.random()*900)+100);
window.cpAPIInterface.setVariableValue(“Nombre_B”, Math.floor(Math.random()*90)+10);
And use Expression to define Nombre_C (Expression => Nombre_C = Nombre_A * Nombre_B)
I use the “scrolling text” widget to display the answers, as we can’t align the text in the TEB to the right.
I control the results with conditional actions.
Happy Captivating !…
…
I'm a former teacher (and headmaster) in french primary schools. Now I work as a freelance on the net as a webmaster. I used to work with Flash for many years, but now I'm starting to discover Captivate and find it amazing !...
Similar Blogs
Subscribe to our newsletter
Subscribe now
That's it! Thank you for subscribing to our newsletter!
The Adobe family of companies may keep
me informed with personalized
emails about ELearning Community Content and News. See our Privacy Policy for more details or to opt-out at
any time.