CSC/ECE 517 Spring 2018- Project E1819: Improve self review, link self and peer review to derive grades: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "== Introduction == Expertiza allows for user to perform both self and peer reviews. Currently these two scores are not connected, this project seeks to add a link between them. T...")
 
Line 1: Line 1:
== Introduction ==
== Introduction ==
Expertiza allows for user to perform both self and peer reviews. Currently these two scores are not connected, this project seeks to add a link between them. The grade derived from a completed self review should be reflective of how closely that review matches reviews from peers.
Expertiza has the ability to require self reviews on projects, however, these self review scores do not have much functionality. In the current system, self review scores are created and stored, but are not used afterwards. This project seeks to improve upon the self review system, and extend its functionality. The main points of this project are as follows:
* Display the self review scores in the "View Scores" page juxtaposed with peer review scores.
* Display the self review scores in the heat map of peer reviews, with some way to denote they are a different type of review.
* Create a method to calculate a linked score between self and peer reviews. The closer the self review is to the peer review, the greater the score. Display this score on the "View Scores" page.
* Ensure that users cannot view peer reviews until they complete their self review.


== Planned Approach ==
== Planned Approach ==

Revision as of 23:55, 8 April 2018

Introduction

Expertiza has the ability to require self reviews on projects, however, these self review scores do not have much functionality. In the current system, self review scores are created and stored, but are not used afterwards. This project seeks to improve upon the self review system, and extend its functionality. The main points of this project are as follows:

  • Display the self review scores in the "View Scores" page juxtaposed with peer review scores.
  • Display the self review scores in the heat map of peer reviews, with some way to denote they are a different type of review.
  • Create a method to calculate a linked score between self and peer reviews. The closer the self review is to the peer review, the greater the score. Display this score on the "View Scores" page.
  • Ensure that users cannot view peer reviews until they complete their self review.

Planned Approach

Add formula

Improvements to Self Reviews

Make them better

Reference

Our Repo link our pull request link