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