Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 681 Bytes

readme.md

File metadata and controls

15 lines (13 loc) · 681 Bytes

ADL Launch Demo

This is a demonstration of using the ADL launch method.

Users

  1. Install Git.
  2. Install Node.
  3. Clone this repository git clone git@github.com:LearningLocker/xapi-demos.git xapi-demos.
  4. Enter the directory cd xapi-demos.
  5. Install the dependencies npm install.
  6. Change the launchServerEndpoint and launchServerAuth details in the lms.js file.
  7. Start the LMS server node adl-launch/lms.js.
  8. Navigate to the LMS http://localhost:1337/lms.

Real World Examples