4043 Commits

Author SHA1 Message Date
skodak
fac01360b3 removed isset_param() 2006-02-12 11:27:22 +00:00
skodak
23ca8954be removed isset_param() and fixed warning 2006-02-12 11:24:24 +00:00
gustav_delius
5a981c9480 shuffleanswers option can now also be set at the question level, see http://moodle.org/mod/forum/discuss.php?d=39371 2006-02-12 09:46:34 +00:00
gustav_delius
906935f3b0 Put the default grade option onto question edit forms, see http://moodle.org/mod/forum/discuss.php?d=39371#181767 2006-02-11 22:37:30 +00:00
gustav_delius
7c4127efad Put the default grade option onto question edit forms, see http://moodle.org/mod/forum/discuss.php?d=39371#181767 2006-02-11 21:07:08 +00:00
gustav_delius
90ec0c2fc7 removed two method definitions that are used for the editing form 2006-02-11 16:40:09 +00:00
gustav_delius
6f51aa2e5b get_actual_response() method for cloze question type contributed by Jean-Michel, see http://moodle.org/mod/forum/discuss.php?d=27730#181773 2006-02-11 16:13:21 +00:00
moodler
3c73df8e5d Added missing require_once('locallib.php'); 2006-02-10 03:59:30 +00:00
danmarsden
d921818dc1 tidy up download of files when groups are turned on. + fix for Bug 4601 Bug 4476 2006-02-09 22:45:31 +00:00
danmarsden
df5fb55cbc Bug #4452 link names to profiles 2006-02-09 21:50:21 +00:00
danmarsden
313441331e add ability to delete responses, add pragma to text download and removed hardcoded localised string. 2006-02-09 21:09:10 +00:00
danmarsden
a56ca75fda backticks around release to allow upgrade to work correctly when using mysql 5 2006-02-09 18:12:51 +00:00
gustav_delius
c4adc2c493 Added a second row of tabs to the Edit tab: Questions, Categories, Import, Export, Settings
Added phpdoc header to some files
Improved language string and help file for decimal digits on grades
2006-02-09 13:57:22 +00:00
gustav_delius
4eedc50cbc Excluded the description questiontypes from random questions
Fixed a warning message when there are no questions

