{% extends "course/course-base.html" %} {% load crispy_forms_tags %} {% block title %} Grade book: {{ opportunity.name }} - Courseflow {% endblock %} {% block content %}
| Property | Value |
|---|---|
| Identifier | {{ opportunity.identifier }} |
| Due | {{ opportunity.due_time }} |
| Aggregation strategy | {{ opportunity.aggregation_strategy }} |
| Flow | {{ opportunity.flow_id }} · Grading statistics |
| User ID | Name | Overall grade | Sessions | {% for participation, grade_info in grade_table %}
|---|---|---|---|
| {{ participation.user.username }} | {{ participation.user.last_name }}, {{ participation.user.first_name }} {% if participation.role != participation_role.student %} ({{ participation.role }}) {% endif %} | {{ grade_info.grade_state_machine.stringify_state }} |
{% if grade_info.flow_sessions %}
|
{{ total_sessions }} total sessions ({{ finished_sessions }} finished)
{% endif %} {% if batch_session_ops_form %}