- Moodle 2.9+
- Open LMS framework
- AWS PHP SDK
- Purchased licence of X-Ray Learning Analytics service ( For more information please visit the official site. )
- Install Open LMS framework
- Install AWS SDK
- Deploy and install X-Ray Learning Analytics plugin
Open LMS Framework can be obtained from Moodle plugins database or from our GitHub repository. Either way is suitable. Make sure to choose the correct version of the plugin for your version of Moodle.
This plugin is required in order to enable support for exporting data from Moodle into X-Ray for further analysis. You can get it only from our GitHub repository.
Choose based on the following table:
Moodle | PHP | AWS repository branch |
---|---|---|
2.9.x - 3.1.x | 5.5+ | MOODLE_31_STABLE |
3.2.x+ | 5.6.5+ | MOODLE_32_STABLE |
2.9.x - 3.1.x | 5.4.x | LEGACY |
Suggested way of deploying would be to clone the aws sdk repository into appropriate location within your Moodle code base and checkout desired branch. That way you can also easily deploy updates if needed.
Example:
git clone https://github.com/moodlerooms/moodle-local_aws_sdk.git [/path/to/moodle]/local/aws_sdk
git --git-dir="[/path/to/moodle]/local/aws_sdk/.git/" --work-tree="[/path/to/moodle]/local/aws_sdk" checkout -b MOODLE_31_STABLE origin/MOODLE_31_STABLE
Contact the Open LMS X-Ray specialists about configuration information and onboarding process.
© Blackboard, Inc. Code for this plugin is licensed under the GPLv3 license.
Any Open LMS trademarks and logos included in these plugins are property of Open LMS and should not be reused, redistributed, modified, repurposed, or otherwise altered or used outside of this plugin.