This command lets the instructor generate a report on the average, low, and high score on each assignment
This command was introduced by CSC510-Group-1.
The code that implements the above mentioned functionality is located in cogs/grades.py.
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
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.