Forum Discussion
TechRockED
3 years agoCommunity Member
Formula calculation
Hi Everyone,
I need to perform a simple calculation in the storyline, which has the formula in it. On the first page, I have made the user to enter the inputs (x,y,z).
The Formula is (x/y)*z=P. ...
PhilMayor
Super Hero
Create four variables
X
Y
Z
P
Add the following triggers in this order: (not sure what your listener would be, but could use on click)
Adjust variable, assign value of X to P
Adjust variable multiply P by Y
Adjust variable
Divide P by Z
You should have your answer
If you need to store in LMS then create a number question and assign the value and submit and report via a results slide,
PriyankaOjha-11
18 days agoCommunity Member
Hi. I have a similar issue and cannot solve it. I have a number variable named 100CAD and I need the following calculation performed without a button to be shown: 100CAD*100. Any help will be appreciated.