Skip to content
Commits on Source (3)
...@@ -3,10 +3,18 @@ ...@@ -3,10 +3,18 @@
## Installation Instructions ## Installation Instructions
1. Clone this repository to <ILIAS_DIRECTORY>/Customizing/global/plugins/Services/Repository/RepositoryObject/FormATest 1. Clone this repository to <ILIAS_DIRECTORY>/Customizing/global/plugins/Services/Repository/RepositoryObject/FormATest
2. Login to ILIAS with an administrator account (e.g. root) 2. Install the Composer dependencies
3. Select **Plugins** from the **Administration** main menu drop down. ```bash
4. Search the **FormATest** plugin in the list of plugin and choose **Activate** from the **Actions** drop down. cd Customizing/global/plugins/Services/Repository/RepositoryObject/FormATest
5. Choose **Configure** from the **Actions** drop down and enter the required data. composer install --no-dev
```
Developers **MUST** omit the `--no-dev` argument.
3. Login to ILIAS with an administrator account (e.g. root)
4. Select **Plugins** from the **Administration** main menu drop down.
5. Search the **FormATest** plugin in the list of plugin and choose **Activate** from the **Actions** drop down.
6. Choose **Configure** from the **Actions** drop down and enter the required data.
## Dependencies ## Dependencies
* The FormATest plugin is only usable with the QuestionSetPool plugin. * The FormATest plugin is only usable with the QuestionSetPool plugin.
\ No newline at end of file