tsauvine / rubyric

Rubric-based assessment tool
4 stars 9 forks source link

Sending points to A+ immediately after the grading has been finished. (the teacher should not have to do this manually by pressing a button) #43

Open khanetor opened 8 years ago

khanetor commented 8 years ago

Not yet decided: When is a peer review actually ready?

khanetor commented 8 years ago

Send feedback to A+ is done via FeedbackMailer, an ActionMailer.

There is a method aplus_feedback(submission_id), called from:

khanetor commented 8 years ago

@oseppala @tsauvine could you show me where/how a teacher would manually press a button to send points to A+?

khanetor commented 8 years ago

It seems that we are already delivering reviews to A+ on update_finish and update actions of ReviewsController.