tjhickey724 / PeerReview

1 stars 0 forks source link

Quizzes #10

Open tjhickey724 opened 6 years ago

tjhickey724 commented 6 years ago

Create a new version of a problem set called a Quiz. This would specify when the quiz would start, when it would end, and when students could start reviewing others answers... Actually, if we keep the history, then we don't have to stop them from revising their answers, but we only count the last one saved before the quiz ended.. We also need a mechanism to specify exceptions, for particular students to start early or to end late..

The Quiz should have a start-time and and end-time. We could allow submissions after the end-time but take off late points. We also need a review start-time -- which is the time when reviews can be made and a review end-time, which is when reviews must stop.

For grading, we can record the average TA grade as well as the number of times their review score was the same as the TA review score... or perhaps allow the TAs to click on their reviews to give them credit...

tjhickey724 commented 5 years ago

I've modified this so that a Quiz questions does not have a submit button, but I can submit the quiz for all students on the Question edit page... This still doesn't really work for students who get extra time...