{% load i18n %} {% spaceless %} {% block body %}

{% trans "Override this learner's current grade using the problem's rubric." %}

{% blocktrans %} Response for: {{ student_username }} {% endblocktrans %}

{% include "openassessmentblock/oa_submission_answer.html" with answer=submission.answer answer_text_label="The learner's response to the question above:" %} {% include "openassessmentblock/oa_uploaded_file.html" with file_upload_type=file_upload_type file_url=staff_file_url header="Associated File" class_prefix="staff-assessment" show_warning="true" %}
{% include "openassessmentblock/oa_rubric.html" with rubric_type="staff" rubric_feedback_prompt="(Optional) What aspects of this response stood out to you? What did it do well? How could it improve?" rubric_feedback_default_text="I noticed that this response..." %}

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

{% endblock %} {% endspaceless %}