{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}

How often in the past week did you do the following?


1. Used the library as a place to read or study materials you brought with you.

    {% formfield player.library_usage with label="" %}

2. Asked other people to read something you wrote to see if it was clear to them.

    {% formfield player.other_people_read with label="" %}

3. Cooked meals at home.

    {% formfield player.cooked_meals with label="" %}

4. Bought food from fast food restaurants.

    {% formfield player.bought_food with label="" %}

5. Went to the cinema or other theater performance.

    {% formfield player.went_to_cinema with label="" %}

6. Attended a concert or other music event.

    {% formfield player.attended_concert with label="" %}

7. Watched TV.

    {% formfield player.watched_tv with label="" %}

{% next_button %} {% endblock %}