diff options
Diffstat (limited to 'example/srs_with_id.txt')
-rw-r--r-- | example/srs_with_id.txt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/example/srs_with_id.txt b/example/srs_with_id.txt new file mode 100644 index 0000000..3af4ba3 --- /dev/null +++ b/example/srs_with_id.txt @@ -0,0 +1,37 @@ +0e96 +FRONT OF CARD +1 As an instructor +2 I want to check the number of assignments submitted by each student +3 so that I know who is not on track +4 Priority: M | Effort: 4 | Assignee: Hui + +BACK OF CARD +1 - Write a program called check_student.py +2 - Store student numbers in variable student_no. +3 - Store assignment submission status files in variable assignments. +4 - Execute the program in the following way: python check_student.py. +5 - The output is a table. +6 - The table has two columns, studentNumber and numberSubmissions. +7 - Each row contains the number of submissions for a student number. +8 - The rows are sorted in ascending order of number of submissions. + +CREATED BY instructor ON 2019-12-19 +UPDATED BY TA ON 2020-03-26 + + +43b6 +FRONT OF CARD +1 As an instructor +2 I want to list all valid student numbers in a submission status file +3 so that I can count how many students have submitted a particular assignment. +4 Priority: M | Effort: 2 | Assignee: Hui + +BACK OF CARD +1 - A submission status file contains any number of student numbers. +2 - There must be a whitespace before and after each student number. +3 - A valid student number must contain 12 digits and start with digit 2. + +CREATED BY instructor ON 2019-12-20 +UPDATED BY TA ON 2020-03-25 + + |