diff --git a/mod/quiz/doc/versioning.html b/mod/quiz/doc/versioning.html index 78720592c5c..a4c5729c66d 100644 --- a/mod/quiz/doc/versioning.html +++ b/mod/quiz/doc/versioning.html @@ -151,9 +151,18 @@ the order shown below (compare with question.php):
questionid field in
+ We have to change the questionid field in
quiz_newest_states.
+ quiz_answers table will have to recode these
+ ids in all the states to point to the corresponding answers in the
+ new version. This is handled by the function replace_question_in_attempts()
+ in the question type class.
+