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

      {% trans "Your peer's response to the question above:" as translated_label %} {% include "openassessmentblock/oa_submission_answer.html" with answer=peer_submission.answer answer_text_label=translated_label %} {% trans "Associated File" as translated_header %} {% include "openassessmentblock/oa_uploaded_file.html" with file_upload_type=file_upload_type file_url=peer_file_url header=translated_header class_prefix="peer-assessment" show_warning="true" %}
      {% include "openassessmentblock/oa_rubric.html" with rubric_type="peer" %}

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

    {% endblock %}