@@ -106,7 +106,7 @@ List of bugs follows/TODOs (see also https://github.com/maths/moodle-qtype_stack
### Optimising Maxima
1. Since I have optimized Maxima, I removed write permissions to /moodledata/stack/maximalocal.mac. This makes the healthcheck script unrunnable, and hence I cannot clear the STACK cache.
1.**DONE**Since I have optimized Maxima, I removed write permissions to /moodledata/stack/maximalocal.mac. This makes the healthcheck script unrunnable, and hence I cannot clear the STACK cache.
2. Finish off the system for running Maxima on another server (https://github.com/maths/moodle-qtype_stack/pull/8)
@@ -21,6 +21,7 @@ The following features are in approximate priority order. How to report bugs an
2. at->get_at_mark() really ought to be at->matches(), since that is how it is used.
* It must be possible to create questions using the dropdown input type. Currently there is no way to input the choices.
* When validating the editing form, also evaluate the Maxima code in the PRTs, using the teacher's model answers.
* A way to set defaults for many of the options on the question edit form. There are two ways we could do it. We could make it a system-wide setting, controlled by the admin, just like admins can set defaults for all the quiz settings. Alternatively, we could use user_preferences, so the next time you create a STACK question, it uses the same settings as the previous STACK qusetion you created.