<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>365</DBVersion>
 <languages>
  <language>en</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[146]]></gid>
    <sid><![CDATA[456864]]></sid>
    <group_name><![CDATA[ATMOSPHERIC POLLUTION]]></group_name>
    <group_order><![CDATA[0]]></group_order>
    <description/>
    <language><![CDATA[en]]></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[3485]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[q11r2]]></title>
    <question><![CDATA[<p>1.1 The following statements correspond to the question 1.1 of the round two of the survey that have not reached consensus. (What are the effects of atmospheric pollution on urban trees?). Please rate the degree to which you agree with each statement. If you have comments about the statement, please write them in the comments column.</p>
<script type="text/javascript" charset="utf-8">	
	$(document).on('ready pjax:scriptcomplete',function(){
 
		var newText = 'Effects of atmospheric pollution on trees';
 
		$('#question{QID} table.subquestion-list thead td:first').addClass('sub-question-header').text(newText);
	});
</script><span style="font-family: Calibri, sans-serif; font-size: 11pt;">
  
  <script type="text/javascript" charset="utf-8">
$(document).ready(function(){

// Identify this question
var thisQuestion = $('#question{QID}');

// Assign column-specific classes
$('table.subquestion-list tr', thisQuestion).each(function(i) {

$('> *:gt(0)', this).each(function(i){
$(this).addClass('column-'+(i+1));
$(this).attr('data-column', i+1);
});
});

// Hide the text inputs in columns 1 and 4
$('.column-1 input[type="text"]', thisQuestion).hide();
$('.column-2 input[type="text"]', thisQuestion).hide();
$('.column-3 input[type="text"]', thisQuestion).hide();
$('.column-4 input[type="text"]', thisQuestion).hide();
$('.column-5 input[type="text"]', thisQuestion).hide();
$('.column-6 input[type="text"]', thisQuestion).hide();



// Insert the checkboxes into column 1
$('.answer-item.column-1').append('<input class="checkbox inserted-checkbox" type="checkbox" />');

  $('.answer-item.column-2').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
 $('.answer-item.column-3').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
   $('.answer-item.column-4').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
  $('.answer-item.column-5').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
  $('.answer-item.column-6').append('<input class="checkbox inserted-checkbox" type="checkbox" />');

// Initial checkbox states (if the question has already been answered)
$('.answer-item.column-1 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
$('.answer-item.column-2 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
  $('.answer-item.column-3 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
  $('.answer-item.column-4 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
  $('.answer-item.column-5 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
    $('.answer-item.column-6 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
// Listener on the checkboxes (insert "Y" into hidden text input when checked)
$('.inserted-checkbox').change(function() {
if($(this).is(':checked')) {
$(this).closest('td').find('input[type="text"]').val('Y');
}
else {
$(this).closest('td').find('input[type="text"]').val('');
}
});
});
</script> </span>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3486]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[q12r2]]></title>
    <question><![CDATA[<p>1.2 The following tree characteristics are the answers to question 3.2 of round one of the questionnaire (what are the characteristics of the most intolerant urban trees to atmospheric pollution?). Please rate the degree to which you agree with the statement. Below, you will also find the answers of the question 3.3 of round one (what are the characteristics of the most tolerant urban trees to atmospheric pollution?). Please rate them in the same way.</p>

<script type="text/javascript" charset="utf-8">	
	$(document).on('ready pjax:scriptcomplete',function(){
 
		var newText = 'Effects of atmospheric pollution on trees';
 
		$('#question{QID} table.subquestion-list thead td:first').addClass('sub-question-header').text(newText);
	});
</script><span style="font-family: Calibri, sans-serif; font-size: 11pt;"><script type="text/javascript" charset="utf-8">
$(document).ready(function(){

// Identify this question
var thisQuestion = $('#question{QID}');

// Assign column-specific classes
$('table.subquestion-list tr', thisQuestion).each(function(i) {

$('> *:gt(0)', this).each(function(i){
$(this).addClass('column-'+(i+1));
$(this).attr('data-column', i+1);
});
});

// Hide the text inputs in columns 1 and 4
$('.column-1 input[type="text"]', thisQuestion).hide();
$('.column-2 input[type="text"]', thisQuestion).hide();
$('.column-3 input[type="text"]', thisQuestion).hide();
$('.column-4 input[type="text"]', thisQuestion).hide();
$('.column-5 input[type="text"]', thisQuestion).hide();
$('.column-6 input[type="text"]', thisQuestion).hide();



// Insert the checkboxes into column 1
$('.answer-item.column-1').append('<input class="checkbox inserted-checkbox" type="checkbox" />');

  $('.answer-item.column-2').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
 $('.answer-item.column-3').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
   $('.answer-item.column-4').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
  $('.answer-item.column-5').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
  $('.answer-item.column-6').append('<input class="checkbox inserted-checkbox" type="checkbox" />');

// Initial checkbox states (if the question has already been answered)
$('.answer-item.column-1 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
$('.answer-item.column-2 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
  $('.answer-item.column-3 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
  $('.answer-item.column-4 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
  $('.answer-item.column-5 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
    $('.answer-item.column-6 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
// Listener on the checkboxes (insert "Y" into hidden text input when checked)
$('.inserted-checkbox').change(function() {
if($(this).is(':checked')) {
$(this).closest('td').find('input[type="text"]').val('Y');
}
else {
$(this).closest('td').find('input[type="text"]').val('');
}
});
});
</script> </span>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3487]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[q13r2]]></title>
    <question><![CDATA[<script type="text/javascript" charset="utf-8">	
	$(document).on('ready pjax:scriptcomplete',function(){
 
		var newText = 'Tree characteristics related to high atmospheric pollution tolerance';
 
		$('#question{QID} table.subquestion-list thead td:first').addClass('sub-question-header').text(newText);
	});
</script><span style="font-family: Calibri, sans-serif; font-size: 11pt;"><script type="text/javascript" charset="utf-8">
$(document).ready(function(){

// Identify this question
var thisQuestion = $('#question{QID}');

// Assign column-specific classes
$('table.subquestion-list tr', thisQuestion).each(function(i) {

$('> *:gt(0)', this).each(function(i){
$(this).addClass('column-'+(i+1));
$(this).attr('data-column', i+1);
});
});

// Hide the text inputs in columns 1 and 4
$('.column-1 input[type="text"]', thisQuestion).hide();
$('.column-2 input[type="text"]', thisQuestion).hide();
$('.column-3 input[type="text"]', thisQuestion).hide();
$('.column-4 input[type="text"]', thisQuestion).hide();
$('.column-5 input[type="text"]', thisQuestion).hide();
$('.column-6 input[type="text"]', thisQuestion).hide();



// Insert the checkboxes into column 1
$('.answer-item.column-1').append('<input class="checkbox inserted-checkbox" type="checkbox" />');

  $('.answer-item.column-2').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
 $('.answer-item.column-3').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
   $('.answer-item.column-4').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
  $('.answer-item.column-5').append('<input class="checkbox inserted-checkbox" type="checkbox" />');
  $('.answer-item.column-6').append('<input class="checkbox inserted-checkbox" type="checkbox" />');

// Initial checkbox states (if the question has already been answered)
$('.answer-item.column-1 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
$('.answer-item.column-2 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
  $('.answer-item.column-3 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
  $('.answer-item.column-4 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
  $('.answer-item.column-5 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
    $('.answer-item.column-6 input[type="text"]').each(function(i){
if($.trim($(this).val()) == 'Y') {
$(this).closest('td').find('.inserted-checkbox').attr('checked', true);
}
});
// Listener on the checkboxes (insert "Y" into hidden text input when checked)
$('.inserted-checkbox').change(function() {
if($(this).is(':checked')) {
$(this).closest('td').find('input[type="text"]').val('Y');
}
else {
$(this).closest('td').find('input[type="text"]').val('');
}
});
});
</script> </span>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3488]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[q14r2]]></title>
    <question><![CDATA[<p>1.3 In the left table, the following five tree species were, in the previous round, listed as the most tolerant urban trees to atmospheric pollution. From this list, rank these five from one (most tolerant) to five (least tolerant). The five species in the right table were, in the previous round, listed as the most intolerant urban trees to atmospheric pollution. From this list, rank these five from one (most intolerant) to five (least intolerant).</p>

<p> </p>
<script type="text/javascript" charset="utf-8">
	$(document).on('ready pjax:scriptcomplete',function(){
		var thisQuestion = $('#question{QID}');
 
		// Insert selects
		$('.answer-item', thisQuestion).append('<select class="inserted-select form-control list-question-select">\
													<option value="">Please choose...</option>\
<option value="1">Fraxinus spp.</option>\
<option value="2">Ginkgo biloba</option>\
<option value="3">Celtis spp.</option>\
<option value="4">Geditsia triacanthos</option>\
<option value="5">Ulmus spp</option>\
<option value="6">Lack of knowledge</option>\
  </select>'); 
      
     
 
		// Listeners
		$('.inserted-select', thisQuestion).on('change', function(i) {
			if($(this).val() != '') {
				$(this).closest('.answer-item').find('input:text').val($.trim($(this).val())).trigger('change');
			}
			else {
				$(this).closest('.answer-item').find('input:text').val('').trigger('change');
			}
		});
 
		// Returning to page
		$('input:text', thisQuestion).each(function(i) {
			var thisCell = $(this).closest('.answer-item');
			var inputVal = $.trim($(this).val());
			$('select.inserted-select', thisCell).val(inputVal);
		});
      // Clean-up styles
        $('select.inserted-select', thisQuestion).css({
            'max-width': '100%'
        });
        $('input:text', thisQuestion).css({
            'position': 'absolute',
            'left': '-9999em'
        });
 
		
	});
</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3489]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[q15r2]]></title>
    <question><![CDATA[<p><br /> </p>
<script type="text/javascript" charset="utf-8">
	$(document).on('ready pjax:scriptcomplete',function(){
		var thisQuestion = $('#question{QID}');
 
		// Insert selects
		$('.answer-item', thisQuestion).append('<select class="inserted-select form-control list-question-select">\
													<option value="">Please choose...</option>\
<option value="1">Acer saccharum</option>\
<option value="2">Betula spp</option>\
<option value="3">Salix spp./option>\
<option value="4">Cornus spp.</option>\
<option value="5">Pinus strobus</option>\
<option value="6">Lack of knowledge</option>\
  </select>'); 
      
     
 
		// Listeners
		$('.inserted-select', thisQuestion).on('change', function(i) {
			if($(this).val() != '') {
				$(this).closest('.answer-item').find('input:text').val($.trim($(this).val())).trigger('change');
			}
			else {
				$(this).closest('.answer-item').find('input:text').val('').trigger('change');
			}
		});
 
		// Returning to page
		$('input:text', thisQuestion).each(function(i) {
			var thisCell = $(this).closest('.answer-item');
			var inputVal = $.trim($(this).val());
			$('select.inserted-select', thisCell).val(inputVal);
		});
      // Clean-up styles
        $('select.inserted-select', thisQuestion).css({
            'max-width': '100%'
        });
        $('input:text', thisQuestion).css({
            'position': 'absolute',
            'left': '-9999em'
        });
 
		
	});
</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
  </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[3533]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Soft wood<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td><span style="font-size:11px;">neutral</span></td>			<td><span style="font-size:11px;">I don't know</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">50%</span></td>			<td><span style="font-size:11px;">50%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3534]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Needle leaves shape<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td><span style="font-size:11px;">disagree</span></td>			<td><span style="font-size:11px;">agree</span></td>			<td><span style="font-size:11px;">strongly agree</span></td>			<td><span style="font-size:11px;">I don't know</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3535]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Thin leaves<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td style="text-align: right;"><span style="font-size:11px;">disagree</span></td>			<td><span style="font-size:11px;">agree</span></td>			<td><span style="font-size:11px;">strongly agree</span></td>			<td><span style="font-size:11px;">I don't know</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3536]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[Thin bark<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td style="text-align: right;"><span style="font-size:11px;">disagree</span></td>			<td><span style="font-size:11px;">agree</span></td>			<td><span style="font-size:11px;">strongly agree</span></td>			<td><span style="font-size:11px;">I don't know</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3537]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[Drought intolerant<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td style="text-align: right;"><span style="font-size:11px;">neutral</span></td>			<td><span style="font-size:11px;">agree</span></td>			<td><span style="font-size:11px;">strongly agree</span></td>			<td><span style="font-size:11px;">I don't know</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3538]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[Non-native<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td style="text-align: right;"><span style="font-size:11px;">disagree</span></td>			<td><span style="font-size:11px;">neutral</span></td>			<td><span style="font-size:11px;">strongly agree</span></td>			<td><span style="font-size:11px;">I don't know</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3539]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Fast growth<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td style="text-align: right;"><span style="font-size:11px;">neutral</span></td>			<td><span style="font-size:11px;">agree</span></td>			<td><span style="font-size:11px;">I don't know</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">50%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3540]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Good compartmentalization<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td style="text-align: right;"><span style="font-size:11px;">neutral</span></td>			<td><span style="font-size:11px;">agree</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">50%</span></td>			<td><span style="font-size:11px;">50%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3541]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Large leaves<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td style="text-align: right;"><span style="font-size:11px;">neutral</span></td>			<td><span style="font-size:11px;">agree</span></td>			<td><span style="font-size:11px;">I don't know</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">50%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3542]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[Rough bark<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td style="text-align: right;"><span style="font-size:11px;">neutral</span></td>			<td><span style="font-size:11px;">agree</span></td>			<td><span style="font-size:11px;">I don't know</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">50%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3543]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[Non native trees<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td style="text-align: right;"><span style="font-size:11px;">disagree</span></td>			<td><span style="font-size:11px;">neutral</span></td>			<td><span style="font-size:11px;">agree</span></td>			<td><span style="font-size:11px;">strongly agree</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3620]]></qid>
    <parent_qid><![CDATA[3488]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[Most tolerant species]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3621]]></qid>
    <parent_qid><![CDATA[3488]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[1]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3622]]></qid>
    <parent_qid><![CDATA[3488]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[2]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3623]]></qid>
    <parent_qid><![CDATA[3488]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[3]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3624]]></qid>
    <parent_qid><![CDATA[3488]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[4]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3625]]></qid>
    <parent_qid><![CDATA[3488]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[5]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3626]]></qid>
    <parent_qid><![CDATA[3489]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[1]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3627]]></qid>
    <parent_qid><![CDATA[3489]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Most intolerant species]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3628]]></qid>
    <parent_qid><![CDATA[3489]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[2]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3629]]></qid>
    <parent_qid><![CDATA[3489]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[3]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3630]]></qid>
    <parent_qid><![CDATA[3489]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[4]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3631]]></qid>
    <parent_qid><![CDATA[3489]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[5]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3860]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[001]]></title>
    <question><![CDATA[Defoliation<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td style="text-align: right;"><span style="font-size:11px;">disagree</span></td>			<td><span style="font-size:11px;">agree</span></td>			<td><span style="font-size:11px;">strongly agree</span></td>		</tr>		<tr>			<td><span style="font-size:11px;">50%</span></td>			<td><span style="font-size:11px;">25%</span></td>			<td><span style="font-size:11px;">25%</span></td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3861]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[003]]></title>
    <question><![CDATA[Higher presence of fungal and bacterial issues<br /><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td>disagree</td>			<td>neutral</td>			<td>I don't know</td>		</tr>		<tr>			<td>25%</td>			<td>50%</td>			<td>25%</td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3862]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[004]]></title>
    <question><![CDATA[<p>Increased vulnerability to other disturbances</p><p><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span></p><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td>disagree</td>			<td>neutral</td>			<td>agree</td>		</tr>		<tr>			<td>25%</td>			<td>25%</td>			<td>50%</td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3863]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[005]]></title>
    <question><![CDATA[<p>Slow growth</p><p><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span></p><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td>neutral</td>			<td>agree</td>			<td>I don't know</td>		</tr>		<tr>			<td>25%</td>			<td>50%</td>			<td>25%</td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3864]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[008]]></title>
    <question><![CDATA[<p>The effects are not recognizable</p><p><span style="color:maroon;font-size:9pt;font-style:italic">scores from last round:</span></p><div class="table-responsive"><table class="table" style="color:maroon">	<tbody>		<tr>			<td>strongly disagree</td>			<td>disagree</td>			<td>neutral</td>		</tr>		<tr>			<td>25%</td>			<td>25%</td>			<td>50%</td>		</tr>	</tbody></table></div>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3881]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Strongly disagree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3882]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Disagree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3883]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Neutral]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3884]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Agree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3885]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[Strongly disagree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3886]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[I don't know]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3887]]></qid>
    <parent_qid><![CDATA[3485]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ007]]></title>
    <question><![CDATA[Comments]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3888]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A2]]></title>
    <question><![CDATA[Strongly disagree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3889]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A3]]></title>
    <question><![CDATA[Disagree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3890]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A4]]></title>
    <question><![CDATA[Neutral]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3891]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A5]]></title>
    <question><![CDATA[Agree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3892]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A6]]></title>
    <question><![CDATA[Strongly agree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3893]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A7]]></title>
    <question><![CDATA[I don't know]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3894]]></qid>
    <parent_qid><![CDATA[3486]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A8]]></title>
    <question><![CDATA[Comment]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3895]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A2]]></title>
    <question><![CDATA[Strongly disagree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3896]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A3]]></title>
    <question><![CDATA[Disagree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3897]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A4]]></title>
    <question><![CDATA[Neutral]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3898]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A5]]></title>
    <question><![CDATA[Agree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3899]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A6]]></title>
    <question><![CDATA[Strongly agree]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3900]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A7]]></title>
    <question><![CDATA[I don't know]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
   <row>
    <qid><![CDATA[3901]]></qid>
    <parent_qid><![CDATA[3487]]></parent_qid>
    <sid><![CDATA[456864]]></sid>
    <gid><![CDATA[146]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[A8]]></title>
    <question><![CDATA[Comment]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </row>
  </rows>
 </subquestions>
 <question_attributes>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>attribute</fieldname>
   <fieldname>value</fieldname>
   <fieldname>language</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[3488]]></qid>
    <attribute><![CDATA[input_boxes]]></attribute>
    <value><![CDATA[1]]></value>
   </row>
   <row>
    <qid><![CDATA[3488]]></qid>
    <attribute><![CDATA[multiflexible_max]]></attribute>
    <value><![CDATA[ ]]></value>
   </row>
   <row>
    <qid><![CDATA[3488]]></qid>
    <attribute><![CDATA[multiflexible_min]]></attribute>
    <value><![CDATA[ ]]></value>
   </row>
   <row>
    <qid><![CDATA[3489]]></qid>
    <attribute><![CDATA[input_boxes]]></attribute>
    <value><![CDATA[1]]></value>
   </row>
   <row>
    <qid><![CDATA[3489]]></qid>
    <attribute><![CDATA[multiflexible_max]]></attribute>
    <value><![CDATA[12]]></value>
   </row>
   <row>
    <qid><![CDATA[3489]]></qid>
    <attribute><![CDATA[multiflexible_min]]></attribute>
    <value><![CDATA[1]]></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>showsurveypolicynotice</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>showdatapolicybutton</fieldname>
   <fieldname>showlegalnoticebutton</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[456864]]></sid>
    <gsid><![CDATA[1]]></gsid>
    <admin/>
    <expires><![CDATA[2020-12-02 12:59:12]]></expires>
    <adminemail><![CDATA[maribel.2818@gmail.com]]></adminemail>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[A]]></format>
    <savetimings><![CDATA[Y]]></savetimings>
    <template><![CDATA[fruity]]></template>
    <language><![CDATA[en]]></language>
    <additional_languages/>
    <datestamp><![CDATA[Y]]></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[Y]]></refurl>
    <showsurveypolicynotice><![CDATA[0]]></showsurveypolicynotice>
    <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[maribel.2818@gmail.com]]></bounce_email>
    <emailresponseto><![CDATA[maribel.2818@gmail.com]]></emailresponseto>
    <emailnotificationto/>
    <tokenlength><![CDATA[15]]></tokenlength>
    <showxquestions><![CDATA[N]]></showxquestions>
    <showgroupinfo><![CDATA[B]]></showgroupinfo>
    <shownoanswer><![CDATA[N]]></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><![CDATA[0]]></googleanalyticsstyle>
    <googleanalyticsapikey/>
    <showdatapolicybutton><![CDATA[0]]></showdatapolicybutton>
    <showlegalnoticebutton><![CDATA[0]]></showlegalnoticebutton>
   </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_policy_notice</fieldname>
   <fieldname>surveyls_policy_error</fieldname>
   <fieldname>surveyls_policy_notice_label</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_legal_notice</fieldname>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[456864]]></surveyls_survey_id>
    <surveyls_language><![CDATA[en]]></surveyls_language>
    <surveyls_title><![CDATA[round 3 q1]]></surveyls_title>
    <surveyls_description><![CDATA[<p style="text-align: justify;"> </p>

<p style="text-align: justify;"> </p>
]]></surveyls_description>
    <surveyls_welcometext/>
    <surveyls_endtext><![CDATA[<p> </p>

<p> </p>
]]></surveyls_endtext>
    <surveyls_url/>
    <surveyls_urldescription/>
    <surveyls_email_invite_subj><![CDATA[Invitation to participate in a survey]]></surveyls_email_invite_subj>
    <surveyls_email_invite><![CDATA[Dear {FIRSTNAME},<br />
<br />
you have been invited to participate in a survey.<br />
<br />
The survey is titled:<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
To participate, please click on the link below.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Click here to do the survey:<br />
{SURVEYURL}<br />
<br />
If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:<br />
{OPTOUTURL}<br />
<br />
If you are blacklisted but want to participate in this survey and want to receive invitations please click the following link:<br />
{OPTINURL}]]></surveyls_email_invite>
    <surveyls_email_remind_subj><![CDATA[Reminder to participate in a survey]]></surveyls_email_remind_subj>
    <surveyls_email_remind><![CDATA[Dear {FIRSTNAME},<br />
<br />
Recently we invited you to participate in a survey.<br />
<br />
We note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.<br />
<br />
The survey is titled:<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
To participate, please click on the link below.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Click here to do the survey:<br />
{SURVEYURL}<br />
<br />
If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:<br />
{OPTOUTURL}]]></surveyls_email_remind>
    <surveyls_email_register_subj><![CDATA[Survey registration confirmation]]></surveyls_email_register_subj>
    <surveyls_email_register><![CDATA[Dear {FIRSTNAME},<br />
<br />
You, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.<br />
<br />
To complete this survey, click on the following URL:<br />
<br />
{SURVEYURL}<br />
<br />
If you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.]]></surveyls_email_register>
    <surveyls_email_confirm_subj><![CDATA[Confirmation of your participation in our survey]]></surveyls_email_confirm_subj>
    <surveyls_email_confirm><![CDATA[Dear {FIRSTNAME},<br />
<br />
this email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.<br />
<br />
If you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME}]]></surveyls_email_confirm>
    <surveyls_dateformat><![CDATA[1]]></surveyls_dateformat>
    <email_admin_notification_subj><![CDATA[Response submission for survey {SURVEYNAME}]]></email_admin_notification_subj>
    <email_admin_notification><![CDATA[Hello,<br />
<br />
A new response was submitted for your survey '{SURVEYNAME}'.<br />
<br />
Click the following link to see the individual response:<br />
{VIEWRESPONSEURL}<br />
<br />
Click the following link to edit the individual response:<br />
{EDITRESPONSEURL}<br />
<br />
View statistics by clicking here:<br />
{STATISTICSURL}]]></email_admin_notification>
    <email_admin_responses_subj><![CDATA[Response submission for survey {SURVEYNAME} with results]]></email_admin_responses_subj>
    <email_admin_responses><![CDATA[Hello,<br />
<br />
A new response was submitted for your survey '{SURVEYNAME}'.<br />
<br />
Click the following link to see the individual response:<br />
{VIEWRESPONSEURL}<br />
<br />
Click the following link to edit the individual response:<br />
{EDITRESPONSEURL}<br />
<br />
View statistics by clicking here:<br />
{STATISTICSURL}<br />
<br />
<br />
The following answers were given by the participant:<br />
{ANSWERTABLE}]]></email_admin_responses>
    <surveyls_numberformat><![CDATA[0]]></surveyls_numberformat>
   </row>
  </rows>
 </surveys_languagesettings>
 <themes>
  <theme>
   <sid>456864</sid>
   <template_name>fruity</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
 </themes>
 <themes_inherited>
  <theme>
   <sid>456864</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>
     <animatebody>off</animatebody>
     <bodyanimation>fadeInRight</bodyanimation>
     <bodyanimationduration>500</bodyanimationduration>
     <animatequestion>off</animatequestion>
     <questionanimation>flipInX</questionanimation>
     <questionanimationduration>500</questionanimationduration>
     <animatealert>off</animatealert>
     <alertanimation>shake</alertanimation>
     <alertanimationduration>500</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>500</checkboxanimationduration>
     <animateradio>on</animateradio>
     <radioanimation>zoomIn</radioanimation>
     <radioanimationduration>500</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>
