{% load i18n %} {% spaceless %}
{% if teams_enabled %}

{% trans "Give this team a grade using the problem's rubric." %}

{% else %}

{% trans "Give this learner a grade using the problem's rubric." %}

{% endif %}

{% if teams_enabled %} {% blocktrans %} Response for: {{ team_name }} with {{ team_usernames }} {% endblocktrans %} {% elif student_username %} {% blocktrans %} Response for: {{ student_username }} {% endblocktrans %} {% else %} {% trans "Learner Response" %} {% endif %}

{% if teams_enabled %} {% trans "The teams's response to the prompt above" as translated_label %} {% else %} {% trans "The learner's response to the prompt above" as translated_label %} {% endif %} {% include "openassessmentblock/oa_submission_answer.html" with answer=submission.answer answer_text_label=translated_label %} {% trans "Associated Files" as translated_header %} {% include "openassessmentblock/oa_uploaded_file.html" with file_upload_type=file_upload_type file_urls=staff_file_urls header=translated_header class_prefix="staff-assessment" show_warning="true" including_template="staff_grade_learners_assessment" xblock_id=xblock_id %}
{% include "openassessmentblock/oa_rubric.html" with rubric_type="staff-full-grade" %}
{% trans "We could not submit your assessment" %}
{% endspaceless %}