CSC/ECE 517 Fall 2019 - E1967. Fix glitches in author feedback: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
To explain these ideas in more detail, let's consider the following scenario :
To explain these ideas in more detail, let's consider the following scenario :


''Team 22'' has two members in the team : [[Team Member 1]], and [[Team Member 2]]. This team reviewed assignments of ''Team 29'' and ''Team 30''. Currently, the author feedback section displays feedback given by ''Team 29'' and ''Team 30'' to ''Team 22. See following figure.
'''Team 22''' has two members in the team : ''Team Member 1'', and ''Team Member 2''. This team reviewed assignments of '''Team 29''' and '''Team 30'''. Currently, the author feedback section displays feedback given by '''Team 29''' and '''Team 30''' to '''Team 22'''. See following figure.






Now, consider that the ''Team 22's'' assignment was reviewed by members from ''Team 23'' and ''Team 24''. Then, the Author Feedback section should display the feedback ''Team 22'' gave to the members of ''Team 23'' and ''Team 24''.
Now, consider that the '''Team 22's''' assignment was reviewed by members from '''Team 23''' and '''Team 24'''. Then, the Author Feedback section should display the feedback '''Team 22''' gave to the members of '''Team 23''' and '''Team 24'''.
    
    
===Problem Identification and Solution===
===Problem Identification and Solution===

Revision as of 14:42, 28 October 2019

E1967 Fix glitches in Author Feedback

Problem Statement

In Summary report for assignment (grades/view_team?id=xxxx) for instructors, the author feedback section list a different set of users than the reviewers. It should list the team's feedback to all it's reviewers to this particular assignment.

Introduction

Currently, the Author Feedback section for a team shows the feedback the team received from other Authors they reviewed earlier.

The Author Feedback section, however, should display the feedback the team gave to their reviewers.

To explain these ideas in more detail, let's consider the following scenario :

Team 22 has two members in the team : Team Member 1, and Team Member 2. This team reviewed assignments of Team 29 and Team 30. Currently, the author feedback section displays feedback given by Team 29 and Team 30 to Team 22. See following figure.


Now, consider that the Team 22's assignment was reviewed by members from Team 23 and Team 24. Then, the Author Feedback section should display the feedback Team 22 gave to the members of Team 23 and Team 24.

Problem Identification and Solution

Tests