diff --git a/mod/quiz/doc/databasetables.html b/mod/quiz/doc/databasetables.html index a0070f7a715..86f50612b93 100644 --- a/mod/quiz/doc/databasetables.html +++ b/mod/quiz/doc/databasetables.html @@ -51,18 +51,18 @@ tables.
-
-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: