{% extends "global/Page.html" %} {% load otree %} {% block title %} Write one sentence {% endblock %} {% block content %}

In the next task, you will read three individual sentences that are part of different stories. Your task will be to write the next sentence in each of these stories. You can write whatever you want, as long as it follows from the previous sentence and as long as you only write one sentence.

Story 1: {{story1}}

{% formfield player.p3_s1 label="Please write the next sentence of the story" %}

Story 2: {{story2}}

{% formfield player.p3_s2 label="Please write the next sentence of the story" %}

Story 3: {{story3}}

{% formfield player.p3_s3 label="Please write the next sentence of the story" %}

{% next_button %} {{ form.errors }} {% endblock %}