<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>365</DBVersion>
 <languages>
  <language>it</language>
  <language>de</language>
 </languages>
 <groups>
  <fields>
   <fieldname>gid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>group_name</fieldname>
   <fieldname>group_order</fieldname>
   <fieldname>description</fieldname>
   <fieldname>language</fieldname>
   <fieldname>randomization_group</fieldname>
   <fieldname>grelevance</fieldname>
  </fields>
  <rows>
   <row>
    <gid><![CDATA[3835]]></gid>
    <sid><![CDATA[128814]]></sid>
    <group_name/>
    <group_order><![CDATA[0]]></group_order>
    <description/>
    <language><![CDATA[it]]></language>
    <randomization_group/>
    <grelevance/>
   </row>
   <row>
    <gid><![CDATA[3835]]></gid>
    <sid><![CDATA[128814]]></sid>
    <group_name><![CDATA[Öffentlich Bedienstete nicht im Wartestand]]></group_name>
    <group_order><![CDATA[0]]></group_order>
    <description/>
    <language><![CDATA[de]]></language>
    <randomization_group/>
    <grelevance/>
   </row>
  </rows>
 </groups>
 <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[46747]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[matrix]]></title>
    <question><![CDATA[Matrice]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46747]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[matrix]]></title>
    <question><![CDATA[<p>Planstellen mit Vollzeitäquivalenten, Bedienstete nach Vertragsart, Geschlecht und Sprachgruppe:</p>
<script type="text/javascript" charset="utf-8">
$(document).on('ready pjax:scriptcomplete',function(){
	// Insert the column categories
	$('#question{QID} table.subquestion-list thead tr:eq(0) td:eq(0)').remove();
	$('#question{QID} table.subquestion-list thead').prepend('<tr class="ls-heading">\
	  <td rowspan="2" colspan="1" style="border-top:0 !important;"></td>\
	  <th class="answer-text inserted-header" colspan="2"></th>\
	  <th class="answer-text inserted-header" colspan="2">Geschlecht</th>\
	  <th class="answer-text inserted-header" colspan="2">Vertragsart</th>\
	  <th class="answer-text inserted-header" colspan="3">Was weiß ich</th>\
	</tr>');
    });	
</script><script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('input[ name="{SGQ}01_1"]').change(function() {
if ($('input[ name="{SGQ}01_1"]').val()=="0") {
$('input[ name="{SGQ}01_2"]').prop('disabled', true);
$('input[ name="{SGQ}01_3"]').prop('disabled', true);
$('input[ name="{SGQ}01_4"]').prop('disabled', true);
$('input[ name="{SGQ}01_5"]').prop('disabled', true);
$('input[ name="{SGQ}01_6"]').prop('disabled', true);
$('input[ name="{SGQ}01_7"]').prop('disabled', true);
$('input[ name="{SGQ}01_8"]').prop('disabled', true);
$('input[ name="{SGQ}01_9"]').prop('disabled', true);
$('input[name="{SGQ}01_2"]').val("");
$('input[name="{SGQ}01_3"]').val("");
$('input[name="{SGQ}01_4"]').val("");
$('input[name="{SGQ}01_5"]').val("");
$('input[name="{SGQ}01_6"]').val("");
$('input[name="{SGQ}01_7"]').val("");
$('input[name="{SGQ}01_8"]').val("");
$('input[name="{SGQ}01_9"]').val("");
}
  else {
$('input[ name="{SGQ}01_2"]').prop('disabled', false);
$('input[ name="{SGQ}01_3"]').prop('disabled', false);
$('input[ name="{SGQ}01_4"]').prop('disabled', false);
$('input[ name="{SGQ}01_5"]').prop('disabled', false);
$('input[ name="{SGQ}01_6"]').prop('disabled', false);
$('input[ name="{SGQ}01_7"]').prop('disabled', false);
$('input[ name="{SGQ}01_8"]').prop('disabled', false);
$('input[ name="{SGQ}01_9"]').prop('disabled', false);
}
});

$('input[ name="{SGQ}02_1"]').change(function() {
if ($('input[ name="{SGQ}02_1"]').val()=="0") {
$('input[ name="{SGQ}02_2"]').prop('disabled', true);
$('input[ name="{SGQ}02_3"]').prop('disabled', true);
$('input[ name="{SGQ}02_4"]').prop('disabled', true);
$('input[ name="{SGQ}02_5"]').prop('disabled', true);
$('input[ name="{SGQ}02_6"]').prop('disabled', true);
$('input[ name="{SGQ}02_7"]').prop('disabled', true);
$('input[ name="{SGQ}02_8"]').prop('disabled', true);
$('input[ name="{SGQ}02_9"]').prop('disabled', true);
$('input[name="{SGQ}02_2"]').val("");
$('input[name="{SGQ}02_3"]').val("");
$('input[name="{SGQ}02_4"]').val("");
$('input[name="{SGQ}02_5"]').val("");
$('input[name="{SGQ}02_6"]').val("");
$('input[name="{SGQ}02_7"]').val("");
$('input[name="{SGQ}02_8"]').val("");
$('input[name="{SGQ}02_9"]').val("");
}
    else {
$('input[ name="{SGQ}02_2"]').prop('disabled', false);
$('input[ name="{SGQ}02_3"]').prop('disabled', false);
$('input[ name="{SGQ}02_4"]').prop('disabled', false);
$('input[ name="{SGQ}02_5"]').prop('disabled', false);
$('input[ name="{SGQ}02_6"]').prop('disabled', false);
$('input[ name="{SGQ}02_7"]').prop('disabled', false);
$('input[ name="{SGQ}02_8"]').prop('disabled', false);
$('input[ name="{SGQ}02_9"]').prop('disabled', false);
}
});
  
$('input[ name="{SGQ}03_1"]').change(function() {
if ($('input[ name="{SGQ}03_1"]').val()=="0") {
$('input[ name="{SGQ}03_2"]').prop('disabled', true);
$('input[ name="{SGQ}03_3"]').prop('disabled', true);
$('input[ name="{SGQ}03_4"]').prop('disabled', true);
$('input[ name="{SGQ}03_5"]').prop('disabled', true);
$('input[ name="{SGQ}03_6"]').prop('disabled', true);
$('input[ name="{SGQ}03_7"]').prop('disabled', true);
$('input[ name="{SGQ}03_8"]').prop('disabled', true);
$('input[ name="{SGQ}03_9"]').prop('disabled', true);
$('input[name="{SGQ}03_2"]').val("");
$('input[name="{SGQ}03_3"]').val("");
$('input[name="{SGQ}03_4"]').val("");
$('input[name="{SGQ}03_5"]').val("");
$('input[name="{SGQ}03_6"]').val("");
$('input[name="{SGQ}03_7"]').val("");
$('input[name="{SGQ}03_8"]').val("");
$('input[name="{SGQ}03_9"]').val("");
}
    else {
$('input[ name="{SGQ}03_2"]').prop('disabled', false);
$('input[ name="{SGQ}03_3"]').prop('disabled', false);
$('input[ name="{SGQ}03_4"]').prop('disabled', false);
$('input[ name="{SGQ}03_5"]').prop('disabled', false);
$('input[ name="{SGQ}03_6"]').prop('disabled', false);
$('input[ name="{SGQ}03_7"]').prop('disabled', false);
$('input[ name="{SGQ}03_8"]').prop('disabled', false);
$('input[ name="{SGQ}03_9"]').prop('disabled', false);
}
});
  
$('input[ name="{SGQ}04_1"]').change(function() {
if ($('input[ name="{SGQ}04_1"]').val()=="0") {
$('input[ name="{SGQ}04_2"]').prop('disabled', true);
$('input[ name="{SGQ}04_3"]').prop('disabled', true);
$('input[ name="{SGQ}04_4"]').prop('disabled', true);
$('input[ name="{SGQ}04_5"]').prop('disabled', true);
$('input[ name="{SGQ}04_6"]').prop('disabled', true);
$('input[ name="{SGQ}04_7"]').prop('disabled', true);
$('input[ name="{SGQ}04_8"]').prop('disabled', true);
$('input[ name="{SGQ}04_9"]').prop('disabled', true);
$('input[name="{SGQ}04_2"]').val("");
$('input[name="{SGQ}04_3"]').val("");
$('input[name="{SGQ}04_4"]').val("");
$('input[name="{SGQ}04_5"]').val("");
$('input[name="{SGQ}04_6"]').val("");
$('input[name="{SGQ}04_7"]').val("");
$('input[name="{SGQ}04_8"]').val("");
$('input[name="{SGQ}04_9"]').val("");
}
    else {
$('input[ name="{SGQ}04_2"]').prop('disabled', false);
$('input[ name="{SGQ}04_3"]').prop('disabled', false);
$('input[ name="{SGQ}04_4"]').prop('disabled', false);
$('input[ name="{SGQ}04_5"]').prop('disabled', false);
$('input[ name="{SGQ}04_6"]').prop('disabled', false);
$('input[ name="{SGQ}04_7"]').prop('disabled', false);
$('input[ name="{SGQ}04_8"]').prop('disabled', false);
$('input[ name="{SGQ}04_9"]').prop('disabled', false);
}
});

$('input[ name="{SGQ}05_1"]').change(function() {
if ($('input[ name="{SGQ}05_1"]').val()=="0") {
$('input[ name="{SGQ}05_2"]').prop('disabled', true);
$('input[ name="{SGQ}05_3"]').prop('disabled', true);
$('input[ name="{SGQ}05_4"]').prop('disabled', true);
$('input[ name="{SGQ}05_5"]').prop('disabled', true);
$('input[ name="{SGQ}05_6"]').prop('disabled', true);
$('input[ name="{SGQ}05_7"]').prop('disabled', true);
$('input[ name="{SGQ}05_8"]').prop('disabled', true);
$('input[ name="{SGQ}05_9"]').prop('disabled', true);
$('input[name="{SGQ}05_2"]').val("");
$('input[name="{SGQ}05_3"]').val("");
$('input[name="{SGQ}05_4"]').val("");
$('input[name="{SGQ}05_5"]').val("");
$('input[name="{SGQ}05_6"]').val("");
$('input[name="{SGQ}05_7"]').val("");
$('input[name="{SGQ}05_8"]').val("");
$('input[name="{SGQ}05_9"]').val("");
}
    else {
$('input[ name="{SGQ}05_2"]').prop('disabled', false);
$('input[ name="{SGQ}05_3"]').prop('disabled', false);
$('input[ name="{SGQ}05_4"]').prop('disabled', false);
$('input[ name="{SGQ}05_5"]').prop('disabled', false);
$('input[ name="{SGQ}05_6"]').prop('disabled', false);
$('input[ name="{SGQ}05_7"]').prop('disabled', false);
$('input[ name="{SGQ}05_8"]').prop('disabled', false);
$('input[ name="{SGQ}05_9"]').prop('disabled', false);
}
});

$('input[ name="{SGQ}06_1"]').change(function() {
if ($('input[ name="{SGQ}06_1"]').val()=="0") {
$('input[ name="{SGQ}06_2"]').prop('disabled', true);
$('input[ name="{SGQ}06_3"]').prop('disabled', true);
$('input[ name="{SGQ}06_4"]').prop('disabled', true);
$('input[ name="{SGQ}06_5"]').prop('disabled', true);
$('input[ name="{SGQ}06_6"]').prop('disabled', true);
$('input[ name="{SGQ}06_7"]').prop('disabled', true);
$('input[ name="{SGQ}06_8"]').prop('disabled', true);
$('input[ name="{SGQ}06_9"]').prop('disabled', true);
$('input[name="{SGQ}06_2"]').val("");
$('input[name="{SGQ}06_3"]').val("");
$('input[name="{SGQ}06_4"]').val("");
$('input[name="{SGQ}06_5"]').val("");
$('input[name="{SGQ}06_6"]').val("");
$('input[name="{SGQ}06_7"]').val("");
$('input[name="{SGQ}06_8"]').val("");
$('input[name="{SGQ}06_9"]').val("");
}
    else {
$('input[ name="{SGQ}06_2"]').prop('disabled', false);
$('input[ name="{SGQ}06_3"]').prop('disabled', false);
$('input[ name="{SGQ}06_4"]').prop('disabled', false);
$('input[ name="{SGQ}06_5"]').prop('disabled', false);
$('input[ name="{SGQ}06_6"]').prop('disabled', false);
$('input[ name="{SGQ}06_7"]').prop('disabled', false);
$('input[ name="{SGQ}06_8"]').prop('disabled', false);
$('input[ name="{SGQ}06_9"]').prop('disabled', false);
}
});

$('input[ name="{SGQ}07_1"]').change(function() {
if ($('input[ name="{SGQ}07_1"]').val()=="0") {
$('input[ name="{SGQ}07_2"]').prop('disabled', true);
$('input[ name="{SGQ}07_3"]').prop('disabled', true);
$('input[ name="{SGQ}07_4"]').prop('disabled', true);
$('input[ name="{SGQ}07_5"]').prop('disabled', true);
$('input[ name="{SGQ}07_6"]').prop('disabled', true);
$('input[ name="{SGQ}07_7"]').prop('disabled', true);
$('input[ name="{SGQ}07_8"]').prop('disabled', true);
$('input[ name="{SGQ}07_9"]').prop('disabled', true);
$('input[name="{SGQ}07_2"]').val("");
$('input[name="{SGQ}07_3"]').val("");
$('input[name="{SGQ}07_4"]').val("");
$('input[name="{SGQ}07_5"]').val("");
$('input[name="{SGQ}07_6"]').val("");
$('input[name="{SGQ}07_7"]').val("");
$('input[name="{SGQ}07_8"]').val("");
$('input[name="{SGQ}07_9"]').val("");
}
    else {
$('input[ name="{SGQ}07_2"]').prop('disabled', false);
$('input[ name="{SGQ}07_3"]').prop('disabled', false);
$('input[ name="{SGQ}07_4"]').prop('disabled', false);
$('input[ name="{SGQ}07_5"]').prop('disabled', false);
$('input[ name="{SGQ}07_6"]').prop('disabled', false);
$('input[ name="{SGQ}07_7"]').prop('disabled', false);
$('input[ name="{SGQ}07_8"]').prop('disabled', false);
$('input[ name="{SGQ}07_9"]').prop('disabled', false);
}
});

$('input[ name="{SGQ}08_1"]').change(function() {
if ($('input[ name="{SGQ}08_1"]').val()=="0") {
$('input[ name="{SGQ}08_2"]').prop('disabled', true);
$('input[ name="{SGQ}08_3"]').prop('disabled', true);
$('input[ name="{SGQ}08_4"]').prop('disabled', true);
$('input[ name="{SGQ}08_5"]').prop('disabled', true);
$('input[ name="{SGQ}08_6"]').prop('disabled', true);
$('input[ name="{SGQ}08_7"]').prop('disabled', true);
$('input[ name="{SGQ}08_8"]').prop('disabled', true);
$('input[ name="{SGQ}08_9"]').prop('disabled', true);
$('input[name="{SGQ}08_2"]').val("");
$('input[name="{SGQ}08_3"]').val("");
$('input[name="{SGQ}08_4"]').val("");
$('input[name="{SGQ}08_5"]').val("");
$('input[name="{SGQ}08_6"]').val("");
$('input[name="{SGQ}08_7"]').val("");
$('input[name="{SGQ}08_8"]').val("");
$('input[name="{SGQ}08_9"]').val("");
}
    else {
$('input[ name="{SGQ}08_2"]').prop('disabled', false);
$('input[ name="{SGQ}08_3"]').prop('disabled', false);
$('input[ name="{SGQ}08_4"]').prop('disabled', false);
$('input[ name="{SGQ}08_5"]').prop('disabled', false);
$('input[ name="{SGQ}08_6"]').prop('disabled', false);
$('input[ name="{SGQ}08_7"]').prop('disabled', false);
$('input[ name="{SGQ}08_8"]').prop('disabled', false);
$('input[ name="{SGQ}08_9"]').prop('disabled', false);
}
});

$('input[ name="{SGQ}09_1"]').change(function() {
if ($('input[ name="{SGQ}09_1"]').val()=="0") {
$('input[ name="{SGQ}09_2"]').prop('disabled', true);
$('input[ name="{SGQ}09_3"]').prop('disabled', true);
$('input[ name="{SGQ}09_4"]').prop('disabled', true);
$('input[ name="{SGQ}09_5"]').prop('disabled', true);
$('input[ name="{SGQ}09_6"]').prop('disabled', true);
$('input[ name="{SGQ}09_7"]').prop('disabled', true);
$('input[ name="{SGQ}09_8"]').prop('disabled', true);
$('input[ name="{SGQ}09_9"]').prop('disabled', true);
$('input[name="{SGQ}09_2"]').val("");
$('input[name="{SGQ}09_3"]').val("");
$('input[name="{SGQ}09_4"]').val("");
$('input[name="{SGQ}09_5"]').val("");
$('input[name="{SGQ}09_6"]').val("");
$('input[name="{SGQ}09_7"]').val("");
$('input[name="{SGQ}09_8"]').val("");
$('input[name="{SGQ}09_9"]').val("");
}
    else {
$('input[ name="{SGQ}09_2"]').prop('disabled', false);
$('input[ name="{SGQ}09_3"]').prop('disabled', false);
$('input[ name="{SGQ}09_4"]').prop('disabled', false);
$('input[ name="{SGQ}09_5"]').prop('disabled', false);
$('input[ name="{SGQ}09_6"]').prop('disabled', false);
$('input[ name="{SGQ}09_7"]').prop('disabled', false);
$('input[ name="{SGQ}09_8"]').prop('disabled', false);
$('input[ name="{SGQ}09_9"]').prop('disabled', false);
}
});

$('input[ name="{SGQ}10_1"]').change(function() {
if ($('input[ name="{SGQ}10_1"]').val()=="0") {
$('input[ name="{SGQ}10_2"]').prop('disabled', true);
$('input[ name="{SGQ}10_3"]').prop('disabled', true);
$('input[ name="{SGQ}10_4"]').prop('disabled', true);
$('input[ name="{SGQ}10_5"]').prop('disabled', true);
$('input[ name="{SGQ}10_6"]').prop('disabled', true);
$('input[ name="{SGQ}10_7"]').prop('disabled', true);
$('input[ name="{SGQ}10_8"]').prop('disabled', true);
$('input[ name="{SGQ}10_9"]').prop('disabled', true);
$('input[name="{SGQ}10_2"]').val("");
$('input[name="{SGQ}10_3"]').val("");
$('input[name="{SGQ}10_4"]').val("");
$('input[name="{SGQ}10_5"]').val("");
$('input[name="{SGQ}10_6"]').val("");
$('input[name="{SGQ}10_7"]').val("");
$('input[name="{SGQ}10_8"]').val("");
$('input[name="{SGQ}10_9"]').val("");
}
    else {
$('input[ name="{SGQ}10_2"]').prop('disabled', false);
$('input[ name="{SGQ}10_3"]').prop('disabled', false);
$('input[ name="{SGQ}10_4"]').prop('disabled', false);
$('input[ name="{SGQ}10_5"]').prop('disabled', false);
$('input[ name="{SGQ}10_6"]').prop('disabled', false);
$('input[ name="{SGQ}10_7"]').prop('disabled', false);
$('input[ name="{SGQ}10_8"]').prop('disabled', false);
$('input[ name="{SGQ}10_9"]').prop('disabled', false);
}
});

$('input[ name="{SGQ}11_1"]').change(function() {
if ($('input[ name="{SGQ}11_1"]').val()=="0") {
$('input[ name="{SGQ}11_2"]').prop('disabled', true);
$('input[ name="{SGQ}11_3"]').prop('disabled', true);
$('input[ name="{SGQ}11_4"]').prop('disabled', true);
$('input[ name="{SGQ}11_5"]').prop('disabled', true);
$('input[ name="{SGQ}11_6"]').prop('disabled', true);
$('input[ name="{SGQ}11_7"]').prop('disabled', true);
$('input[ name="{SGQ}11_8"]').prop('disabled', true);
$('input[ name="{SGQ}11_9"]').prop('disabled', true);
$('input[name="{SGQ}11_2"]').val("");
$('input[name="{SGQ}11_3"]').val("");
$('input[name="{SGQ}11_4"]').val("");
$('input[name="{SGQ}11_5"]').val("");
$('input[name="{SGQ}11_6"]').val("");
$('input[name="{SGQ}11_7"]').val("");
$('input[name="{SGQ}11_8"]').val("");
$('input[name="{SGQ}11_9"]').val("");
}
    else {
$('input[ name="{SGQ}11_2"]').prop('disabled', false);
$('input[ name="{SGQ}11_3"]').prop('disabled', false);
$('input[ name="{SGQ}11_4"]').prop('disabled', false);
$('input[ name="{SGQ}11_5"]').prop('disabled', false);
$('input[ name="{SGQ}11_6"]').prop('disabled', false);
$('input[ name="{SGQ}11_7"]').prop('disabled', false);
$('input[ name="{SGQ}11_8"]').prop('disabled', false);
$('input[ name="{SGQ}11_9"]').prop('disabled', false);
}
});

});

