{% 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 Information

Total number of submissions:
{{ num_submissions }}
{% for item in status_counts %} {% endfor %}
Student Progress/Step Status
Problem Step Number of Students Actively in Step
{{ item.status }} {{ item.count }}
{% endif %}
{% endspaceless %}