| Component | Version(s) | Link |
|---|---|---|
| PHP | PHP | |
| ILIAS | ILIAS |
Adds a second sub-tab for scoring by question. Users are able to score/correct up to 10 answers to a question per page without having to open up each answer first.
It is highly recommended to rename the original scoring by question tab via the ILIAS language files to something different in order to avoid having to sub-tabs with the same name.
-
Clone this repository to Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/TstManualScoringQuestion
-
Install the Composer dependencies
cd Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/TstManualScoringQuestion composer install --no-devDevelopers MUST omit the
--no-devargument. -
Login to ILIAS with an administrator account (e.g. root)
-
Select Plugins in Extending ILIAS inside the Administration main menu.
-
Search for the TstManualScoringQuestion plugin in the list of plugin and choose Install from the Actions drop down.
-
Choose Activate from the Actions dropdown.
- Enter a Test object with a user that has permission to manually score answers.
- Go to the Manual Scoring Tab.
If answers are available they will be shown in the new design.