</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[de]]></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[46748]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[01]]></title>
    <question><![CDATA[I]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46748]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[01]]></title>
    <question><![CDATA[Livello funzionale 1]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46749]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[1]]></title>
    <question><![CDATA[Bedienstete]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46749]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[1]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46750]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[02]]></title>
    <question><![CDATA[II]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46750]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[02]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46751]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[03]]></title>
    <question><![CDATA[III]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46751]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[03]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46752]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[04]]></title>
    <question><![CDATA[IV]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46752]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[04]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46753]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[05]]></title>
    <question><![CDATA[V]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46753]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[05]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46754]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[06]]></title>
    <question><![CDATA[VI]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46754]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[06]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46755]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[07]]></title>
    <question><![CDATA[VII]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46755]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[07]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46756]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[08]]></title>
    <question><![CDATA[VIII]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46756]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[08]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46757]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[09]]></title>
    <question><![CDATA[IX]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46757]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[09]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46758]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[10]]></title>
    <question><![CDATA[X]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46758]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[10]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46759]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[11]]></title>
    <question><![CDATA[XI]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46759]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[11]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46760]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[2]]></title>
    <question><![CDATA[Vollzeitäquivalente]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46760]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[2]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46761]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[3]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46761]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[3]]></title>
    <question><![CDATA[Frauen]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46762]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[4]]></title>
    <question><![CDATA[Männer]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46762]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[4]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46763]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[5]]></title>
    <question><![CDATA[Unbefristet Beschäftigte]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46763]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[5]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46764]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[6]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46764]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[6]]></title>
    <question><![CDATA[Befristet Beschäftigte]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46765]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[7]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46765]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[7]]></title>
    <question><![CDATA[Anderes 1]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46766]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[8]]></title>
    <question><![CDATA[Anderes 2]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46766]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[8]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46767]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[9]]></title>
    <question/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[it]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[46767]]></qid>
    <parent_qid><![CDATA[46747]]></parent_qid>
    <sid><![CDATA[128814]]></sid>
    <gid><![CDATA[3835]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[9]]></title>
    <question><![CDATA[Anderes 3]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[de]]></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[46747]]></qid>
    <attribute><![CDATA[answer_width]]></attribute>
    <value><![CDATA[13]]></value>
   </row>
   <row>
    <qid><![CDATA[46747]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value><![CDATA[(matrix_01_1==0 OR (sum(matrix_01_3, matrix_01_4) eq sum(matrix_01_5, matrix_01_6) and sum(matrix_01_3, matrix_01_4) eq sum(matrix_01_7, matrix_01_8, matrix_01_9))) AND (matrix_02_1==0 OR (sum(matrix_02_3, matrix_02_4) eq sum(matrix_02_5, matrix_02_6) and sum(matrix_02_3, matrix_02_4) eq sum(matrix_02_7, matrix_02_8, matrix_02_9))) AND (matrix_03_1==0 OR (sum(matrix_03_3, matrix_03_4) eq sum(matrix_03_5, matrix_03_6) and sum(matrix_03_3, matrix_03_4) eq sum(matrix_03_7, matrix_03_8, matrix_03_9))) AND (matrix_04_1==0 OR (sum(matrix_04_3, matrix_04_4) eq sum(matrix_04_5, matrix_04_6) and sum(matrix_04_3, matrix_04_4) eq sum(matrix_04_7, matrix_04_8, matrix_04_9))) AND (matrix_05_1==0 OR (sum(matrix_05_3, matrix_05_4) eq sum(matrix_05_5, matrix_05_6) and sum(matrix_05_3, matrix_05_4) eq sum(matrix_05_7, matrix_05_8, matrix_05_9))) AND (matrix_06_1==0 OR (sum(matrix_06_3, matrix_06_4) eq sum(matrix_06_5, matrix_06_6) and sum(matrix_06_3, matrix_06_4) eq sum(matrix_06_7, matrix_06_8, matrix_06_9))) AND (matrix_07_1==0 OR (sum(matrix_07_3, matrix_07_4) eq sum(matrix_07_5, matrix_07_6) and sum(matrix_07_3, matrix_07_4) eq sum(matrix_07_7, matrix_07_8, matrix_07_9))) AND (matrix_08_1==0 OR (sum(matrix_08_3, matrix_08_4) eq sum(matrix_08_5, matrix_08_6) and sum(matrix_08_3, matrix_08_4) eq sum(matrix_08_7, matrix_08_8, matrix_08_9))) AND (matrix_09_1==0 OR (sum(matrix_09_3, matrix_09_4) eq sum(matrix_09_5, matrix_09_6) and sum(matrix_09_3, matrix_09_4) eq sum(matrix_09_7, matrix_09_8, matrix_09_9))) AND (matrix_10_1==0 OR (sum(matrix_10_3, matrix_10_4) eq sum(matrix_10_5, matrix_10_6) and sum(matrix_10_3, matrix_10_4) eq sum(matrix_10_7, matrix_10_8, matrix_10_9))) AND (matrix_11_1==0 OR (sum(matrix_11_3, matrix_11_4) eq sum(matrix_11_5, matrix_11_6) and sum(matrix_11_3, matrix_11_4) eq sum(matrix_11_7, matrix_11_8, matrix_11_9)))]]></value>
   </row>
   <row>
    <qid><![CDATA[46747]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Die Summe der Mitarbeiter nach Geschlecht, Vertragsart, Sprachgruppe sowie nach Funktionsebenen muss übereinstimmen und wird von der Software automatisch überprüft. Falls nach Versand eine Fehlermeldung erscheinen sollte, bitte die Daten erneut kontrollieren, ansonsten können Sie mit dem Versand der Erhebung nicht fortfahren.]]></value>
    <language><![CDATA[de]]></language>
   </row>
   <row>
    <qid><![CDATA[46747]]></qid>
    <attribute><![CDATA[maximum_chars]]></attribute>
    <value><![CDATA[3]]></value>
   </row>
  </rows>
 </question_attributes>
 <surveys>
  <fields>
   <fieldname>sid</fieldname>
   <fieldname>gsid</fieldname>
   <fieldname>admin</fieldname>
   <fieldname>expires</fieldname>
   <fieldname>startdate</fieldname>
   <fieldname>adminemail</fieldname>
   <fieldname>anonymized</fieldname>
   <fieldname>faxto</fieldname>
   <fieldname>format</fieldname>
   <fieldname>savetimings</fieldname>
   <fieldname>template</fieldname>
   <fieldname>language</fieldname>
   <fieldname>additional_languages</fieldname>
   <fieldname>datestamp</fieldname>
   <fieldname>usecookie</fieldname>
   <fieldname>allowregister</fieldname>
   <fieldname>allowsave</fieldname>
   <fieldname>autonumber_start</fieldname>
   <fieldname>autoredirect</fieldname>
   <fieldname>allowprev</fieldname>
   <fieldname>printanswers</fieldname>
   <fieldname>ipaddr</fieldname>
   <fieldname>refurl</fieldname>
   <fieldname>publicstatistics</fieldname>
   <fieldname>publicgraphs</fieldname>
   <fieldname>listpublic</fieldname>
   <fieldname>htmlemail</fieldname>
   <fieldname>sendconfirmation</fieldname>
   <fieldname>tokenanswerspersistence</fieldname>
   <fieldname>assessments</fieldname>
   <fieldname>usecaptcha</fieldname>
   <fieldname>usetokens</fieldname>
   <fieldname>bounce_email</fieldname>
   <fieldname>attributedescriptions</fieldname>
   <fieldname>emailresponseto</fieldname>
   <fieldname>emailnotificationto</fieldname>
   <fieldname>tokenlength</fieldname>
   <fieldname>showxquestions</fieldname>
   <fieldname>showgroupinfo</fieldname>
   <fieldname>shownoanswer</fieldname>
   <fieldname>showqnumcode</fieldname>
   <fieldname>bouncetime</fieldname>
   <fieldname>bounceprocessing</fieldname>
   <fieldname>bounceaccounttype</fieldname>
   <fieldname>bounceaccounthost</fieldname>
   <fieldname>bounceaccountpass</fieldname>
   <fieldname>bounceaccountencryption</fieldname>
   <fieldname>bounceaccountuser</fieldname>
   <fieldname>showwelcome</fieldname>
   <fieldname>showprogress</fieldname>
   <fieldname>questionindex</fieldname>
   <fieldname>navigationdelay</fieldname>
   <fieldname>nokeyboard</fieldname>
   <fieldname>alloweditaftercompletion</fieldname>
   <fieldname>googleanalyticsstyle</fieldname>
   <fieldname>googleanalyticsapikey</fieldname>
   <fieldname>showsurveypolicynotice</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[128814]]></sid>
    <gsid><![CDATA[1]]></gsid>
    <admin><![CDATA[Luca Frigo]]></admin>
    <adminemail><![CDATA[luca.frigo@provinz.bz.it]]></adminemail>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[G]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[fruity]]></template>
    <language><![CDATA[de]]></language>
    <additional_languages><![CDATA[it]]></additional_languages>
    <datestamp><![CDATA[N]]></datestamp>
    <usecookie><![CDATA[N]]></usecookie>
    <allowregister><![CDATA[N]]></allowregister>
    <allowsave><![CDATA[Y]]></allowsave>
    <autonumber_start><![CDATA[11]]></autonumber_start>
    <autoredirect><![CDATA[N]]></autoredirect>
    <allowprev><![CDATA[Y]]></allowprev>
    <printanswers><![CDATA[Y]]></printanswers>
    <ipaddr><![CDATA[N]]></ipaddr>
    <refurl><![CDATA[N]]></refurl>
    <publicstatistics><![CDATA[N]]></publicstatistics>
    <publicgraphs><![CDATA[N]]></publicgraphs>
    <listpublic><![CDATA[N]]></listpublic>
    <htmlemail><![CDATA[Y]]></htmlemail>
    <sendconfirmation><![CDATA[Y]]></sendconfirmation>
    <tokenanswerspersistence><![CDATA[N]]></tokenanswerspersistence>
    <assessments><![CDATA[N]]></assessments>
    <usecaptcha><![CDATA[N]]></usecaptcha>
    <usetokens><![CDATA[N]]></usetokens>
    <bounce_email><![CDATA[luca.frigo@provinz.bz.it]]></bounce_email>
    <emailresponseto/>
    <emailnotificationto/>
    <tokenlength><![CDATA[15]]></tokenlength>
    <showxquestions><![CDATA[Y]]></showxquestions>
    <showgroupinfo><![CDATA[B]]></showgroupinfo>
    <shownoanswer><![CDATA[Y]]></shownoanswer>
    <showqnumcode><![CDATA[X]]></showqnumcode>
    <bounceprocessing><![CDATA[N]]></bounceprocessing>
    <showwelcome><![CDATA[Y]]></showwelcome>
    <showprogress><![CDATA[Y]]></showprogress>
    <questionindex><![CDATA[0]]></questionindex>
    <navigationdelay><![CDATA[0]]></navigationdelay>
    <nokeyboard><![CDATA[N]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
    <googleanalyticsstyle/>
    <googleanalyticsapikey/>
    <showsurveypolicynotice><![CDATA[0]]></showsurveypolicynotice>
   </row>
  </rows>
 </surveys>
 <surveys_languagesettings>
  <fields>
   <fieldname>surveyls_survey_id</fieldname>
   <fieldname>surveyls_language</fieldname>
   <fieldname>surveyls_title</fieldname>
   <fieldname>surveyls_description</fieldname>
   <fieldname>surveyls_welcometext</fieldname>
   <fieldname>surveyls_endtext</fieldname>
   <fieldname>surveyls_url</fieldname>
   <fieldname>surveyls_urldescription</fieldname>
   <fieldname>surveyls_email_invite_subj</fieldname>
   <fieldname>surveyls_email_invite</fieldname>
   <fieldname>surveyls_email_remind_subj</fieldname>
   <fieldname>surveyls_email_remind</fieldname>
   <fieldname>surveyls_email_register_subj</fieldname>
   <fieldname>surveyls_email_register</fieldname>
   <fieldname>surveyls_email_confirm_subj</fieldname>
   <fieldname>surveyls_email_confirm</fieldname>
   <fieldname>surveyls_dateformat</fieldname>
   <fieldname>surveyls_attributecaptions</fieldname>
   <fieldname>email_admin_notification_subj</fieldname>
   <fieldname>email_admin_notification</fieldname>
   <fieldname>email_admin_responses_subj</fieldname>
   <fieldname>email_admin_responses</fieldname>
   <fieldname>surveyls_numberformat</fieldname>
   <fieldname>attachments</fieldname>
   <fieldname>surveyls_policy_notice</fieldname>
   <fieldname>surveyls_policy_error</fieldname>
   <fieldname>surveyls_policy_notice_label</fieldname>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[128814]]></surveyls_survey_id>
    <surveyls_language><![CDATA[de]]></surveyls_language>
    <surveyls_title><![CDATA[Öffentlich Bedienstete - Extraktion]]></surveyls_title>
    <surveyls_description/>
    <surveyls_welcometext/>
    <surveyls_endtext/>
    <surveyls_url/>
    <surveyls_urldescription/>
    <surveyls_email_invite_subj><![CDATA[Einladung zu einer Umfrage]]></surveyls_email_invite_subj>
    <surveyls_email_invite><![CDATA[Hallo {FIRSTNAME},<br /><br />
Hiermit möchten wir Sie zu einer Umfrage einladen.<br /><br />
Der Titel der Umfrage ist <br />
'{SURVEYNAME}'<br /><br />
'{SURVEYDESCRIPTION}'<br /><br />
Um an dieser Umfrage teilzunehmen, klicken Sie bitte auf den unten stehenden Link.<br /><br />
Mit freundlichen Grüßen,<br /><br />
{ADMINNAME} ({ADMINEMAIL})<br /><br />
----------------------------------------------<br />
Klicken Sie hier um die Umfrage zu starten:<br />
{SURVEYURL}<br /><br />
Wenn Sie an diese Umfrage nicht teilnehmen und keine weiteren Erinnerungen erhalten möchten, klicken Sie bitte auf den folgenden Link:<br />
{OPTOUTURL}<br /><br />
Wenn Sie geblockt sind, jedoch wieder teilnehmen und weitere Einladungen erhalten möchten, klicken Sie bitte auf den folgenden Link:<br />
{OPTINURL}]]></surveyls_email_invite>
    <surveyls_email_remind_subj><![CDATA[Erinnerung an die Teilnahme an einer Umfrage]]></surveyls_email_remind_subj>
    <surveyls_email_remind><![CDATA[Hallo {FIRSTNAME},<br /><br />
Vor kurzem haben wir Sie zu einer Umfrage eingeladen.<br /><br />
Zu unserem Bedauern haben wir bemerkt, dass Sie die Umfrage noch nicht ausgefüllt haben. Wir möchten Ihnen mitteilen, dass die Umfrage noch aktiv ist und würden uns freuen, wenn Sie teilnehmen könnten.<br /><br />
Der Titel der Umfrage ist <br />
'{SURVEYNAME}'<br /><br />
'{SURVEYDESCRIPTION}'<br /><br />
Um an dieser Umfrage teilzunehmen, klicken Sie bitte auf den unten stehenden Link.<br /><br />
 Mit freundlichen Grüßen,<br /><br />
{ADMINNAME} ({ADMINEMAIL})<br /><br />
----------------------------------------------<br />
Klicken Sie hier um die Umfrage zu starten:<br />
{SURVEYURL}<br /><br />
Wenn Sie an diese Umfrage nicht teilnehmen und keine weiteren Erinnerungen erhalten möchten, klicken Sie bitte auf den folgenden Link:<br />
{OPTOUTURL}]]></surveyls_email_remind>
    <surveyls_email_register_subj><![CDATA[Registrierungsbestätigung für Teilnahmeumfrage]]></surveyls_email_register_subj>
    <surveyls_email_register><![CDATA[Hallo {FIRSTNAME},<br /><br />
Sie (oder jemand, der Ihre E-Mail benutzt hat) haben sich für eine Umfrage mit dem Titel {SURVEYNAME} angemeldet.<br /><br />
Um an dieser Umfrage teilzunehmen, klicken Sie bitte auf den folgenden Link.<br /><br />
{SURVEYURL}<br /><br />
Wenn Sie irgendwelche Fragen zu dieser Umfrage haben oder wenn Sie sich _nicht_ für diese Umfrage angemeldet haben und sie glauben, dass Ihnen diese E-Mail irrtümlicherweise zugeschickt worden ist, kontaktieren Sie bitte {ADMINNAME} unter {ADMINEMAIL}.]]></surveyls_email_register>
    <surveyls_email_confirm_subj><![CDATA[Bestätigung für die Teilnahme an unserer Umfrage]]></surveyls_email_confirm_subj>
    <surveyls_email_confirm><![CDATA[Hallo {FIRSTNAME},<br /><br />
Vielen Dank für die Teilnahme an der Umfrage mit dem Titel {SURVEYNAME}. Ihre Antworten wurden bei uns gespeichert.<br /><br />
Wenn Sie irgendwelche Fragen zu dieser E-Mail haben, kontaktieren Sie bitte {ADMINNAME} unter {ADMINEMAIL}.<br /><br />
Mit freundlichen Grüßen,<br /><br />
{ADMINNAME}]]></surveyls_email_confirm>
    <surveyls_dateformat><![CDATA[1]]></surveyls_dateformat>
    <email_admin_notification_subj><![CDATA[Antwortabsendung für Umfrage {SURVEYNAME}]]></email_admin_notification_subj>
    <email_admin_notification><![CDATA[Hallo,<br /><br />
Eine neue Antwort wurde für die Umfrage '{SURVEYNAME}' abgegeben.<br /><br />
Klicken Sie auf den folgenden Link um den Antwortdatensatz anzusehen:<br />
{VIEWRESPONSEURL}<br /><br />
Klicken Sie auf den folgenden Link um den Antwortdatensatz zu bearbeiten:<br />
{EDITRESPONSEURL}<br /><br />
Um die Statistik zu sehen, klicken Sie hier:<br />
{STATISTICSURL}]]></email_admin_notification>
    <email_admin_responses_subj><![CDATA[Antwortabsendung für Umfrage {SURVEYNAME} mit Ergebnissen]]></email_admin_responses_subj>
    <email_admin_responses><![CDATA[Hallo,<br /><br />
Eine neue Antwort wurde für die Umfrage '{SURVEYNAME}' abgegeben.<br /><br />
Klicken Sie auf den folgenden Link um den Antwortdatensatz anzusehen:<br />
{VIEWRESPONSEURL}<br /><br />
Klicken Sie auf den folgenden Link um den Antwortdatensatz zu bearbeiten:<br />
{EDITRESPONSEURL}<br /><br />
Um die Statistik zu sehen, klicken Sie hier:<br />
{STATISTICSURL}<br /><br /><br />
Die folgenden Antworten wurden vom Teilnehmer gegeben:<br />
{ANSWERTABLE}]]></email_admin_responses>
    <surveyls_numberformat><![CDATA[0]]></surveyls_numberformat>
    <surveyls_policy_notice/>
    <surveyls_policy_error/>
    <surveyls_policy_notice_label/>
   </row>
   <row>
    <surveyls_survey_id><![CDATA[128814]]></surveyls_survey_id>
    <surveyls_language><![CDATA[it]]></surveyls_language>
    <surveyls_title><![CDATA[Öffentlich Bedienstete - Extraktion]]></surveyls_title>
    <surveyls_description/>
    <surveyls_welcometext/>
    <surveyls_endtext/>
    <surveyls_url/>
    <surveyls_urldescription/>
    <surveyls_email_invite_subj><![CDATA[Invito per partecipare all'indagine]]></surveyls_email_invite_subj>
    <surveyls_email_invite><![CDATA[Egregio/a {FIRSTNAME},<br /><br />
è invitato a partecipare ad un'indagine on line.<br /><br />
L'indagine è intitolata:<br />
"{SURVEYNAME}"<br /><br />
"{SURVEYDESCRIPTION}"<br /><br />
Per partecipare fare click sul link in basso.<br /><br />
Cordiali saluti,{ADMINNAME} ({ADMINEMAIL})<br /><br />
----------------------------------------------<br />
Fare click qui per accedere al questionario e rispondere alle domande relative:<br />
{SURVEYURL}<br /><br />
Se non si intende partecipare a questa indagine e non si vogliono ricevere altri inviti, si può cliccare sul seguente collegamento:<br />
{OPTOUTURL}<br /><br />
Se è presente in blacklist ma vuole partecipare a questa indagine e ricevere inviti, vada al seguente link:<br />
{OPTINURL}]]></surveyls_email_invite>
    <surveyls_email_remind_subj><![CDATA[Promemoria per partecipare all'indagine]]></surveyls_email_remind_subj>
    <surveyls_email_remind><![CDATA[Egregio/a {FIRSTNAME},<br />
Recentemente ha ricevuto un invito a partecipare ad un'indagine on line.<br /><br />
Abbiamo notato che non ha ancora completato il questionario. Con l'occasione Le ricordiamo che il questionario è ancora disponibile.<br /><br />
L'indagine è intitolata:<br />
"{SURVEYNAME}"<br /><br />
"{SURVEYDESCRIPTION}"<br /><br />
Per partecipare fare clic sul link qui sotto.<br /><br />
Cordiali saluti,<br /><br />
{ADMINNAME} ({ADMINEMAIL})<br /><br />
----------------------------------------------<br />
Fare clic qui per accedere all'indagine e rispondere al questionario:<br />
{SURVEYURL}<br /><br />
Se non si intende partecipare a questa indagine e non si vogliono ricevere altri inviti, si può cliccare sul seguente collegamento:<br />
{OPTOUTURL}]]></surveyls_email_remind>
    <surveyls_email_register_subj><![CDATA[Conferma di registrazione all'indagine]]></surveyls_email_register_subj>
    <surveyls_email_register><![CDATA[Egregio/a {FIRSTNAME},<br /><br />
Lei (o qualcuno che ha utilizzato il suo indirizzo e-mail) si è registrato per partecipare all'indagine on line intitolata {SURVEYNAME}.<br /><br />
Per completare il questionario fare clic sul seguente indirizzo:<br /><br />
{SURVEYURL}<br /><br />
Se ha qualche domanda, o se non si è registrato e ritiene che questa e-mail ti sia pervenuta per errore, la preghiamo di contattare  {ADMINNAME} all'indirizzo {ADMINEMAIL}.]]></surveyls_email_register>
    <surveyls_email_confirm_subj><![CDATA[Conferma per la partecipazione all'indagine]]></surveyls_email_confirm_subj>
    <surveyls_email_confirm><![CDATA[Egregio/a {FIRSTNAME},<br /><br />
Questa e-mail le è stata inviata per confermarle che ha completato correttamente il questionario intitolato {SURVEYNAME}  e che le sue risposte sono state salvate. Grazie per la partecipazione.<br /><br />
Se ha ulteriori domande circa questo messaggio, la prego di contattare {ADMINNAME} all'indirizzo e-mail {ADMINEMAIL}.<br /><br />
Cordiali saluti<br /><br />
{ADMINNAME}]]></surveyls_email_confirm>
    <surveyls_dateformat><![CDATA[5]]></surveyls_dateformat>
    <email_admin_notification_subj><![CDATA[Invio di una risposta all'indagine {SURVEYNAME}]]></email_admin_notification_subj>
    <email_admin_notification><![CDATA[Salve,<br /><br />
Una nuova risposta é stata inviata per l'indagine '{SURVEYNAME}'.<br /><br />
Fare click sul link seguente per vedere le risposte individuali:<br />
{VIEWRESPONSEURL}<br /><br />
Fare click sul link seguente per modificare le risposte individuali:<br />
{EDITRESPONSEURL}<br /><br />
Fare clic sul link seguente per visualizzare le statistiche:<br />
{STATISTICSURL}]]></email_admin_notification>
    <email_admin_responses_subj><![CDATA[Invio di una risposta all'indagine {SURVEYNAME} con risultati]]></email_admin_responses_subj>
    <email_admin_responses><![CDATA[Salve,<br /><br />
Una nuova risposta è stata inviata dall'indagine '{SURVEYNAME}'.<br /><br />
Fare clic sul link seguente per vedere la risposta individuale:<br />
{VIEWRESPONSEURL}<br /><br />
Fare clic sul link seguente per modificare la risposta individuale:<br />
{EDITRESPONSEURL}<br /><br />
Fare clic sul link seguente per visualizzare le statistiche:<br />
{STATISTICSURL}<br /><br /><br />
Le seguenti risposte sono state date dal partecipante:<br />
{ANSWERTABLE}]]></email_admin_responses>
    <surveyls_numberformat><![CDATA[0]]></surveyls_numberformat>
    <surveyls_policy_notice/>
    <surveyls_policy_error/>
    <surveyls_policy_notice_label/>
   </row>
  </rows>
 </surveys_languagesettings>
 <themes>
  <theme>
   <sid>128814</sid>
   <template_name>fruity</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
 </themes>
 <themes_inherited>
  <theme>
   <sid>128814</sid>
   <template_name>fruity</template_name>
   <config>
    <options>
     <ajaxmode>off</ajaxmode>
     <brandlogo>on</brandlogo>
     <brandlogofile>./files/logo.png</brandlogofile>
     <container>on</container>
     <backgroundimage>off</backgroundimage>
     <backgroundimagefile>./files/pattern.png</backgroundimagefile>
     <animatebody>off</animatebody>
     <bodyanimation>fadeInRight</bodyanimation>
     <bodyanimationduration>1.0</bodyanimationduration>
     <animatequestion>off</animatequestion>
     <questionanimation>flipInX</questionanimation>
     <questionanimationduration>1.0</questionanimationduration>
     <animatealert>off</animatealert>
     <alertanimation>shake</alertanimation>
     <alertanimationduration>1.0</alertanimationduration>
     <font>noto</font>
     <bodybackgroundcolor>#ffffff</bodybackgroundcolor>
     <fontcolor>#444444</fontcolor>
     <questionbackgroundcolor>#ffffff</questionbackgroundcolor>
     <questionborder>on</questionborder>
     <questioncontainershadow>on</questioncontainershadow>
     <checkicon>f00c</checkicon>
     <animatecheckbox>on</animatecheckbox>
     <checkboxanimation>rubberBand</checkboxanimation>
     <checkboxanimationduration>0.5</checkboxanimationduration>
     <animateradio>on</animateradio>
     <radioanimation>zoomIn</radioanimation>
     <radioanimationduration>0.3</radioanimationduration>
     <zebrastriping>off</zebrastriping>
     <stickymatrixheaders>off</stickymatrixheaders>
     <greyoutselected>off</greyoutselected>
     <hideprivacyinfo>off</hideprivacyinfo>
     <crosshover>off</crosshover>
     <showpopups>1</showpopups>
    </options>
   </config>
  </theme>
 </themes_inherited>
</document>
