0.5.1 • Published 4 months ago

@artevelde-uas/canvas-lms-hide-points-from-letter-grades-plugin v0.5.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Canvas LMS Hide Points From Letter Grades Plugin

Plugin for the Canvas LMS theme app that hides points from students when using letter grades.

NPM version License Downloads PRs Welcome

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-hide-points-from-letter-grades-plugin

Using Yarn:

yarn add @artevelde-uas/canvas-lms-hide-points-from-letter-grades-plugin

Usage

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

import canvas from '@artevelde-uas/canvas-lms-app';
import hidePointsFromLetterGradesPlugin from '@artevelde-uas/canvas-lms-hide-points-from-letter-grades-plugin';

canvas.addPlugin(hidePointsFromLetterGradesPlugin);

canvas.run();
0.5.0

4 months ago

0.5.1

4 months ago

0.4.2

5 months ago

0.3.0

7 months ago

0.4.1

7 months ago

0.4.0

7 months ago

0.2.0

1 year ago

0.1.0

1 year ago