{% 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" %}

Press "Next" to read the second sentence.

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