Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.54 KB

File metadata and controls

51 lines (33 loc) · 1.54 KB

completion-aggregator plugin for Tutor

This plugin is a companion to tutor-contrib-aspects which demonstrates how to extend Aspects to display non-standard tracking events.

See openedx-aspects#222 for more details.

When enabled in Tutor, this plugin installs:

Installation

pip install git+https://github.com/open-craft/tutor-contrib-completion-aggregator

Usage

# Enable this plugin
tutor plugins enable completion-aggregator

# Update config to use this plugin
tutor config save

# Rebuild openedx image to update pip dependencies
tutor images build openedx

# Run custom dbt
tutor local do dbt -c "run"

# Import and the assets added by this plugin
tutor local do import-assets

License

This software is licensed under the terms of the AGPLv3.