{% extends "global/Page.html" %} {% load otree %} {% block title %} Machine {{ machine_name }} – explanation {% endblock %} {% block content %}

Earlier you saw this machine and made 27 predictions about whether it would produce a sound.

In your own words, please describe how you made these predictions.
You can mention what patterns you thought you saw, what you paid attention to, or anything else relevant.

{# If you want to remind them of their notes from Part 1: #}

Your notes for this machine: {{ notes }}

{{ formfield 'explanation' }}
{% endblock %}