{% extends "base/base.html" %} {% load static %} {% block title %} Adjust question regions {% endblock title %} {% block page_heading %} Adjust question regions (beta!) {% endblock page_heading %} {% block main_content %}
Because allowSharedPages is enabled, it is recommended that you define “regions” of any shared pages shown below, to highlight where the answer to each question is expected. Doing so will help Plom present the most relevant parts of the page for marking and for other question-specific tasks.
{% endif %}
{% for region in regions %}
{{ region }}
{% endfor %}