Plugin configuration
Configuration for Moodle plugin
Plugin settings
The setting page will be displayed after the installation is successful.
- Maximum recording duration: Maximum time to record an audio. This setting can be configured up to 2 minutes.
- Audio bitrate: The amount of data being transferred into audio. This should be kept as default as 128000.
- Scripted API URL: The URL for Scripted API.
- Unscripted API URL: The URL for Unscripted API.
- Pronunciation API URL: The URL for Pronunciation API
- Max audio storage time (days): Maximum days for users' audio to be stored in the database in order to clear up the space for the database and avoid unused records.
- No expiration: Choose this option if you don't want to auto clear up the old audio.
- Scoring option: Option to display the scoring type in the report. There are 4 options:
- DEFAULT: Default LC scoring scale
- IELTS: IELTS scoring scale
- PTE: PTE scoring scale
- CEFR: CEFR scoring scale
API key:
An API key is required in order to access the Speech Assessment and Pronunciation API. Follow these steps below to configure the API key into your Moodle system:
- In your Moodle source code, open
config.php
file
- Add the following configuration variable and save the file:
$CFG->lcspeech_apikey = YOUR_API_KEY
When this step is finished, your plugin is ready to be used.