{% 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 today ({{ optout_count }} opted out).

Live cold call · Today's calls · Schedule · Settings

Printable list

Generating replaces any unresolved calls already pending for the day; recorded outcomes are kept.

{% if recent_days %}

Recent days

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