Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--exe/webui/quiztestblock.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a3ddb23..26f1a7e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* Add max score reporting to LMS for SCORM Quiz
* Fix image gallery to allow captions containing apostrophes
* Fix field IDs so that adding to a previously saved elp is consistent
* Fix Common Cartridge manifest when a header image is used
diff --git a/exe/webui/quiztestblock.py b/exe/webui/quiztestblock.py
index de770b7..b6cbf3d 100644
--- a/exe/webui/quiztestblock.py
+++ b/exe/webui/quiztestblock.py
@@ -321,6 +321,7 @@ class QuizTestBlock(Block):
scriptStr += """
doLMSSetValue( "cmi.core.score.raw", actualScore+"" );
+ doLMSSetValue( "cmi.core.score.max", "100" );
var mode = doLMSGetValue( "cmi.core.lesson_mode" );