{% spaceless %}

{{ title }}

{% block message %}

This assignment has several steps. In the first step, you'll provide a response to the question. The other steps appear below the Your Response field.

{% endblock %}

The prompt for this assignment

{{ question|linebreaks }}
    {% for assessment in rubric_assessments %}
  1. {{ assessment.title }}

    This step's status: Loading
  2. {% endfor %}
{% if is_course_staff %} {% include 'openassessmentblock/staff_debug.html' %} {% endif %}
{% endspaceless %}