Copy link to clipboard
Copied
Hello,
I have a course with 26 assessment questions. The passing percentage in Captivate is set at 85%, so the user is allowed to get 3 wrong. I tested my course in our LMS and got four answers wrong, then my quiz results slide displayed my custom failure message "Sorry, you did not pass this training assessment with a 85% or higher", however, in the accuracy field it displayed my score as 85%. I believe Captivate is rounding up because with 22 of 26 correct, the actual score is 84.61%.
Any idea what I should do so this doesn't confuse the learner? Should I set the passing percentage in captivate to 84% as a work-around?
Thanks for your help! If I can get a reply by Monday, this is our deployment date for this course.
-Laura
Copy link to clipboard
Copied
Yes, CP is rounding the value in cpInfoPercentage. That variable is displayed in the Feedback message on the score slide.
You could calculate the percentage with an advanced action, and format it using JS (CP has no functionality to indicate the wanted number of decimals). For calculation you can use the system variables cpQuizInfoPointsscored and cpQuizInfoTotalProjectPoints.
Or you could show them the obtained score instead of the percentage? No actions required, you'll have to delete the default feedback and create custom feedback messages, including the system variable cpQuizInfoPointsscored. The proper message can be shown using a conditional action On Enter for the score slide, which checks the other Quizzing variable cpQuizInfoPassFail.
Copy link to clipboard
Copied
Hi Lilybiri,
Thank you for the quick response, however, it's not working the way I need it to. And, unfortunately, I'm unfamiliar with writing JavaScript so your first recommendation won't work. Here's what I did:
Total amount of possible points = 260. The options I tried still do not achieve what I need. If I change the passing percentage in the quiz settings to 84%, will this not get my desired outcome? This course needs to be published today, so any quick response would be GREATLY appreciated!
Thanks, Laura
Copy link to clipboard
Copied
I would also try to get total score lower, why keep the default score of 10 points per question? Did you try to show the score in points instead of in percentage?
Copy link to clipboard
Copied
I ended up inserting a variable that say "You got X of 26 questions correct" and in the instructions, I advised they can only get three questions wrong. This seems to work for the time being.