338 lines
9.2 KiB
HTML
338 lines
9.2 KiB
HTML
<head>
|
|
<style>
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
</style>
|
|
<title></title>
|
|
</head>
|
|
|
|
{% extends "global/Page.html" %}
|
|
{% load otree %}
|
|
|
|
{% block title %}
|
|
Questionnaire (3/3)
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
|
|
<div class="card bg-light m-3">
|
|
<div class="card-body">
|
|
|
|
The answers to the following questions will not be taken into account when calculating your winnings.
|
|
However, we ask that you answer as honestly as possible. As a reminder, all your answers will
|
|
be treated anonymously, and no one will have access to your answers.
|
|
|
|
|
|
<br><br>
|
|
<div class="card bg-light m-3">
|
|
<div class="card-body">
|
|
|
|
<p>
|
|
<b>21)
|
|
Support higher taxes for environmentally damaging behavior.
|
|
<br><i>(Indicate your degree of agreement) </i>
|
|
</b>
|
|
<table class='table text-left' style='width: auto; margin: auto'>
|
|
<tr>
|
|
<td> Strongly disagree </td>
|
|
<td> {% formfield player.q_21 %} </td>
|
|
<td> Strongly agree</td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
|
|
<p>
|
|
<b>22)
|
|
In a political program, the place given to environmental issues influences my vote.
|
|
<br><i>(Indicate your degree of agreement) </i>
|
|
</b>
|
|
<table class='table text-left' style='width: auto; margin: auto'>
|
|
<tr>
|
|
<td> Strongly disagree </td>
|
|
<td> {% formfield player.q_22_n %} </td>
|
|
<td> Strongly agree</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</p>
|
|
|
|
|
|
<p>
|
|
<b>23) Do you often discuss environmental issues with friends? </b>
|
|
|
|
{% formfield player.q_23 %}
|
|
</p>
|
|
|
|
<p><b> 24) Are you a member of an environmental organisation? If so, which one? </b>? </p>
|
|
<input type="radio" name="q_24" value="0" onclick="show101();" />No <br>
|
|
<input type="radio" name="q_24" value="1" onclick="show102();" />Yes <div id="div10" class="hide">
|
|
<hr>
|
|
<p>{% formfield player.q_24_a %}
|
|
</p>
|
|
</div>
|
|
|
|
<br><br>
|
|
|
|
|
|
<p>
|
|
<b>25) Do you support financial incentives for environmentally beneficial technology? </b>
|
|
<br><i>(Indicate your degree of agreement) </i>
|
|
|
|
<table class='table text-left' style='width: auto; margin: auto'>
|
|
<tr>
|
|
<td> Strongly disagree </td>
|
|
<td> {% formfield player.q_25 %} </td>
|
|
<td> Strongly agree</td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
|
|
<p>
|
|
<b> 26) For each of the following actions, please indicate whether it can reduce the
|
|
individual carbon footprint to a small or very large extent: </b>
|
|
</b>
|
|
</p>
|
|
|
|
<table class='table text-left' style='width: auto; margin: auto'>
|
|
<tr>
|
|
<th colspan=3>a. Avoid air travel. Reduced way: </th>
|
|
</tr>
|
|
<tr>
|
|
<td>Not very important </td>
|
|
<td> {% formfield player.q_26_a %} </td>
|
|
<td> Very important </td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan=3>b. Have fewer children. Reduced way: </th>
|
|
</tr>
|
|
<tr>
|
|
<td>Not very important</td>
|
|
<td> {% formfield player.q_26_b %} </td>
|
|
<td> Very important </td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan=3>c. Not having a car. Reduced way: </th>
|
|
</tr>
|
|
<td>Not very important</td>
|
|
<td> {% formfield player.q_26_c %} </td>
|
|
<td> Very important </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th colspan=3>d. a Vegetarian diet. Reduced way: </th>
|
|
</tr>
|
|
<tr>
|
|
<td>Not very important</td>
|
|
<td> {% formfield player.q_26_d %} </td>
|
|
<td> Very important </td>
|
|
</tr>
|
|
|
|
</table>
|
|
</p>
|
|
|
|
<p>
|
|
</p>
|
|
|
|
<p>
|
|
<b>27) For each of these actions, please indicate whether you would be prepared to adopt it: </b>
|
|
<table class='table text-left' style='width: auto; margin: auto'>
|
|
<tr>
|
|
<th colspan=3>a- Avoid air travel: </th>
|
|
</tr>
|
|
<tr>
|
|
<td> Not prepared at all </td>
|
|
<td> {% formfield player.q_27_a %} </td>
|
|
<td> Very prepared</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan=3>b- Have fewer children: </th>
|
|
</tr>
|
|
<tr>
|
|
<td> Not prepared at all </td>
|
|
<td> {% formfield player.q_27_b %} </td>
|
|
<td> Very prepared</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan=3>c- Not owning a car: </th>
|
|
</tr>
|
|
<td> Not prepared at all </td>
|
|
<td> {% formfield player.q_27_c %} </td>
|
|
<td> Very prepared</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th colspan=3>d- Adopt a vegetarian diet: </th>
|
|
</tr>
|
|
<tr>
|
|
<td> Not prepared at all </td>
|
|
<td> {% formfield player.q_27_d %} </td>
|
|
<td> Very prepared</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</p>
|
|
|
|
<p>
|
|
<b>28) For each of the following questions, please indicate whether it concerns you: </b>
|
|
<table class='table text-left' style='width: auto; margin: auto'>
|
|
<tr>
|
|
<th colspan=3>a- Global warming: </th>>
|
|
</tr>
|
|
<tr>
|
|
<td> Not concerned at all </td>
|
|
<td> {% formfield player.q_28_a %} </td>
|
|
<td> Very concerned</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan=3>b- Air pollution: </th>>
|
|
</tr>
|
|
<tr>
|
|
<td> Not concerned at all </td>
|
|
<td> {% formfield player.q_28_b %} </td>
|
|
<td> Very concerned</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan=3>c- The disappearance of animal and plant species: </th>
|
|
</tr>
|
|
<td> Not concerned at all </td>
|
|
<td> {% formfield player.q_28_c %} </td>
|
|
<td> Very concerned</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th colspan=3>d- The abundance of non-recyclable waste: </th>
|
|
</tr>
|
|
<tr>
|
|
<td> Not concerned at all </td>
|
|
<td> {% formfield player.q_28_d %} </td>
|
|
<td> Very concerned</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th colspan=3>e- The use of pesticides: </th>
|
|
</tr>
|
|
<tr>
|
|
<td> Not concerned at all </td>
|
|
<td> {% formfield player.q_28_e %} </td>
|
|
<td> Very concerned</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th colspan=3>f- Depletion of resources (drinking water, fossil fuels): </th>
|
|
</tr>
|
|
<tr>
|
|
<td> Not concerned at all </td>
|
|
<td> {% formfield player.q_28_f %} </td>
|
|
<td> Very concerned</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</p>
|
|
|
|
|
|
<p>
|
|
<b>29) Rank the consumption items (for a household) from the highest CO2 emissions to the lowest.
|
|
<br> <i> (1: highest CO2 emissions; ...; 4: lowest CO2 emissions)</i>
|
|
</b>
|
|
<table class='table text-left' style='width: auto; margin: auto'>
|
|
<tr>
|
|
<th colspan=3>a- Transport:
|
|
<br>
|
|
<select name="q_29_a" id="a">
|
|
<option value="">--Please choose an rank--</option>
|
|
<option value="1">1 - Highest CO2 emissions</option>
|
|
<option value="2">2 </option>
|
|
<option value="3">3 </option>
|
|
<option value="4">4 - Lowest CO2 emissions</option>
|
|
</select>
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<th colspan=3>b- Food:
|
|
<br>
|
|
<select name="q_29_b" id="b">
|
|
<option value="">--Please choose an rank--</option>
|
|
<option value="1">1 - Highest CO2 emissions</option>
|
|
<option value="2">2 </option>
|
|
<option value="3">3 </option>
|
|
<option value="4">4 - Lowest CO2 emissions</option>
|
|
</select>
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<th colspan=3>c- Energy consumption in the home (heating, lighting):
|
|
<br>
|
|
<select name="q_29_c" id="c">
|
|
<option value="">--Please choose an rank--</option>
|
|
<option value="1">1 - Highest CO2 emissions</option>
|
|
<option value="2">2 </option>
|
|
<option value="3">3 </option>
|
|
<option value="4">4 - Lowest CO2 emissions</option>
|
|
</select>
|
|
</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<th colspan=3>d- Energy consumption of various equipment
|
|
(appliances installed and used in the home or elsewhere):
|
|
<br>
|
|
<select name="q_29_d" id="d">
|
|
<option value="">--Please choose an rank--</option>
|
|
<option value="1">1 - Highest CO2 emissions</option>
|
|
<option value="2">2 </option>
|
|
<option value="3">3 </option>
|
|
<option value="4">4 - Lowest CO2 emissions</option>
|
|
</select>
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
</p>
|
|
|
|
|
|
<p>
|
|
<b>
|
|
30) Did you know that you currently live in a green building (with low energy consumption)?
|
|
</b>
|
|
{% formfield player.q_30 %}
|
|
|
|
</p>
|
|
{% formfield player.q_31 %}
|
|
|
|
|
|
|
|
<p>{% next_button %}</p>
|
|
|
|
</div></div>
|
|
|
|
</div></div>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
{% block scripts %}
|
|
|
|
|
|
<script>
|
|
|
|
function show101(){
|
|
document.getElementById('div10').style.display ='none';
|
|
}
|
|
function show102(){
|
|
document.getElementById('div10').style.display = 'block';
|
|
}
|
|
|
|
</script>
|
|
|
|
{% endblock %} |