{% extends "base.html" %} {% block title %}Push to gradebook — {{ course.title or "Cold Call" }}{% endblock %} {% block body %}

← back to grades

Review before pushing to the gradebook

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.

{% for r in rows %} {% endfor %}
StudentScore to sendOut of
{{ r.row.name }} {{ r.score }} {{ r.maximum }}
{% endblock %}