{% load i18n %} {% spaceless %}
{% if not assessments.self_assessment %}

{% trans "Students assess their own responses using the rubric for the assignment." %}

{% endif %}

{% trans "Specify start and due dates for the self assessment step. To allow self assessment to run as long as the assignment is open, leave both fields blank." %}

  • {% trans "If desired, specify a start date for the self assessment period. If no date is specified, self assessment can begin when submissions begin."%}

  • {% trans "If desired, specify a due date for the self assessment period. If no date is specified, self assessment can run as long as the problem is open."%}

{% endspaceless %}