Quiz

{% autoescape false %}{{ section.content }}{% endautoescape %}
{% for quiz in section.quiz %}
Question {{ loop.index }} of {{ section.quiz.length }}
{% autoescape false %}{{ quiz.base }}{% endautoescape %}
{% endfor %}
Submit Solution {% if githubId %} Have a Question? {% endif %}