{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}



Please work on typing sentences or writing a reflection about this session.

Type your sentences in the spaces that follow. Make sure to end each with a period (".").

{% formfield player.submitted_answer1 %}

{% formfield player.submitted_answer2 %}

{% formfield player.submitted_answer3 %}

{% formfield player.submitted_answer4 %}

Type your written reflection here: {% formfield player.reflection %}

{% next_button %} {% endblock %} {% block scripts %} preventcopy class .preventcopy { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } {% endblock %}