Skip to content
Snippets Groups Projects
Unverified Commit 6b7586b4 authored by Ryan Smith's avatar Ryan Smith Committed by GitHub
Browse files

docs(developers): Fixes paths.

parent 66ee0456
No related branches found
No related tags found
No related merge requests found
......@@ -16,15 +16,15 @@ If you hadn't already installed the plugin, you'll need to login as an admin and
## Adding Events
Assuming you've followed the [instructions above](#setup), you can modify and test events by updating the code inside the directories below.
- vendor/learninglocker/moodle-log-expander
- vendor/learninglocker/moodle-xapi-translator
- vendor/learninglocker/xapi-recipe-emitter
- lib/expander
- lib/translator
- lib/emitter
If you've read the [plugin design](design.md) you should understand what each of these directories are responsible for. Each of the parts have their own documentation on their respective Github repositories (linked below).
- [Moodle Log Expander](https://github.com/LearningLocker/Moodle-Log-Expander/blob/master/docs/readme.md#adding-events)
- [Moodle to xAPI Translator](https://github.com/LearningLocker/Moodle-xAPI-Translator/blob/master/docs/readme.md#adding-events)
- [xAPI Recipe Emitter](https://github.com/LearningLocker/xAPI-Recipe-Emitter/blob/master/docs/readme.md#adding-events)
- [Moodle Log Expander](../lib/expander/docs/readme.md#adding-events)
- [Moodle to xAPI Translator](../lib/translator/docs/readme.md#adding-events)
- [xAPI Recipe Emitter](../lib/emitter/docs/readme.md#adding-events)
## PHPUnit
Run these with the [Moodle PHPUnit test framework](https://docs.moodle.org/dev/PHPUnit):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment