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

Leisure Habits


1. How often do you participate in social events at the university?

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

2. How often do you watch pacific TV shows?

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

3. How often do you watch international TV shows?

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

4. How often do you do multiple things at once, while watching a TV show?

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

5. To what extent do you consider yourself to be focused on the show, when you watch TV?

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

{% next_button %} {% endblock %}