@artevelde-uas/canvas-lms-export-course-groups-plugin

Plug-in for the Canvas LMS theme app that adds a menu item to export course groups as Excel

Usage no npm install needed!

<script type="module">
  import arteveldeUasCanvasLmsExportCourseGroupsPlugin from 'https://cdn.skypack.dev/@artevelde-uas/canvas-lms-export-course-groups-plugin';
</script>

README

Canvas LMS Export Course Groups Plug-in

Plugin for the Canvas LMS theme app that adds a menu item to export course groups as Excel.

Example image

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-export-course-groups-plugin

Using Yarn:

yarn add @artevelde-uas/canvas-lms-export-course-groups-plugin

Usage

Just import the plug-in and add it to the Canvas app:

import canvas from '@artevelde-uas/canvas-lms-app';
import exportCourseGroupsPlugin from '@artevelde-uas/canvas-lms-export-course-groups-plugin';

canvas.addPlugin(exportCourseGroupsPlugin);

canvas.run();