374 Commits

Author SHA1 Message Date
moodler
565340c670 Simpler way to update events for a quiz 2004-05-23 10:25:46 +00:00
moodler
bd76032e1b Fixed the link I just added 2004-05-19 03:52:34 +00:00
moodler
56215ed40f If a quiz has been attempted and the teacher is editing the quiz,
then let them know about the attempts.

bug 321

Thanks, Bernard!
2004-05-19 03:22:21 +00:00
moodler
a601728c8d Fix for BUg 320 from Bernard Boucher 2004-05-19 02:53:03 +00:00
moodler
ffdd209ad2 Use fullname() functions for quiz reports 2004-05-18 13:31:37 +00:00
moodler
b2a3cd2d24 Quizzes with long periods (longer than 5 days) are now handled
in the calendar as two separate events ... one for open and one for close

bug 1402
2004-05-17 17:04:01 +00:00
moodler
8cadd23f98 Some cleaning up of the navigation bars in quizzes 2004-05-16 10:20:26 +00:00
moodler
b7f3582008 Use overlib feedback on cloze-style questions 2004-05-16 03:14:03 +00:00
moodler
e70bda424b Fixes to prevent users from creating bad quiz questions with not
enough answers in them.

Thanks to Shane Elliott (Ikawhero)
2004-05-14 14:36:32 +00:00
moodler
35ebf5c09b Fix for the way question texts were displayed bug 1381 2004-05-13 08:46:25 +00:00
gustav_delius
dcd338ffdc Events associated to hidden activities are now invisible in calendar, using new field 'visible' in table 'event' which is updated each time a course module is hidden or unhidden. 2004-05-05 07:07:56 +00:00
moodler
c1f86c2afa Removing some security checks that seem to cause trouble 2004-05-03 02:12:45 +00:00
moodler
d2f308c091 Support for events.
Ouch - I thought I'd checked this in days ago
2004-04-28 02:56:40 +00:00
stronk7
ff4c50a9a2 As showing/hiding "Save my answers" button was based in empty($results),
moved $results->attemptbuildsonthelast to $attemptbuildsonthelast.
This was introduced in my latest CVS version, trying to take out
some notices...solved now.
2004-04-25 09:16:19 +00:00
stronk7
c18490b89b Take our some notices... 2004-04-25 08:43:42 +00:00
moodler
1cd06b9b9c Fixed the text file too 2004-04-17 03:28:29 +00:00
moodler
7001130bac Fixed possible prblems with Excel names bug 1243 2004-04-17 03:24:42 +00:00
stronk7
464edd6d2e Solved two small typos preventing quiz being deleted properly in
quiz_delete_instance() function:
public----------------------------------->publish
get_record("quiz_attempts")------------->get_records("quiz_attempts")
2004-04-07 23:38:48 +00:00
selliott
ebb71a34e1 Added support for Multiple Choice Questions with Multiple answers 2004-04-02 17:16:41 +00:00
moodler
95e42912a7 Fix to detect the different ANSWER format used for Shortanswers bug 1182 2004-03-25 15:07:14 +00:00
moodler
e02bd4a191 After an error on import, come back to this page 2004-03-25 14:55:04 +00:00
moodler
9421aca0cd WebCT import can now deal with escaped colons in the text bug 1182 2004-03-25 14:50:25 +00:00
moodler
b4ac9780fe Don't create a warning for missing images. See Bug 1181 2004-03-25 13:53:30 +00:00
moodler
b85806454b Multichoice defaults to a single answer 2004-03-24 14:36:52 +00:00
moodler
d396ba798f Multianswer cloze questions now show feedback (you need to hover
your mouse over the answers)
2004-03-19 14:51:29 +00:00
moodler
fc8bc7e516 Fixed some newly-introduced bugs caused by recent function name change 2004-03-16 14:02:30 +00:00
moodler
a384809295 Handle '+' signs in short answers 2004-03-15 14:41:19 +00:00
moodler
8c0f49667f In shortanswers you can now use \* (ie slash asterisk) to mean a real asterisk
Normally the asterisk is a wildcard
2004-03-12 13:03:51 +00:00
moodler
a69ffecd9c Format intro on attempts as well. 2004-03-10 09:49:31 +00:00
moodler
9a5c745d92 Properly format Quiz text (filters etc) 2004-03-10 09:45:33 +00:00
moodler
52a88a8726 More rubustness 2004-03-10 03:45:44 +00:00
moodler
15ba837b5b Don't enter loop with no data ... bug 1053 2004-03-09 15:39:55 +00:00
moodler
a9f80673b6 SHortanswer field just a bit bigger 2004-03-09 05:56:43 +00:00
moodler
a8d909c77b Fix case of printing shortanswers with quotes in them 2004-03-09 05:51:16 +00:00
moodler
898f04d9cf Allow cloze questions to contain quotes 2004-03-08 13:09:42 +00:00
moodler
62b7ad7bf5 Slightly bigger input box for short answers
http://moodle.org/mod/forum/discuss.php?d=5909
2004-03-06 09:51:52 +00:00
moodler
1b899e00a2 Small bump to fix a particular site 2004-03-05 13:38:41 +00:00
thetrinity
8ec4b43554 Added code for escaping control characters with backslash. 2004-02-27 09:03:30 +00:00
selliott
6a0c9cf8a3 Added logic in function quiz_get_recent_mod_activity for groups 2004-02-20 21:47:55 +00:00
moodler
e8da8d7004 Format answers in multiple choice questions 2004-02-19 18:14:19 +00:00
moodler
004f8037f4 Fixed missing log_displays - thanks Eloy! 2004-02-19 13:28:31 +00:00
moodler
a740ff66d9 Don't show editing icons when questions can't be edited! 2004-02-19 07:53:09 +00:00
moodler
dbb4919258 Better error checking when trying to show an incomplete attempt 2004-02-18 08:40:58 +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
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
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
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