{% extends "devilry_gradingsystem/admin/base.django.html" %} {% load i18n %} {% load url from future %} {% block heading %} {% trans "Grading system" %} {% endblock heading %} {% block subheading %}
{% trans "Devilry has a plugin architecture for grading systems. This makes it easy to handle vastly diverging methods of providing feedback to students." %}
{% endblock subheading %} {% block breadcrumbtail %}{% trans "How do you provide feedback to your students?" %} | {{ pluginapi.title }} |
---|---|
{% trans "How are results presented to the student?" %} | {{ assignment.get_points_to_grade_mapper_display }} |
{% trans "Maximum possible number of points" %} | {{ assignment.max_points }} |
{% trans "Minumum number of points required to pass" %} | {{ assignment.passing_grade_min_points }} |
{% trans "You SHOULD NOT reconfigure the grading system for this assignment. A least one student has already been given feedback. If you reconfigure the grading system, you should consider providing new feedback to all students." %}
{% trans "Reconfigure the grading system" %}{% trans "You can reconfigure the grading system for this assignment, but be careful, at least one examiner has saved a feedback draft." %} {% trans "This means that no students have received feedback yet, but at at least one examiner has started giving feedback." %}
{% else %}{% trans "You can safely reconfigure the grading system for this assignment." %} {% trans "No students have been given feedback yet, and no examiner has saved any feedback drafts." %}
{% endif %} {% trans "Reconfigure the grading system" %} {% endif %}{% trans "The system for grading students and providing feedback is very flexible in Devilry. Common for all methods of grading (passed/failed, points, A-F, ...) is that the end result is the following information:" %}
{% trans "Your examiners/correctors may provide this information in many ways; by specifying a numeric value, by selecting approved, by answering a set of questions, and so on. Each of these different ways of providing feedback is a plugin to the grading system in Devilry." %}
{% blocktrans with websitelink='http://devilry.org' %} If none of the plugins shown in the first page of the Reconfigure the grading system wizard fit your needs, please contact your local devilry system administrators, or contact the developers of the Devilry open source project directly at {{ websitelink }}. {% endblocktrans %}