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

    {% trans "The Due Date for This Step Has Passed" %}

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

    {% endblock %}