ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
This PR attempts to solve https://mantis.ilias.de/view.php?id=44715. This is the ILIAS10 variant. Saving feedback back to QPL now works accordingly. Kind regards, @bidzanaaron
Hi everyone, This PR is in reference to ticket [46470](https://mantis.ilias.de/view.php?id=46470), which elaborates on the loss of settings during the copying of a test. To resolve the problem, I have adjusted...
https://mantis.ilias.de/view.php?id=44724 Aims to fix sizing issue with checkboxes and radio elements in print view of single and multiple choice questions. Already reviewed by @thojou.
This PR fixes that `ilUserAutoComplete::getList(...)` returns the json_encoded items as a proper array (`[a, b, c]`) instead of an object (`{3: a, 4: b, 5: c}`). As it is no...
This pull request introduces full Deep Linking (LTI) support to ILIAS Release 10, extending functionality that was previously missing or incomplete in the LTI implementation. In addition, it includes a...
Added a element (“ course role”) linked to the dropdown. https://mantis.ilias.de/view.php?id=44424
# Issue https://mantis.ilias.de/view.php?id=43814 Properties in UI Items (used in many places e.g the UI Panel) are not accessibly marked as definition pairs in the DOM. # Changes * simplified DOM...
As previously announced, the University of Bern is relinquishing their authorities due to the current situation in the community and the resulting open questions regarding community cooperation in basic maintenance...
This PR addresses accessibility issue **[0043812](https://mantis.ilias.de/view.php?id=43812)**: in the Exercise module, under Work Instruction, the card title "Schedule" lacked proper heading markup. Added an `h4` heading to the card title, ensuring...