Forum Discussion
A Solution to rounding in Storyline – without using Javascript
- 1 day ago
Hello everyone,
I have some great news to share! We just released another update for Storyline 360. In Update 112, we’ve included essential fixes and new features. One of the new features we’ve included is:
- Simplify reporting with a built-in option that rounds quiz scores to whole numbers.
Launch the Articulate 360 desktop app on your computer to take advantage of this update, and click the Update button next to Storyline 360. You’ll find our step-by-step instructions here.
Please let me know if you need additional help.
It would be great if Storyline could add a rounding operator !!! For time calculations it is a must !!!
...
In my usecase, I used a rounding scale of triggers :
If RawVar > 1, affect 1 to RoundedVar
If RawVar > 2, affect 2 to RoundedVar
And so on...
In my case it's OK because it is a countdown timer using Project.Elapsed.Time divided by 60 000 and I wanted the time without funny decimals.