Philipp Imhof
Philipp Imhof
Replacing the default text area by a CodeMirror editor would allow for automatic line numbering. It could also be possible, in a second step, to integrate syntax highlighting.
## Description of proposed feature Formulas currently allows for single-choice questions with either radio boxes or a drop down field. It could be extended to allow for multiple-choice questions with...
Currently, the checkbox "There are other correct answers." is too close to the input field for model answers. This is due to some style tweaking done by core's multichoice question....
Replacing the entire unit conversion code takes time. The aim of this PR is to write a compatibility layer that uses the new parsing system for analysis of unit expressions....
_Originally posted by @marlisschedler in [#11](https://github.com/FormulasQuestion/moodle-qtype_formulas/issues/11#issuecomment-2802462251)_ > They see numbers like 3.5 in the question text, even though they are taught (and now allowed!) to write 3,5. > This inconsistency...
To complete the rewrite of all core parts, the parsing, interpretation and conversion of units must also be rewritten. The aim is to have consistent validation of student input (server-side)...
If we have ```php namespace foo; public static function provide_foo(): \Generator { yield ['foo', 'bar']; } ``` there will be an error message: `Data provider method "provide_foo" must return an...
This PR will add the following: - For each part, teachers can decide whether or not that part should accept empty answers. - For fields that the student is expected...
> It is often required to perform either types of tolerance check. Having to write `abs(a - b) < abs_tol` or `abs(a - b) < rel_tol * max(abs(a), abs(b))` for...
Disclaimer: This is not really a bug, but not really a feature request. **Describe the bug** If the network connection is lost while the page is loading or if the...