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

Before continuing to the next part of the experiment, please answer the following questions {% formfield player.cellphonepref %} {% formfield player.videopref %} {% formfield player.laptoppref %} {% formfield player.mobilesitepref %} {% formfield player.touchscrenpref %} {% formfield player.remotepref %}
Please list 3 reasons why you prefer a laptop or a desktop computer? {% formfield player.prefreason1 %} {% formfield player.prefreason2 %} {% formfield player.prefreason3 %}

{% next_button %} {% endblock %}