{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if participant.language == 'en' %} FUNI - Pre-Survey {% elif participant.language == 'de' %} FUNI - Vorbefragung {% endif %} {% endblock %} {% block content %}
| {% if participant.language == 'en' %}Decision{% else %}Entscheidung{% endif %} | {% if participant.language == 'en' %}Option A (safer){% else %}Option A (sicherer){% endif %} | {% if participant.language == 'en' %}Option B (riskier){% else %}Option B (riskanter){% endif %} | {% if participant.language == 'en' %}Your choice{% else %}Ihre Wahl{% endif %} |
|---|---|---|---|
| {{ lottery.decision }} |
{{ lottery.option_a_high }} €
{% if participant.language == 'en' %}with{% else %}mit{% endif %}
{{ lottery.prob_high }}0 %
{{ lottery.option_a_low }} €
{% if participant.language == 'en' %}with{% else %}mit{% endif %}
{{ lottery.prob_low }}0 %
|
{{ lottery.option_b_high }} €
{% if participant.language == 'en' %}with{% else %}mit{% endif %}
{{ lottery.prob_high }}0 %
{{ lottery.option_b_low }} €
{% if participant.language == 'en' %}with{% else %}mit{% endif %}
{{ lottery.prob_low }}0 %
|