{% load i18n %} {% spaceless %}

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

{% if student_username %} {% blocktrans %} Response for: {{ student_username }} {% endblocktrans %} {% else %} {% trans "Learner Response" %} {% endif %}

{% trans "The learner's response to the question above:" as translated_label %} {% include "openassessmentblock/oa_submission_answer.html" with answer=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=staff_file_url header=translated_header class_prefix="staff-assessment" show_warning="true" %}
{% include "openassessmentblock/oa_rubric.html" with rubric_type="staff-full-grade" %}

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

{% endspaceless %}