Forum Discussion
NikkiClayton
7 days agoCommunity Member
Remove decimal places in Quiz Score Percent
My quiz has 6 questions. If I get 5 out of 6 correct, how can I get the score to show a whole number? I am still quite new and have tried one of the Java codes I found but it doesn't seem to work.
...
JudyNollet
7 days agoSuper Hero
JavaScript is the only way I know of to adjust a variable to a whole number. However, I've never done that, so I can't help with that.
Here is an alternative that I like to use:
- In FORM VIEW on each question, change the points to 1 (instead of the default 10).
- On the Results slide, delete the objects related to showing the pass % and score %.
- Set up the results to show something like this: "You scored [# correct] out of [# of questions]. To pass, [# to pass] must be answered correctly."
In other words, tell the user how many questions they need to answer correctly, and don't bother with the %. (The % data will still be submitted to the LMS.)
Related Content
- 3 months ago