{% extends "base.html" %} {% block title %}Push to gradebook — {{ course.title or "Cold Call" }}{% endblock %} {% block body %}
This will write the scores below to a "Case discussion participation" column in the Canvas gradebook (computed {{ run.created_at.strftime("%Y-%m-%d %H:%M") }} UTC). Nothing is sent until you confirm at the bottom.
| Student | Score to send | Out of |
|---|---|---|
| {{ r.row.name }} | {{ r.score }} | {{ r.maximum }} |