Commit Graph

18 Commits

Author SHA1 Message Date
gustav_delius adf3c01551 fixed stupid bug in code for adding random questions 2005-02-03 18:04:15 +00:00
gustav_delius 010ec024b8 made multiple.php save to database in addition to $SESSION->modform and also introduced sesskey 2005-01-22 19:14:35 +00:00
moodler cbc9da2a1b FIxed a missing brace (bug 2386) 2005-01-14 16:45:35 +00:00
gustav_delius 76cacec819 split quiz lib.php into a locallib.php for functions that are only used from within the quiz module and a much smaller lib.php for functions that are used from elsewhere in Moodle. 2005-01-08 20:06:00 +00:00
gustav_delius 1da1f5a890 It is now possible to have also questions in all subcategories listed on edit.php. Because there can be a large number of questions the list of questions is now paged.
The random questions have another option specifying whether they can choose their questions also from subcategories or not. This option is stored in the unused questiontext field.
2005-01-05 17:27:23 +00:00
gustav_delius 0dc4810a9a Changed user interface for adding multiple random questions, see http://moodle.org/mod/forum/discuss.php?d=16531#78785 2004-12-29 22:57:35 +00:00
dhawes 4723e40941 Double quote strings converted to single quote literals - inspired by missing escapes on quote characters inside echo strings found by ottenhoff and noted in comment to bug 1981 2004-09-24 23:18:17 +00:00
gustav_delius d1290cec39 fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
gustav_delius a9ef4a630a closed <input /> <br /> <hr /> 2004-09-12 14:41:49 +00:00
gustav_delius f950af3c43 All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site.
All the page headers work correctly also on the site course.

On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
2004-08-22 14:38:47 +00:00
thepurpleblob 9ad7ce6bca fixed correct category not selected 2004-06-23 09:42:27 +00:00
thepurpleblob 0e852e2a43 Category dropdown now displays publishing course name + only courses for which the
user has editing rights are displayed
2004-06-18 13:39:07 +00:00
moodler 8cadd23f98 Some cleaning up of the navigation bars in quizzes 2004-05-16 10:20:26 +00:00
kaipe 1e085edc43 The Quizzes page is given an "Edit questions" button that links to a possibility to edit questions without opening a quiz. 2003-12-10 20:03:59 +00:00
moodler cb4f77069d Use unique stamps when creating multiple questions ... 2003-10-28 09:50:23 +00:00
moodler 39ced832ac Questions were being created here without a stamp 2003-08-29 01:14:38 +00:00
moodler d6a6331129 Add category to random question names 2003-04-15 13:14:33 +00:00
moodler c6eed09730 New "create multiple questions" wizard.
Improvements to the importing routine for AON
2003-04-10 17:55:57 +00:00