Removed the category id number from the message shown to users when there are not enough random questions because this id number does not mean anything to the user.
2006-02-09 13:46:05 +00:00
thepurpleblob
716a508520 parameters all go through required_param() and optional_param() 2006-02-09 11:50:25 +00:00
vyshane
bbe39b6ca9 Updated lang/en/data.php.
Removed hard coded message strings from scripts and moved them to the language file.
Fixed a display bug in multimenu field.
Removed rounded help buttons from fields, made the fields use html title to
display the descriptions instead.
2006-02-09 04:44:56 +00:00
toyomoyo
4a6716ceab bug fix for 4670 2006-02-09 02:18:13 +00:00
danmarsden
c100a341a6 Bug 3768 - Release is now a reserved word in MySql 5 2006-02-08 23:46:21 +00:00
fyang1024
b827a98e10 remove the testing code 2006-02-08 06:01:13 +00:00
fyang1024
407ed8c619 change class name soapclient to soap_client according to the nusoap.php in the lib/soap folder 2006-02-08 06:00:24 +00:00
toyomoyo
d6af3cfab9 add_instance change too 2006-02-08 04:58:21 +00:00
toyomoyo
17e5f3fc9d adding 3 more fields to mod.html, and modified data_update_instance 2006-02-08 04:56:44 +00:00
moodler
72ef06cfe5 Added new feature, the time enforced delay on attempting quizzes 2006-02-08 04:44:57 +00:00
moodler
cab300a85f Add two new fields for time enforced delay between two quizzes 2006-02-08 04:41:31 +00:00
moodler
401c3496ae Adding two new fields for time enforced delay between quiz 2006-02-08 04:37:22 +00:00
toyomoyo
256054828a adding 3 more fields 2006-02-08 04:35:43 +00:00
toyomoyo
0e64ba2852 adding 3 new fields 2006-02-08 04:35:23 +00:00
toyomoyo
70eed352e6 fixing a problem with enum 2006-02-08 03:30:26 +00:00
gbateson
cfbaea0056 small change to get CSS background images displayed on site where PHP's server API is "CGI". Micro increment version number to 2.1.12 2006-02-08 02:47:22 +00:00
gustav_delius
bfb55c1870 now loading central soap library 2006-02-07 01:13:20 +00:00
gustav_delius
cd00e988bb Introduced function quiz_delete_question() and questiontype methods delete_question() 2006-02-07 00:44:27 +00:00
stronk7
de4217730a Deleted soap libraries from quiz. Now they are part of the central libraries
(lib/soaplib.php and lib/soap). Bug 4646.
(http://moodle.org/bugs/bug.php?op=show&bugid=4646)
2006-02-07 00:26:54 +00:00
patrickslee
bfb2ed3bdd Fixed nusoap include problem in lams module caused by the rename of nusoap lib directory 2006-02-06 23:45:43 +00:00
gustav_delius
c9dfed37c2 Silenced notices produced by flush() and ob_flush() in regrading code. 2006-02-06 23:28:30 +00:00
gustav_delius
3bf0212c24 Another improvement on regrading. The code thought that grading for a question changed if the grade was like 1/3. The precision in the database is different than the newly calculated grade, so now we round both values to 5 decimal places, which should fix this problem. This was committed to STABLE by Julian a long time ago 2006-02-06 23:25:15 +00:00
gustav_delius
27aa2243ea I was adding the slashes twice 2006-02-06 23:15:59 +00:00
gustav_delius
46fbd65ab7 Show grading details only if $options->scores is true 2006-02-06 22:52:05 +00:00
gustav_delius
adce1ab5c1 Fixing problem from earlier merge 2006-02-06 21:22:07 +00:00
mjollnir_
f90672bf85 Added back a field I missed when reworking the sql for quiz reports - qa.uniqueid as attemptuniqueid - after skype discussion with gustav 2006-02-06 20:58:27 +00:00
michaelpenne
8e7cf8d4c9 [Fixed] Activity linking was not useing the course module id correctly. 2006-02-06 20:49:03 +00:00
gustav_delius
668bc1f3a6 reverting change made by Martin D when going to version 1.230 2006-02-06 20:44:43 +00:00
vyshane
f9eab7b0c9 Fixed bug in /mod/data/filter.php - content list for autolinking was not being
generated properly.

Updated /mod/data/fields.php - deletion of a field now also deletes
data_contents and any files associated as well.

Add/update/delete fields - template now gets updates in the following cases:
1) Deletion: remove template tags for the field from all templates
2) Edit: search and replace template tags for the field in all templates
3) Add: append template tag for field into the signe and rss templates, but
only if these templates are not empty. Otherwise we'd rather the user uses the
automatic template generation facility, which produces better display.
2006-02-06 09:13:37 +00:00
toyomoyo
5d9a7c352e group 0 records are visible to all now 2006-02-06 06:30:18 +00:00
toyomoyo
27b00cd39b no page in groups, thanks 2006-02-06 06:19:00 +00:00
toyomoyo
f4e101bd08 adding group support 2006-02-06 06:13:34 +00:00
ikawhero
a0397e90da return to previous view after editing a record 2006-02-06 05:37:20 +00:00
ikawhero
d6f0e247b4 I'm really having issues getting this one line right! 2006-02-06 05:36:34 +00:00
ikawhero
12fe91c401 Oops, missing semicolon 2006-02-06 05:33:26 +00:00
ikawhero
5782be6b0a Recommiting lost changes. 2006-02-06 05:31:52 +00:00
toyomoyo
42e118badc templates and fields do not require group support 2006-02-06 05:31:49 +00:00