-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
#EXAMUS MOODLE PLUGIN | ||
|
||
## Requirements | ||
1. Examus plugin was tested with Moodle 3.1 version | ||
2. Examus proctoring needs OAuth2 server plugin installed. You can install it from https://github.com/examus/moodle-local_oauth/releases | ||
3. To install plugin, download zip archive, go into your Moodle admin section, navigate to `Administration→Plugins→Install plugins`, put downloaded zip in box and press `Install` button. | ||
|
||
If you have Oauth2 server installed from another source, **please make sure it allows HTTPS url as Redirect URL** | ||
|
||
## Installation | ||
1. Download zip [here](https://github.com/examus/moodle-availability_examus/releases/), open `Administration→Plugins→Install plugins`, put zip there | ||
2. Go to `Administration→WebServices→Manage Tokens`, Add token for service Examus for Admin User. Examus will use this token for integration | ||
1. Download zip from https://github.com/examus/moodle-availability_examus/releases/, open `Administration→Plugins→Install plugins`, put zip there | ||
2. Go to `Administration→WebServices→Manage Tokens`, Add token for service Examus for Admin User. Examus will use this token for integration. | ||
3. Go to `Administration→Server→OAuth provider settings`, press `Add new client`. | ||
4. You can use any Client identifier, for example 'Examus'. To get 'Redirect URL', please contact us. After saving new client, Examus proctoring service will use your `Client identifier` and generated `Client secret Key` to authenticate your users | ||
|
||
## Usage | ||
1. In course editing mode, `Edit settings` for module, scroll down to `Restrict access` | ||
2. Choose `Add restrictions... → Examus` to enable proctoring for this module. | ||
2. Choose `Add restrictions... → Examus` to enable proctoring for this module. Please, specify duration of proctoring session. If you already have time restriction for module ('Quiz'), proctoring session duration must match time restriction setting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters