]> git.mjollnir.org Git - moodle.git/commit
question bank: MDL-17302 refactor question bank display code into a class.
authortjhunt <tjhunt>
Mon, 19 Jan 2009 05:30:01 +0000 (05:30 +0000)
committertjhunt <tjhunt>
Mon, 19 Jan 2009 05:30:01 +0000 (05:30 +0000)
commitf4b879ddeaaae4246eccbb006481b90ce9dbd86b
treecd8338988ae878ef6c7748943ff3b16ac54a9bd5
parentff49c389ade05dda1df916e8571fdc4da6225c62
question bank: MDL-17302 refactor question bank display code into a class.

Step 1. Just convert the existing functions quiz_question_showbank and question_showbank and friends into methods of a class and subclass.

More to come.
mod/quiz/edit.php
mod/quiz/editlib.php
question/edit.php
question/editlib.php