19447 Commits

Author SHA1 Message Date
patrickslee
9932144e89 Fixed group switch icon cannot set a module to use no groups 2006-03-23 22:56:11 +00:00
gustav_delius
363773ef87 Removing questiontype settings from quiz settings page 2006-03-23 19:56:42 +00:00
gustav_delius
1fc29d8a1e Taking out help button from the grade option, there is really no help required. 2006-03-23 19:51:58 +00:00
gustav_delius
cd9ca85409 Timer now uses the client's clock. Patch contributed by Phillip Franks, see bug 4967 2006-03-23 19:32:24 +00:00
stronk7
b8770bc0a5 Two new $CFG runtime variables created $CFG->ostype (WINDOWS, UNIX) and
$CFG->os (= PHP_OS) to handle it centrally. Also, although not critical,
it should be recommended to replace all the current uses of PHP_OS to the
new variables. See bug 4968.
(http://moodle.org/bugs/bug.php?op=show&bugid=4968)
2006-03-23 17:54:33 +00:00
stronk7
f422ee81c3 Automatic installer.php by installer_builder (20060323) 2006-03-23 16:52:20 +00:00
stronk7
fc4a9c3261 Automatic installer.php by installer_builder (20060323) 2006-03-23 16:35:18 +00:00
ethem
2eaa289883 Table type fix. ENGINE changed to TYPE. Old mysql version issue. 2006-03-23 14:26:18 +00:00
gustav_delius
5bf3aee8bb Do the module upgrades before the qtype upgrades 2006-03-23 13:05:40 +00:00
thepurpleblob
51bcdf28b3 Added support for matching questions. Bug #3901 2006-03-23 11:13:50 +00:00
thepurpleblob
2d52056f79 Not all questions have grades/fractions. Added check. 2006-03-23 11:12:54 +00:00
moodler
d118d06afc Various tidy-ups 2006-03-23 10:01:21 +00:00
ikawhero
b51434e751 Block now configurable. 2006-03-23 09:55:20 +00:00
ikawhero
4852ab889f Added some new strings for blog tags block 2006-03-23 09:53:52 +00:00
vyshane
fd96d5e2ec Fixed bug data_print_template() from /mod/data/lib.php. Extra function
argument removed.
2006-03-23 08:34:22 +00:00
ikawhero
e8964639ce Tidied up the class size assignments 2006-03-23 07:48:49 +00:00
vyshane
a18f8e458f Renamed $rid to $recordid in function call $field->update_content($rid,
$value, $name); This fixes a bug that was causing the data_content to be
stored wrongly.
2006-03-23 07:20:16 +00:00
vyshane
3a5a7928ea Fixed extra function argument in call for display_add_field() from add.php. 2006-03-23 06:20:48 +00:00
moodler
59d28e0550 removed $content->content = $this->format_data_field_multimenu_content($value); bad cut and paste 2006-03-23 05:41:48 +00:00
moodler
2b1d7c8e82 Fixed some typos 2006-03-23 05:38:53 +00:00
vyshane
8921fdb762 Fixed typo in function define_field() 2006-03-23 03:48:58 +00:00
moodler
2ef2b3f19d Fixed Fatal error: Call to undefined function get_course() in /data/www/html/server/dev/mod/data/field/file/field.class.php on line 133 2006-03-23 02:50:21 +00:00
vyshane
e64ef4f9b7 Fixed php notice for undeclared variable. 2006-03-23 02:34:37 +00:00
moodler
6d727d75cf Added missing text 2006-03-23 01:32:34 +00:00
mjollnir_
60f4cbc13a Fixing missing , in prefix_blog_instance postgres creation 2006-03-23 00:37:53 +00:00
gustav_delius
76de2cdf1a Putting the "Save as new question" button back. 2006-03-22 22:37:27 +00:00
gustav_delius
6dfc23760f The obsolete table quiz_attemptonlast_datasets should no longer get created 2006-03-22 22:04:31 +00:00
gustav_delius
7518b645b9 Removed some more references to quiz from the questiontype code. 2006-03-22 21:51:33 +00:00
gustav_delius
fe9b5cfd0b Fixed the links to the question review script. 2006-03-22 21:30:00 +00:00
thepurpleblob
a22802e051 Fixed link to example file. 2006-03-22 19:14:36 +00:00
thepurpleblob
2bcbc88d0a Changed comment about encoding (must be utf-8) 2006-03-22 18:58:36 +00:00
thepurpleblob
8a6f231b50 added rest of instructions for this option 2006-03-22 18:43:44 +00:00
gustav_delius
0429cd86c3 Deleting attempts properly now 2006-03-22 18:27:28 +00:00
michaelpenne
8a18280393 Added a new entry to this file for Essay question type. I followed the format of the other question types listed in this file. 2006-03-22 18:06:00 +00:00
michaelpenne
1b704069c4 Help file for the Essay question type. 2006-03-22 18:03:42 +00:00
nfreear
6575bfd4d1 Accessibility: fix bug 4963 in function, print_header. Added 'lang' attribute to $direction, used by standard and other themes. 2006-03-22 17:48:53 +00:00
gustav_delius
4dca7e51ca Some minor improvements in the handling of review options, the setting of timestamp, and improvements to the documentation 2006-03-22 17:22:36 +00:00
nfreear
48943f403c Accessibility: fixed bug 4012 x9, added Alt, filled empty Alt-link text. 2006-03-22 17:19:46 +00:00
gustav_delius
609c7d517d Fixed bug 4953 2006-03-22 17:18:55 +00:00
ikawhero
7d61cf6596 Added sorting - needs generalising. 2006-03-22 16:48:35 +00:00
thepurpleblob
4b920216ac New help popup for import option 'match grades'.
Needs some more info.
2006-03-22 16:44:47 +00:00
thepurpleblob
76f0a33403 Grades in imported questions must match grades option list.
Added option to either generate error or match to nearest valid value if they don't
2006-03-22 16:30:14 +00:00
thepurpleblob
8511669cb9 Added function for matching/checking question grades on quiz import. 2006-03-22 16:27:46 +00:00
thepurpleblob
e86ce920fa Added new strings for question grade matching 2006-03-22 16:27:04 +00:00
moodler
1472fc4b36 Fingers were on auto-pilot obviously! Thanks Mits! 2006-03-22 15:54:54 +00:00
moodler
a835f1c343 Removed some debugging 2006-03-22 14:55:49 +00:00
thepurpleblob
b4db945e40 Grade option list generation now out to library 2006-03-22 14:44:33 +00:00
thepurpleblob
e9de436630 Split out grade option list generation, so it can be used in import/export too. 2006-03-22 14:43:55 +00:00
moodler
f0497d6ff0 Various cleanups 2006-03-22 14:31:32 +00:00
moodler
6c74c1da70 Some language modifications 2006-03-22 14:31:06 +00:00