CSC/ECE 517 Fall 2021 - E2155. Calibration submissions should be copied along with calibration assignments: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 44: Line 44:
Testing scenarios:
Testing scenarios:


#When the instructor copies the existing assignment
#The instructor copies the existing assignment
expect the # of participants of the copied assignment=the # of participants of the original assignment
expect the # of participants of the copied assignment=the # of participants of the original assignment
#When the instructor checks the calibration review of an assignment
#The instructor checks the calibration review of an assignment
#The students attempt their calibration review


==Links==
==Links==

Revision as of 21:13, 4 November 2021

Project Overview

Background

To improve the experience of peer-reviewing in Expertiza and determine the competent reviewers amongst all the reviewers, creating a new form of review for assignments was considered. As a result, "calibration assignments" were introduced to the Expertiza system. The calibration assignments were to be assigned before peer review occurred so that students would know if they reviewed using the same rubrics as the instructor.

To set up a calibration assignment that both the instructor and the course students can review, the instructor needs to create a new assignment, add the extra participant manually, impersonate the participant, and finally, submit the review, which is not a great experience. What's more is that currently, if an instructor wishes to do this every semester or every year with the same course to copy over the calibration assignments, they have to repeat this process yet again.

Objectives

Expertiza can fix the problem of repeatedly setting up the calibration assignments by automatically copying the previous calibration assignments with all attached reviews.

Previous Implementation

In the previous implementation, the implementors designed the calibration review as part of the assignment and students were able to participate in calibration review training before reviewing other students' work.

The instructor can enable the calibration review in two ways:

1. Check "Calibration for training?" in an assignment then copy the participants from the course.

2. Copy existing assignment and its participants with calibration review enabled.

Detailed System Overview can be found at the following:
CSC/ECE 517 Fall 2017/E17A4 Allow calibration to be part of an assignment

However, their implementation introduced several assumptions about the system that we will address to allow merging into production.

Issues of Previous work

  1. The project assumes that the calibration starts at directory 0, which occasionally causes Expertiza to copy the wrong submission.
    1. Suggested Fix: set submitter_count to the largest directory number that Expertiza used for calibration.
      1. Allows us to keep track of the most recent calibration submission.
      2. Gives us something we can reference during copying to get the correct directory.
  2. The due date of calibration review are missing.
  3. The copied assignments do not have participants copied.


Design

  1. TODO: add UML diagram, preliminary class design

Implementation

Testing Plan

  1. TODO: test if the assignment and its participants were copied correctly, test if the participants can be added to the calibration review, test if the due date of calibration review was saved successfully

Testing scenarios:

  1. The instructor copies the existing assignment

expect the # of participants of the copied assignment=the # of participants of the original assignment

  1. The instructor checks the calibration review of an assignment
  2. The students attempt their calibration review

Links

Github repository

Team

  1. John Marsden (ProfDoof)
  2. Lee Shyu (ls-hyu)
  3. Angela Ho (angelaho0504)
  4. Kasimir Schulz (Kasimir123)