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

    Your response has been successfully submitted

    Your peers in this class will now grade this response and you will receive feedback shortly

    Your Submitted Response

    {{ student_submission.answer.text|linebreaks }}
    {% endblock %}