{% extends "openassessmentblock/response/oa_response.html" %} {% load i18n %} {% block list_item %}
  • {% endblock %} {% block title %} {% trans "This step's status" %}: {% trans "Complete" %} {% endblock %} {% block body %}

    {% trans "Your Response Has Been Submitted" %}

    {% if has_peer and has_self %} {% blocktrans with peer_start_tag=''|safe self_start_tag=''|safe end_tag=''|safe %} You'll receive your grade after some of your peers have assessed your response and you complete the {{ peer_start_tag }}peer assessment{{ end_tag }} and {{ self_start_tag }}self assessment{{ end_tag }} steps. {% endblocktrans %} {% elif has_peer %} {% blocktrans with start_tag=''|safe end_tag=''|safe %} You'll receive your grade after some of your peers have assessed your response and you complete the {{ start_tag }}peer assessment{{ end_tag }} step. {% endblocktrans %} {% elif has_self %} {% blocktrans with start_tag=''|safe end_tag=''|safe %} You'll receive your grade after you complete the {{ start_tag }}self assessment{{ end_tag }} step. {% endblocktrans %} {% endif %}

    {% trans "Your Response" %}

    {% include "openassessmentblock/oa_submission_answer.html" with answer=student_submission.answer answer_text_label="Your response to the question above:" %} {% if allow_file_upload and file_url %}

    {% trans "Your Image" %}

    {% trans
    {% endif %}
    {% endblock %}