{{ extends 'global/Page.html' }} {{ block title }}Two Truths and a Lie{{ endblock }} {{ block content }}
Round {{subsession.round_number}}
Please select which story you believe to be the lie.
Story 1: {{ s1 }}
Story 2: {{ s2 }}
Story 3: {{ s3 }}
{% formfield player.Choice %}How confident are you that your choice was correct?
{% formfield player.Confidence %}
(Optional) Why did you pick the story you did?
{% formfield player.Feedback %} {% next_button %} {{ endblock }}