{% extends "openassessmentblock/peer/oa_peer_assessment.html" %} {% load i18n %} {% block list_item %}
  • {% endblock %} {% block title %} {% trans "This step's status" %}: {% with graded_string=graded|stringformat:"s" %} {% blocktrans with num_graded=''|safe|add:graded_string|add:''|safe %} Complete ({{ num_graded }}) {% endblocktrans %} {% endwith %} {% endblock %} {% block body %}

    {% trans "Peer Assessments Complete" %}

    {% trans "You have successfully completed all of the required peer assessments for this assignment. You may assess additional peer responses if you want to. Completing additional assessments will not affect your final grade." %}

    {% trans "Read and assess the following response from one of your peers." %}

    • {% trans "Assessment #" %} {{ review_num }} of {{ must_grade }}

      {{ peer_submission.answer.text|linebreaks }}
      {% if allow_file_upload and peer_file_url %}

      {% trans "Associated Image" %}

      {% trans
      {% endif %}
        {% for criterion in rubric_criteria %}
      1. {{ criterion.prompt }} * ({% trans "Required" %})

          {% for option in criterion.options %}
        1. {% endfor %} {% if criterion.feedback == 'optional' or criterion.feedback == 'required' %} {% endif %}
      2. {% endfor %}

    {% trans "We could not submit your assessment" %}

    {% endblock %}