Forum Discussion
Results Slide Percent no Decimal Points
All,
I have a results slide which pulls in data from several other results slide.
The problem is that the results percentage is showing the percentage with decimal points. From a cosmetic point of view I would like the percentage rate to be rounded up or down to the nearest full number.
Is there a way to do this?
Thank you in advance
Rich
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.
70 Replies
- TonyChilversCommunity Member
Once you have used JS within the package to Round off the percentage score on screen,I added:
intScore = Math.round(intScore);
to the function SCORM_SetScore in SCORMFunctions.js just after the start of the function and it was correctly reporting 33/67 in a 3 question quiz.
SCORM 2004 would be the same I guess.
TC
- HelenBound-e6e2Community Member
Hi Ashley, and thanks for getting back so quickly. You're right about the number of people whose score is a few tenths out on the passmark, and if it is 94% we often do a manual override to get them to 95, I had just hoped we could run a rule that automatically does this.
Hi Helen,
Is your passing score set to 95%? I know some folks have used the method here to set the score to round up.
As for the idea of a feature, we're always open to new ideas and ways of doing things, so I'm going to pass this idea along as I don't see many feature requests for it outside of these ELH discussions. You can always share yours with us right here. 😁
In the meantime, could you also set your passing score to 94% to account for the scenario that a user does score a decimal percentage? I'm not sure how many questions and points you have, but I imagine that's a rare scenario?
- HelenBound-e6e2Community Member
Its causing me some problems too as we use SCORMCLOUD to monitor and report on our Storyline courses, and if someone gets 94.78% they are shown as a fail, but if it was rounded up it would be a pass. I think this is a feature Articulate need to look at as it is such a fundamental feature.
- RebeccaCarterCommunity Member
I never actually ever go to the bottom of this, the decimal point still haunts me :(
Hi Rebecca,
This discussion is a little bit older, so I'm not certain if folks are still subscribed here. The Javascript pieces are something I'm not equipped to help with, so you may also want to look at reaching out to folks directly using the "Contact me" button on their profile!
- RebeccaCarterCommunity Member
OK Thank you Ashley!
- RebeccaCarterCommunity Member
Hi guys,
I have tried both of the JavaScript work arounds suggested here and I can't get either to work so I assume I am doing something wrong, would anyone be willing to take a look at it for me?
PS I have added a big ugly button on the opening page to allow you to jump straight to the assessment.
Thank you :)
Hi Natasha,
Take a look at the Variables window to see if you've got a second instance of the Results.ScorePercent there. If you need extra help, feel free to share your .story file here so the community can take a peek at what you've got set up so far!
- PaulyBarnes1Community Member
If you copy and pasted there is a good chance It might of made another Results.ScorePercent variable which would confuse the trigger.
- NatashaBomba-Community Member
Any thoughts on why this would have worked on one course and not the other? I copied and pasted the slide into the new course but can't get it to work.
Related Content
- 11 months ago