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

The following questions are asked about Company A's impressions. Please select the one that best applies.

{% formfield player.q1 label="I believe that firm A is willing to take CSR activities." %} {% formfield player.q2 label="The top message of firm A is exaggerated compared to actual CSR performance." %}

Below we ask questions about your interests. Please select the one that best applies.

{% formfield player.q3 label="Are you interested in environmental problems such as global warming or biodiversity?" %} {% formfield player.q4 label="Are you interested in social problems such as human rights issue or working environment?" %} {% formfield player.q5 label="Have you ever heard CSR?" %} {% formfield player.q6 label="Have you ever read CSR Report or Sustainability Report issued by firms?" %} {% next_button %} {% endblock %}