3030 Commits

Author SHA1 Message Date
moodler
0485fe6551 Added parsing of links 2003-07-07 13:23:33 +00:00
moodler
0927b54b4d Fixes for "wierd assignment error" - Bug #549, from Scott Elliott 2003-07-07 12:45:08 +00:00
moodler
34ce8fbbf4 Stuff 2003-07-07 12:12:44 +00:00
moodler
a63d100a03 Show the intro text now 2003-07-07 12:11:11 +00:00
moodler
51600d9dab Fixed some accidental lowercasing 2003-07-07 11:52:05 +00:00
moodler
1bcb0d8700 Strings 2003-07-07 09:46:00 +00:00
moodler
f7e648da70 Some minor improvements 2003-07-07 09:45:08 +00:00
moodler
1515a89e2d Very early version of new chat module, made by Martin using ARSC as
an inspiration.

Works OK already on most newish browsers .. see mod/chat/README.txt for details.
2003-07-07 06:44:16 +00:00
stronk7
96e1bd4a55 Included support to DESCRIPTION qtype.
Mainly, do nothing, but it's supported now :-)
2003-07-06 09:21:56 +00:00
moodler
bca64a122b Don't allow grades to ever be set for description questions 2003-07-06 04:19:11 +00:00
moodler
f65ed9726a Don't shuffle quiz questions by default (confusing to newcomers) 2003-07-06 04:08:46 +00:00
moodler
575de48fc3 Description questions should not be selected randomly 2003-07-06 04:08:11 +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
stronk7
fcf74f5a80 Changed the backup output to convert every "\r\n\" and "\r"
(Windows and Mac line-break sequences) to "\n" (Unix line-break
sequence) to be treated apropiately by nl2br function.
Updated to 0.8.1 alpha
2003-07-05 23:14:16 +00:00
stronk7
ca5c2e1d3c Now xmlize is invoked with XML_OPTION_SKIP_WHITE = 0 to
avoid \n skipping.
2003-07-05 22:44:29 +00:00
moodler
c99ce77b17 Recommitting because of CVS wierdness 2003-07-05 11:52:01 +00:00
moodler
0d27c9ea8b Upgraded ADOdb to 3.60 ... supposed to be faster plus has bugfixes 2003-07-05 06:23:27 +00:00
moodler
221518e109 Added a missing string 2003-07-05 04:31:57 +00:00
moodler
72d497d4ce Display images inline when attached to forum posts 2003-07-05 03:54:10 +00:00
stronk7
7f7d8c9508 Little modification to show the "Backup Course" option if
backup utility is installed (not shwown else)
2003-07-04 17:47:10 +00:00
giro123
56ca681022 *** empty log message *** 2003-07-04 17:02:12 +00:00
moodler
d5ded46f61 Just because it's about time to update it, and there's some big developments
starting up.
2003-07-04 13:39:11 +00:00
moodler
163c84ef63 Made a small start on the coding guidelines 2003-07-04 13:24:10 +00:00
stronk7
b1a09588e4 Now quizzes are restored too !! 2003-07-03 23:22:58 +00:00
stronk7
9079f6448c Updated to 0.8.0 alpha. Quizzes included !!
Broken compatibility with previous backups.
2003-07-03 23:21:27 +00:00
stronk7
ad80e394a0 Some comments and debug 2003-07-03 23:18:13 +00:00
stronk7
87cdd48c5a Remove thanks to Daniel in progress :-) 2003-07-03 23:17:07 +00:00
stronk7
39851da158 Now quizzes are restored completely.
Bronken backup compatibility again !!
2003-07-03 23:15:18 +00:00
stronk7
90c2f403e2 Changed to allow correct responses (match_sub) to be restored 2003-07-03 23:04:26 +00:00
giro123
ed51459ee4 Hungarian 2003-07-03 22:01:05 +00:00
bobopinna
8ec7d88384 Fill some new blank in version 1.0.9 2003-07-03 14:09:37 +00:00
moodler
2b32bdddb9 Keep strings cached in memory during a single page to improve performance
on slow filesystems or bad file caching.   (experimental)
2003-07-03 12:19:54 +00:00
bobopinna
d82c1d629d Some blank filled. 2003-07-03 09:53:39 +00:00
stronk7
9464f66f82 Solved bug when triyng to backup mod without any module files.
Thanks to Daniel Miksik.
2003-07-02 22:33:25 +00:00
stronk7
7bfa4fade3 Excluded form quiz_choose_random_questions the quiz
questions to avoid duplicates in quiz. Bug #544. Closed.
2003-07-02 17:30:42 +00:00
moodler
3405b2123f For plain format, retain multiple spaces 2003-07-02 11:59:20 +00:00
moodler
0110e35cc0 Allow default countyr to be unset again 2003-07-02 08:37:15 +00:00
moodler
ea68853b7c Hungarian credits 2003-07-02 08:09:49 +00:00
moodler
468c8a0949 New translation (based on 1.0.8.1) from Istvan Bozsa (bozsa@jht.gau.hu) 2003-07-02 08:08:24 +00:00
carlesbellver
e0b23d06cd *** empty log message *** 2003-07-02 06:25:25 +00:00
mits
d3f31aeddf added $string['parentlanguage'] 2003-07-01 14:18:04 +00:00
stronk7
cb0d53106e Little bug in randomsamatch questions. 2003-06-30 21:44:36 +00:00
stronk7
4f93ac2254 Update version to 0.7 alpha
Changes is backup to avoid duplicate tag names !!
Broken backup/restore compatibility with previous versions
2003-06-29 23:03:49 +00:00
stronk7
f82f87d630 Begin restoring quizzes (STEP 2)
Incomplete yet
2003-06-29 22:53:39 +00:00
stronk7
4db6f3f46a Now, restoring quizzes too (STEP 2).
But incomplete, yet !!
2003-06-29 22:51:48 +00:00
stronk7
242c6fe274 Changed some tags.
Old backups are now incompatible !!
2003-06-29 22:31:59 +00:00
stronk7
546431e9b8 Now categories and questions are recovered completely (STEP1)
Go up a bit!!    :-)
2003-06-28 23:24:51 +00:00
stronk7
56f56ca0b2 Now categories and questions are recovered completely (STEP1) 2003-06-28 23:18:37 +00:00
moodler
df3fd24968 Better check of server name for unusual web servers 2003-06-28 18:45:19 +00:00