{% extends "global/Page.html" %} {% load otree %} {% block title %} Write one sentence {% endblock %} {% block content %} Story 5: The wind swayed the trees softly as clouds slowly drifted across the horizon.
{% formfield player.p1_s5 label="Please write the next sentence of the story" %}
Once you are done, press "Next" to continue
{% next_button %} {{ form.errors }} {% endblock %}