moodler
64e92a75fb
Fixed up HTML editor
2004-08-04 07:30:38 +00:00
moodler
3a00dbfd6a
Fixed some notices
2004-08-04 07:04:11 +00:00
moodler
d3f8572b41
Adding icon for calculated questions
2004-08-04 03:01:51 +00:00
moodler
cf464c3576
Fixed some warnings
2004-08-04 02:56:20 +00:00
kaipe
a753b153de
DEBUGGED
...
Icon images did not have any closing " for attribute SRC
2004-08-03 12:16:55 +00:00
kaipe
39fbd5c818
Added support for some PHP style mathematical functions in the correct answer formula for calculated questions
...
Documentation on the functions can be found at
http://uk.php.net/manual/en/ref.math.php
2004-08-01 22:22:20 +00:00
kaipe
2443a13e75
New generic tools that allow the creation of dataset-dependent questions
...
as well as the new question type Calculated that uses this generic support.
2004-07-30 14:50:58 +00:00
kaipe
7a82d19324
New feature
...
Unit support for numerical questions
2004-07-30 14:43:08 +00:00
kaipe
8c5a95facb
Database update to support new question type Calculated
...
as well as units for Calculated and Numerical questions
2004-07-30 14:40:16 +00:00
moodler
11c6232781
Some cleanups with formatting and so on.
2004-07-29 06:15:54 +00:00
moodler
d0a1d0483e
Fixed a notice
2004-07-29 03:43:48 +00:00
paca70
edf693decf
Wery quickly tested and untested versions for Postgresql.
2004-07-28 08:51:05 +00:00
moodler
9350263a96
Merged fix from stable
2004-07-27 13:19:12 +00:00
moodler
26997a1f82
Shortanswers are not more robust when * wildcards being used
2004-07-27 13:16:50 +00:00
julmis
3a088d689c
Quiztimer stuff added
...
- Skip regrading if attempt is overdued
2004-07-27 02:03:19 +00:00
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