Git commits in Moodle 1.4.x by kaipe

commit f0c60b0a048c6850acea95b997ec3c1adfe59628
Author: kaipe <kaipe>
Date:   Mon, 23 Aug 2004 05:34:47 +0800
Tag:    v1.4.0

*** empty log message ***

commit 7acaafc87eda6d375ca133487e0c1f43dfd79da3
Author: kaipe <kaipe>
Date:   Sun, 08 Aug 2004 20:08:08 +0800
Tag:    v1.4.0

Support for CALCULATED questions These are much more complex than all qtype already supported so I have been pretty hard on the existing code. I could not figure out what mathematical functions need to be converted from webct to PHP format. The only function I have converted so far is the webct x**y that was converted to PHP pow(x,y)

commit 908a708e7cf07cc0f9efec622b1268e1d76018ae
Author: kaipe <kaipe>
Date:   Sun, 08 Aug 2004 19:31:40 +0800
Tag:    v1.4.0

Fixed a bug Cleaned out a flaw that ruled out generation of negative random numbers

commit d02ad0f9c299841a41ec63344876aec2329f5994
Author: kaipe <kaipe>
Date:   Thu, 05 Aug 2004 17:53:17 +0800
Tag:    v1.4.0

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.

commit 79a44f05a9247908dc88014cc12a45e8baf80fc4
Author: kaipe <kaipe>
Date:   Thu, 05 Aug 2004 07:35:18 +0800
Tag:    v1.4.0

Took care of some issues concerning the use of individual quiz files in datasetdependent questions

commit f7dea937e6a7437d70046dca0d15d9e5d937037d
Author: kaipe <kaipe>
Date:   Wed, 04 Aug 2004 22:09:19 +0800
Tag:    v1.4.0

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

commit a753b153ded83661abffdd460a0ea51fb4afd4b7
Author: kaipe <kaipe>
Date:   Tue, 03 Aug 2004 20:16:55 +0800
Tag:    v1.4.0

DEBUGGED Icon images did not have any closing " for attribute SRC

commit 39fbd5c81807a4f0565e1a674033c3a03a1ce3dc
Author: kaipe <kaipe>
Date:   Mon, 02 Aug 2004 06:22:20 +0800
Tag:    v1.4.0

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

commit dee898f1842fc8caf01ebafe673b6cc20db6e993
Author: kaipe <kaipe>
Date:   Fri, 30 Jul 2004 22:54:45 +0800
Tag:    v1.4.0

Additions to support units for numerical questions, as well as some terminology for the new features dataset-dependent questions and calculated questions

commit 2443a13e754998cdf81d50930e7f4dc0acd3e50b
Author: kaipe <kaipe>
Date:   Fri, 30 Jul 2004 22:50:58 +0800
Tag:    v1.4.0

New generic tools that allow the creation of dataset-dependent questions as well as the new question type Calculated that uses this generic support.

commit 7a82d193240ab6a3df435ac2c89821864d5d2ee4
Author: kaipe <kaipe>
Date:   Fri, 30 Jul 2004 22:43:08 +0800
Tag:    v1.4.0

New feature Unit support for numerical questions

commit 8c5a95facbeff21a356396a588446ed77713cb9e
Author: kaipe <kaipe>
Date:   Fri, 30 Jul 2004 22:40:16 +0800
Tag:    v1.4.0

Database update to support new question type Calculated as well as units for Calculated and Numerical questions

commit 07b3c9f2b3f5289ad26b55d8af705cf9f431e2ae
Author: kaipe <kaipe>
Date:   Sat, 17 Jul 2004 07:10:34 +0800
Tag:    v1.4.0

file randomsamatch.html was initially added on branch MOODLE_13_QUIZREFACTOR.

commit 88bf015d6fd128e667a74b876ae5280deb62b02e
Author: kaipe <kaipe>
Date:   Sat, 17 Jul 2004 07:10:34 +0800
Tag:    v1.4.0

file editquestion.php was initially added on branch MOODLE_13_QUIZREFACTOR.

commit 075fa91dbe5821ca43e6a58c7bfc137eed84edf0
Author: kaipe <kaipe>
Date:   Sat, 17 Jul 2004 07:10:34 +0800
Tag:    v1.4.0

file truefalse.html was initially added on branch MOODLE_13_QUIZREFACTOR.

commit 54b47619fa6f99b6b38dcbf3468f00001094cdad
Author: kaipe <kaipe>
Date:   Sat, 17 Jul 2004 07:10:34 +0800
Tag:    v1.4.0

file shortanswer.html was initially added on branch MOODLE_13_QUIZREFACTOR.

commit 63c86231b921b52b0a60ebdba71af9da7a1d96f7
Author: kaipe <kaipe>
Date:   Sat, 17 Jul 2004 07:10:34 +0800
Tag:    v1.4.0

file random.html was initially added on branch MOODLE_13_QUIZREFACTOR.

commit 19f63aadae6b4431534f9ae81197f661e7422f96
Author: kaipe <kaipe>
Date:   Sat, 17 Jul 2004 07:10:33 +0800
Tag:    v1.4.0

file numerical.html was initially added on branch MOODLE_13_QUIZREFACTOR.

commit 8980bf63a2897dc5d32cd2516b7c034e4af382d8
Author: kaipe <kaipe>
Date:   Sat, 17 Jul 2004 07:10:33 +0800
Tag:    v1.4.0

file multichoice.html was initially added on branch MOODLE_13_QUIZREFACTOR.

commit 45bab286ba016736ad3e28d5dcbaa86da806c112
Author: kaipe <kaipe>
Date:   Sat, 17 Jul 2004 07:10:33 +0800
Tag:    v1.4.0

file multianswer.html was initially added on branch MOODLE_13_QUIZREFACTOR.

commit 234c8f06376010c32c4142e7d2c1ac9ca86ad732
Author: kaipe <kaipe>
Date:   Sat, 17 Jul 2004 07:10:33 +0800
Tag:    v1.4.0

file match.html was initially added on branch MOODLE_13_QUIZREFACTOR.

commit f36e96a1b7cd92d4e9d030507df04ca865bb326c
Author: kaipe <kaipe>
Date:   Sat, 17 Jul 2004 07:10:33 +0800
Tag:    v1.4.0

file description.html was initially added on branch MOODLE_13_QUIZREFACTOR.

commit 0ce447d5332c3481c1b946275ddaa24da04e8790
Author: kaipe <kaipe>
Date:   Sat, 03 Jul 2004 18:11:33 +0800
Tag:    v1.4.0

file questiontype.php was initially added on branch MOODLE_13_QUIZREFACTOR.

commit 85a93d9a33e363c811b58999f652446de3f58811
Author: kaipe <kaipe>
Date:   Sat, 03 Jul 2004 18:11:33 +0800
Tag:    v1.4.0

file icon.gif was initially added on branch MOODLE_13_QUIZREFACTOR.