Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/exe
diff options
context:
space:
mode:
Diffstat (limited to 'exe')
-rw-r--r--exe/webui/quiztestblock.py1
1 files changed, 1 insertions, 0 deletions
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" );