]> git.mjollnir.org Git - moodle.git/commit
New generic tools that allow the creation of dataset-dependent questions
authorkaipe <kaipe>
Fri, 30 Jul 2004 14:50:58 +0000 (14:50 +0000)
committerkaipe <kaipe>
Fri, 30 Jul 2004 14:50:58 +0000 (14:50 +0000)
commit2443a13e754998cdf81d50930e7f4dc0acd3e50b
tree4e9793c80f32efbae104b10b01142110582d8e55
parent7a82d193240ab6a3df435ac2c89821864d5d2ee4
New generic tools that allow the creation of dataset-dependent questions
as well as the new question type Calculated that uses this generic support.
mod/quiz/lib.php
mod/quiz/questiontypes/calculated/calculated.html [new file with mode: 0644]
mod/quiz/questiontypes/calculated/editquestion.php [new file with mode: 0644]
mod/quiz/questiontypes/calculated/modifiednumericalqtype.php [new file with mode: 0644]
mod/quiz/questiontypes/calculated/questiontype.php [new file with mode: 0644]
mod/quiz/questiontypes/datasetdependent/abstractqtype.php [new file with mode: 0644]
mod/quiz/questiontypes/datasetdependent/datasetitems.php [new file with mode: 0644]
mod/quiz/questiontypes/datasetdependent/questiondatasets.html [new file with mode: 0644]