<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>355</DBVersion>
 <languages>
  <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[383]]></gid>
    <sid><![CDATA[583785]]></sid>
    <group_name><![CDATA[g1]]></group_name>
    <group_order><![CDATA[1]]></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[5240]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[Q00012]]></title>
    <question><![CDATA[Which crops would you change (increase or decrease)?

<script type="text/javascript" charset="utf-8">	
	$(document).ready(function() {
		// Sub-question 1 is primary followed by 2 secondaries
	  secondaryCheckboxes({QID}, 1, 6);
		// Sub-question 6 is primary followed by 3 secondaries		
	  secondaryCheckboxes({QID}, 8, 2);
      
      secondaryCheckboxes({QID}, 11, 9);
      
      secondaryCheckboxes({QID}, 21, 2);
      
      secondaryCheckboxes({QID}, 24, 3);
    });	
</script>

<script type='text/javascript'>
$(document).ready(function() {
/* Adjust these settings */
 var move_element="other";
 var place_before="27";
/* Please do NOT change the lines below */
var place_before="javatbd{SGQ}"+place_before;
var move_element="javatbd{SGQ}"+move_element;
$("#"+move_element).insertAfter("#"+place_before);

});
</script>


<script type="text/javascript" charset="utf-8">	
	$(document).ready(function() {

//remove
$( "#question{QID} .question-item:eq(29),#question{QID} .question-item:eq(30),#question{QID} .question-item:eq(31),#question{QID} .question-item:eq(32),#question{QID} .question-item:eq(33),#question{QID} .question-item:eq(34),#question{QID} .question-item:eq(35),#question{QID} .question-item:eq(36),#question{QID} .question-item:eq(37),#question{QID} .question-item:eq(38),#question{QID} .question-item:eq(39),#question{QID} .question-item:eq(40),#question{QID} .question-item:eq(41),#question{QID} .question-item:eq(42),#question{QID} .question-item:eq(43),#question{QID} .question-item:eq(44),#question{QID} .question-item:eq(45),#question{QID} .question-item:eq(46),#question{QID} .question-item:eq(47),#question{QID} .question-item:eq(48),#question{QID} .question-item:eq(49),#question{QID} .question-item:eq(50),#question{QID} .question-item:eq(51),#question{QID} .question-item:eq(52),#question{QID} .question-item:eq(53),#question{QID} .question-item:eq(54),#question{QID} .question-item:eq(55),#question{QID} .question-item:eq(56),#question{QID} .question-item:eq(57),#question{QID} .question-item:eq(58)" ).remove();

//replace
$( '#question{QID} .question-item:eq(28)').replaceWith( "<span id='secondaryopt' style='color:#446e9b;font-weight: bold;'>asdfasdf</span>" );


$('#question{QID} .answer-item.checkbox-item:first').before('<div style="display:table;margin-left: 13%;height:80px;"><div style="vertical-align:middle;display:table-cell;padding-bottom:15px;font-weight:bold;letter-spacing:1.5px;font-size: 118%;color:#446e9b;">Increase</div></div>');
});
</script>
<script type="text/javascript" charset="utf-8">
	$(document).on('ready pjax:scriptcomplete',function() {
		
		// Add classes and attributes
		$('li.question-item').closest('ul').addClass('inserted-question-list');
		$('li.question-item').each(function(i) {
			$(this).attr('data-index', $(this).index());
		});
 
		$('body').on('change', '.secondary-item input:checkbox', function(i) {
			if($(this).is(':checked')) {
				// Identify some stuff...
				var thisQuestion = $(this).closest('.multiple-opt');
				var thisList = $(this).closest('ul.inserted-question-list');
				var otherList = $('.inserted-question-list', thisQuestion).not(thisList).first();
				var thisIndex = $(this).closest('li').attr('data-index');
				var otherItem = $('li[data-index="'+thisIndex+'"]', otherList);
 
				// Uncheck the check-box in the other question
				$('input:checkbox', otherItem).prop('checked', false).trigger('change');
				$('input:hidden', otherItem).val('');
			}
		});
	});
</script>]]></question>
    <preg/>
    <help><![CDATA[<script type="text/javascript" charset="utf-8">
	$(document).ready(function(){
		$('#question{QID} .question-help-container.text-info.col-xs-12').each(function(i) {
			$('#question{QID} .ls-answers.checkbox-list.answers-list.multiple-list.nbcol-2.row').before($(this));
          

          $('#question{QID} .ls-question-mandatory.text-danger').html('<i class="fa fa-exclamation-circle" aria-hidden="true"></i> Diese Frage erfordert es, mindestens eine Hauptkategorie und mindestens eine Unterkategorie auszuwählen.');
		});
	});
</script></p>
]]></help>
    <other><![CDATA[Y]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[5241]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[Q00012copy]]></title>
    <question><![CDATA[<p>Betreffend der Änderungen Ihrer Betriebsausrichtung:</p>

<p>Bei welchen Kulturen und Tierbeständen würden Sie Änderungen (Ausweitungen oder Einschränkungen) vornehmen?<script type="text/javascript" charset="utf-8">	
	$(document).ready(function() {
		// Sub-question 1 is primary followed by 2 secondaries
	  secondaryCheckboxes({QID}, 1, 6);
		// Sub-question 6 is primary followed by 3 secondaries		
	  secondaryCheckboxes({QID}, 8, 2);
      
      secondaryCheckboxes({QID}, 11, 9);
      
      secondaryCheckboxes({QID}, 21, 2);
      
      secondaryCheckboxes({QID}, 24, 3);

$('#question{QID} .answer-item.checkbox-item:first').before('<div style="display:table;margin-left: 13%;height:80px;"><div style="vertical-align:middle;display:table-cell;padding-bottom:15px;font-weight:bold;letter-spacing:1.5px;font-size: 118%;color:#446e9b;">Decrease</div></div>');


$('#secondaryopt').replaceWith($('#question{QID} .list-unstyled.col-xs-12.col-sm-12'));

    });	
</script></p>


]]></question>
    <preg/>
    <help/>
    <other><![CDATA[Y]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[56]]></question_order>
    <language><![CDATA[de]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <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[5242]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[1]]></title>
    <question><![CDATA[Ackerbau]]></question>
    <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[5243]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[2]]></title>
    <question><![CDATA[Getreide]]></question>
    <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[5244]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[3]]></title>
    <question><![CDATA[Hackfrüchte]]></question>
    <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[5245]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[4]]></title>
    <question><![CDATA[Ölfrüchte]]></question>
    <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[5246]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[5]]></title>
    <question><![CDATA[Feldgemüse]]></question>
    <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[5247]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[6]]></title>
    <question><![CDATA[Feldfutterbau]]></question>
    <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[5248]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[7]]></title>
    <question><![CDATA[Körnerleguminosen]]></question>
    <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[5249]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[8]]></title>
    <question><![CDATA[Grünlandbewirtschaftung]]></question>
    <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[5250]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[9]]></title>
    <question><![CDATA[Intensives Grünland]]></question>
    <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[5251]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[10]]></title>
    <question><![CDATA[Extensives Grünland]]></question>
    <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[5252]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[11]]></title>
    <question><![CDATA[Viehhaltung]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[12]]></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[5253]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[12]]></title>
    <question><![CDATA[Mastschweine]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[13]]></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[5254]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[13]]></title>
    <question><![CDATA[Zuchtsauen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[14]]></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[5255]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[14]]></title>
    <question><![CDATA[Mastgeflügel]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[15]]></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[5256]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[15]]></title>
    <question><![CDATA[Legegehennen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[16]]></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[5257]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[16]]></title>
    <question><![CDATA[Milchkühe]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[17]]></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[5258]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[17]]></title>
    <question><![CDATA[Mutterkühe]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[18]]></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[5259]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[18]]></title>
    <question><![CDATA[Maststiere]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[19]]></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[5260]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[19]]></title>
    <question><![CDATA[Schafe]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[20]]></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[5261]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[20]]></title>
    <question><![CDATA[Ziegen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[21]]></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[5262]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[21]]></title>
    <question><![CDATA[Dauerkulturen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[22]]></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[5263]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[22]]></title>
    <question><![CDATA[Obstanlagen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[23]]></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[5264]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[23]]></title>
    <question><![CDATA[Weingärten]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[24]]></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[5265]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[24]]></title>
    <question><![CDATA[Gartenbau]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[25]]></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[5266]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[25]]></title>
    <question><![CDATA[Blumen- und Zierpflanzenbau]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[26]]></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[5267]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[26]]></title>
    <question><![CDATA[Baumschulflächen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[27]]></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[5268]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[27]]></title>
    <question><![CDATA[Gemüsebau]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[28]]></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[5269]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[28]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[29]]></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[5270]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[29]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[30]]></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[5271]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[30]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[31]]></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[5272]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[31]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[32]]></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[5273]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[32]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[33]]></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[5274]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[33]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[34]]></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[5275]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[34]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[35]]></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[5276]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[35]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[36]]></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[5277]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[36]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[37]]></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[5278]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[37]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[38]]></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[5279]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[47]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[39]]></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[5280]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[46]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[40]]></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[5281]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[45]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[41]]></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[5282]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[39]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[42]]></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[5283]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[48]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[43]]></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[5284]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[49]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[44]]></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[5285]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[50]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[45]]></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[5286]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[51]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[46]]></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[5287]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[52]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[47]]></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[5288]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[53]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[48]]></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[5289]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[54]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[49]]></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[5290]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[55]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[50]]></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[5291]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[56]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[51]]></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[5292]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[57]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[52]]></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[5293]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[58]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[53]]></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[5294]]></qid>
    <parent_qid><![CDATA[5240]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[59]]></title>
    <question><![CDATA[delete]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[54]]></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[5295]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[1]]></title>
    <question><![CDATA[Ackerbau]]></question>
    <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[5296]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[2]]></title>
    <question><![CDATA[Getreide]]></question>
    <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[5297]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[3]]></title>
    <question><![CDATA[Hackfrüchte]]></question>
    <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[5298]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[4]]></title>
    <question><![CDATA[Ölfrüchte]]></question>
    <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[5299]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[5]]></title>
    <question><![CDATA[Feldgemüse]]></question>
    <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[5300]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[6]]></title>
    <question><![CDATA[Feldfutterbau]]></question>
    <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[5301]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[7]]></title>
    <question><![CDATA[Körnerleguminosen]]></question>
    <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[5302]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[8]]></title>
    <question><![CDATA[Grünlandbewirtschaftung]]></question>
    <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[5303]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[9]]></title>
    <question><![CDATA[Intensives Grünland]]></question>
    <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[5304]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[10]]></title>
    <question><![CDATA[Extensives Grünland]]></question>
    <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[5305]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[11]]></title>
    <question><![CDATA[Viehhaltung]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[12]]></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[5306]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[12]]></title>
    <question><![CDATA[Mastschweine]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[13]]></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[5307]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[13]]></title>
    <question><![CDATA[Zuchtsauen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[14]]></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[5308]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[14]]></title>
    <question><![CDATA[Mastgeflügel]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[15]]></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[5309]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[15]]></title>
    <question><![CDATA[Legegehennen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[16]]></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[5310]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[16]]></title>
    <question><![CDATA[Milchkühe]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[17]]></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[5311]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[17]]></title>
    <question><![CDATA[Mutterkühe]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[18]]></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[5312]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[18]]></title>
    <question><![CDATA[Maststiere]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[19]]></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[5313]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[19]]></title>
    <question><![CDATA[Schafe]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[20]]></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[5314]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[20]]></title>
    <question><![CDATA[Ziegen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[21]]></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[5315]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[21]]></title>
    <question><![CDATA[Dauerkulturen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[22]]></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[5316]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[22]]></title>
    <question><![CDATA[Obstanlagen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[23]]></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[5317]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[23]]></title>
    <question><![CDATA[Weingärten]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[24]]></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[5318]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[24]]></title>
    <question><![CDATA[Gartenbau]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[25]]></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[5319]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[25]]></title>
    <question><![CDATA[Blumen- und Zierpflanzenbau]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[26]]></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[5320]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[26]]></title>
    <question><![CDATA[Baumschulflächen]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[27]]></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[5321]]></qid>
    <parent_qid><![CDATA[5241]]></parent_qid>
    <sid><![CDATA[583785]]></sid>
    <gid><![CDATA[383]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[27]]></title>
    <question><![CDATA[Gemüsebau]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[28]]></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>
 </subquestions>
 <question_attributes>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>attribute</fieldname>
   <fieldname>value</fieldname>
   <fieldname>language</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[5240]]></qid>
    <attribute><![CDATA[cssclass]]></attribute>
    <value><![CDATA[hide-the-tip if-question-help tip-color merge-bottom]]></value>
   </row>
   <row>
    <qid><![CDATA[5240]]></qid>
    <attribute><![CDATA[display_columns]]></attribute>
    <value><![CDATA[2]]></value>
   </row>
   <row>
    <qid><![CDATA[5241]]></qid>
    <attribute><![CDATA[cssclass]]></attribute>
    <value><![CDATA[merge-top]]></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>showdatasecuritynotice</fieldname>
   <fieldname>showsurveypolicynotice</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[583785]]></sid>
    <gsid><![CDATA[1]]></gsid>
    <admin><![CDATA[Fritz Wittmann]]></admin>
    <adminemail><![CDATA[fritz.wittmann@boku.ac.at]]></adminemail>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[G]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[extends1_bootswatch_fix21]]></template>
    <language><![CDATA[de]]></language>
    <additional_languages/>
    <datestamp><![CDATA[N]]></datestamp>
    <usecookie><![CDATA[N]]></usecookie>
    <allowregister><![CDATA[N]]></allowregister>
    <allowsave><![CDATA[Y]]></allowsave>
    <autonumber_start><![CDATA[0]]></autonumber_start>
    <autoredirect><![CDATA[N]]></autoredirect>
    <allowprev><![CDATA[N]]></allowprev>
    <printanswers><![CDATA[N]]></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[fritz.wittmann@boku.ac.at]]></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[N]]></showwelcome>
    <showprogress><![CDATA[Y]]></showprogress>
    <questionindex><![CDATA[0]]></questionindex>
    <navigationdelay><![CDATA[0]]></navigationdelay>
    <nokeyboard><![CDATA[N]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
    <googleanalyticsstyle/>
    <googleanalyticsapikey/>
    <showdatasecuritynotice><![CDATA[0]]></showdatasecuritynotice>
    <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_datasecurity_notice</fieldname>
   <fieldname>surveyls_datasecurity_error</fieldname>
   <fieldname>surveyls_datasecurity_notice_label</fieldname>
   <fieldname>surveyls_policy_notice</fieldname>
   <fieldname>surveyls_policy_error</fieldname>
   <fieldname>surveyls_policy_notice_label</fieldname>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[583785]]></surveyls_survey_id>
    <surveyls_language><![CDATA[de]]></surveyls_language>
    <surveyls_title><![CDATA[restricting selectable multiple choice answers]]></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>
   </row>
  </rows>
 </surveys_languagesettings>
 <themes>
  <theme>
   <sid>583785</sid>
   <template_name>fruity</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
  <theme>
   <sid>583785</sid>
   <template_name>extends_vanilla</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
  <theme>
   <sid>583785</sid>
   <template_name>fruity</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
  <theme>
   <sid>583785</sid>
   <template_name>extends1_bootswatch_fix21</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
 </themes>
 <themes_inherited>
  <theme>
   <sid>583785</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>
     <hideprivacyinfo>off</hideprivacyinfo>
     <showpopups>1</showpopups>
    </options>
   </config>
  </theme>
  <theme>
   <sid>583785</sid>
   <template_name>extends_vanilla</template_name>
   <config>
    <options>
     <ajaxmode>on</ajaxmode>
     <animatebody>off</animatebody>
     <container>on</container>
     <bodyanimation>fadeInRight</bodyanimation>
     <brandlogo>on</brandlogo>
     <brandlogofile>./files/logo.png</brandlogofile>
     <font>noto</font>
    </options>
   </config>
  </theme>
  <theme>
   <sid>583785</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>
     <hideprivacyinfo>off</hideprivacyinfo>
     <showpopups>1</showpopups>
    </options>
   </config>
  </theme>
  <theme>
   <sid>583785</sid>
   <template_name>extends1_bootswatch_fix21</template_name>
   <config>
    <options>
     <ajaxmode>on</ajaxmode>
     <brandlogo>on</brandlogo>
     <brandlogofile>./files/logo.png</brandlogofile>
     <container>on</container>
     <showpopups>1</showpopups>
     <surveyname1>on</surveyname1>
     <surveyname2>on</surveyname2>
    </options>
   </config>
  </theme>
 </themes_inherited>
</document>
