You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| Controller | 5 years ago | |
| Entity | 5 years ago | |
| Request | 5 years ago | |
| ajax | 5 years ago | |
| assets/js | 5 years ago | |
| lang | 6 years ago | |
| view | 6 years ago | |
| README.md | 5 years ago | |
| WhispeakAuthPlugin.php | 5 years ago | |
| WhispeakConditionalLoginHook.php | 5 years ago | |
| WhispeakMyStudentsLpTrackingHook.php | 5 years ago | |
| WhispeakMyStudentsQuizTrackingHook.php | 5 years ago | |
| admin.php | 5 years ago | |
| authentify.php | 5 years ago | |
| authentify_password.php | 6 years ago | |
| enrollment.php | 5 years ago | |
| index.php | 7 years ago | |
| install.php | 7 years ago | |
| plugin.php | 7 years ago | |
| uninstall.php | 7 years ago | |
README.md
Speech authentication with Whispeak
Notice:
This plugin requires the user to grant permission to use the microphone connected on the web browser. Currently, browsers are limiting this permission to be used only in a secure environment with HTTPS. If your portal does not work with HTTP, then Whispeak authentication may not work.
Instructions:
Make sure the directory
src/Chamilo\PluginBundleis writable by the web server in order for the plugin is installed properly. This might imply a manual change on your server (outside of the Chamilo interface).
- Install plugin in Chamilo.
- Set the plugin configuration enabling the plugin and (optionally) set the max attempts.
- Set the
login_bottomregion to the plugin. - Add
$_configuration['whispeak_auth_enabled'] = true;toconfiguration.phpfile. - Optionally, you can add the
menu_administratorregion to se the user logged activities from Whispeak.