{% spaceless %}

{{ title }}

{% block message %}

This problem requires that you work through multiple parts. You can begin by reading the question below and providing your response.

{% endblock %}

This Problem's Prompt/Question

{{ question }}

    {% for assessment in rubric_assessments %}
  1. {{ assessment.title }}

    This step's status: Loading
  2. {% endfor %}
{% if is_course_staff %}

Course Staff Debug Information

Total number of submissions: {{ num_submissions }}

{% for item in status_counts %} {% endfor %}
Step Number of students
{{ item.status }} {{ item.count }}
{% endif %}
{% endspaceless %}