CSC/ECE 517 Fall 2021 - E2148. Completion/Progress View: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


'''1. A toggle button to view/hide average authors scores '''
'''1. A toggle button to view/hide average authors scores '''
The review report is already pretty crowded. The addition of a new column for average authors' feedback scores will make things clumsy. And often there is no author feedback, so it will be mostly wasted space. So, we are updating the UI in such a way that it's up to the instructor to view or hide the author's feedback. So, a toggle button at the top of the table will be added to view or hide the average author's feedback. When average authors' feedback is viewed the reviewer column will be squeezed, by using wrapping, in order to allocate space to the average authors' feedback column.
The review report is already pretty crowded. The addition of a new column for average authors' feedback scores will make things clumsy. And often there is no author feedback, so it will be mostly wasted space. So, we are updating the UI in such a way that it's up to the instructor to view or hide the author's feedback. So, a toggle button at the top of the table will be added to view or hide the average author's feedback. When average authors' feedback is viewed the reviewer column will be squeezed, by using wrapping, in order to allocate space to the average authors' feedback column.


Line 14: Line 15:


[[File:Toggle_button.png|1000px]]
[[File:Toggle_button.png|1000px]]
'''2. Authors' summary link'''
Right now, if the average author's feedback is too low, there is no way for the instructor to take a look at the author's comments. It's good if we can maintain a authors' summary page where the instructor can take a look at the author's comments in order to come to a conclusion about the low average author's feedback. Sometimes even the reviewer's comments can be attacking the author's work. So if the author expresses such kinds of issues in the author's feedback instructor will be aware of how legitimate and polite the reviewer was if we can expose the author's comments somewhere in the system. The plan is to add this link in the reviews done column right after the summary link.
'''LOFI UI sketch'''
[[File:Authors'-summary-link.png|1000px]]




Line 31: Line 40:
[[File:Authors-feedback.png|1000px]]
[[File:Authors-feedback.png|1000px]]


Right now there is no way for the instructor to look at author comments for the reviews they got. In order to solve this, a new hyperlink will be embedded in the Reviews done column so that the instructor can navigate to the page where (s)he can see all the review given by authors.
Right now there is no way for the instructor to look at author comments for the reviews they got. In order to solve this, a new hyperlink will be embedded in the Reviews done column so that the instructor can navigate to the page where (s)he can see all the reviews given by authors.

Revision as of 21:38, 6 November 2021

Problem Statement

In Expertiza, peer reviews are used as a metric to evaluate someone’s project. Once someone has peer-reviewed a project, the authors of the project can also provide feedback for this review, called “author feedback.” While grading peer reviews, it would be nice for the instructors to include the author's feedback, since it shows how helpful the peer review actually was to the author of the project. Currently, however, the instructor has no easy way of seeing the author-feedback scores, so it would be far too much trouble to include them in grades for reviewing. The aim of this project is to build this into the system.

Breaking down the problem statement into 3 subproblems:

1. A toggle button to view/hide average authors scores

The review report is already pretty crowded. The addition of a new column for average authors' feedback scores will make things clumsy. And often there is no author feedback, so it will be mostly wasted space. So, we are updating the UI in such a way that it's up to the instructor to view or hide the author's feedback. So, a toggle button at the top of the table will be added to view or hide the average author's feedback. When average authors' feedback is viewed the reviewer column will be squeezed, by using wrapping, in order to allocate space to the average authors' feedback column.

Old UI

LOFI UI sketch

2. Authors' summary link

Right now, if the average author's feedback is too low, there is no way for the instructor to take a look at the author's comments. It's good if we can maintain a authors' summary page where the instructor can take a look at the author's comments in order to come to a conclusion about the low average author's feedback. Sometimes even the reviewer's comments can be attacking the author's work. So if the author expresses such kinds of issues in the author's feedback instructor will be aware of how legitimate and polite the reviewer was if we can expose the author's comments somewhere in the system. The plan is to add this link in the reviews done column right after the summary link.

LOFI UI sketch


Design

User Interface Updates

Update on Authors feedback columns

A new button will be added at the top of the page where the instructor can use it to toggle the Autor Feedback score. If the instructor doesn't want to look at the author scores (s)he can use the button to disable it.

Update on score awarded column

Score awarded/ Avg. score column is not well designed. Some scores break in between and move to the next row. We will be fixing that issue to make sure that a score appears in a single row else it goes to the next row if it doesn't fit in that row.

New Feature

Right now there is no way for the instructor to look at author comments for the reviews they got. In order to solve this, a new hyperlink will be embedded in the Reviews done column so that the instructor can navigate to the page where (s)he can see all the reviews given by authors.