<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>359</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[1011]]></gid>
    <sid><![CDATA[881714]]></sid>
    <group_name><![CDATA[G1]]></group_name>
    <group_order><![CDATA[1]]></group_order>
    <description/>
    <language><![CDATA[en]]></language>
    <randomization_group/>
    <grelevance/>
   </row>
   <row>
    <gid><![CDATA[1013]]></gid>
    <sid><![CDATA[881714]]></sid>
    <group_name><![CDATA[G2]]></group_name>
    <group_order><![CDATA[2]]></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[10568]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[K]]></type>
    <title><![CDATA[Q1]]></title>
    <question><![CDATA[Q1...
<script type="text/javascript" charset="utf-8">

	$(document).on('ready pjax:scriptcomplete',function(){
 
		// Identify this question
		var thisQuestion = $('#question{QID}');
		
		// Define the pool
		var pool = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16];
		
		// Shuffle the pool
		shuffleArray(pool);
		console.log('log - pool: '+ pool);
		
		// Define the exclusions
		var exclusions = {
			1: [3,5,7,9,13],
			2: [4,6,8,10,14],
			3: [1,5,7,11,15],
			4: [2,6,8,12,16],
			5: [1,3,7,9,13],
			6: [2,4,8,10,14],
			7: [1,3,5,11,15],
			8: [2,4,6,12,16],
			9: [11,13,15,1,5],
			10: [12,14,16,2,6],
			11: [9,13,15,3,7],
			12: [10,14,16,4,8],
			13: [9,11,15,1,5],
			14: [10,12,16,2,6],
			15: [9,11,13,3,7],
			16: [10,12,14,4,8]
		}
	
		// Loop through the multiple-numeric inputs
		$('input:text', thisQuestion).each(function(i){
			 
			// Load the input with the first element of the pool array
			var thisNumber = pool[0];
			$('input:text:eq('+i+')', thisQuestion).val(thisNumber).trigger('keyup');
			
			// Now, remove the first element of the pool array
			pool.splice(0, 1);
			
			// Remove pool elements per the exclusions
			var theseExclusions = exclusions[thisNumber];
			console.log('log - exclusions: '+ theseExclusions);
			$.each(theseExclusions, function(i, val) {
				var index = pool.indexOf(val);
				if (index > -1) {
					pool.splice(index, 1);
				}
			});	
			console.log('log - pool: '+ pool);
		});
    });
 
	function shuffleArray(array) {
		for (var i = array.length - 1; i > 0; i--) {
			var j = Math.floor(Math.random() * (i + 1));
			var temp = array[i];
			array[i] = array[j];
			array[j] = temp;
		}
		return array;
	}
</script>]]></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[10588]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1013]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[boilerplate1]]></title>
    <question><![CDATA[Just a placeholder...]]></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[11014]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool1]]></title>
    <question><![CDATA[Pool selection 1.]]></question>
    <preg/>
    <help/>
    <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[Q1_SQ001 == '1' OR Q1_SQ002 == '1' OR Q1_SQ003 == '1' OR Q1_SQ004 == '1']]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[11015]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool2]]></title>
    <question><![CDATA[Pool selection 2.]]></question>
    <preg/>
    <help/>
    <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[Q1_SQ001 == '2' OR Q1_SQ002 == '2' OR Q1_SQ003 == '2' OR Q1_SQ004 == '2']]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[11016]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool3]]></title>
    <question><![CDATA[Pool selection 3.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '3' OR Q1_SQ002 == '3' OR Q1_SQ003 == '3' OR Q1_SQ004 == '3']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11017]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool4]]></title>
    <question><![CDATA[Pool selection 4.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '4' OR Q1_SQ002 == '4' OR Q1_SQ003 == '4' OR Q1_SQ004 == '4']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11018]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool5]]></title>
    <question><![CDATA[Pool selection 5.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '5' OR Q1_SQ002 == '5' OR Q1_SQ003 == '5' OR Q1_SQ004 == '5']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11019]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool6]]></title>
    <question><![CDATA[Pool selection 6.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '6' OR Q1_SQ002 == '6' OR Q1_SQ003 == '6' OR Q1_SQ004 == '6']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11020]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool7]]></title>
    <question><![CDATA[Pool selection 7.]]></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><![CDATA[Q1_SQ001 == '7' OR Q1_SQ002 == '7' OR Q1_SQ003 == '7' OR Q1_SQ004 == '7']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11021]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool8]]></title>
    <question><![CDATA[Pool selection 8.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[12]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '8' OR Q1_SQ002 == '8' OR Q1_SQ003 == '8' OR Q1_SQ004 == '8']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11022]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool9]]></title>
    <question><![CDATA[Pool selection 9.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[13]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '9' OR Q1_SQ002 == '9' OR Q1_SQ003 == '9' OR Q1_SQ004 == '9']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11023]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool10]]></title>
    <question><![CDATA[Pool selection 10.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[14]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '10' OR Q1_SQ002 == '10' OR Q1_SQ003 == '10' OR Q1_SQ004 == '10']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11024]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool11]]></title>
    <question><![CDATA[Pool selection 11.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[15]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '11' OR Q1_SQ002 == '11' OR Q1_SQ003 == '11' OR Q1_SQ004 == '11']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11025]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool12]]></title>
    <question><![CDATA[Pool selection 12.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[16]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '12' OR Q1_SQ002 == '12' OR Q1_SQ003 == '12' OR Q1_SQ004 == '12']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11026]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool13]]></title>
    <question><![CDATA[Pool selection 13.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[17]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '13' OR Q1_SQ002 == '13' OR Q1_SQ003 == '13' OR Q1_SQ004 == '13']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11027]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool14]]></title>
    <question><![CDATA[Pool selection 14.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[18]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '14' OR Q1_SQ002 == '14' OR Q1_SQ003 == '14' OR Q1_SQ004 == '14']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11028]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool15]]></title>
    <question><![CDATA[Pool selection 15.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[19]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '15' OR Q1_SQ002 == '15' OR Q1_SQ003 == '15' OR Q1_SQ004 == '15']]></relevance>
   </row>
   <row>
    <qid><![CDATA[11029]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[pool16]]></title>
    <question><![CDATA[Pool selection 16.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[20]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q1_SQ001 == '16' OR Q1_SQ002 == '16' OR Q1_SQ003 == '16' OR Q1_SQ004 == '16']]></relevance>
   </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[11010]]></qid>
    <parent_qid><![CDATA[10568]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Random selection 1]]></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[11011]]></qid>
    <parent_qid><![CDATA[10568]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Random selection 2]]></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><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[11012]]></qid>
    <parent_qid><![CDATA[10568]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Random selection 3]]></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><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[11013]]></qid>
    <parent_qid><![CDATA[10568]]></parent_qid>
    <sid><![CDATA[881714]]></sid>
    <gid><![CDATA[1011]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Random selection 4]]></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><![CDATA[1]]></relevance>
    <modulename/>
   </row>
  </rows>
 </subquestions>
 <question_attributes>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>attribute</fieldname>
   <fieldname>value</fieldname>
   <fieldname>language</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[10568]]></qid>
    <attribute><![CDATA[input_size]]></attribute>
    <value><![CDATA[4]]></value>
   </row>
  </rows>
 </question_attributes>
 <surveys>
  <fields>
   <fieldname>sid</fieldname>
   <fieldname>gsid</fieldname>
   <fieldname>admin</fieldname>
   <fieldname>expires</fieldname>
   <fieldname>startdate</fieldname>
   <fieldname>adminemail</fieldname>
   <fieldname>anonymized</fieldname>
   <fieldname>faxto</fieldname>
   <fieldname>format</fieldname>
   <fieldname>savetimings</fieldname>
   <fieldname>template</fieldname>
   <fieldname>language</fieldname>
   <fieldname>additional_languages</fieldname>
   <fieldname>datestamp</fieldname>
   <fieldname>usecookie</fieldname>
   <fieldname>allowregister</fieldname>
   <fieldname>allowsave</fieldname>
   <fieldname>autonumber_start</fieldname>
   <fieldname>autoredirect</fieldname>
   <fieldname>allowprev</fieldname>
   <fieldname>printanswers</fieldname>
   <fieldname>ipaddr</fieldname>
   <fieldname>refurl</fieldname>
   <fieldname>publicstatistics</fieldname>
   <fieldname>publicgraphs</fieldname>
   <fieldname>listpublic</fieldname>
   <fieldname>htmlemail</fieldname>
   <fieldname>sendconfirmation</fieldname>
   <fieldname>tokenanswerspersistence</fieldname>
   <fieldname>assessments</fieldname>
   <fieldname>usecaptcha</fieldname>
   <fieldname>usetokens</fieldname>
   <fieldname>bounce_email</fieldname>
   <fieldname>attributedescriptions</fieldname>
   <fieldname>emailresponseto</fieldname>
   <fieldname>emailnotificationto</fieldname>
   <fieldname>tokenlength</fieldname>
   <fieldname>showxquestions</fieldname>
   <fieldname>showgroupinfo</fieldname>
   <fieldname>shownoanswer</fieldname>
   <fieldname>showqnumcode</fieldname>
   <fieldname>bouncetime</fieldname>
   <fieldname>bounceprocessing</fieldname>
   <fieldname>bounceaccounttype</fieldname>
   <fieldname>bounceaccounthost</fieldname>
   <fieldname>bounceaccountpass</fieldname>
   <fieldname>bounceaccountencryption</fieldname>
   <fieldname>bounceaccountuser</fieldname>
   <fieldname>showwelcome</fieldname>
   <fieldname>showprogress</fieldname>
   <fieldname>questionindex</fieldname>
   <fieldname>navigationdelay</fieldname>
   <fieldname>nokeyboard</fieldname>
   <fieldname>alloweditaftercompletion</fieldname>
   <fieldname>googleanalyticsstyle</fieldname>
   <fieldname>googleanalyticsapikey</fieldname>
   <fieldname>showdatasecuritynotice</fieldname>
   <fieldname>showsurveypolicynotice</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[881714]]></sid>
    <gsid><![CDATA[1]]></gsid>
    <admin><![CDATA[Administrator]]></admin>
    <adminemail><![CDATA[your-email@example.net]]></adminemail>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[G]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[extends_vanilla]]></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[5]]></autonumber_start>
    <autoredirect><![CDATA[N]]></autoredirect>
    <allowprev><![CDATA[Y]]></allowprev>
    <printanswers><![CDATA[N]]></printanswers>
    <ipaddr><![CDATA[N]]></ipaddr>
    <refurl><![CDATA[N]]></refurl>
    <publicstatistics><![CDATA[N]]></publicstatistics>
    <publicgraphs><![CDATA[N]]></publicgraphs>
    <listpublic><![CDATA[N]]></listpublic>
    <htmlemail><![CDATA[Y]]></htmlemail>
    <sendconfirmation><![CDATA[Y]]></sendconfirmation>
    <tokenanswerspersistence><![CDATA[N]]></tokenanswerspersistence>
    <assessments><![CDATA[N]]></assessments>
    <usecaptcha><![CDATA[N]]></usecaptcha>
    <usetokens><![CDATA[N]]></usetokens>
    <bounce_email><![CDATA[your-email@example.net]]></bounce_email>
    <attributedescriptions><![CDATA[{"attribute_1":{"description":"attribute_1","mandatory":"N","show_register":"N","cpdbmap":""}}]]></attributedescriptions>
    <emailresponseto/>
    <emailnotificationto/>
    <tokenlength><![CDATA[15]]></tokenlength>
    <showxquestions><![CDATA[Y]]></showxquestions>
    <showgroupinfo><![CDATA[B]]></showgroupinfo>
    <shownoanswer><![CDATA[Y]]></shownoanswer>
    <showqnumcode><![CDATA[X]]></showqnumcode>
    <bounceprocessing><![CDATA[N]]></bounceprocessing>
    <showwelcome><![CDATA[N]]></showwelcome>
    <showprogress><![CDATA[Y]]></showprogress>
    <questionindex><![CDATA[0]]></questionindex>
    <navigationdelay><![CDATA[0]]></navigationdelay>
    <nokeyboard><![CDATA[N]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
    <googleanalyticsstyle/>
    <googleanalyticsapikey/>
    <showdatasecuritynotice><![CDATA[0]]></showdatasecuritynotice>
    <showsurveypolicynotice><![CDATA[0]]></showsurveypolicynotice>
   </row>
  </rows>
 </surveys>
 <surveys_languagesettings>
  <fields>
   <fieldname>surveyls_survey_id</fieldname>
   <fieldname>surveyls_language</fieldname>
   <fieldname>surveyls_title</fieldname>
   <fieldname>surveyls_description</fieldname>
   <fieldname>surveyls_welcometext</fieldname>
   <fieldname>surveyls_endtext</fieldname>
   <fieldname>surveyls_url</fieldname>
   <fieldname>surveyls_urldescription</fieldname>
   <fieldname>surveyls_email_invite_subj</fieldname>
   <fieldname>surveyls_email_invite</fieldname>
   <fieldname>surveyls_email_remind_subj</fieldname>
   <fieldname>surveyls_email_remind</fieldname>
   <fieldname>surveyls_email_register_subj</fieldname>
   <fieldname>surveyls_email_register</fieldname>
   <fieldname>surveyls_email_confirm_subj</fieldname>
   <fieldname>surveyls_email_confirm</fieldname>
   <fieldname>surveyls_dateformat</fieldname>
   <fieldname>surveyls_attributecaptions</fieldname>
   <fieldname>email_admin_notification_subj</fieldname>
   <fieldname>email_admin_notification</fieldname>
   <fieldname>email_admin_responses_subj</fieldname>
   <fieldname>email_admin_responses</fieldname>
   <fieldname>surveyls_numberformat</fieldname>
   <fieldname>attachments</fieldname>
   <fieldname>surveyls_datasecurity_notice</fieldname>
   <fieldname>surveyls_datasecurity_error</fieldname>
   <fieldname>surveyls_datasecurity_notice_label</fieldname>
   <fieldname>surveyls_policy_notice</fieldname>
   <fieldname>surveyls_policy_error</fieldname>
   <fieldname>surveyls_policy_notice_label</fieldname>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[881714]]></surveyls_survey_id>
    <surveyls_language><![CDATA[en]]></surveyls_language>
    <surveyls_title><![CDATA[Test 1]]></surveyls_title>
    <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>
    <surveyls_attributecaptions><![CDATA[{"attribute_1":"attribute_1"}]]></surveyls_attributecaptions>
    <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>881714</sid>
   <template_name>extends_vanilla</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
  <theme>
   <sid>881714</sid>
   <template_name>vanilla</template_name>
   <config>
    <options>
     <font>inherit</font>
     <brandlogofile>inherit</brandlogofile>
     <ajaxmode>off</ajaxmode>
     <container>inherit</container>
     <hideprivacyinfo>inherit</hideprivacyinfo>
     <showpopups>inherit</showpopups>
     <fixnumauto>inherit</fixnumauto>
     <brandlogo>inherit</brandlogo>
    </options>
   </config>
  </theme>
 </themes>
 <themes_inherited>
  <theme>
   <sid>881714</sid>
   <template_name>extends_vanilla</template_name>
   <config>
    <options>
     <ajaxmode>off</ajaxmode>
     <animatebody>off</animatebody>
     <container>on</container>
     <bodyanimation>fadeInRight</bodyanimation>
     <brandlogo>on</brandlogo>
     <font>noto</font>
     <hideprivacyinfo>off</hideprivacyinfo>
     <showpopups>off</showpopups>
     <fixnumauto>off</fixnumauto>
    </options>
   </config>
  </theme>
  <theme>
   <sid>881714</sid>
   <template_name>vanilla</template_name>
   <config>
    <options>
     <font>noto</font>
     <brandlogofile>./files/logo.png</brandlogofile>
     <ajaxmode>off</ajaxmode>
     <container>on</container>
     <hideprivacyinfo>off</hideprivacyinfo>
     <showpopups>1</showpopups>
     <brandlogo>on</brandlogo>
    </options>
   </config>
  </theme>
 </themes_inherited>
</document>
