tjhickey724 / PeerReviewApp

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

Grading #15

Open tjhickey724 opened 4 years ago

tjhickey724 commented 4 years ago

Instructor sees summary data for all students name, email, #answers, avgscore, then numReviews/AvgReview for all answers

tjhickey724 commented 4 years ago

I've created a minimal version which shows information for all students in summarized and expanded form... It also stores the analysis in a field of the course object in the database so it doesn't have to be recalculated every time... but it only takes a few seconds to generate the analysis...