maths / moodle-qtype_stack

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

allowempty and "insert lots of stars" results in E*M*P*T*Y*A*N*S*W*E*R; #1205

Closed sangwinc closed 2 weeks ago

sangwinc commented 2 weeks ago

With an input, choose the options allowempty and "insert lots of stars".

Submitting an empty answer results in E*M*P*T*Y*A*N*S*W*E*R, not EMPTYANSWER which is a bug!

aharjula commented 2 weeks ago

Well... is EMPTYANSWER in the security-map.json? Some of those insert stars logics tend to avoid splitting things that are there...

sangwinc commented 2 weeks ago

Indeed! Thanks @aharjula.