maths / moodle-qtype_stack

Stack question type for Moodle
GNU General Public License v3.0
142 stars 149 forks source link

Enable matrix of variable size to work with the option "," for decimal separators #1291

Closed sangwinc closed 2 weeks ago

sangwinc commented 3 weeks ago

Currently the JS code within the matrix of variable size does not work with the option "," for decimal separators.

EJMFarrow commented 2 weeks ago

It was an incorrect option setting for one of the CAS statements looking for commas when the answer had already been converted to using periods.