tjhickey724 / PeerReviewApp

A port of the Meteor-based PeerReview app to Express/EJS/Mongoose
Apache License 2.0
0 stars 2 forks source link

review responses #8

Open tjhickey724 opened 5 years ago

tjhickey724 commented 5 years ago

let the users respond to a review with a rating from -2 to 2 along with a comment about the review... We could put the response into the review itself since each review is unique to an answer and a reviewer...

Eventually, I will ask the reviewers to pick the best review after they have made their review and we will keep track of the number of votes for each review. We will also need to filter the reviews so that only a few well-chosen reviews are shown, e.g. the past five reviews, and then the most selected reviews after that weighted by longevity ...

So we'll also need a couple of variables keeping track of the number of votes and the "time" of the last vote...

tjhickey724 commented 4 years ago

I simply added a thumbs-up feature on reviews so students can approve of reviews. We could also add thumbs-down, but I didn't do that yet. We also don't include reviewing in the dashboards yet, but we will.