Print Results in Storyline 2

Jun 16, 2017

I've got a large project that's launching Monday, and I've been asked to remove a column from the Print Results report (Passing Score). I've read through some answers from many years ago and thought I'd see if there was an update on this. It's not a graded test, more of a knowledge check, and we don't want to scare employees with a score that's not going to affect their performance reviews.

How can I remove that column (highlighted below)?

3 Replies
Russell Killips

Hello Janis

Here is a report.html file that should work for you. After publishing your course, replace the report.html file that's in the story_content folder with this one.

Within the report.html file there is a function called displayCourseSummary()

I changed a line of code in the function from

showPassingScore = !survey && printOptions.bShowPassingScore,

to

showPassingScore = false,

This discussion is closed. You can start a new discussion or contact Articulate Support.