Component | Version(s) | Link |
---|---|---|
PHP | PHP | |
ILIAS | to | ILIAS |
CBMChoiceQuestionExport (optional for export) | GitHub |
The CBMChoiceQuestionExport plugin can optionally be used to export CBM Question Solutions into an Excel table format.
-
Clone this repository to Customizing/global/plugins/Modules/TestQuestionPool/Questions/CBMChoiceQuestion
-
Install the Composer dependencies
cd Customizing/global/plugins/Modules/TestQuestionPool/Questions/CBMChoiceQuestion composer install --no-dev
Developers MUST omit the
--no-dev
argument. -
Login to ILIAS with an administrator account (e.g. root)
-
Select Plugins in Extending ILIAS inside the Administration main menu.
-
Search for the CBMChoiceQuestion plugin in the list of plugin and choose Install from the Actions drop-down.
-
Choose Activate from the Actions dropdown.
-
Create a Test Object somewhere in ILIAS
-
Open the Questions tab and click on Create Question
-
Select
Certainty based marking Question
as the Question Type. -
Configure the question like a normal test.
- If
Editor for Answers
is set you can use a rich text editor for the question text (after saving once) Thumbnail Size
changes the width & height of images uploaded in theSingle Line Answers
mode.Allow Multiple Selection
changes the question into a Multi select question (multiple answers can be ticked).- If
Should the response to the CBM be mandatory
is enabled, not filling out the certainty below the question will result in 0 points given. - The
Scoring Matrix
defines how many points the participant receives for the chosen answer/certainty. - The
Store Matrix Values in Session as Default
checkbox stores the choosenScoring Matrix
in the session. If you create another question, the values will be automatically filled.
- If
-
Start the test and answer the question ![Answering the CBM Choice Question](docs/images/answering cbm_choice_question.png)