maths / moodle-qtype_stack

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

unexpected behaviour with embedded pictures in STACK question dashboard #1100

Closed MuellerAle closed 4 months ago

MuellerAle commented 5 months ago

If a picture is embedded via "insert or edit image" in general feedback of a Moodle question it is displayed correctly in the preview as well as for students in the review part. In the STACK question dashboard it is not displayed at all (which it should). The alt tag is displayed though.

EJMFarrow commented 5 months ago

Thanks for raising this. Pictures/files are currently not being loaded in the question text, general feedback and question description on hte STACK dashboard. This is due to a combination of issues:

Fix now ready for code review and, all being well, will be part of the next STACK version. Pull request

Looks like images are also not working in Tidy inputs and PRTs (probably the save issue) and Send general feedback to CAS (no re-formatting of the URL). I'll look into fixing those as a separate ticket.

sangwinc commented 5 months ago

Thanks @EJMFarrow, much appreciated.

sangwinc commented 4 months ago

This now fixed.

MuellerAle commented 4 months ago

Thanks a lot!