{% extends "emails/base_amp.html" %} {% load i18n %} {% block extra_head %} {% endblock %} {% block extra_styles %} hr { background: #eee; border: none; height: 1px; margin: 20px 0; } .question { font-weight: 700; } .choice-label { display: flex; align-items: center; padding: 10px 20px; border: 1px solid #eee; border-radius: 6px; cursor: pointer; margin: 4px 0; gap: 10px; } .choice-label input[type="checkbox"] { width: 18px; height: 18px; cursor: pointer; flex-shrink: 0; } .vertical-container { display: block; width: 100%; } .vertical-stack { display: block; width: 100%; } .choices-wrap { display: block; padding: 4px; } {% endblock %} {% block content %}
{% translate "Please select all correct answers for each question. Note that some questions may have multiple correct answers. This quiz uses negative marking for incorrect choices; if you are unsure, it is better to leave the question unanswered." %}