https://github.com/yetanalytics/moodle-logstore
Yet Moodle Logstore
https://github.com/yetanalytics/moodle-logstore
Last synced: 7 months ago
JSON representation
Yet Moodle Logstore
- Host: GitHub
- URL: https://github.com/yetanalytics/moodle-logstore
- Owner: yetanalytics
- License: gpl-3.0
- Created: 2024-04-02T23:05:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T13:37:33.000Z (about 2 years ago)
- Last Synced: 2024-12-27T23:13:26.957Z (over 1 year ago)
- Language: PHP
- Size: 8.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [Moodle Logstore xAPI](https://moodle.org/plugins/view/logstore_xapi)
> Emits [xAPI](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md) statements using the [Moodle](https://moodle.org/) Logstore.
- Install the plugin using [our zip installation guide](/docs/install-with-zip.md).
- Process events before the plugin was installed using [our historical events guide](/docs/historical-events.md).
- Ask questions via the [Github issue tracker](https://github.com/xAPI-vle/moodle-logstore_xapi/issues).
- Report bugs and suggest features with the [Github issue tracker](https://github.com/xAPI-vle/moodle-logstore_xapi/issues).
- View the supported events in [our `get_event_function_map` function](/src/transformer/get_event_function_map.php).
- Change existing statements for the supported events using [our change statements guide](/docs/change-statements.md).
- Create statements using [our new statements guide](/docs/new-statements.md).