{% extends "devilry_gradingsystem/admin/reconfigurebase.django.html" %} {% load i18n %} {% block heading %} {% trans "How are results presented to the student?" %} {% endblock heading %} {% block subheading %} {% include "devilry_gradingsystem/admin/currentprogress.django.html" %} {% endblock subheading %} {% block content %}
{% if form.errors %} {% include "devilry_subjectadmin/include/django_formerrors_as_alertboxes.django.html" with form=form %} {% endif %}

{% trans "As passed or failed" %}

{% trans "Students see their result as passed or failed." %} {% if not pluginapi.sets_passing_grade_min_points_automatically %} {% trans "You select the number of points required to pass in the next step of this wizard." %} {% endif %}

{% include "devilry_gradingsystem/admin/use-this-button.django.html" with href="?points_to_grade_mapper=passed-failed" %}

{% trans "As points" %}

{% trans "Students see their result as points/max-points, and they can see if the number of points is a passing or a failing grade." %} {% if not pluginapi.sets_passing_grade_min_points_automatically %} {% trans "You select the number of points required to pass in the next step of this wizard." %} {% endif %}

{% include "devilry_gradingsystem/admin/use-this-button.django.html" with href="?points_to_grade_mapper=raw-points" %}

{% trans "As a text looked up in a custom table" %}

{% trans "You set up a table mapping points to a grade. Use this if you want to grade your students according to some scale, such as A-F." %}

{% include "devilry_gradingsystem/admin/use-this-button.django.html" with href="?points_to_grade_mapper=custom-table" %}
{% include "devilry_gradingsystem/admin/backbutton-bar.django.html" %}
{% endblock content %}