Commit graph

18935 commits

Author SHA1 Message Date
gbateson
8faa855d37 encapsulate all functions within class;
rename "get_hotpotatoes_xxx" functions to "hotpot_get_xxx";
rename "seed_hotpotatoes_RNG" function to "hotpot_seed_RNG";
initialize all $question objects using $this->defaultquestion (if possible);
fix decoding of ampersands in HP quiz readings
2006-02-20 05:49:53 +00:00
toyomoyo
b22bd6bc54 took out an extra echo 2006-02-20 05:40:26 +00:00
toyomoyo
bbf0379ca1 fixed navigation after deleting or editting data comment 2006-02-20 05:37:15 +00:00
vyshane
006e4687cd Added array check when counting number of groups. 2006-02-20 05:09:43 +00:00
vyshane
4c906f7388 List of people in course now shows the number of groups each user is in. Resolves Bug #4799. 2006-02-20 04:59:30 +00:00
toyomoyo
8b034b6ddb string fix and empty lines 2006-02-20 03:15:38 +00:00
vyshane
e5689267df Fixed bug in RSS xml file generation.
Fixed bug in file and picture links.
2006-02-20 03:02:32 +00:00
vyshane
af25f45e1a Cleaning up xhtml markup. Code now validates for xhtml 1.0 transitional. 2006-02-20 02:15:45 +00:00
toyomoyo
7541b03f28 changed some grade fields into float type, see #4806 2006-02-20 01:41:00 +00:00
toyomoyo
f344731398 fix for 4758 2006-02-20 01:30:30 +00:00
mjollnir_
ebe2c5057b Fixed up a few tiny syntax errors in quiz upgrade 2006-02-19 23:15:55 +00:00
gustav_delius
0f03f3a0c2 This way around will work better. Sorry, I am tired. 2006-02-19 23:08:52 +00:00
gustav_delius
e3d36faadf Tables for essay questions. Penny will check I didn't mess this up. 2006-02-19 23:06:25 +00:00
gustav_delius
c1e24bcd8e Changing grade fields to float for postgre 2006-02-19 22:49:30 +00:00
gustav_delius
3dd1a5c432 Changing grade fields to float for mysql. Asking Penny to do the same for postgreSQL 2006-02-19 22:19:00 +00:00
gustav_delius
c4c7a2a67b Revert the fix to $status because it turns out that for example backup_putid() returns false when called with an id that has already been added. 2006-02-19 21:46:36 +00:00
koenr
917dd201c9 Ignored by accident some good advise 2006-02-19 21:39:22 +00:00
gustav_delius
e1eed5ccfc Fix for bug 4217 2006-02-19 17:41:27 +00:00
moodler
b8d1372a7b Make Database RSS feed work on Moodle 1.5 as well ;-) 2006-02-19 17:39:59 +00:00
gustav_delius
d211bc1db1 Added string used to avoid confusion due to hidden questions, see bug 4217 2006-02-19 17:37:29 +00:00
gustav_delius
2e42186cbb Part of the future question type plug-in mechanism. This is not yet active, I am committing this only so as not to loose it. 2006-02-19 17:30:45 +00:00
gustav_delius
14afbbf034 Added the much-requested question reordering tool 2006-02-19 16:34:06 +00:00
gustav_delius
1c34035a40 Language string for the question reordering tool
Fixed grammar
2006-02-19 16:32:59 +00:00
koenr
64ac757850 Extra help and relieving lecture for during installation. 2006-02-19 16:32:57 +00:00
gustav_delius
cd4f6b27a2 Help file for the question reordering tool 2006-02-19 16:27:02 +00:00
gustav_delius
7af1e88286 Added comments to the code (when will moodle HQ start commenting their own code? ;-) 2006-02-19 13:26:58 +00:00
stronk7
8630fd4be7 Done, changing some files with DOS linefeeds to Unix linefeeds. Bug 4763.
(http://moodle.org/bugs/bug.php?op=show&bugid=4763)
2006-02-19 10:31:21 +00:00
koenr
a8126fc554 XHTML compliance typo 2006-02-18 21:35:30 +00:00
gustav_delius
1ef048aed3 Fixing a misprint that was preventing multiple files from showing. 2006-02-18 21:19:04 +00:00
gustav_delius
238bf03473 get_image now only returns the link, leaving the formating of the img tag up to the template 2006-02-18 21:08:34 +00:00
gustav_delius
997a2d5be3 New defaults, strings and help files for shuffle options 2006-02-18 21:07:39 +00:00
gustav_delius
162f62daaf New strings for shuffle options 2006-02-18 21:06:08 +00:00
gustav_delius
5e397ce7b0 New help files for shuffle options 2006-02-18 21:05:23 +00:00
gustav_delius
a3b8af3805 Clear all floats before printing the next component. 2006-02-18 20:41:08 +00:00
mits
bcb1789331 changed README.txt to README.html. 2006-02-18 20:38:51 +00:00
gustav_delius
0f9f31c81c Using html template for multichoice question 2006-02-18 20:01:36 +00:00
gustav_delius
bffa0685da Added periods at the ends of the answer prompt sentences 2006-02-18 19:58:17 +00:00
gustav_delius
ee49be211b updated required Moodle version in an attempt to stop people installing the unstable quiz module code (I use unstable in the sense of rapidly changing, not in the sense of buggy of course :-)) 2006-02-18 19:03:06 +00:00
gustav_delius
7f65c565be First steps towards separating logic and layout in the printing of questions: the print_question() method in the default question type now uses the template question.html 2006-02-18 17:32:56 +00:00
gustav_delius
7aa42eb0c8 The import tab has to provide the course id. 2006-02-18 15:11:03 +00:00
gustav_delius
c54da50b29 An additional sorting order for category question list 2006-02-18 15:09:08 +00:00
gustav_delius
a258d4fea8 Make sure teachers can only import into categories for which they have editing rights. 2006-02-18 13:09:59 +00:00
gustav_delius
39230689ef shuffleanswers is always turned on in cloze questions
Feedback popups are now sticky, see http://moodle.org/mod/forum/discuss.php?d=39983#183780
2006-02-17 18:31:15 +00:00
gustav_delius
7f30d941bc Corrected the page comment 2006-02-17 17:28:47 +00:00
gustav_delius
344be2522c Added link to questions bank 2006-02-17 17:15:56 +00:00
gustav_delius
6551bb8969 Changing headers to decoupling the question editing page from the quiz module. 2006-02-17 17:15:17 +00:00
gustav_delius
fe5a3eb249 Better prompts for multiple choice questions, see bug 2791 2006-02-17 14:14:18 +00:00
toyomoyo
80329e02da forgot timelimit 2006-02-17 02:47:01 +00:00
toyomoyo
b73b9d81ec better fix for 4360 2006-02-17 01:31:28 +00:00
gustav_delius
f00da052c0 Bug in "Prevent late submissions" setting fixed, thanks to Samuli, see bug 4780 2006-02-16 22:01:57 +00:00