maths / moodle-qtype_stack

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

Add jsxgraph example for reacting to feedback with the new STACK-JS to the docs #1138

Closed bgailer closed 3 months ago

bgailer commented 3 months ago

I added an example to the jsxgraph docs on how you can react to feedback from the STACK question inside your JSXGraph applet. This is done using spans in the PRT nodes and checking for their presence using the STACK-JS function get_content in the JSXGraph code.

sangwinc commented 3 months ago

Thank you - that's much appreciated!