81 Commits

Author SHA1 Message Date
moodler
058811c1c7 Changes related to new popup capabilities for "Web Links".
TRANSLATORS PLEASE NOTE:  help/resource/resourcetype.html has changed slightly.
2003-07-20 14:07:37 +00:00
moodler
361f649d7a New question type: Numerical questions.
Mostly coded by Henrik Kaipe - I changed a few things on the way in.
2003-07-10 13:25:07 +00:00
thepurpleblob
28683e6c3b Added support for mailto links 2003-07-08 09:10:22 +00:00
moodler
5cbf2187ab Added Description question to overall list of question types 2003-07-06 04:02:53 +00:00
moodler
401c8de6c5 New question type called "Description". All it does is print some
text and/or an image, without requiring an answer.  Can be used
to provide text for a following group of questions, or to insert
a joke in the quiz etc ...

This code is based on code sent in by Ursula Raab.  Thanks!

See: http://moodle.org/mod/forum/discuss.php?d=508
2003-07-06 04:00:05 +00:00
moodler
475fe8d16c Removing old files 2003-06-21 02:52:03 +00:00
thepurpleblob
6d4952f3cf Added instructions for spell checker 2003-06-18 14:35:33 +00:00
moodler
496f77cce2 Rearranging to make it easier to read 2003-06-14 06:03:07 +00:00
moodler
2cdcb45e84 Fixed some links 2003-06-14 05:47:47 +00:00
moodler
feb1b0b019 Some cleanups - translators may want to check these 2003-06-14 05:45:13 +00:00
moodler
7faca74755 Removed some PHP 2003-06-14 04:08:43 +00:00
moodler
95b500763a Added an index to all help files. :-) Manually maintained at the moment. :-( 2003-06-14 03:52:23 +00:00
moodler
2da8349712 Clarified AON format 2003-06-14 03:50:58 +00:00
moodler
fc55b4e900 Latest changes from Howard 2003-05-27 14:24:06 +00:00
moodler
ba6c4a8701 Fixed a typo (thanks Mits!) 2003-05-27 02:14:44 +00:00
thepurpleblob
dec96d4f2c Added question/answer formatting to wiki help 2003-05-22 10:52:26 +00:00
rkingdon
daec2fede2 Minor change to wording 2003-05-13 16:29:54 +00:00
rkingdon
9b09f7d0cd workshop: addition of peer agreement 2003-05-08 20:31:05 +00:00
rkingdon
319b375ecc workshop: add peer agreement 2003-05-08 20:26:51 +00:00
moodler
5f94c13b6b New version of Wiki stuff from Howard Miller.
Some cool new features, including linking to Moodle activities!
2003-05-08 16:20:38 +00:00
moodler
e825f27967 New pop-up help page about smileys - clicking on the smiley inserts it
into the form using Javascript!

Also rationalised and patched some of the other help about text formats.

LANGUAGE EDITORS MAY WANT TO RE-CHECK:

   lang/en/help/textformat.html
2003-05-08 16:09:30 +00:00
moodler
a9c2c8fd8f New "special" help file with javascript :-) 2003-05-08 16:03:57 +00:00
moodler
e51de1e846 Fixed a typo 2003-05-07 15:08:50 +00:00
moodler
7aab220e4b Fixed typo 2003-05-07 02:13:24 +00:00
moodler
d342c76370 Added Wiki format as a system-wide format (forums, journals, etc)
Also, added better formatting to plain-text emails via a new function
in weblib.php  -  format_text_email
2003-05-04 04:07:36 +00:00
moodler
c6bcd06aba Tidied up the quiz imports a bit, and added AON as a format choice
Also added Scott Elliott's Blackboard module!
2003-05-02 15:31:24 +00:00
moodler
d22d31c659 Workshop module from Ray Kingdon
This version is still beta!
2003-05-01 13:16:58 +00:00
moodler
6db95aa730 new help file from Howard Miller (needs a little editing still) 2003-05-01 03:44:30 +00:00
moodler
3e9ca9fbc5 Added new Wiki code to allow Resource web pages to be created/edited using Wiki format
This code contributed by Howard Miller.  Thanks!
2003-05-01 03:43:16 +00:00
moodler
6d21fd37f2 Added new format to this file ... heads up for translators! 2003-04-27 10:58:20 +00:00
moodler
b7637a30d4 Dynamic value of minutes displayed in help file 2003-04-23 15:25:27 +00:00
moodler
c6eed09730 New "create multiple questions" wizard.
Improvements to the importing routine for AON
2003-04-10 17:55:57 +00:00
moodler
1365bacde6 Correct a typo 2003-04-09 14:30:04 +00:00
moodler
4b85b71712 New quiz switches to
- shuffle questions order
  - shuffle answers order
2003-04-09 13:57:08 +00:00
moodler
34d52ad7d2 First implementation of completely random questions.
When you add a random question to a quiz, then a question
is chosen randomly from the same category.

Questions are not repeated in a particular quiz attempt.

This still needs more testing, but it's looking OK so far.
2003-04-09 06:32:51 +00:00
moodler
54a67a5921 First cut at adding new "fixed" Match question type, which is manually
created.  Works OK after limited testing.

I've also renamed some strings to do with "Random Match", so that this
question type is now called "Random Short-Answer Match".

Later there will be a new 'Random Match' which randomly selects one of the
existing "Match" questions.
2003-03-30 16:46:50 +00:00
moodler
3ac1dedc35 Added some popup help for topic/week summaries 2003-03-11 05:57:00 +00:00
moodler
38b68c5d6f More detail, clearer description 2003-02-24 10:45:49 +00:00
moodler
95dbc030a8 First version of code to implement new "Random Matching" type
of questions.  These use 2 or more short answer questions at
random to construct a questions where you have to match
answers to questions.  Only lightly tested so far.

Quiz questions can now be edited with Richtext editor.

Sundry little fixes along the way.
2003-02-24 10:37:56 +00:00
moodler
49220fa70c Various quiz changes. Most importantly is the new framework for importing
quiz questions.   Importing works but is still being tested.
2003-02-16 07:08:57 +00:00
rkingdon
f879140423 peer graded assignment version 1.0 2003-02-01 22:04:27 +00:00
moodler
8e6c87ccf3 Teachers can choose to allow review of quizzes, which means that students
are allowed to see past quizzes.  This only works once the quiz is completely
closed (to perhaps prevent easy cheating).
2003-01-01 14:47:11 +00:00
moodler
195ad21e96 New documentation for Moodle - new resource type called "Program" 2002-12-24 06:59:13 +00:00
moodler
090e6d1959 Minor editing ;-) 2002-12-15 10:51:05 +00:00
moodler
1451da5eed Revised the text on these three pages.
These are ready to translate now.  If you have translated them
before, you may want to compare your translation because there
are some changes throughout.

Sorry if this causes any inconvenience - I try not to rewrite
the help files too much.
2002-12-15 10:31:33 +00:00
moodler
50c5119d82 Notice up top 2002-12-13 09:37:13 +00:00
moodler
e57e540ce1 Draft versions of these files ... please do not translate yet! :-) 2002-12-13 09:32:04 +00:00
moodler
b0767657a6 New help files ... nothing written in them yet! 2002-12-13 09:09:19 +00:00
moodler
085bd98e7e Add option that allows students to resubmit after being graded 2002-11-15 03:32:30 +00:00
moodler
13beeacbcd New course option to enable/disable display of "recent activity" 2002-11-12 04:26:16 +00:00