Commit graph

38 commits

Author SHA1 Message Date
gustav_delius
dc511e9fdb removed php notice and fixed line endings 2004-12-26 16:09:12 +00:00
kaipe
c03d783201 Question type RANDOM now stores responses just like any other question type.
Therefore all workarounds are removed from lib.php and an isolated workaround is included in random/questiontype.php in order to ensure backward compability.
2004-12-18 13:55:18 +00:00
kaipe
180bcb2740 New feature that makes it possible to specify the number of decimals
for the correct answer in calculated questions
as well as some minor refactoring and debugging.
2004-12-05 13:02:49 +00:00
moodler
8ac17ba443 Changes for XHTML and accessibility compatibility 2004-11-25 10:01:56 +00:00
kaipe
c4fb195046 Fixed a typo that was introduced with revision 1.4 - I believe that revision must have been developed with some sort of script... 2004-11-13 18:51:47 +00:00
kaipe
401f9a6a78 Changed to absolute path for reaching the questiontype dependent editing page layout file.
This should increase robustness - some installations have faced problems with the previously used relative references.

This fix should be merged with the stable branch asap
2004-11-13 18:29:25 +00:00
kaipe
80acb051d9 Fixed typo 2004-11-13 18:18:06 +00:00
moodler
7c6c30ed2b Changes for XHTML and accessibility compliance 2004-11-11 12:07:08 +00:00
skodak
d36f8be4b8 merged from STABLE - missing htmlSpecialChars() in INPUT's value 2004-10-02 19:01:42 +00:00
moodler
b3484504bb Merged randomisation fix from stable 2004-09-16 05:43:19 +00:00
gustav_delius
1c5d9bbbec closed some br tags 2004-09-12 22:29:44 +00:00
gustav_delius
d1290cec39 fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
gustav_delius
a9ef4a630a closed <input /> <br /> <hr /> 2004-09-12 14:41:49 +00:00
moodler
20229ca246 Merged fixes for display of correctanswers from stable 2004-09-04 08:12:23 +00:00
moodler
6e8d663f66 Merged from stable 2004-08-31 09:18:43 +00:00
moodler
86507185ac Merged help button fix from stable 2004-08-29 07:38:48 +00:00
moodler
218e4d56e6 Lowercase formulas before parsing them 2004-08-23 13:49:19 +00:00
gustav_delius
f950af3c43 All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site.
All the page headers work correctly also on the site course.

On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
2004-08-22 14:38:47 +00:00
moodler
886c666847 FIxed bug 1738 - questions now added to category they were started in 2004-08-16 15:55:15 +00:00
moodler
11558e5af4 Closed up some notices 2004-08-11 06:59:23 +00:00
moodler
338c772cc5 Removed PHP code from strings! 8-o 2004-08-11 06:46:59 +00:00
kaipe
908a708e7c Fixed a bug
Cleaned out a flaw that ruled out generation of negative random numbers
2004-08-08 11:31:40 +00:00
stronk7
1db60bdac0 Numerical questions lost their category when editing. Fixed. 2004-08-05 22:57:57 +00:00
kaipe
d02ad0f9c2 New page quiz/questiontypes/datasetdependent/categorydatasetdefinitions.php?category=XX
offers a simple editing view for category reusable dataset definitions.
It is unlinked but can be reached by specifying the URL or having a question
edit page link it in the future.
2004-08-05 09:53:17 +00:00
moodler
01d11b97d9 No checking is now done on question name and question text.
If question name is empty, then it's assigned to be same as the question text.

The question text can now be empty if people want that.
2004-08-05 05:31:40 +00:00
kaipe
79a44f05a9 Took care of some issues concerning the use of
individual quiz files in datasetdependent questions
2004-08-04 23:35:18 +00:00
kaipe
f7dea937e6 Updates that make it possible to override the options queries
This makes it easier to use this question type as the virtual question type for dataset dependent question types
2004-08-04 14:09:19 +00:00
moodler
5c5cff568f FIxed some notices 2004-08-04 08:39:29 +00:00
moodler
64e92a75fb Fixed up HTML editor 2004-08-04 07:30:38 +00:00
moodler
d3f8572b41 Adding icon for calculated questions 2004-08-04 03:01:51 +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
moodler
11c6232781 Some cleanups with formatting and so on. 2004-07-29 06:15:54 +00:00
moodler
26997a1f82 Shortanswers are not more robust when * wildcards being used 2004-07-27 13:16:50 +00:00
moodler
f825338aef Fixed up a slight typo in this template 2004-07-21 13:28:58 +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