Nicolas,
I am hoping you can help me clarify....
I have installed your module for the multinumerical question type according to instructions and it works as far as i can tell, but throws up error messages each time a multinumerical question appears in a quiz.
We are using a web
host with Moodle 1.9.6 on linux,
Apache 2.2.14, php 5.2.11.
moodle error reporting is set to minimal (i.e only show fatal errors)
the errors are gone if i turn off error reporting (as you would expect), but are these errors a problem?
Example of errors below (i used the example question):
Parse error: syntax error, unexpected '>' in
public_html/moodle/question/type/multinumerical/questiontype.php(220) : eval()'d code on line
1Parse error: syntax error, unexpected T_IS_SMALLER_OR_EQUAL in
public_html/moodle/question/type/multinumerical/questiontype.php(220) : eval()'d code on line
1Parse error: syntax error, unexpected T_IS_GREATER_OR_EQUAL in
public_html/moodle/question/type/multinumerical/questiontype.php(220) : eval()'d code on line
1
Please solve for x, y and z where:
X + Y + Z > 12
X - Y <= 3
Z is between 0 and 100 inclusive.
i have used the parameters in the question:
x,y,z
constraints
X + Y + Z > 12
X - Y <= 3
Z = [0;100]
use color (yes)
display result (yes)
grade calculation (fractional)