skodak
78675b3e3e
Fix errors in quiz overview download MDL-7316; merged from MOODLE_17_STABLE
2006-10-31 22:19:15 +00:00
tjhunt
ee6c93555f
MDL-5811 - Quiz editing outputs nasty junk before print_header sometimes. Second attempt at fixing. I forgot to mention the bug number in the previous commit to mod/quiz/edit.php. Merged from MOODLE_17_STABLE.
2006-10-31 12:06:52 +00:00
tjhunt
d84d379e97
Fix junk being output before print_header, which happened sometimes. Merged from MOODLE_17_STABLE.
2006-10-31 10:47:34 +00:00
tjhunt
99aa18808f
Make General feedback more tolerant of whitespace. Merged from MOODLE_17_STABLE.
2006-10-30 16:35:53 +00:00
stronk7
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
stronk7
b8a342d7ac
New upgrade.php file added for this module. MDL-7214
2006-10-26 17:33:40 +00:00
moodler
f274fe073c
Merged AS keyword fixes from stable MDL-7207
2006-10-25 09:04:25 +00:00
thompson697
cf0b1faded
Apply modularity to the creation of the log file during restore to a new course.
...
Remove the responsibility for loging the application of the course start date offset, from activity modules to the backup module.
Merged from stable branch
2006-10-17 10:05:41 +00:00
tjhunt
2559409081
Changes to dmllib seem to have broken quiz backup. This makes it work again. Merged from MOODLE_17_STABLE.
2006-10-16 14:54:55 +00:00
tjhunt
3a3771d2b9
MDL-6650 - Previewing individual random questions from the quiz editing screen was not working, and anyway, I'm not sure it makes any sense, so I removed that preview link. Merged from MOODLE_17_STABLE.
2006-10-16 11:05:45 +00:00
toyomoyo
18d751fc38
merged fixed warning druing restore
2006-10-12 06:13:42 +00:00
moodler
2d5a4f255b
Merged fixes for MDL-6907 from stable
2006-10-11 06:21:58 +00:00
skodak
57f1b91497
fixed some incorrect strtolower() calls that were breaking non ascii languages MDL-6135
2006-10-07 20:47:54 +00:00
tjhunt
8ff134db82
Typo.
2006-10-06 17:20:37 +00:00
tjhunt
ec467c6929
MDL-6837 - move warning about pupup blockers into the lang file. Merged from MOODLE_16_STABLE.
2006-10-05 15:58:08 +00:00
thompson697
eb87ac71c5
Change creation of restorelog file location to protected backupdata folder.
...
Reassign style and language links
2006-10-04 14:50:50 +00:00
tjhunt
b22fc90182
MDL-6814 - Can't change "maximum grade" value on a quiz. Now you can.
2006-10-04 10:21:23 +00:00
moodler
921a34d61b
Added copyright notice (they paid moodle.com for this development)
...
http://moodle.org/mod/forum/discuss.php?d=55410
2006-10-03 12:51:24 +00:00
toyomoyo
a0db31e7e5
commentary text renamed to general feedback
2006-09-29 05:45:24 +00:00
martinlanghoff
1ad5c6380f
mod/quiz: remove deprecated sql_paging_limit(), use offset, limit parameters
2006-09-26 05:11:05 +00:00
martinlanghoff
27176468fe
mod/quiz: replace $db->Concat() with sql_concat()
2006-09-26 05:05:10 +00:00
moodler
847a041fb7
Better use of mod/quiz:view to hide quiz information (they already have the
...
name from the course page etc)
2006-09-24 13:54:22 +00:00
moodler
bf7288a2c0
Simplified a bit and removed a notice
2006-09-24 12:02:00 +00:00
skodak
7eb0b60a1f
debugging and error reporting level fixes and improvements MDL-6671
2006-09-23 09:38:39 +00:00
skodak
eef868d17d
major whitespace cleanup - fixed trailng whitespace in new files and admin area
2006-09-20 21:00:45 +00:00
skodak
6124048972
major whitespace cleanup - fixed tabs
2006-09-20 20:31:09 +00:00
tjhunt
e7d57d9e6c
MDL-6380 - added required include to make blocks work on the quiz pages.
2006-09-20 17:22:38 +00:00
tjhunt
15995c4ab6
Fix typos in string concatenation.
2006-09-20 17:01:19 +00:00
stronk7
a6e0172869
renaming question_dataset_items->number to itemnumber (reserved word) and
...
question->commentarytext to question->generalfeedback
2006-09-20 16:22:19 +00:00
tjhunt
40cc892b6a
Fix bug with getting the capability.
2006-09-20 16:17:27 +00:00
toyomoyo
dc5586907d
replacing deprecated calls and references to capability calls
2006-09-20 09:00:04 +00:00
tjhunt
15677ae4a5
Fix JavaScript problem reported in this thread: http://moodle.org/mod/forum/discuss.php?d=54432 . Merged from MOODLE_16_STABLE.
2006-09-19 21:48:16 +00:00
tjhunt
a4514d91de
Renamed new commentary feature to 'general feedback'.
2006-09-19 13:35:42 +00:00
tjhunt
717cfb0a7b
Rename column question_dataset_items->number to itemnumber, to avoid reserved word.
2006-09-19 10:56:00 +00:00
moodler
fdb1cf2cc1
FIxed to use the new debugging function
2006-09-18 09:13:04 +00:00
tjhunt
404518eb85
Fix ordering problem with question number column headings.
2006-09-13 15:00:58 +00:00
thompson697
163ff97e84
Complete work on Roll Forwards - Restore from previous semester (MDL-5532)
...
* Add fields to restore form to enable changes to Short Name, Full Name and Start Date
* Start Date offset added to Restore process
* Created Restorelog file in Course files area
* Activity Modules use offset to change dates
* Activity Modules write changes to Restorelog
2006-09-13 13:19:39 +00:00
toyomoyo
17d6a25e5c
adding capabilitiies
2006-09-13 09:08:14 +00:00
moodler
0f9602085b
Small bump for guest role fix
2006-09-12 08:22:14 +00:00
moodler
8d158ed44f
Reload the guest role using new defaults
2006-09-12 07:10:49 +00:00
moodler
00adf177ad
Changed some default permissions for the guest role
2006-09-12 05:58:42 +00:00
thepurpleblob
2bb63d99c2
Fixed syntax error.
2006-08-31 09:17:57 +00:00
toyomoyo
4f83ae95ca
adding capabilities
2006-08-31 08:51:09 +00:00
toyomoyo
247cdeb68f
utf8 migrate support for additional fields MDL-6339
2006-08-30 06:12:12 +00:00
tjhunt
f0a7247d0e
Fix typo.
2006-08-28 18:50:42 +00:00
tjhunt
cd06115fa7
Convert mod/quiz/view.php to roles, and further tidy up the code flow in there. This touches other files because I had to change a function in locallib that had an $isteacher parameter.
...
I have not converted the rest of the quiz, and I don't intend to. I am hoping Moodle.com will do it.
I hope this does not introduce any bugs, but view.php is so complicate (at least it is less complicated than it was) and the quiz has so many options, that it is hard to be sure. This needs lots of testing before 1.7 is released.
2006-08-25 16:03:54 +00:00
tjhunt
64d8092342
Correct typo.
2006-08-25 11:23:00 +00:00
stronk7
2acf462dd9
Renamed column question_sessions->comment at Eloy's
...
request since comment is a DB reserved word.
(mimic from sql files) Thanks Tim! B-)
2006-08-24 16:57:39 +00:00
tjhunt
3e3e5a4030
Renamed column question_sessions->comment at Eloy's request since comment is a DB reserved word.
...
I have not been able to test this fully, because I cannot assign roles (e.g. Student and Teacher) in 1.7dev at the moment to test a student answering an essay question then a teacher grading it. However, I have tested as much as possible as admin and cannot get any errors.
2006-08-24 16:44:15 +00:00