5808 Commits

Author SHA1 Message Date
rkingdon
c7901feb99 Fixed restart bug - continue now handle through POST not GET. 2004-02-18 12:12:12 +00:00
moodler
dbb4919258 Better error checking when trying to show an incomplete attempt 2004-02-18 08:40:58 +00:00
moodler
d6021c77f6 FIxed a silly typo! 2004-02-18 05:48:31 +00:00
moodler
7758d00f97 New "secret" variable 2004-02-18 03:31:45 +00:00
moodler
b8be40ce52 Variable $CFG->admineditalways will enable admin editing all the time 2004-02-18 03:30:05 +00:00
moodler
a0beda7a7a Format quiz feedback 2004-02-18 03:07:50 +00:00
moodler
a99008f6e1 Restore logs consistently 2004-02-18 02:28:47 +00:00
moodler
71ca2a2a05 Changed log URLs for attempts ... the old one worked too but this is
better for consistency.

Not much gets past Eloy "Eagle Eyes" Lafuente!
2004-02-18 02:24:29 +00:00
fiedorow
5794f89813 Support for absolute value added 2004-02-17 19:06:22 +00:00
fiedorow
0c7aca91e9 mimetex.darwin updated; tex previewer added 2004-02-17 19:03:30 +00:00
stronk7
10672458f9 Now "attempt", "submit" and "review" actions
use the q=xxx&attempt=yyyy syntax instead of
        id=xxxx&attempt=yyyy (not working old one)
It's necessary to change the "review" add_to_log() call
to use this sintax. It uses the old (nor working) one.
I wait to Martin to do this, because I've sent one email about this.
For info, the line to correct is number 57 in review.php from:
add_to_log($course->id, "quiz", "review", "review.php?id=$cm->id&attempt=$attempt->id", "$quiz->id", "$cm->id");
to:
add_to_log($course->id, "quiz", "review", "review.php?q=$quiz->id&attempt=$attempt->id", "$quiz->id", "$cm->id");
Ciao :-)
2004-02-17 17:27:27 +00:00
giro123
4c918350d6 *** empty log message *** 2004-02-17 16:34:12 +00:00
stronk7
40c287b095 Added support for "choose" and "choose again" action logs. :-) 2004-02-17 16:19:58 +00:00
moodler
abcc3a17b9 Fixed up some logging 2004-02-17 14:39:15 +00:00
moodler
249bdbe3cf Don't allow signup page to work unless necessary 2004-02-17 14:11:19 +00:00
mits
c15ed23f52 translated few strings. 2004-02-17 12:27:54 +00:00
moodler
4899c66789 FIxed up logging when viewing submissions (database truncation in logs)
Thanks Eloy!
2004-02-17 12:25:01 +00:00
moodler
f8f63ecdd5 On second thoughts, Eloy was right - showall is useless. :-) 2004-02-17 12:18:02 +00:00
moodler
987ecd9806 showall is an optional variable that will showall the people in one list 2004-02-17 12:16:14 +00:00
moodler
fc4a5a2f63 FIxed the logging of attempts so that clicking on the link in the log
actually shows you that attempt, rather than opening a new one!
2004-02-17 12:14:02 +00:00
rkingdon
c65e968162 A couple more strings for the sanity check. 2004-02-17 11:22:25 +00:00
rkingdon
9aba486423 Added sanity check before calculating grade. 2004-02-17 11:11:00 +00:00
moodler
7a38bf2836 A tiny MP# player. :-) 2004-02-17 09:43:36 +00:00
moodler
609a2b13b7 SOme info about $CFG->filterall 2004-02-17 06:33:04 +00:00
moodler
9e353ce7e2 Upgrade filter references 2004-02-17 05:28:52 +00:00
moodler
4da85078e9 Changed the name of all filters to be consistent.
Removed texh filter
2004-02-17 05:22:26 +00:00
moodler
830e238d58 Removed tex binaries and renamed main filter file 2004-02-17 05:12:33 +00:00
moodler
f4da2ed4d7 Don't specify id on upgrades! Thanks, Eloy! 2004-02-17 03:58:06 +00:00
moodler
ae2aa3c82c More fixes 2004-02-17 03:43:33 +00:00
fiedorow
e8e6a5602e Improved mimeTeX binaries & more uniform cross-platform code in filter 2004-02-17 03:41:10 +00:00
fiedorow
1a1de46ae2 Working version of algebra filter for Unix and Windows 2004-02-17 03:38:48 +00:00
moodler
3ce906d64d Some fixes for multiple links 2004-02-17 03:15:55 +00:00
moodler
652d573b5e JUst removing capitals .. :-) 2004-02-17 02:38:59 +00:00
moodler
6de17fde07 Cool thing for the morning - a new filter that will turn any link to
an MP3 into an embedded plugin.  It would be easy to add movies
and things later.
2004-02-17 02:37:51 +00:00
rkingdon
aaac8ae3fa Additional string. 2004-02-17 00:55:06 +00:00
rkingdon
667c5e9199 Only teacher's with edit privileges see the edit links; Navigation now
uses POSTS rather than GETS.
2004-02-17 00:54:10 +00:00
stronk7
4130af7552 Now label, quiz, resource and survey logs
are restored properly (I think) :-)
2004-02-16 20:42:16 +00:00
stronk7
eaefa1c0e8 Added missing cmid parameter when calling add_to_log() function
for report and review actions :-)
2004-02-16 20:22:32 +00:00
stronk7
8f583218df Added missing cmid parameter when calling add_to_log() function. 2004-02-16 19:31:26 +00:00
moodler
0e27a3ae71 Allow longer answers to support text fields better 2004-02-16 17:58:06 +00:00
moodler
62a575d157 Chat room text is now filtered 2004-02-16 17:39:05 +00:00
moodler
302130de75 Global not defined 2004-02-16 17:32:10 +00:00
moodler
1d8063adbc Some spacing 2004-02-16 17:15:59 +00:00
moodler
f14a311ec3 Minor tify up 2004-02-16 17:14:07 +00:00
moodler
077641504f Cornflower, by Tom Murdock.
A blue theme with some nice things about it.
2004-02-16 16:52:39 +00:00
giro123
5b767cb1ea *** empty log message *** 2004-02-16 16:51:28 +00:00
rkingdon
9cf1f5a6ab Add missing string. 2004-02-16 16:28:47 +00:00
moodler
c9b1af4d42 Make sure the update happens (some of this new code is actually really
old and sort of got bypassed)
2004-02-16 16:15:21 +00:00
moodler
7c8c335fa3 Complete clean-up of the survey reports.
Frames are GONE.  :-)

Also, a new survey: CIQ = Critical Incident Questionnaire
2004-02-16 16:13:31 +00:00
rkingdon
9be2bd0c39 Moveit action: Removed debug messages; added redirect. 2004-02-16 16:08:40 +00:00