{{ block title }} Time Task: Make a Decision in an Intertemporal Situation {{ endblock }} {{ block content }}

Prompt: "{{ prompt_text }}"


For each of the following temporal decisions, choose Option A or Option B.

{% for q in questions %}

{{ forloop.counter }}.
{{ q.text|safe }}



{# ── divider after the last 5-week question ── #} {% if q.name == 'time_q5' %}
{# Bootstrap adds a little spacing; plain
works too #} {% endif %} {% endfor %} {{ endblock }}