{{ extends 'global/Page.html' }}
{{ block styles }}
{{ endblock }}
{{ block scripts }}
{{ endblock }}
{{ block title }}Comprehension Quiz{{ endblock }}
{{ block content }}
{{ for field in fields }}
{{ formfield field.0 label=field.1 }}
{{ endfor }}
{{ next_button }}
{{ endblock }}