Open khanetor opened 8 years ago
Send feedback to A+ is done via FeedbackMailer
, an ActionMailer.
There is a method aplus_feedback(submission_id)
, called from:
Review
model / deliver_reviews
methodSubmission
model / post_process
class method@oseppala @tsauvine could you show me where/how a teacher would manually press a button to send points to A+?
It seems that we are already delivering reviews to A+ on update_finish
and update
actions of ReviewsController
.
Not yet decided: When is a peer review actually ready?