{% extends "legacy/peer/oa_peer_assessment.html" %} {% load i18n %} {% block list_item %}
  • {% endblock %} {% block button %} {% endblock %} {% block title %} {% 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 "Status" %}
    {% 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 "Your peer's response to the prompt above" as translated_label %} {% include "legacy/oa_submission_answer.html" with answer=peer_submission.answer answer_text_label=translated_label %} {% trans "Associated Files" as translated_header %} {% include "legacy/oa_uploaded_file.html" with file_upload_type=file_upload_type file_urls=peer_file_urls header=translated_header class_prefix="peer-assessment" show_warning="true" including_template="peer_turbo_mode" xblock_id=xblock_id %}
      {% include "legacy/oa_rubric.html" with rubric_type="peer" submission=peer_submission %}
    {% trans "We could not submit your assessment" %}
    {% endblock %}