Skip to:
These functions doesn't work on calculated questions
Try adding [[ ]] on each one:Dont' work: C(8,3) mXparser - built-in Binary Functions
Dont' work: qNor(0.5, 2, 1) mXparser - built-in 3-args Functions
Dont' work: cNor(0.7, 3, 1) mXparser - built-in 3-args Functions
Dont' work: if({alea}>==3, 5, 2)
Dont' work: if({alea}>3, 5, 2)
Dont' work: if({alea}<=3, 5, 2)
Dont' work: if({alea}<3, 5, 2)
Dont' work: if({alea}=3 && {alea2}=1, 5, 2)
Verified on 21x: https://qa21-mysql.nightly.sakaiproject.org/, build: 89d49620 20x: https://qa20-mysql.nightly.sakaiproject.org/, build: 761d19fd
Followed test plan and question saves
Verified at https://trunk-mysql.nightly.sakaiproject.org/portal
It works as expected.
I am verifying this and when I follow the test plan I can't save as " Formulas should contain at least one Variable : sol = 0 " is displayed.
Is the test plan complete? I am pasting the sample formulas in the Question Text editor and clicking on Save without any other action.
please share what is not working in your testing
Because 20.2 is not a released version of Sakai
These functions doesn't work on calculated questions
Try adding [[ ]] on each one:
Dont' work: C(8,3) mXparser - built-in Binary Functions
Dont' work: qNor(0.5, 2, 1) mXparser - built-in 3-args Functions
Dont' work: cNor(0.7, 3, 1) mXparser - built-in 3-args Functions
Dont' work: if({alea}>==3, 5, 2)
Dont' work: if({alea}>3, 5, 2)
Dont' work: if({alea}<=3, 5, 2)
Dont' work: if({alea}<3, 5, 2)
Dont' work: if({alea}=3 && {alea2}=1, 5, 2)