CSC/ECE 517 Fall 2018 E1870 Warn of deadlines and enforce them

From Expertiza_Wiki
Revision as of 03:03, 20 November 2018 by Kzhao2 (talk | contribs)
Jump to navigation Jump to search

Introduction

Expertiza supports multi-round peer review. Currently, in this situation, student who did not do the previous round peer review can still do the subsequent round peer review. According to the deduction policy, some reviewees might lose points because of the reviewers who miss the previous round peer review. Therefore, it will be fairer to provide instructor an option which can decide whether a student can do the subsequent round peer review when s/he did not do the previous round peer review.

Design Plan

UI Improvement

In assignment#edit page “Review strategy” tab, add an option (e.g., “Allow student to join reviews late”*) to allow students to do the second round peer reviews without the first round peer review; by default this option is unchecked. Please note that this option should appear only if there are multi-round peer reviews. If there is only one round peer review, do not show this option.

  • Before

  • After

Functionality Implementation

Visual Aids

  • Flow Chart

  • UML

Related Problems

Code Level Design

Test Plan

Test checkbox(Instructor side) Log in as instructor Navigate to “Manage…”,then “Assignments” Under “Actions”, choose “Edit” Navigate to “Review Strategy” See the checkbox “Allow student to join reviews late”

Test task list(Student side) Case 1: Check the checkbox Log in as student Navigate to “Assignments” Choose an assignment Navigate to “Others’ work” Student cannot do the second review without the first one

Case 2: Uncheck the checkbox Log in as student Navigate to “Assignments” Choose an assignment Navigate to “Others’ work” Student can do the second review without the first one



References

assignments/edit/_review_strategy.html.erb

student_task/list.html.erb

Expertiza in Github

Expertiza documentation

Documentation on Database Tables