{% 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 %}
{% 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 "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 "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" %}