coreyrop / SMIP

We are working to create an educational program that will be used to help students learn how to program in MIPS code. We are using the pyspim code base to run spim through python.
1 stars 1 forks source link

Story: Grading Submissions #73

Open coreyrop opened 5 years ago

coreyrop commented 5 years ago

As an instructor, I would like a way to grade all submissions for a lesson so that I can use these assignments for student grades.

coreyrop commented 5 years ago

Acceptance Test

  1. Ensure you have submissions for a lesson
  2. Launch SMIP
  3. Click 'Grading'
  4. select the lesson and the directory of submissions
  5. click 'Grade'
  6. Wait for grading to complete
  7. Confirm that an Excel sheet was created with all the student names and the results of their grading for that lesson.

Note: Lesson submissions must be of the form: "{name}_{lesson title}(Submission).s"

It will not grade submissions that do not fit this form.

coreyrop commented 5 years ago

Passed