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
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