CSC/ECE 517 Spring 2018- Project E1815: Improvements to review grader

From Expertiza_Wiki
Jump to navigation Jump to search

Introduction

This project aims to enhance the review report and summary page, and display more information necessary for grading. The goal is to help the instructors by making the process of grading reviews easier and more accurate.

Problem Statement

Issue 1: Visualization of Metrics in Review Reports

In the current review report page, the metrics are displayed as plain text. Showing a bar chart for the metric rather than just text would make grading easier. Also, if several metrics are shown in the column, showing multiple lines of text for each metric can make the column cluttered and difficult to read.


Updating Review Summary view

To view this page you click the summary in the row for any student.

This page summarizes the peer Reviews given to the Author. They are basically separated into three columns i.e reviewee, score and comments.

  1. The first issue in this view is that there is no header saying what course, assignment, or student this relates to.
  2. Secondly, The field that lists the team members is wider than the rest of the columns combined. The comments column needs more space it will contain more information
  3. Finally, For questions answered with check-boxes, comments are not necessary, but still a blank cell is displayed.

Issue 3

Adding color schemes to identify update to reviews as per submissions

Currently, in review report, each team reviewed is color coded as, red indicating that the review is not yet completed and blue indicating that the review grade is not assigned or updated. So if an instructor sees a name in red, the student should not be given credit for the review. If text is in blue, then the student has not been graded for the review, so the instructor should grade it now. But there is caveat here. If the reviewer has reviewed the work but the author did not resubmit, the reviewer has nothing new to review in the latest round and should not be downgraded for not re-reviewing the work. This issue needs to be addressed.

UML Diagram

Proposed Solutions

Issue 1: Visualization of Metrics in Review Reports

Issue 2

Issue 3

Test Plan

References