{% extends "base.html" %} {% block content %}

Take the Quiz

Please answer the following {{ questions|length }} questions. None of the questions are mandatory, and you can skip questions you are unsure of or do not want to answer. But you cannot leave the quiz blank. The more questions you answer, the better results you will get.

You will also be able to select which source books you would like to see results from. You can exclude source books to narrow down the range of playbooks, or add all of them to have a full range of playboosk to choose from.

{% for question in questions -%}
Question {{ loop.index }}: {{ question['question']|safe }} {% set name = 'q'~loop.index %} {% for answer in question['answers'] -%} {% endfor %}
{% endfor %}
Please select which sourcebooks you would like to include results from.
{% for source in sources -%} {% endfor %}
Reset
{% endblock %}