{% extends "global/Page.html" %} {% load otree static %} {% block title %} Frontrunner - Challenger Game: Round {{ player.round_number }} {% endblock %} {% block content %}
{% if player.role == 'Row' %} You are the Row player. Please choose your political platform. {% else %} You are the Column player. Please choose how to address the Row Player. {% endif %}
{% formfields %}Column |
||||
---|---|---|---|---|
Row | Challenge | Ignore | Praise | |
Extreme | (10, -10) | (-5, 5) | (0, 0) | |
Moderate | (0, 0) | (7, -7) | (1, -1) | |
Vague | (4, -4) | (3, -3) | (2, -2) |