Skip to content

Latest commit

 

History

History

wrapper-launch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Wrapper Launch Demo

This is a demonstration of using the ADL launch method with the ADL's xAPI wrapper library.

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 wrapper-launch/lms.js.
  8. Navigate to the LMS http://localhost:1337/lms.

Real World Examples