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

← back

Course settings

weighted: students already called are less likely to be called again; cycle: everyone once per class in random order.

Each answered call divides a student's selection weight by this. 1 means uniform selection; 2 is the long-standing default.

{% endblock %}