An open API service indexing awesome lists of open source software.

https://github.com/uts-cic/canvas-quizzes-extract

LA-API Canvas extracts
https://github.com/uts-cic/canvas-quizzes-extract

Last synced: about 1 month ago
JSON representation

LA-API Canvas extracts

Awesome Lists containing this project

README

          

# canvas-extract-quizzes

Canvas extract quizzes, generate xAPI statements and push to LRS

## Node 8.10 Lambda function

This uses serverless to deploy lambda function to AWS and has all the environment variables set via serverless.yml. If you prefer thsi method create a new file serverless.yml
alternavtively this can be set via the .env file

Following evn variables need to be set via .env or via serverless.yml
```
CANVAS_API_HOST:
CANVAS_ACCESS_TOKEN:
LRS_URL:
LRS_USERNAME:
LRS_PASSWORD:
DEFAULT_LRS_ACTOR_NAME:
DEFAULT_LRS_ACTOR_EMAIL:
```