Matheus Zych
Matheus Zych
When creating a formula question you can use units and select a sequence of these units. If the sequence of these units is changed, the user is still shown the...
The return value of `assQuestion::getSuggestedSolution` is not properly handled in export and I suppose this should fix the issue. [Mantis: 40549](https://mantis.ilias.de/view.php?id=40549)
This is the implentation of the Feature Wiki entry [New taxonomy filters to use taxonomies in the question selection for fixed tests](https://docu.ilias.de/go/wiki/wpage_8158_1357). I believe all the requested features are implemented...
When trying to sort the entries of a table using the viewcontrols you get only shown the columns that are visible by default. Even when enabling optional columns you are...
These changes are part of the [Legacy-UI refactoring](https://docu.ilias.de/go/wiki/wpage_7320_1357). The commit "Initializes LUI refactoring base" acts as the base for all further Legacy-UI refactorings.
This PR sums up the collective work of @malaja11, @bidzanaaron, @thojou and @matheuszych on expanding the unit test coverage of the `Test & Assessment` component. Our initiative was not motivated...
Superglobal variables such as $_GET or $_POST should not be accessed directly. Instead, use the request and refinery mechanisms. Currently, there are four instances where this change is not feasible...
https://mantis.ilias.de/view.php?id=45211 Using the Refinery, I convert numeric strings that contain a comma or period into valid floating-point values.
This change will probably fix the issue mentioned here: https://mantis.ilias.de/view.php?id=45201 The cause seems to be dangling data inside the `qpl_fb_specific` table with no associated question answers. Pretty much the same...
https://mantis.ilias.de/view.php?id=44781 This PR addresses an issue where deleting the last question on the last page of a paginated question pool results in an "offset is not in any range" exception....