]> git.mjollnir.org Git - moodle.git/commit
Support for CALCULATED questions
authorkaipe <kaipe>
Sun, 8 Aug 2004 12:08:08 +0000 (12:08 +0000)
committerkaipe <kaipe>
Sun, 8 Aug 2004 12:08:08 +0000 (12:08 +0000)
commit7acaafc87eda6d375ca133487e0c1f43dfd79da3
tree30894a610503ebd56dd3fd11382d0785cb5bc8bc
parent908a708e7cf07cc0f9efec622b1268e1d76018ae
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)
mod/quiz/format/webct/format.php