Inhalt Content

    {% for section in course.sections %}
  1. {{ section.name }} {% assign section_completed = true %} {% for activity in section.activities %} {% unless activity.completed? %} {% assign section_completed = false %} {% endunless %} {% endfor %} {% if section_completed %} {% endif %}
  2. {% endfor %}