422 Commits

Author SHA1 Message Date
julmis
d49616201d Time limit stuff added
- Show overdue time
- Reset grandes when overdue.
2004-07-25 22:17:24 +00:00
moodler
f825338aef Fixed up a slight typo in this template 2004-07-21 13:28:58 +00:00
moodler
8ba9a36f88 Just to delineate the refactored version 2004-07-21 13:15:15 +00:00
moodler
41ee645c29 Removing some old files 2004-07-21 13:02:53 +00:00
moodler
8966a11131 Quiz refactoring is now merged into the main development code!
I've done some basic testing using existing quizzes trying as
much as I could think of, and it all worked well!

Well done, Henrik!  Great job!

Still, this should be regarded as unstable at least until more
people have had a try.  Please test this thing solidly on new
and old quizzes.
2004-07-21 13:01:08 +00:00
stronk7
1b76b56cbc Added support to timelimit, password and subnet in backup & restore. 2004-07-19 20:04:33 +00:00
moodler
60d37a2d0f FIxed small bug in password checking 2004-07-08 08:28:50 +00:00
moodler
cbf8fb4597 Tidied up attemptpage with password 2004-07-08 08:08:38 +00:00
moodler
c288e6d6ee Update requirement for address_in_subnet function in moodlelib.php 2004-07-08 07:53:50 +00:00
moodler
8c467676c2 Two new features for quizzes! (Thanks Shane)
1)  Quizzes can be restricted by subnet

 2)  Quizzes can require a password to be entered before attempts
2004-07-08 07:50:49 +00:00
thepurpleblob
cbc83a240e Added 'right answer' feedback to true/false questions. 2004-07-07 09:15:33 +00:00
moodler
88c898f590 Added new fields for quiz password and subnet restrictions 2004-07-07 07:47:33 +00:00
thepurpleblob
a9c3253689 Added stub for exporting Cloze questions - generates 'not supported' message. 2004-07-06 14:29:25 +00:00
thepurpleblob
03d0e48201 Added missing handler for exporting Cloze type questions 2004-07-06 14:28:17 +00:00
thepurpleblob
b8e151340c Changed where export file is created to course file area, not category->course file area 2004-07-06 14:27:38 +00:00
thepurpleblob
6adaf83e66 fixed bug #1556 - implode could be called on non-array data 2004-06-30 12:39:22 +00:00
thepurpleblob
1218d4702e Added remaining question types for export 2004-06-30 10:19:20 +00:00
thepurpleblob
4c2a04ee16 Added 'virtual' method for writequestion 2004-06-30 10:16:14 +00:00
thepurpleblob
008589289a More question types added to support quiz exports 2004-06-30 10:11:21 +00:00
thepurpleblob
a2db69caf7 Export classes added, not yet complete however 2004-06-29 09:26:51 +00:00
moodler
4a6cfa32d9 Updated requirements for quiz module 2004-06-28 16:25:14 +00:00
thepurpleblob
6ad1e0694d Corrected bug where selected category not displayed. 2004-06-24 09:44:14 +00:00
thepurpleblob
9f406c1dc2 Corrected bug where selected category not displayed 2004-06-24 09:36:53 +00:00
thepurpleblob
9441b800d4 Corrected bug where category not selected properly. 2004-06-24 09:35:37 +00:00
thepurpleblob
9ad7ce6bca fixed correct category not selected 2004-06-23 09:42:27 +00:00
thepurpleblob
eea4477b95 Fixed mistake in category selection - now correctly shows selected category 2004-06-23 09:33:47 +00:00
julmis
684d865a49 Updates to quiztimer
- mark question result to zero if time limit is exceeded
2004-06-22 20:44:59 +00:00
thepurpleblob
105d34db95 Editing and adding question controls are now disabled where the user does
not have editing rights. Applies to published categories.
2004-06-22 11:02:37 +00:00
moodler
19ebd1557a Minor formatting of timelimit stuff 2004-06-21 12:36:13 +00:00
julmis
68a7b97074 Fixes for quiztimer.
- Lets make cheating more complicated, more javascript based.
- Mark attempt to zero if time limit is exceeded over 60 seconds
2004-06-20 10:57:27 +00:00
thepurpleblob
0e852e2a43 Category dropdown now displays publishing course name + only courses for which the
user has editing rights are displayed
2004-06-18 13:39:07 +00:00
thepurpleblob
212a1906d7 Added isset() to prevent uninitialized field causing notification.
Category dropdown now displays publishing course name + only courses for which the
user has editing rights are displayed
2004-06-18 13:18:13 +00:00
thepurpleblob
d8933d4a6d Added isset() to prevent an uninitialized field causing notification.
Category dropdown now displays publishing course + only categories for which the
user has editing rights are displayed.
2004-06-18 13:14:13 +00:00
thepurpleblob
588ecf461a Added isset() to check for uninitialised field causing notifications.
Category dropdown now displays publishing course + only categories for which
the user has editing rights are displayed.
2004-06-18 13:10:18 +00:00
thepurpleblob
c4a5033db2 Category dropdown now shows publishing course + only those categories for
which the user has editing rights are displayed
2004-06-18 13:07:20 +00:00
thepurpleblob
fe6dd029a5 Category dropdown now shows publishing course. Only those categores that the user
has permission to edit are displayed
2004-06-18 13:03:11 +00:00
thepurpleblob
6c9b8063cf Now only allows user to select categories that they can really edit. 2004-06-18 12:59:48 +00:00
thepurpleblob
2ceec2d6be Added functions to only display categories that the user is actually
allowed to edit. Used in question edit screens
2004-06-18 12:59:06 +00:00
thepurpleblob
c2df1c2ec2 changed define to string assignment to prevent multiple defines notification
in true false questions added initialisation of both true and false feedback
  to kill notification in lib.php when question is stored
2004-06-18 08:41:16 +00:00
thepurpleblob
ff3cb169af fixed bug where select box for category is shown but changing it doesn't do anything
category selected in previous edit screen now used, and *fixed* category displayed.
Course shortname has been added to category where category is published
2004-06-17 17:31:12 +00:00
thepurpleblob
adc8ba57b2 Added function to return category name with course shortname apended
Added functions to read a complete quiz category structure into object
    for development of export functionality - working but partial question
    types at the moment.
2004-06-17 17:29:07 +00:00
thepurpleblob
5ab5d67ddf Fixed failure to check for uninitialized Formatting field
which caused a notifcation in debug mode
2004-06-17 16:47:50 +00:00
thepurpleblob
e5a30e6a1a $answers is innitialized to defined QUIZ_MAX_NUMBER_ANSWERS.
Was wrongly left fixed at 6
2004-06-17 16:44:47 +00:00
thepurpleblob
c040a9a2ff New file for exporting quizzes 2004-06-17 16:18:21 +00:00
moodler
070528fc79 MOdules are dependent on this version of course/mod.php 2004-06-04 07:28:34 +00:00
moodler
7613890851 BRANCH MERGE
These are the changes from MOODLE_13_STABLE, merged into trunk

The tag MOODLE_13_MERGED on the MOODLE_13_STABLE branch now refers to this point

The biggest changes here are the fixes for HTML editor in all standard modules
2004-06-04 06:17:30 +00:00
julmis
b15f577dad Trying to fix Safari bug (NaN). 2004-06-03 12:45:38 +00:00
julmis
f41e824f33 QuizTimer modifications added plus necessary files along. 2004-06-02 18:03:05 +00:00
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