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

{{ course.title or course.lti_context_id }}

{{ roster_count }} active students on the roster; {{ present_count }} available on {{ day.isoformat() }} ({{ optout_count }} opted out).

{% if day != today %} back to today {% endif %} {% if upcoming_class_days %} Class days: {% for d in upcoming_class_days %} {{ d.strftime("%a %b %-d") }} {% endfor %} {% endif %}

Live cold call · Calls for {{ day.isoformat() }} · Report · Grades · Schedule · Settings

The roster also refreshes automatically every time you open this tool from Canvas.

Printable list

{% if has_pending %}

View the list for {{ day.isoformat() }}

{% endif %}
{% if recent_days %}

Recent days

{% for d, total, answered in recent_days %} {% endfor %}
DateCallsAnswered
{{ d.isoformat() }} {{ total }} {{ answered or 0 }} edit · print
{% endif %} {% endblock %}