Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.15 KB

grade_report_assignment.md

File metadata and controls

28 lines (19 loc) · 1.15 KB

About $grade_report_assignment (New Project 2 Command)

This command lets the instructor generate a report on the average, low, and high score on each assignment

Changes

This command was introduced by CSC510-Group-1.

Location of Code

The code that implements the above mentioned functionality is located in cogs/grades.py.

Code Description

Functions

grade_report_assignment(self, ctx):
This function takes as arguments the values provided by the constructor through self and context in which the command was called

How to run it? (Small Example)

You are in the server that has the Classmate Bot active and online. From the instructor commands channel, enter the command $grade_report_assignment

$grade_report_assignment

Successful execution of this command will send a DM to the instructor with the grading breakdown.