]> git.mjollnir.org Git - moodle.git/commit
Abolished the qtype integers. The question types are now indexed by their name as...
authorgustav_delius <gustav_delius>
Tue, 21 Mar 2006 23:08:36 +0000 (23:08 +0000)
committergustav_delius <gustav_delius>
Tue, 21 Mar 2006 23:08:36 +0000 (23:08 +0000)
commit6040798269964d98c9798a4df7f955f7e1fedf8b
tree94450ff260fec16d5a163fc7525c76c7cd33a146
parent069b6daf76c4c29ca6fa2d0ba2de0e11f5cbc62a
Abolished the qtype integers. The question types are now indexed by their name as specified by their directory name. This will avoid a lot of confusion in future when we have plugable question types.
lib/questionlib.php
mod/quiz/db/mysql.php
mod/quiz/db/mysql.sql
mod/quiz/db/postgres7.php
mod/quiz/db/postgres7.sql
mod/quiz/version.php