Skip to content

Uses D2L grade export CSV file with "Calculated Final Grade Scheme Symbol" and "Email" columns to filter out students by grade ranges, generating a mailing list for those students.

Notifications You must be signed in to change notification settings

haasr/d2l-mailing-list-by-grade-range-generator

Repository files navigation

D2L Mailing List by Grade Range Generator

Application preview

Quickly generate a mailing list of students in a certain grade range from a D2L grades export. I designed this tool so I can quickly build a mailing list of my students failing or near failing so that I can send email them to let them know where they stand and offer support.

CSV File Format

Although this tool was designed for instructors who use the Brightspace D2L LMS, it will really work with any CSV file that contains two columns:

  1. One column named Email
  2. One column named Calculated Final Grade Scheme Symbol

The first column must contain student email addresses and the second column must contain the respective grade for each student email address. The grades can be written in whole number or decimal form and may optionally be written with a percent sign (%). My program treats the grades in the second column as each student's overall grade.

* The CSV file may contain any additional columns as they have no bearing on my program's calculations.

View my example file.

Instructions

Download the instructions (docx file) here.

Downloads

Windows 10 x86 64-bit

About

Uses D2L grade export CSV file with "Calculated Final Grade Scheme Symbol" and "Email" columns to filter out students by grade ranges, generating a mailing list for those students.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages