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
moodler
6e0119dd30
Various small XHTML fixes, language fixes
2006-02-06 05:24:02 +00:00
ikawhero
6f4e039994
Tidying up.
2006-02-06 05:18:37 +00:00
moodler
bbccd611cb
fixing for 4695
2006-02-06 05:02:38 +00:00
moodler
56135f6b4c
Show the intro at the top of the page
2006-02-06 04:17:30 +00:00
moodler
201b8b3681
adding a check to make sure student can't participant in teacher participation level
2006-02-06 03:51:51 +00:00
moodler
653bcc596c
Added a link to the listtemplate images to the full record
2006-02-06 03:06:16 +00:00
moodler
cd2f695055
Added a parameter to display_browse_field() to pass the template name
...
to the fields, so they can return different output for different templates.
Picture now has two heights/widths for different templates
2006-02-06 02:49:46 +00:00
moodler
83b4f772d9
fixing 4681
2006-02-06 02:41:59 +00:00
moodler
a6d122f7a7
fix for 4615
2006-02-06 02:31:32 +00:00
moodler
dd0b8fe1d4
fixing typos
2006-02-06 01:51:03 +00:00
gustav_delius
0e2057cb17
Added essay question to list of excluded types for random questions
...
Also fixed type on previous commit
2006-02-05 22:55:09 +00:00
gustav_delius
5e468d30e1
Fixed a potential bug that would have hit if one quiz would have had two random questions for the same category, one of which was set to recurse into subcategories and the other not.
...
At the same time this improves performance because no longer all the potential questions are loaded from the database but only their ids.
2006-02-05 22:51:32 +00:00
gustav_delius
d28ca2be6f
Fixing image link, closing bug 4489
2006-02-05 18:58:49 +00:00
gustav_delius
205e0e2dd6
Some comments added and fixed small potential bug in get_correct_responses()
2006-02-05 18:45:31 +00:00
gustav_delius
fb06b99b78
Reverting a change which Martin made in an attempt to encrypt information in the matching questiontype which unfortunately broke a lot of other question types.
2006-02-05 18:31:23 +00:00
gustav_delius
2b0906805b
Fix for bug 4678 contributed by rwmoore
2006-02-05 00:35:51 +00:00
moodler
1291b2d54f
Fixed some SQL errors on searching and sorting
2006-02-03 10:53:00 +00:00
ikawhero
1f697b99aa
Remove para tags
2006-02-03 10:42:14 +00:00
ikawhero
d20578cc4d
New help file. Needs cleaning up.
2006-02-03 10:12:18 +00:00
ikawhero
26aae788ba
Initial help files for data module. Will need cleaning up.
2006-02-03 09:27:37 +00:00
vyshane
173b1b1261
Input field size cleanups.
2006-02-03 09:22:23 +00:00
ikawhero
d0dfb3ba87
More strings added
2006-02-03 09:00:49 +00:00
ikawhero
f3b5b8b668
Added new string
2006-02-03 08:58:08 +00:00
ikawhero
d7ca860b9d
Added helpbutton for approvals.
2006-02-03 08:56:30 +00:00
moodler
20fda38ba9
adding functionality to allow teacher approval of record
2006-02-03 08:12:41 +00:00
moodler
cf3e199bce
changes in search, sort etc
2006-02-03 08:11:36 +00:00
ikawhero
31c1f1c93e
Added help buttons, removed ambiguous participants entry.
2006-02-03 08:10:06 +00:00