Test Section score to cmi.objectives

Using SumTotal version7.2.I was able to send an objective to the LMS using an external HTML object: LMSSetValue("cmi.objectives.0.id", "Section1");The problem is in my other external HTML object that executes after the learner completes the test. var score0; score0 = VarTest1_Section1_Score.getValue(); LMSSetValue("cmi.objectives.0.id", "Section1") LMSSetValue("cmi.objectives.0.status", "completed") LMSSetValue("cmi.objectives.0.score", score0)The error states that "VarTest1_Section1_Score" is undefined. This error is pointing to that second line of JavaScript code (score0=VarTest1_...)Test1_Section1_Score is a reserved variable in Lectora.This variable contains the score for Section 1 within my test.What is the JavaScript code needed to get that value?

Discussions have been disabled for this post