Philipp Imhof
Philipp Imhof
## Description of bug / unexpected behavior When a question is moved from one context to another, images that are embedded in the part's text get lost. ## Expected behavior...
In the general feedback, we can use all global variables. In the part's feedback, we can also use the part's local variables. However, we are currently not able to use...
## Description of proposed feature Input fields currently have a fixed size according to the answer type. The size can be tweaked using custom CSS in the question, but this...
## Description of proposed feature We should add a function `unique()` that will remove duplicate values from an array. ## How can the new feature be used? `unique([1,2,3,5,2,4,1]) --> [1,2,3,5,4]`
## Description of proposed feature Add one or both of the following answer types * set, e.g. a list of numbers (strictly numbers, no numerical expressions) where the order does...
_Originally posted by @alexanderlata in https://github.com/FormulasQuestion/moodle-qtype_formulas/issues/154#issuecomment-2396956750_ For example, I ask students to solve a system of linear equations using the Gauss method. I create two parts and, with the help...
The `renderer.php` is still very spaghetti-like and complicated. It would benefit from a rewrite, as that would also make it easier to implement changes to the user interface at a...
Currently, Formulas offers basic support for the Moodle app. It would make sense to add the necessary scripts to perform on-the-fly validation of student input. Due to the screens being...
* For fields of answer type number, there is no need to show the tooltip, as no special symbols are allowed and if the student enters anything else than a...