Philipp Imhof

Results 30 issues of 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...

bug

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...

feature request

## 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...

feature request

## 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]`

feature request

## 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...

feature request

_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...

feature request

Closes #206

refactoring

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...

refactoring

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...

feature request

* 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...

feature request