-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from AniketSinghShaktawat/view_grades_page_setup
author feedback functionality
- Loading branch information
Showing
2 changed files
with
110 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
[ | ||
[ | ||
{ | ||
"questionNumber": "1", | ||
"questionText": "This reviewer appeared to understand my work.", | ||
"reviews": [ | ||
{ "score": 5, "comment": "The reviewer demonstrated a deep understanding of the work, providing insightful feedback." }, | ||
{ "score": 3, "comment": "While the reviewer grasped the main points, some aspects could have been clarified further." }, | ||
{ "score": 4, "comment": "The reviewer's understanding was evident, although certain nuances could have been explored more." }, | ||
{ "score": 5, "comment": "The reviewer showcased a comprehensive understanding of the work, offering valuable insights." }, | ||
{ "score": 4, "comment": "The reviewer's comprehension was evident, but a few minor details could have been addressed." } | ||
], | ||
"RowAvg": 0, | ||
"maxScore": 5 | ||
}, | ||
{ | ||
"questionNumber": "2", | ||
"questionText": "This reviewer's comments helped me improve my work.", | ||
"reviews": [ | ||
{ "score": 5, "comment": "The reviewer's comments were insightful and contributed significantly to the improvement of the work." }, | ||
{ "score": 5, "comment": "The reviewer's feedback was instrumental in refining various aspects of the work." }, | ||
{ "score": 5, "comment": "The reviewer's constructive criticism was invaluable in enhancing the quality of the work." }, | ||
{ "score": 5, "comment": "The reviewer's suggestions were practical and directly led to improvements in the work." }, | ||
{ "score": 5, "comment": "The reviewer's feedback played a crucial role in refining the work and addressing potential shortcomings." } | ||
], | ||
"RowAvg": 0, | ||
"maxScore": 5 | ||
}, | ||
{ | ||
"questionNumber": "3", | ||
"questionText": "The tone of this review was respectful.", | ||
"reviews": [ | ||
{ "score": 5, "comment": "The reviewer maintained a respectful tone throughout the review, fostering a positive exchange of ideas." }, | ||
{ "score": 5, "comment": "The review was conducted in a respectful manner, acknowledging the efforts put into the work." }, | ||
{ "score": 5, "comment": "The reviewer's tone was consistently respectful, contributing to a constructive review process." }, | ||
{ "score": 5, "comment": "The tone of the review remained respectful, focusing on constructive criticism." }, | ||
{ "score": 5, "comment": "Throughout the review, the tone remained respectful and professional." } | ||
], | ||
"RowAvg": 0, | ||
"maxScore": 5 | ||
} | ||
], | ||
[ | ||
{ | ||
"questionNumber": "1", | ||
"questionText": "This reviewer appeared to understand my work.", | ||
"reviews": [ | ||
{ "score": 4, "comment": "The reviewer demonstrated a good understanding of the work, providing valuable insights." }, | ||
{ "score": 5, "comment": "The reviewer's understanding of the work was evident, contributing to meaningful feedback." }, | ||
{ "score": 3, "comment": "While the reviewer grasped the main points, certain aspects could have been explained more clearly." }, | ||
{ "score": 4, "comment": "The reviewer showcased a solid understanding of the work, offering constructive feedback." }, | ||
{ "score": 5, "comment": "The reviewer's comprehension was evident, providing insightful comments." } | ||
], | ||
"RowAvg": 0, | ||
"maxScore": 5 | ||
}, | ||
{ | ||
"questionNumber": "2", | ||
"questionText": "This reviewer's comments helped me improve my work.", | ||
"reviews": [ | ||
{ "score": 4, "comment": "The reviewer's comments offered valuable insights that contributed to improving the work." }, | ||
{ "score": 5, "comment": "The reviewer provided constructive criticism that directly led to enhancements in the work." }, | ||
{ "score": 3, "comment": "While the reviewer's feedback was helpful, certain suggestions could have been elaborated further." }, | ||
{ "score": 4, "comment": "The reviewer's suggestions were practical and contributed to refining various aspects of the work." }, | ||
{ "score": 5, "comment": "The reviewer's feedback played a crucial role in refining the work and addressing potential weaknesses." } | ||
], | ||
"RowAvg": 0, | ||
"maxScore": 5 | ||
}, | ||
{ | ||
"questionNumber": "3", | ||
"questionText": "The tone of this review was respectful.", | ||
"reviews": [ | ||
{ "score": 4, "comment": "While the review was generally respectful, there were a few instances where the tone could have been more considerate." }, | ||
{ "score": 5, "comment": "The reviewer maintained a respectful tone throughout the review, fostering a positive exchange of ideas." }, | ||
{ "score": 3, "comment": "While most of the review was conducted with a respectful tone, certain sections could have been phrased more diplomatically." }, | ||
{ "score": 4, "comment": "The review was conducted with a respectful tone, focusing on constructive criticism." }, | ||
{ "score": 5, "comment": "Throughout the review, the tone remained respectful and professional." } | ||
], | ||
"RowAvg": 0, | ||
"maxScore": 5 | ||
} | ||
] | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters