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

{% trans "Students assess a specified number of other students' responses using the rubric for the assignment." %}

{% endif %}

{% trans "Specify the following values for the peer assessment step. The numeric grading requirements must be given a value." %}

  • {% trans "Each student must assess this number of peer responses in order to recieve a grade."%}

  • {% trans "Each response must be assessed by at least this many students in order to tabulate a score."%}

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

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

{% endspaceless %}