<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>261</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[1054]]></gid>
    <sid><![CDATA[711957]]></sid>
    <group_name><![CDATA[T1]]></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[32308]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[Q1]]></title>
    <question><![CDATA[<script type="text/javascript" charset="utf-8">
$(document).ready(function() {                    //pageload ready?

//item 1
var disp1 = Math.floor(Math.random() * 2 );        //random integer between 0 and 1
if(disp1 == 0){
document.getElementById("javatbd711957X1054X32308SQ010").style.display='none';
}
else {
document.getElementById("javatbd711957X1054X32308SQ011").style.display='none';
}

//item 2
var disp2 = Math.floor(Math.random() * 2 );        //random integer between 0 and 1
if(disp2 == 0){
document.getElementById("javatbd711957X1054X32308SQ020").style.display='none';
}
else {
document.getElementById("javatbd711957X1054X32308SQ021").style.display='none';
}

//item 3
var disp3 = Math.floor(Math.random() * 2 );        //random integer between 0 and 1
if(disp2 == 0){
document.getElementById("javatbd711957X1054X32308SQ030").style.display='none';
}
else {
document.getElementById("javatbd711957X1054X32308SQ031").style.display='none';
}

//item 4
var disp4 = Math.floor(Math.random() * 2 );        //random integer between 0 and 1
if(disp4 == 0){
document.getElementById("javatbd711957X1054X32308SQ040").style.display='none';
}
else {
document.getElementById("javatbd711957X1054X32308SQ041").style.display='none';
}

//item 5
var disp5 = Math.floor(Math.random() * 2 );        //random integer between 0 and 1
if(disp5 == 0){
document.getElementById("javatbd711957X1054X32308SQ050").style.display='none';
}
else {
document.getElementById("javatbd711957X1054X32308SQ051").style.display='none';
}

//item 6
var disp6 = Math.floor(Math.random() * 2 );        //random integer between 0 and 1
if(disp6 == 0){
document.getElementById("javatbd711957X1054X32308SQ060").style.display='none';
}
else {
document.getElementById("javatbd711957X1054X32308SQ061").style.display='none';
}

//item 7
var disp7 = Math.floor(Math.random() * 2 );        //random integer between 0 and 1
if(disp7 == 0){
document.getElementById("javatbd711957X1054X32308SQ070").style.display='none';
}
else {
document.getElementById("javatbd711957X1054X32308SQ071").style.display='none';
}

//item 8
var disp8 = Math.floor(Math.random() * 2 );        //random integer between 0 and 1
if(disp8 == 0){
document.getElementById("javatbd711957X1054X32308SQ080").style.display='none';
}
else {
document.getElementById("javatbd711957X1054X32308SQ081").style.display='none';
}

});
</script>This is a test question]]></question>
    <preg/>
    <help><![CDATA[<script type="text/javascript" charset="utf-8">
	$(document).ready(function(){	

 		// Slider labels
		var sliderLeftLabels = ['neg. pole 1', 'pos. pole 1', 'neg. pole 2', 'pos. pole 2', 'neg. pole 3', 'pos. pole 3', 'neg. pole 4', 'pos. pole 4', 'neg. pole 5', 'pos. pole 5', 'neg. pole 6', 'pos. pole 6','neg. pole 7', 'pos. pole 7', 'neg. pole 8', 'pos. pole 8'];
		var sliderRightLabels = ['pos. pole 1', 'neg. pole 1', 'pos. pole 2', 'neg. pole 2', 'pos. pole 3', 'neg. pole 3', 'pos. pole 4', 'neg. pole 4', 'pos. pole 5', 'neg. pole 5', 'pos. pole 6', 'neg. pole 6', 'pos. pole 7', 'neg. pole 7', 'pos. pole 8', 'neg. pole 8',];
      	var sliderCenterLabels = ['Attribute 1', 'Attribute 1', 'Attribute 2', 'Attribute 2', 'Attribute 3', 'Attribute 3', 'Attribute 4', 'Attribute 4', 'Attribute 5', 'Attribute 5', 'Attribute 6', 'Attribute 6', 'Attribute 7', 'Attribute 7', 'Attribute 8', 'Attribute 8'];
      
		// 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);
			});
		});
 
      	// Insert the sliders
		$('.answer-item.column-1 input[type="text"]', thisQuestion).each(function(i) {
			$(this).closest('td').addClass('with-slider');
			var thisValue = $(this).val();
 
			$(this).bootstrapSlider({
				'min': -5,
				'max': 5,
				'step': 0.01,
				'range': false,
				'value': Number(thisValue),
				'tooltip': 'always'
			});
 
			// Initialization stuff
			if(thisValue == '') {
				$(this).val('');
				$(this).closest('td').find('.tooltip').hide();
			}
			else {
				updateCallOut($(this).closest('td'));
			}
		});
 
		// A function to update the slider callout
		function updateCallOut(el) {
			var thisTooltip = $(el).find('.tooltip');
			//$('.tooltip-inner', thisTooltip).text(callOutText);
			thisTooltip.show().css('margin-left', '-'+(thisTooltip.width()/2)+'px');
		}
 
		// Listener on sliders
		$('td.with-slider .slider').on('mousedown', function(event, ui) {
			updateCallOut($(this).closest('td'));
		});			
		$('td.with-slider input[type="text"]', thisQuestion).on('slide slideStop', function(event, ui) {
			updateCallOut($(this).closest('td'));
			checkconditions($(this).val(), $(this).attr('name'), 'text');
		});
 
		// Listener on resizing (override the bootstrap callout behaviour)
		$(window).resize(function() {
			$('td.with-slider', thisQuestion).each(function(i) {
				if($('input[type="text"]', this).val() != '') {
					updateCallOut(this);
				}
			});
		});
 
		// Insert slider left/right labels
		$('td.with-slider', thisQuestion).append('<div class="left-text"></div><div class="right-text"></div>');
		$('.left-text', thisQuestion).each(function(i) {
			$(this).text(sliderLeftLabels[i]);
		});
		$('.right-text', thisQuestion).each(function(i) {
			$(this).text(sliderRightLabels[i]);
		});
      // Insert slider center text
		$('td.with-slider', thisQuestion).prepend('<div class="center-text"></div>');
      $('.center-text', thisQuestion).each(function(i) {
			$(this).text(sliderCenterLabels[i]);
		});
 
		// Some clean-up styles for the sliders (could be placed in template.css)
		$('thead th, .answer-item.column-1', thisQuestion).css({
			'text-align': 'center'
		});
		$('.slider.slider-horizontal', thisQuestion).css({
			'margin': '1.7em auto 1em'
		});
		$('.slider-selection', thisQuestion).css({
			'background': 'transparent none',
			'box-shadow': 'none'
		});
		$('.slider-handle', thisQuestion).css({
			'top': '-4px'
		});
      	$('.center-text', thisQuestion).css({
          	'margin-top': '0em',
			'margin-bottom': '-1em',
          	'font-weight': 'bold'
		});
		$('.left-text, .right-text', thisQuestion).css({
			'margin-top': '-0.5em',
			'font-size': '90%'
		});
		$('.left-text', thisQuestion).css({
			'float': 'left'
		});
		$('.right-text', thisQuestion).css({
			'float': 'right'
		});
      $('.center-text', thisQuestion).css({
			'float': 'center'
		});
 
		// Hide the text inputs in columns 1
		$('.column-2 input[type="text"]', thisQuestion).hide();
 
		// Loop through all column-2
		//  inputs
		$('.answer-item.column-2 input[type="text"]', thisQuestion).each(function(i) {
			var thisID = $(this).attr('id');
			var thisValue = $(this).val();
 
			// Insert the radios
			$(this).parent().addClass('radio').append('<span class="inserted-radio-wrapper">\
										<input id="'+thisID+'-Y" class="radio" value="Y" name="'+thisID.replace(/answer/, '')+'_radio" type="radio">\
										<label class="control-label radio-label" for="'+thisID+'-Y">Yes</label>\
									</span>\
									<span class="inserted-radio-wrapper">\
										<input id="'+thisID+'-N" class="radio" value="N" name="'+thisID.replace(/answer/, '')+'_radio" type="radio">\
										<label class="control-label radio-label" for="'+thisID+'-N">No</label>\
									</span>');
 
			// Initial radio states
			$(this).closest('td').find('input[type="radio"][value="'+thisValue+'"]').prop('checked', true);
		});
 
		// Listener on the radios
		$('.answer-item.column-2 input[type="radio"]', thisQuestion).on('click', function() {
			var thisInput = $(this).closest('td').find('input[type="text"]');
			$(this).closest('td').find('input[type="text"]').val($(this).val());
			checkconditions($(thisInput).val(), $(thisInput).attr('name'), 'text');
		});
 
		// Some clean-up styles for the radios (could be placed in template.css)
		$('thead th, .answer-item.column-2', thisQuestion).css({
			'text-align': 'center'
		});
          $('.answer-item.column-2 .inserted-radio-wrapper', thisQuestion).css({
			'display': 'inline-block',
			'margin': '25px 5px 0px 50px'
		});
		$('.answer-item.column-2 label', thisQuestion).css({
			'padding': '0'
		});
		$('.answer-item.column-2 .radio-label', thisQuestion).css({
			'padding-left': '3px',
			'margin-right': '3px'
		});
	});
