Skip to content

canvas-gamification/canvas-weight-calculator

Repository files navigation

Canvas Gamification

Python 3.7

Required Packages

  • canvasapi
  • click

pip install canvas-gamification

  1. Activate the provided virtualenv in ./venv or create your own virtual env
  2. Install the program using this command line:
    pip install --editable .

Copy the settings.sample.json to settings.json and fill/change the parameters accordingly.

pass the name of the setting file as --settings. see the examples.

  • gamification --help
  • gamification --settings settings.json assign-weights

Tests are available in /test folder.

run all the tests by

  • python -m unittest

Keyvan Khademi

Angie Pinchbeck