moodle/question
tjhunt 1b8a7434e2 Bug 6239 - Allow questions to have some teacher-supplied commentary.
While implementing this, I removed the ~100 lines of very similar code from the top of each question type's editquestion.html template, and moved this to a the function print_question_form_start() in the base class, which uses the template question/type/editquestionstart.html. This is described in more detail here: http://moodle.org/mod/forum/discuss.php?d=51590, and is why this patch makes the codebase 523 lines smaller.
2006-08-11 14:59:18 +00:00
..
format Bug 6239 - Allow questions to have some teacher-supplied commentary. 2006-08-11 14:59:18 +00:00
type Bug 6239 - Allow questions to have some teacher-supplied commentary. 2006-08-11 14:59:18 +00:00
backuplib.php Bug 6239 - Allow questions to have some teacher-supplied commentary. 2006-08-11 14:59:18 +00:00
category.php 6030 - Can't move question categories back to the top level. Merged from MOODLE_16_STABLE. 2006-07-06 10:07:26 +00:00
category_class.php Convert tabs to spaces. 2006-08-10 18:23:09 +00:00
comment.html Added $prefix to form fields so that this code could be used with manual grading 2006-04-08 21:48:31 +00:00
edit.php incorrect use of required_param() 2006-03-07 23:51:21 +00:00
editlib.php Bug 6239 - Allow questions to have some teacher-supplied commentary. 2006-08-11 14:59:18 +00:00
export.php SC#277. Merged from MOODLE_16_STABLE. 2006-07-18 13:33:45 +00:00
format.php SC#277. Merged from MOODLE_16_STABLE. 2006-07-18 13:33:45 +00:00
import.php Bunch of category functions moved from lib/questionlib.php 2006-05-02 12:26:03 +00:00
preview.php Question preview now handles duplicate responses properly 2006-04-30 12:07:08 +00:00
question.php Bug 6239 - Allow questions to have some teacher-supplied commentary. 2006-08-11 14:59:18 +00:00
restorelib.php Bug 6239 - Allow questions to have some teacher-supplied commentary. 2006-08-11 14:59:18 +00:00
showbank.php Bug #5793: remember whether Show all has been clicked in the question bank. Merged from MOODLE_16_STABLE. 2006-06-12 13:54:01 +00:00
tabs.php Improvement to tabbed interface 2006-03-01 09:30:21 +00:00