This is a demonstration of using the ADL launch method.
- Install Git.
- Install Node.
- Clone this repository
git clone git@github.com:LearningLocker/xapi-demos.git xapi-demos
. - Enter the directory
cd xapi-demos
. - Install the dependencies
npm install
. - Change the
launchServerEndpoint
andlaunchServerAuth
details in the lms.js file. - Start the LMS server
node adl-launch/lms.js
. - Navigate to the LMS
http://localhost:1337/lms
.