CSC/ECE 517 Fall 2020 - E2075. calibration submissions should be copied along with calibration assignments: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
A “calibration assignment” is an assignment where the students are asked to review work that has also been reviewed by a member of the course staff. If the student’s review “resembles” the staff-member’s review, then the student is presumed to be a competent reviewer.  Here is a further description of calibration assignments.
== Project Overview ==
To set up calibration, the instructor (or TA) adds a few extra participants to the assignment.  The instructor (or TA) then impersonates the extra participants, and submits work on behalf of each of the extra participants.  This is, obviously, extra trouble, and it would be nice if an instructor didn’t have to resubmit the same calibration submissions every semester.  So this project asks you to write code that copies over the calibration submissions whenever a calibrated assignment is submitted.
=== Background ===
My suggestion is that, when copying an assignment, you use the same extra participants as the assignment you are copying used.  Then, copy the URLs and/or files that were submitted to the previous assignment, and submit them to this assignment as well.
The Expertiza project allows "calibration assignments" to be performed where students are asked to review work that has also been reviewed by a member of the course staff. Accommodating an easier way to create calibrations will certainly deem useful.
 
=== Objective ===
Our objectives for this project are the following:
 
* Use the same extra participants as the assignment you are copying to creating the calibration used
* Add test cases to maintain coverage if SLOC increases
 
=== Team ===
 
* Nischal Kashyap
* Mounika Bachu
* Akshay Podila
* Dhanraj Raghunathan

Revision as of 01:06, 22 October 2020

Project Overview

Background

The Expertiza project allows "calibration assignments" to be performed where students are asked to review work that has also been reviewed by a member of the course staff. Accommodating an easier way to create calibrations will certainly deem useful.

Objective

Our objectives for this project are the following:

  • Use the same extra participants as the assignment you are copying to creating the calibration used
  • Add test cases to maintain coverage if SLOC increases

Team

  • Nischal Kashyap
  • Mounika Bachu
  • Akshay Podila
  • Dhanraj Raghunathan