{% extends "global/Page.html" %} {% load otree static realloc %} {% block title %} {{ view.title }} {% endblock %} {% block content %}
Stage 1: Voting stage
You may vote for Setting 1 or Setting 2. In both settings, each participant may solve up to 8 tasks. In Setting 1, each correctly solved task generates 5 points.
In Setting 2, for A-participants, none of the tasks generate points / the first 4 tasks generate 5 points when solved correctly, and 4 tasks do not generate points. For B-participants all 8 tasks generate 25 points/15 points.
{% for o in option_list %} {% endfor %} {% for u in final_data %} {% for d in u.data %} {% endfor %} {% endfor %}
Point-generating tasks and points per solved task before tax for each participant
{{ o }}
{{ u.type_name }}-participant
{{ d.tasks|task }}
{% if d.points > 0 %}
{{ d.points|c }} per task
{% endif %}
{% formfields %}
{% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}