{% extends "openassessmentblock/response/oa_response.html" %} {% load i18n %} {% block list_item %}
  • {% endblock %} {% block button %} {% endblock %} {% block title %} {% trans "Incomplete" %} {% endblock %} {% block body %}
    {% trans "Status" %}

    {% trans "The due date for this step has passed. This step is now closed. You can no longer submit a response or continue with this problem, and you will receive a grade of Incomplete. If you saved but did not submit a response, the response appears in the course records." %}

    {% endblock %}