{% 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: As a matter of fact, not all was well, given that they had both been equally rejected by their group of friends.
{% formfield player.p1_s1 label="Please write the next sentence of the story" %}
Story 2: Because the three of them had stayed up all night to finish the project, they were exhausted during the meeting the next day.
{% formfield player.p1_s2 label="Please write the next sentence of the story" %}
Story 3: On an exceptionally hot evening early in July, a young man came out of the attic in which he lodged and walked slowly, as though in hesitation, towards the bridge.
{% formfield player.p1_s3 label="Please write the next sentence of the story" %}
{% next_button %} {{ form.errors }} {% endblock %}