From 85f066ab0da06c1aeaaf5e678a72c3adf29fa81f Mon Sep 17 00:00:00 2001
From: gustav_delius Static model
Runtime Model
Questiontype specific tables
@@ -203,17 +203,6 @@ are not vital for understanding how the quiz module works.
-
-The quiz_grades table merely stores a student's awarded grade for a quiz. Since
-it is possible to allow several attempts on a quiz, the grade stored is
-calculated depending on the quiz setting grademethod
. This table
-exists mainly for convenience, because the values of its fields can be
-recalculated.
-
-
@@ -306,6 +295,17 @@ field. We now deal with the remaining tables from the runtime model in alphabetical order. +
+
+The quiz_grades table merely stores a student's awarded grade for a quiz. Since
+it is possible to allow several attempts on a quiz, the grade stored is
+calculated depending on the quiz setting grademethod
. This table
+exists mainly for convenience, because the values of its fields can be
+recalculated.
+
+
This table exists only for efficiency reasons: