Skip to content

Commit

Permalink
update of versioning doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed May 26, 2005
1 parent a0419f8 commit 5ecf32e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mod/quiz/doc/versioning.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,18 @@ <h2>Contents</h2>

</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>

Expand Down

0 comments on commit 5ecf32e

Please sign in to comment.