Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/plugin/whispeakauth
Angel Fernando Quiroz Campos dd03905c07 Plugin: Whispeak: Change enrollment title - refs BT#17415 5 years ago
..
Controller Plugin: Whispeak: Change enrollment title - refs BT#17415 5 years ago
Entity Minor - flint fixes 5 years ago
Request Minor - format code 5 years ago
ajax Whispeak: Dont' reset cid in ajax endpoints - refs BT#17415 5 years ago
assets/js Whispeak: Update enrollment request - refs BT#17415 5 years ago
lang Plugin: Whispeak: Change enrollment title - refs BT#17415 5 years ago
view Plugin: Whispeak: Improve message above record audio block - refs BT#17415 5 years ago
README.md Minor - Whispeak: Update readme file - refs BT#17415 5 years ago
WhispeakAuthPlugin.php Minor - flint fixes 5 years ago
WhispeakConditionalLoginHook.php Minor - flint fixes 5 years ago
WhispeakMyStudentsLpTrackingHook.php Minor - flint fixes 5 years ago
WhispeakMyStudentsQuizTrackingHook.php Minor - flint fixes 5 years ago
admin.php Minor - flint fixes 5 years ago
authentify.php Whispeak: Dont' reset cid in ajax endpoints - refs BT#17415 5 years ago
authentify_password.php Whispeak: Fix condition for authentify on exercise - refs BT#16007 6 years ago
enrollment.php Whispeak: Get text to speak for enroll from api - refs BT#17415 5 years ago
index.php Plugin: Restoring Whispeakauth - refs BT#14921 6 years ago
install.php Plugin: Restoring Whispeakauth - refs BT#14921 6 years ago
plugin.php Plugin: Restoring Whispeakauth - refs BT#14921 6 years ago
uninstall.php Plugin: Restoring Whispeakauth - refs BT#14921 6 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\PluginBundle is 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).

  1. Install plugin in Chamilo.
  2. Set the plugin configuration enabling the plugin and (optionally) set the max attempts.
  3. Set the login_bottom region to the plugin.
  4. Add $_configuration['whispeak_auth_enabled'] = true; to configuration.php file.
  5. Optionally, you can add the menu_administrator region to se the user logged activities from Whispeak.