Commit Graph

14 Commits

Author SHA1 Message Date
1e3d6fd804 Fixed up some more links.
Fixed up a bunch of hardcoded text.
Added test for exporting category with no questions.
2006-03-09 16:17:45 +00:00
07663430ac Fixed some urls (mod/quiz to question). 2006-03-08 13:58:55 +00:00
5a4bcbc37c changed filename cleaning from PARAM_CLEANFILE to PARAM_FILE 2006-03-08 13:12:46 +00:00
4967818418 Quiz directory path incorect in download link fixed (bug #4424) 2006-03-03 14:19:15 +00:00
5d77ace20b Added missing courseid link to final continue button. 2006-03-03 11:17:23 +00:00
2662cf46fc Some improvements to how the tabs and links behave. 2006-03-01 21:16:28 +00:00
70c01adb91 Improvement to tabbed interface 2006-03-01 09:30:21 +00:00
567709c4e0 Tabs on question bank editing pages 2006-03-01 08:43:41 +00:00
f5565b6969 Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
dc1f00de19 Some little fixes and more renaming to cleanly separate question code from quiz code
Renaming tables:
quiz_answers -> question_answers
quiz_categories -> question_categories

Renaming functions:
quiz_get_category_menu -> question_category_menu
quiz_get_category_coursename -> question_category_coursename
quiz_categorylist -> question_categorylist
2006-03-01 07:03:57 +00:00
062f1125cc *** empty log message *** 2006-02-28 09:36:31 +00:00
4c5d208a3e missing course parameter in header 2006-02-24 18:54:54 +00:00
72c8c699be Removed links to locallib.php 2006-02-24 15:46:26 +00:00
aca318e17e Moving import/export to new question area.
This will need some more work/testing though!
2006-02-24 15:17:40 +00:00