mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 13:24:56 +01:00
update of versioning doc
This commit is contained in:
parent
a0419f8716
commit
5ecf32ebf2
@ -151,9 +151,18 @@ the order shown below (compare with <strong>question.php</strong>):
|
||||
|
||||
</li><li>
|
||||
|
||||
Finally we have to change the <code>questionid</code> field in <code>
|
||||
We have to change the <code>questionid</code> field in <code>
|
||||
quiz_newest_states</code>.
|
||||
|
||||
</li><li>
|
||||
|
||||
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 <code>quiz_answers</code> 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.
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user