]> git.mjollnir.org Git - moodle.git/commit
question.php now uses sesskey. This means that all question type plug-ins will have...
authorgustav_delius <gustav_delius>
Sat, 22 Jan 2005 20:08:45 +0000 (20:08 +0000)
committergustav_delius <gustav_delius>
Sat, 22 Jan 2005 20:08:45 +0000 (20:08 +0000)
commit0fc48cbfa58975b9617433f65ac2e167eb8cf8c3
tree47d274ba699a9f4956239f1b4fe29edcd79586bb
parent4e27a2b92e6cea26a3e39ead53459ce42b102d11
question.php now uses sesskey. This means that all question type plug-ins will have to add it to their edit forms.
12 files changed:
mod/quiz/question.php
mod/quiz/questiontypes/calculated/calculated.html
mod/quiz/questiontypes/datasetdependent/questiondatasets.html
mod/quiz/questiontypes/description/description.html
mod/quiz/questiontypes/match/match.html
mod/quiz/questiontypes/multianswer/multianswer.html
mod/quiz/questiontypes/multichoice/multichoice.html
mod/quiz/questiontypes/numerical/numerical.html
mod/quiz/questiontypes/random/random.html
mod/quiz/questiontypes/randomsamatch/randomsamatch.html
mod/quiz/questiontypes/shortanswer/shortanswer.html
mod/quiz/questiontypes/truefalse/truefalse.html