Skip to content

PAWSLabUniversityOfPittsburgh/acos-lti

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is forked from acos-server/acos-lti to add DeepLink support to it. In the future, changes should have pushed to the original repo.

Acos LTI protocol support

This protocol adds the support for communication between learning management systems that support LTI (Moodle, for example) and ACOS server.

Configuration

Add the following line to the ACOS config file

ltiKeys: {consumerKey: 'key', consumerSecret: 'secret'}

and change the keys. Typically, these keys are required when a new LTI activity is added to learning management systems.

About

LTI protocol support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.6%
  • HTML 30.4%