CSC/ECE 517 Fall 2019 - E1996. Enhancements to review grader: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
===The summary Page===
===The summary Page===
====Issue Description====
====Issue Description====
#Checkbox items take up far too much space.  Remove duplicated header lines and show just columns of checkboxes to the right of the “questions.”  Also, it is unnecessary to prefix each by “[Question]”.
#Adjust column width intelligently.  The “Reviewee” and “Score” columns are much wider than necessary.  The “Comments” column is also too wide for easy reading.  So consider how the page might be reorganized to take better advantage of the available space.  One option might be to show the comments vertically, astride each other, rather than horizontally, above and below each other.  Mock up your proposal and discuss it with your mentor.
#Get rid of “Review: Round1”.  It should be, “Review Round 1”
====Design Strategy====
====Design Strategy====
====Files to be modified====
====Files to be modified====
====Test Plan====
====Test Plan====

Revision as of 19:39, 11 November 2019

Background

Problem Statement

The Main review-grader Page

Issue Description

  1. The "Score awarded/average sore" column is supposed to report the score by the current student reviewer in the first round, the average score by all reviewers in the first round, and ditto for the second round. If the number of rounds ≠ 2, then the number of scores should be adjusted appropriately.Fix this problem so that it is populated with the correct numbers.
  2. Those scores would also be displayed with bar graphs, like in the “Metrics” column. It should be modified without making the column much wider, since this page needs to display a lot of information horizontally.
  3. Column width should be adjusted intelligently. In the view shown, “Reviewer”, “Reviews done”, and “Team reviewed” are too wide, whereas “Assign grade and write comments” is too narrow.

Design Strategy

Files to be modified

on_the_fly_calc.rb

Test Plan

The summary Page

Issue Description

  1. Checkbox items take up far too much space. Remove duplicated header lines and show just columns of checkboxes to the right of the “questions.” Also, it is unnecessary to prefix each by “[Question]”.
  2. Adjust column width intelligently. The “Reviewee” and “Score” columns are much wider than necessary. The “Comments” column is also too wide for easy reading. So consider how the page might be reorganized to take better advantage of the available space. One option might be to show the comments vertically, astride each other, rather than horizontally, above and below each other. Mock up your proposal and discuss it with your mentor.
  3. Get rid of “Review: Round1”. It should be, “Review Round 1”

Design Strategy

Files to be modified

Test Plan