CSC/ECE 517 Fall 2018 E1870 Warn of deadlines and enforce them: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
====Code Level Design====
====Code Level Design====
==Test Plan==
==Test Plan==
<pre>
Test checkbox(Instructor side)
Test checkbox(Instructor side)
Log in as instructor
Log in as instructor
Line 39: Line 40:
Navigate to “Others’ work”
Navigate to “Others’ work”
Student can do the second review without the first one
Student can do the second review without the first one
 
</pre>





Revision as of 03:04, 20 November 2018

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