maths / moodle-qtype_stack

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

Question description MD format broken in dev #1289

Closed hayden-MB closed 3 weeks ago

hayden-MB commented 3 weeks ago

While adding question descriptions to questions on coulomb it appears that using the markdown format completely breaks the question entirely. It gives the error message:

Exception - Too few arguments to function stack_cas_castext2_demarkdown::postprocess(),
1 passed in [dirroot]/question/type/stack/stack/cas/parsingrules/602_castext_simplifier.filter.php 
on line 309 and exactly 3 expected

On the quiz page, the question preview, and if you do a quiz preview with the question in.

sangwinc commented 3 weeks ago

Oh dear @hayden-MB thanks for reporting that - it's my fault. I've updated coulomb. If you can confirm the issue is now fixed please close this issue.

hayden-MB commented 3 weeks ago

Seems to be all fixed! Thank you :)