Skip to content

open-lms-open-source/moodle-local_xray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open LMS X-Ray Learning Analytics local plugin

Requirements

Installation

  • Install Open LMS framework
  • Install AWS SDK
  • Deploy and install X-Ray Learning Analytics plugin

Open LMS Framework

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.

AWS SDK

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:

AWS SDK versions
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

Configuration

Contact the Open LMS X-Ray specialists about configuration information and onboarding process.

Copyright

© 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.