{% extends "django_cradmin/viewhelpers/listbuilderview/default.django.html" %} {% load i18n %} {% load cradmin_tags %} {% load cradmin_icon_tags %} {% block pageheader-outer-extraclasses %} {{ block.super }} devilry-page-header-with-backlink {% endblock %} {% block pageheader-inner %} {% trans "Back to students on semester overview" %} {{ block.super }} {% endblock pageheader-inner %} {% block content %}
{% trans "Points threshold" %}
({% trans "configured in the previous step" %}):
{{ points_threshold }}
{% trans "Selected assignments" %}
({% trans "configured in the previous step" %}):
{% for assignment in selected_assignments %}
- {{ assignment.long_name }}
{% endfor %}
{% trans "Total max score of selected assignments" %}:
{{ selected_assignments_total_max_score }}
{% trans "Threshold percentage of max score" %}:
{{ threshold_percentage|floatformat:2 }} %
{% blocktrans trimmed %} Below is a list of the students that will be added to the assignment. Each student has a total score across the selected assignments that is equal to or greater than point threshold. {% endblocktrans %}
{% blocktrans trimmed %} Note that students DO NOT have to be registered on each assignment, they must simply have accumulated a high enough score. {% endblocktrans %}