Issue with two tests in one course

The issue you are experiencing here is that when publishing to SCORM, only one true score for the LMS is recorded. That SCORM variable is called cmi.core.score.raw. That is a percentage of all the test scores in the SCO. So in your case, you are getting 100 on test 1 and when you exit, it simply divides that score by 2, hence the 50. If you are not concerned with test and question interaction data and only need the score, then you could simply set the score yourself with an action to modify the AICC_Score variable. The way I would do it is in the test properties of one test only, select the option under the results tab to include in overall score. Then, on a page after the test which this option was not selected for, place an on show action to modify the AICC_Score variable to the value VAR(test score variable name for test not included in overall score), i.e. VAR(Test_2_Score). This will set the cmi.core.score.raw value to the score of the second test in the title and pass that value to the LMS. Being that there is only one test set to be included in the overall score, no division will be done on behalf of the course. There are several ways to get around it but this is a very simple way to do without modifying your course too much. Hope this helps.

Discussions have been disabled for this post