Bug 43

Summary: Enable the instructor to upload a class list
Product: Lab Report Repository (nor houzi) Reporter: Hui Lan <lanhui>
Component: Feature RequestsAssignee: Mohamed Nor Abdullahi <mohamednor>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: PC   
OS: Windows   

Description Hui Lan 2019-11-12 16:24:58 CST
The following functionality, described using User Story, might be handy.


------------------------
As an instructor,
I want to upload a class list for my course,
so that I could download from LRR a spreadsheet (in CSV format) containing the 
score for all students and for all assignments.
-------------------------

More details about the class list:

- The class list is plain text file with two columns separated by TABs.
- The two columns are student numner and student name.
- No header line.


More details about the output.

- It is a Comma Separated Value file.
- File name should be the CourseCode + CourseName + Semester + SectionName (if any) + InstructorName.csv
- Rows are in the same order as that in the class list.
- The value for a no submission should be NA.  Not 0.



Hui