</script>]]></help>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></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>
  </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[32309]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ010]]></title>
    <question><![CDATA[SQ010]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32310]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ001]]></title>
    <question/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32311]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ011]]></title>
    <question><![CDATA[SQ011]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32312]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ020]]></title>
    <question><![CDATA[SQ020]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32313]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ021]]></title>
    <question><![CDATA[SQ021]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32314]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ030]]></title>
    <question><![CDATA[SQ030]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32315]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ031]]></title>
    <question><![CDATA[SQ031]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32316]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ002]]></title>
    <question/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32317]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ040]]></title>
    <question><![CDATA[SQ040]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32318]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ041]]></title>
    <question><![CDATA[SQ041]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32319]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ050]]></title>
    <question><![CDATA[SQ050]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32320]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ051]]></title>
    <question><![CDATA[SQ051]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32321]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ060]]></title>
    <question><![CDATA[SQ060]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32322]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ061]]></title>
    <question><![CDATA[SQ061]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[12]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32323]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ070]]></title>
    <question><![CDATA[SQ070]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[13]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32324]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ071]]></title>
    <question><![CDATA[SQ071]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[14]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32325]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ080]]></title>
    <question><![CDATA[SQ080]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[15]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[32326]]></qid>
    <parent_qid><![CDATA[32308]]></parent_qid>
    <sid><![CDATA[711957]]></sid>
    <gid><![CDATA[1054]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ081]]></title>
    <question><![CDATA[SQ081]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[16]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
  </rows>
 </subquestions>
 <surveys>
  <fields>
   <fieldname>sid</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>navigationdelay</fieldname>
   <fieldname>nokeyboard</fieldname>
   <fieldname>alloweditaftercompletion</fieldname>
   <fieldname>googleanalyticsstyle</fieldname>
   <fieldname>googleanalyticsapikey</fieldname>
   <fieldname>questionindex</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[711957]]></sid>
    <admin><![CDATA[Admin]]></admin>
    <adminemail/>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[G]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[Zora Style]]></template>
    <language><![CDATA[en]]></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/>
    <emailresponseto/>
    <emailnotificationto/>
    <tokenlength><![CDATA[15]]></tokenlength>
    <showxquestions><![CDATA[Y]]></showxquestions>
    <showgroupinfo><![CDATA[B]]></showgroupinfo>
    <shownoanswer><![CDATA[Y]]></shownoanswer>
    <showqnumcode><![CDATA[X]]></showqnumcode>
    <bounceprocessing><![CDATA[N]]></bounceprocessing>
    <showwelcome><![CDATA[Y]]></showwelcome>
    <showprogress><![CDATA[Y]]></showprogress>
    <navigationdelay><![CDATA[0]]></navigationdelay>
    <nokeyboard><![CDATA[N]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
    <questionindex><![CDATA[0]]></questionindex>
   </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>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[711957]]></surveyls_survey_id>
    <surveyls_language><![CDATA[en]]></surveyls_language>
    <surveyls_title><![CDATA[Test Survey Zora]]></surveyls_title>
    <surveyls_description><![CDATA[Test]]></surveyls_description>
    <surveyls_welcometext/>
    <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 reload the survey:<br />
{RELOADURL}<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 reload the survey:<br />
{RELOADURL}<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[1]]></surveyls_numberformat>
   </row>
  </rows>
 </surveys_languagesettings>
</document>
