]> git.mjollnir.org Git - moodle.git/commit
No checking is now done on question name and question text.
authormoodler <moodler>
Thu, 5 Aug 2004 05:31:40 +0000 (05:31 +0000)
committermoodler <moodler>
Thu, 5 Aug 2004 05:31:40 +0000 (05:31 +0000)
commit01d11b97d95d61b4f7c13223c4bd38d18ad4cc5d
treeb1ba78f8657c3dffce99ee14938e1fd1d0250a03
parent235987c5961610366151c141aaeeb4e6a77e7106
No checking is now done on question name and question text.

If question name is empty, then it's assigned to be same as the question text.

The question text can now be empty if people want that.
13 files changed:
mod/quiz/lib.php
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