-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
2.8.7
-
None
-
2014110303
-
MOODLE_28_STABLE
There is no ability to get expressions calculated in the question body of the Formulas type questions.
Enter the string containing variable that is calculated in Calculation type question:
{=10*{n1}}
or
{=(
+7*
{n2})/100}
Expected result:
The expressions should be turned to integer
Actual result:
The question body has:
and
{=(6+7*25)/100}