<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Question</LimeSurveyDocType>
 <DBVersion>261</DBVersion>
 <languages>
  <language>en</language>
 </languages>
 <questions>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>parent_qid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>gid</fieldname>
   <fieldname>type</fieldname>
   <fieldname>title</fieldname>
   <fieldname>question</fieldname>
   <fieldname>preg</fieldname>
   <fieldname>help</fieldname>
   <fieldname>other</fieldname>
   <fieldname>mandatory</fieldname>
   <fieldname>question_order</fieldname>
   <fieldname>language</fieldname>
   <fieldname>scale_id</fieldname>
   <fieldname>same_default</fieldname>
   <fieldname>relevance</fieldname>
   <fieldname>modulename</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[122]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[A01]]></title>
    <question><![CDATA[<p><strong>Fill the following table with proposal of the drop down menu</strong>.</p>

<p><em>You can fill the transportation, build-up area and (semi-)natural lines only (corresponding unfilled sublines will be considered taken the same values) or fill the sublines too (one or several cells) to distinguish values.</em></p>

<p>For instance, <em>interest groups</em> can be partially involved about the development of <em>build-up area</em> but you can specify that they are always involved <em>about industrial activity</em> and <em>commerce/services</em>.</p>
<script type="text/javascript" charset="utf-8">
	$(document).ready(function(){
		// Insert new dropdown values
		$('#question{QID} .answer_cell_SQ001 option[value=0]').text('not involved');
		$('#question{QID} .answer_cell_SQ001 option[value=1]').text('partially involved');
		$('#question{QID} .answer_cell_SQ001 option[value=2]').text('always involved');
		$('#question{QID} .answer_cell_SQ001 option[value=3]').text('as upper class');

		$('#question{QID} .answer_cell_SQ002 option[value=0]').text('not involved');
		$('#question{QID} .answer_cell_SQ002 option[value=1]').text('partially involved');
		$('#question{QID} .answer_cell_SQ002 option[value=2]').text('always involved');
		$('#question{QID} .answer_cell_SQ002 option[value=3]').text('as upper class');

		$('#question{QID} .answer_cell_SQ003 option[value=0]').text('not involved');
		$('#question{QID} .answer_cell_SQ003 option[value=1]').text('partially involved');
		$('#question{QID} .answer_cell_SQ003 option[value=2]').text('always involved');
		$('#question{QID} .answer_cell_SQ003 option[value=3]').text('as upper class');

		$('#question{QID} .answer_cell_SQ004 option[value=0]').text('No practice in ');
		$('#question{QID} .answer_cell_SQ004 option[value=1]').text('Short-term experience in ');
		$('#question{QID} .answer_cell_SQ004 option[value=2]').text('Long-term experience in ');
		$('#question{QID} .answer_cell_SQ004 option[value=3]').text('as upper class');

		$('#question{QID} .answer_cell_SQ005 option[value=0]').text('was not achieved');
		$('#question{QID} .answer_cell_SQ005 option[value=1]').text('was partially achieved');
		$('#question{QID} .answer_cell_SQ005 option[value=2]').text('was fully achieved');
		$('#question{QID} .answer_cell_SQ005 option[value=3]').text('as upper class');

		$('#question{QID} .answer_cell_SQ006 option[value=0]').text('is not existing');
        $('#question{QID} .answer_cell_SQ006 option[value=1]').text('was medium').hide();
        $('#question{QID} .answer_cell_SQ006 option[value=2]').text('is existing');
		$('#question{QID} .answer_cell_SQ006 option[value=3]').text('as upper class');
		
		// Define rows to have default answers
		var defaultedRows = [2,3,5,6,7,8,9,11,12,13];
		var mainRows = [1,4,10];

      // Loop through all "defaulted" rows and set default answers
$(defaultedRows).each(function(i, value) {
	// Column 1
	if($('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(0)').val() == '') {
		$('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(0)').val(3)
	}
	// Column 2
	if($('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(1)').val() == '') {
		$('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(1)').val(3)
	}
	// Column 3
	if($('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(2)').val() == '') {
		$('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(2)').val(3)
	}
	// Column 4
	if($('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(3)').val() == '') {
		$('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(3)').val(3)
	}
	// Column 5
	if($('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(4)').val() == '') {
		$('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(4)').val(3)
	}
	// Column 6
	if($('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(5)').val() == '') {
		$('#question{QID} tr.subquestion-list:eq('+(value-1)+') select:eq(5)').val(3)
	}
});

	});
</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
  </rows>
 </questions>
 <subquestions>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>parent_qid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>gid</fieldname>
   <fieldname>type</fieldname>
   <fieldname>title</fieldname>
   <fieldname>question</fieldname>
   <fieldname>preg</fieldname>
   <fieldname>help</fieldname>
   <fieldname>other</fieldname>
   <fieldname>mandatory</fieldname>
   <fieldname>question_order</fieldname>
   <fieldname>language</fieldname>
   <fieldname>scale_id</fieldname>
   <fieldname>same_default</fieldname>
   <fieldname>relevance</fieldname>
   <fieldname>modulename</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[123]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Transportation insfrastructures]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[124]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[<div><p style="margin-left: 20px;">Non-linear infrastructure<br /><span style="font-size:11px;"> such as port, airport...</span></p></div>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[125]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[<div><p style="margin-left: 20px;">Linear infrastructure<br /><span style="font-size:11px;"> such as highway...</span></p></div>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[126]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Build-up areas]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[127]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[<div><p style="margin-left: 20px;">Industrial areas</p></div>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[128]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[<div><p style="margin-left: 20px;">Commerce/service<br /><span style="font-size:11px;"> such as shop, CBD...</span></p></div>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[129]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ007]]></title>
    <question><![CDATA[<div><p style="margin-left: 20px;">High intensity housing<br /><span style="font-size:11px;"> such as tower, collective housing ...</span></p></div>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[130]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[<div><p style="margin-left: 20px;">Low intensity housing<br /><span style="font-size:11px;"> such as individual housing ...</span></p></div>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[131]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ009]]></title>
    <question><![CDATA[<div><p style="margin-left: 20px;">Mixed-use<br /><span style="font-size:11px;"> such as housing and commerce ...</span></p></div>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[132]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[SQ010]]></title>
    <question><![CDATA[(Semi)-natural areas]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[133]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ011]]></title>
    <question><![CDATA[<div><p style="margin-left: 20px;">Agricultural areas</p></div>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[134]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ012]]></title>
    <question><![CDATA[</div> <div><p style="margin-left: 20px;">Forest</p></div>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[12]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[135]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ013]]></title>
    <question><![CDATA[<div><p style="margin-left: 20px;">Water<br /><span style="font-size:11px;"> such as river, lake ...</span></p></div>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[13]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[136]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Experts]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[137]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Interest groups]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[138]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Citizen]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[139]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Spatial planning]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[140]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[Consensus]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[141]]></qid>
    <parent_qid><![CDATA[122]]></parent_qid>
    <sid><![CDATA[183989]]></sid>
    <gid><![CDATA[2]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[Coordination]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
  </rows>
 </subquestions>
 <question_attributes>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>attribute</fieldname>
   <fieldname>value</fieldname>
   <fieldname>language</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[122]]></qid>
    <attribute><![CDATA[answer_width]]></attribute>
    <value><![CDATA[15]]></value>
   </row>
   <row>
    <qid><![CDATA[122]]></qid>
    <attribute><![CDATA[multiflexible_max]]></attribute>
    <value><![CDATA[3]]></value>
   </row>
   <row>
    <qid><![CDATA[122]]></qid>
    <attribute><![CDATA[multiflexible_min]]></attribute>
    <value><![CDATA[0]]></value>
   </row>
  </rows>
 </question_attributes>
</document>
