{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Task 1 {% endblock %} {% block title %} {% endblock %} {% block styles %} {% endblock %} {% block content %} Outcome of the lottery based on Part 2 task performance
Your performance in Task 1 will determine your chances of winning a lottery.

{{ if player.high_outcome == True }} Based on your performance in Task 1, you have achieved the High Outcome. This means you have a 75% chance of winning the lottery. {{ else }} Based on your performance in Task 1, you have achieved the Low Outcome. This means you have 25% chances of winning the lottery. {{ endif }}

{#
#} {% next_button %} {#
#} {% endblock %}