maths / moodle-qtype_stack

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

Iss 1110 - CASchat URI too long #1115

Closed EJMFarrow closed 7 months ago

EJMFarrow commented 7 months ago

Passing question variables, etc, as part of the URI when moving from the STACK dashboard to the CASchat page can cause an Apache error if the URI is too long.

There doesn't seem to be a good way of sending a POST request within Moodle that I can find, though. I tried a hidden form but that led to problems making the link look right. Instead, I've saved the quba (required for images showing on the dashboard anyway) and just passed the required info to load the question/attempt data on the CASchat page.