Forum Discussion
sandramuir
2 years agoCommunity Member
Learner enters number which registers score on LMS
Hi, All. I'd like a learner to enter a score (they received from an outside learning). Then, I'd like that number they typed to be the score that registers to the LMS (Workday Learning). I'm thinkin...
JoseTansengco
2 years agoStaff
Hi Sandra,
Happy to help!
There isn't a built-in way to overwrite the quiz score that gets sent to the LMS since the calculation of this score is done internally. I've seen other members of the community alter this value using Javascript. While we don't officially support this method, here's a sample code if you'd like to check this solution out:
Alternatively, you can just store the value of the score that the learner enters in a variable and sent this to the LMS. This will make this value available in the reporting section. This article explains this method in greater detail: