From 5ecf32ebf25ea51966fda7dcfd7c771017c293ff Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Thu, 26 May 2005 07:54:48 +0000 Subject: [PATCH] update of versioning doc --- mod/quiz/doc/versioning.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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):
  • - Finally we have to change the questionid field in + We have to change the questionid field in quiz_newest_states. +
  • + + Finally we have to do any question-type specific changes. For example + question types that store student responses by storing the id of the + answer in the 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. +