rkingdon
f05eaa902a
Addition of returnto parameter to workshop_print_assessment function to
...
allow return to original pages when making assessemnts; clearing
(trival) unassigned variable bug in the same function.
2003-08-28 18:19:42 +00:00
moodler
25b6ff9d3b
Default quiz category must have a stamp
2003-08-28 17:07:24 +00:00
stronk7
ce3ec518ea
Take out two debugs !!
2003-08-28 00:50:51 +00:00
rkingdon
7aaf6867bd
Removal of hard-wired strings in Scales.
2003-08-27 18:20:03 +00:00
rkingdon
c75599f4c3
Fixed unassigned variables in function workshop_print_assignment_info
2003-08-27 17:13:03 +00:00
stronk7
202ba3902e
Now STAMP fiel is supported in backup & restore.
...
If it exists in backup-file used, else, old search-by-name is used.
When inserting new categories, stamp is filled it it doesn't exist.
Updated version to 1.1 Beta +++ !!
2003-08-27 17:09:01 +00:00
rkingdon
41b12a791b
Addition of Mail strings to cron routine; More help in admin page; bug
...
clearance.
2003-08-27 15:39:21 +00:00
moodler
23b4848794
Quiz categories now also have a unique stamp in them.
...
This is to make it easier when restoring backups,
especially when the questions are in a published
category from another course that still exists.
2003-08-27 12:53:21 +00:00
moodler
fa01ae8be0
FIx for the display of the help window for the current scale
2003-08-27 11:27:40 +00:00
moodler
949cf8670c
More cleanups for teacher view in particular
2003-08-27 09:03:10 +00:00
moodler
3b10decf84
Slight tidy
2003-08-27 08:28:13 +00:00
moodler
2a0d8c5b05
Fairly radical improvement to the Journal index, putting all the
...
information on one page.
2003-08-27 08:13:16 +00:00
moodler
0fbd1d3c02
Keep defaults even when reediting web links that aren't using new window
2003-08-27 07:21:48 +00:00
stronk7
461da6bdb6
Now existing categories are used only if their publish
...
field is set to yes. Else, a new "local" category is created.
Added some lines of code to mantain old compatibility when detecting
existing questions (do it by name if the stamp is not found) and insert
the stamp too !!
Please, test.
2003-08-27 00:40:14 +00:00
moodler
6849648f51
Deleted error_reporting(15)! Just turn debugging on, Ray! :-)
2003-08-26 17:51:07 +00:00
moodler
7f12f9cdd9
'Extras' in cached course modinfo activities is now returned.
...
This means that Resources can now employ them on the index listing.
Specifically, Resources that are popup now popup from there too.
2003-08-26 13:47:46 +00:00
moodler
4cabd35565
For students, don't search invisible forums!
2003-08-26 12:18:14 +00:00
moodler
a1b2bec873
Remove half-finished oracle files
2003-08-26 07:09:14 +00:00
moodler
16ef5e7812
Some fixes so that navmenus don't jump out of frames any more.
...
The navmenu function now takes a third parameter that specifies
the window to change location of (default 'self', but could be "parent" or "top")
2003-08-26 06:01:13 +00:00
stronk7
d04983d8a3
Now restoring workshops are working too !!
...
Now all is ready to be 1.1 Beta 1.
Congratulations everybody !!
Anyway, some polish must be done, friends...
2003-08-25 22:40:38 +00:00
stronk7
a34e0c96c7
Now workshops backup are included too !!
...
Only one step to Beta !! (workshop restore)
Tomorrow, I hope.. :-)
2003-08-25 19:58:26 +00:00
moodler
138def3ead
Maxlength fields
2003-08-25 17:57:39 +00:00
stronk7
e02ff1427e
Changed comment, sorry
2003-08-25 17:24:44 +00:00
stronk7
cd6232200c
Changed to support "negative" values in scale field.
2003-08-25 17:23:31 +00:00
moodler
487d3ae84d
Removed a wrong help link
2003-08-25 16:31:20 +00:00
moodler
72bb2118b6
Fixed reports using the new scales (numerical etc)
2003-08-25 15:59:39 +00:00
moodler
d6bdd9d5e9
Forum grades can now be numerical as well (like the other modules).
...
If so, grades in the gradebook are printed as proper numbers and
contribute to the total of the course.
2003-08-25 12:47:36 +00:00
moodler
f2f564066b
Some improvements to the forum editing interface to make the buttons
...
hide/show appropriately
2003-08-25 08:04:39 +00:00
moodler
98914efdbe
New mini-feature. When choosing ratings in a forum, one can now
...
specify a range of dates. Only posts within this range can be rated.
If the range isn't specified then all posts can be rated.
2003-08-25 07:39:06 +00:00
moodler
eb94392c4b
Sometimes there are no answers, so check existence first
2003-08-25 02:52:19 +00:00
moodler
5884d4e2fd
Fixed some array indices
2003-08-25 02:48:09 +00:00
moodler
05c47ef78e
FIxed display of ratings when they are literally "0"
...
Also fixed default discussion display mode
2003-08-25 02:41:25 +00:00
moodler
0761d83f54
Final ratings are now calculated using rounded mean rather than median.
...
0.5 scores go UP.
2003-08-25 02:22:35 +00:00
selliott
e09016006c
selliott - fixed some code to allow proper sorting of assignments based on name, lastmodified, and feedback
2003-08-23 16:32:42 +00:00
rkingdon
0978073ffb
Fixing Bug #653 .
2003-08-23 15:57:42 +00:00
moodler
8826c67031
New questions created via GUI or imported are now given a unique
...
stamp, and a default version of 1.
When questions are updated, the version number is incremented.
2003-08-23 15:26:10 +00:00
stronk7
1923285635
Now stamp and version are fully supported in backup/restore.
...
The process look for category, stamp and version to calculate
when to create a question or use a existing one.
This avoid duplicates in RANDOM and RANDOMSAMATCH qtypes.
2003-08-23 15:21:58 +00:00
moodler
757a0abd94
Corrected the stamp I just added and added a separate version field instead
2003-08-23 14:18:44 +00:00
moodler
b5012f3eb5
COnfiguration variables can now be edited via GUI
2003-08-23 14:03:14 +00:00
moodler
e9d8777ffb
New "stamp" field on quiz questions with a unique identifier, as well as
...
some PostgreSQL fixes (Multianswer stuff had not been done on Postgres yet)
2003-08-23 13:28:32 +00:00
stronk7
f53119698e
Now multianswer questions are working too.
...
Too complicated !!
2003-08-23 00:35:21 +00:00
rkingdon
a94928f2f0
Added League Table of Submissions (Final Phase); Rubric Assessment
...
Strategy; Grace time for new submissions; changed elementid to elementno
in rubrics table.
2003-08-22 17:31:49 +00:00
stronk7
bbe15ef239
Changed the "graphical" representation of the mod to include
...
multianswer table. I start working with it now !!
2003-08-22 15:46:28 +00:00
rkingdon
553894ced6
Fix bug in Workshops with no teacher submissions.
2003-08-22 08:08:16 +00:00
moodler
3041490d17
Initialising $navigation. Again. :-)
2003-08-21 12:12:15 +00:00
moodler
47801ef641
No need for grades with chat
2003-08-21 03:16:32 +00:00
moodler
e3f4e47a19
More robust when a journal is unused
2003-08-20 15:01:06 +00:00
moodler
3ec7dc5704
Fixed a typo in the MySQL database definition that only shows
...
up when adding resources to courses with IDs higher than 255
2003-08-20 13:06:11 +00:00
moodler
44d3044b77
Forgot to check this slight fix in to fix the default days
2003-08-20 12:03:26 +00:00
moodler
2bf31fc6a6
FIxed line feeds
2003-08-19 14:27:49 +00:00