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/xapi
Angel Fernando Quiroz Campos 185b96ab45 XAPI: Add lang vars for spanish + readme file - refs BT#1742 6 years ago
..
assets XAPI: Start launch for cmi5 - refs BT#16742 6 years ago
cmi5 XAPI: Start launch for cmi5 - refs BT#16742 6 years ago
cron XApi: Send statements from chamilo by cron script - refs BT#16742 6 years ago
lang XAPI: Add lang vars for spanish + readme file - refs BT#1742 6 years ago
php-xapi Minor - Flint fixes - refs BT#16742 6 years ago
src XAPI: Add lang vars for spanish + readme file - refs BT#1742 6 years ago
tincan XAPI: Start launch for cmi5 - refs BT#16742 6 years ago
views XAPI: Start launch for cmi5 - refs BT#16742 6 years ago
README.md XAPI: Add lang vars for spanish + readme file - refs BT#1742 6 years ago
admin.php Minor - flint fixes 6 years ago
install.php Minor - Format Code - refs BT#16742 6 years ago
lrs.php Minor - Format Code - refs BT#16742 6 years ago
plugin.php Minor - Format Code - refs BT#16742 6 years ago
uninstall.php Minor - Format Code - refs BT#16742 6 years ago

README.md

Experience API (xAPI)

Allow to incorporate an external Learning Record Store and use activities with the xAPI.

You can import and use TinCan packages. Import Cmi5 packages is beta state and development.

Configuration

Set LRS endpoint, username and password to itegrate an external LRS in Chamilo LMS.

The fields "Learning path item viewed", "Learning path ended", "Quiz question answered" and "Quiz ended" allow enabling hooks when the user views an item in learning path, completes a learning path, answers a quiz question and ends the exam.

The statements generated with these hooks are logged in Chamilo database, waiting to be sent to the LRS by a cron job. The cron job to configure in your server is located in /CHAMILO_PATH/plugin/xapi/cron/send_statements.php.

Use the Statement API from Chamilo LMS

You can use the xAPI statement API to save some statements from another service. You need create credentials (username/password) to do this. First you need set the "menu_administrator" plugin region to xAPI plugin. Then you can create the credentials with the new page "Experience API (xAPI)" inside de Plugins block in the Administration panel.