<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>263</DBVersion>
 <languages>
  <language>en</language>
 </languages>
 <conditions>
  <fields>
   <fieldname>cid</fieldname>
   <fieldname>qid</fieldname>
   <fieldname>cqid</fieldname>
   <fieldname>cfieldname</fieldname>
   <fieldname>method</fieldname>
   <fieldname>value</fieldname>
   <fieldname>scenario</fieldname>
  </fields>
  <rows>
   <row>
    <cid><![CDATA[8]]></cid>
    <qid><![CDATA[818]]></qid>
    <cqid><![CDATA[821]]></cqid>
    <cfieldname><![CDATA[246333X52X821]]></cfieldname>
    <method><![CDATA[==]]></method>
    <value><![CDATA[Y]]></value>
    <scenario><![CDATA[1]]></scenario>
   </row>
   <row>
    <cid><![CDATA[9]]></cid>
    <qid><![CDATA[820]]></qid>
    <cqid><![CDATA[821]]></cqid>
    <cfieldname><![CDATA[246333X52X821]]></cfieldname>
    <method><![CDATA[==]]></method>
    <value><![CDATA[Y]]></value>
    <scenario><![CDATA[1]]></scenario>
   </row>
   <row>
    <cid><![CDATA[10]]></cid>
    <qid><![CDATA[822]]></qid>
    <cqid><![CDATA[821]]></cqid>
    <cfieldname><![CDATA[246333X52X821]]></cfieldname>
    <method><![CDATA[==]]></method>
    <value><![CDATA[N]]></value>
    <scenario><![CDATA[1]]></scenario>
   </row>
  </rows>
 </conditions>
 <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[52]]></gid>
    <sid><![CDATA[246333]]></sid>
    <group_name><![CDATA[Selection of participants]]></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[817]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[Q]]></type>
    <title><![CDATA[Q01]]></title>
    <question><![CDATA[<script type="text/javascript" src="{TEMPLATEURL}jquery.csv.js"></script><script type="text/javascript" charset="utf-8">
        $(document).ready(function() {
                var qID = 489;
		var surveyRoot = location.pathname.split('index.php')[0];
                var url = surveyRoot+'test1.csv';
                // Create an array to hold the data
                var testArr = new Array();
                // Grab the CSV contents
                $.get(url,function(data){
                        // Convert CSV contents to an array of arrays
                        fullArray = $.csv.toArrays(data);
                        // Load the data array
                        $(fullArray).each(function(i, item){
                                testArr.push(item[0]);
			});
                        // Initialise the autocomplete plugin
                        $('#question'+qID+' input.text').autocomplete({
                                source: testArr,
                          minLength: 2
			});
                });
        });
</script>Please select participants from the group "Superior / Manager"]]></question>
    <preg><![CDATA[/^(?:(.*)\((\w[-._+\w]*\w@\w[-._\w]*\w\.\w{2,3})\))|(?:\w[-._+\w]*\w@\w[-._\w]*\w\.\w{2,3})$/]]></preg>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[0]]></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[818]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[Q]]></type>
    <title><![CDATA[Q02]]></title>
    <question><![CDATA[<script type="text/javascript" src="{TEMPLATEURL}jquery.csv.js"></script><script type="text/javascript" charset="utf-8">
        $(document).ready(function() {
                var qID = 495;
		var surveyRoot = location.pathname.split('index.php')[0];
                var url = surveyRoot+'test1.csv';
                // Create an array to hold the data
                var testArr = new Array();
                // Grab the CSV contents
                $.get(url,function(data){
                        // Convert CSV contents to an array of arrays
                        fullArray = $.csv.toArrays(data);
                        // Load the data array
                        $(fullArray).each(function(i, item){
                                testArr.push(item[0]);
			});
                        // Initialise the autocomplete plugin
                        $('#question'+qID+' input.text').autocomplete({
                                source: testArr,
                          minLength: 2
			});
                });
        });
</script>Please select participants from the group "Subordinates"]]></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[((246333X52X821.NAOK == "Y"))]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[819]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[Q]]></type>
    <title><![CDATA[Q03]]></title>
    <question><![CDATA[<script type="text/javascript" src="{TEMPLATEURL}jquery.csv.js"></script><script type="text/javascript" charset="utf-8">
        $(document).ready(function() {
                var qID = 526;
		var surveyRoot = location.pathname.split('index.php')[0];
                var url = surveyRoot+'test1.csv';
                // Create an array to hold the data
                var testArr = new Array();
                // Grab the CSV contents
                $.get(url,function(data){
                        // Convert CSV contents to an array of arrays
                        fullArray = $.csv.toArrays(data);
                        // Load the data array
                        $(fullArray).each(function(i, item){
                                testArr.push(item[0]);
			});
                        // Initialise the autocomplete plugin
                        $('#question'+qID+' input.text').autocomplete({
                                source: testArr,
                          minLength: 2
			});
                });
        });
</script>Please select participants from the group "Peers"]]></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[820]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[Q]]></type>
    <title><![CDATA[Q04a]]></title>
    <question><![CDATA[<script type="text/javascript" src="{TEMPLATEURL}jquery.csv.js"></script><script type="text/javascript" charset="utf-8">
        $(document).ready(function() {
                var qID = 557;
		var surveyRoot = location.pathname.split('index.php')[0];
                var url = surveyRoot+'test1.csv';
                // Create an array to hold the data
                var testArr = new Array();
                // Grab the CSV contents
                $.get(url,function(data){
                        // Convert CSV contents to an array of arrays
                        fullArray = $.csv.toArrays(data);
                        // Load the data array
                        $(fullArray).each(function(i, item){
                                testArr.push(item[0]);
			});
                        // Initialise the autocomplete plugin
                        $('#question'+qID+' input.text').autocomplete({
                                source: testArr,
                          minLength: 2
			});
                });
        });
</script>Please select participants from the group "Others"]]></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><![CDATA[((246333X52X821.NAOK == "Y"))]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[821]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[Y]]></type>
    <title><![CDATA[Q01a]]></title>
    <question><![CDATA[Do you have 3 or more members in your team?]]></question>
    <preg/>
    <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>
   <row>
    <qid><![CDATA[822]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[Q]]></type>
    <title><![CDATA[Q04b]]></title>
    <question><![CDATA[<script type="text/javascript" src="{TEMPLATEURL}jquery.csv.js"></script><script type="text/javascript" charset="utf-8">
        $(document).ready(function() {
                var qID = 786;
		var surveyRoot = location.pathname.split('index.php')[0];
                var url = surveyRoot+'test1.csv';
                // Create an array to hold the data
                var testArr = new Array();
                // Grab the CSV contents
                $.get(url,function(data){
                        // Convert CSV contents to an array of arrays
                        fullArray = $.csv.toArrays(data);
                        // Load the data array
                        $(fullArray).each(function(i, item){
                                testArr.push(item[0]);
			});
                        // Initialise the autocomplete plugin
                        $('#question'+qID+' input.text').autocomplete({
                                source: testArr,
                          minLength: 2
			});
                });
        });
</script>Please select participants from the group "Others"]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[31]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[((246333X52X821.NAOK == "N"))]]></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[823]]></qid>
    <parent_qid><![CDATA[817]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Name 1]]></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[824]]></qid>
    <parent_qid><![CDATA[817]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Name 2]]></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[Q01_SQ001 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[825]]></qid>
    <parent_qid><![CDATA[817]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Name 3]]></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[Q01_SQ002 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[826]]></qid>
    <parent_qid><![CDATA[817]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Name 4]]></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[Q01_SQ003 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[827]]></qid>
    <parent_qid><![CDATA[817]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[Name 5]]></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[Q01_SQ004 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[828]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Name 1]]></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[829]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Name 2]]></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[Q02_SQ001 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[830]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Name 3]]></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[Q02_SQ002 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[831]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Name 4]]></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[Q02_SQ003 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[832]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[Name 5]]></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[Q02_SQ004 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[833]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[Name 6]]></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[Q02_SQ005 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[834]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ007]]></title>
    <question><![CDATA[Name 7]]></question>
    <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[Q02_SQ006 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[835]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[Name 8]]></question>
    <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[Q02_SQ007 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[836]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ009]]></title>
    <question><![CDATA[Name 9]]></question>
    <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[Q02_SQ008 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[837]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ010]]></title>
    <question><![CDATA[Name 10]]></question>
    <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[Q02_SQ009 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[838]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ011]]></title>
    <question><![CDATA[Name 11]]></question>
    <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[Q02_SQ010 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[839]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ012]]></title>
    <question><![CDATA[Name 12]]></question>
    <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[Q02_SQ011 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[840]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ013]]></title>
    <question><![CDATA[Name 13]]></question>
    <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[Q02_SQ012 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[841]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ014]]></title>
    <question><![CDATA[Name 14]]></question>
    <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[Q02_SQ013 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[842]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ015]]></title>
    <question><![CDATA[Name 15]]></question>
    <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[Q02_SQ014 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[843]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ016]]></title>
    <question><![CDATA[Name 16]]></question>
    <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[Q02_SQ015 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[844]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ017]]></title>
    <question><![CDATA[Name 17]]></question>
    <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[Q02_SQ016 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[845]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ018]]></title>
    <question><![CDATA[Name 18]]></question>
    <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[Q02_SQ017 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[846]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ019]]></title>
    <question><![CDATA[Name 19]]></question>
    <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[Q02_SQ018 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[847]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ020]]></title>
    <question><![CDATA[Name 20]]></question>
    <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[Q02_SQ019 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[848]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ021]]></title>
    <question><![CDATA[Name 21]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[21]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q02_SQ020 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[849]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ022]]></title>
    <question><![CDATA[Name 22]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[22]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q02_SQ021 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[850]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ023]]></title>
    <question><![CDATA[Name 23]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[23]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q02_SQ022 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[851]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ024]]></title>
    <question><![CDATA[Name 24]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[24]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q02_SQ023 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[852]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ025]]></title>
    <question><![CDATA[Name 25]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[25]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q02_SQ024 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[853]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ026]]></title>
    <question><![CDATA[Name 26]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[26]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q02_SQ025 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[854]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ027]]></title>
    <question><![CDATA[Name 27]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[27]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q02_SQ026 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[855]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ028]]></title>
    <question><![CDATA[Name 28]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[28]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q02_SQ027 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[856]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ029]]></title>
    <question><![CDATA[Name 29]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[29]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q02_SQ028 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[857]]></qid>
    <parent_qid><![CDATA[818]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ030]]></title>
    <question><![CDATA[Name 30]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[30]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q02_SQ029 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[858]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Name 1]]></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[859]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Name 2]]></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[Q03_SQ001 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[860]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Name 3]]></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[Q03_SQ002 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[861]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Name 4]]></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[Q03_SQ003 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[862]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[Name 5]]></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[Q03_SQ004 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[863]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[Name 6]]></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[Q03_SQ005 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[864]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ007]]></title>
    <question><![CDATA[Name 7]]></question>
    <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[Q03_SQ006 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[865]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[Name 8]]></question>
    <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[Q03_SQ007 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[866]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ009]]></title>
    <question><![CDATA[Name 9]]></question>
    <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[Q03_SQ008 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[867]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ010]]></title>
    <question><![CDATA[Name 10]]></question>
    <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[Q03_SQ009 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[868]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ011]]></title>
    <question><![CDATA[Name 11]]></question>
    <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[Q03_SQ010 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[869]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ012]]></title>
    <question><![CDATA[Name 12]]></question>
    <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[Q03_SQ011 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[870]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ013]]></title>
    <question><![CDATA[Name 13]]></question>
    <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[Q03_SQ012 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[871]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ014]]></title>
    <question><![CDATA[Name 14]]></question>
    <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[Q03_SQ013 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[872]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ015]]></title>
    <question><![CDATA[Name 15]]></question>
    <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[Q03_SQ014 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[873]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ016]]></title>
    <question><![CDATA[Name 16]]></question>
    <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[Q03_SQ015 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[874]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ017]]></title>
    <question><![CDATA[Name 17]]></question>
    <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[Q03_SQ016 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[875]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ018]]></title>
    <question><![CDATA[Name 18]]></question>
    <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[Q03_SQ017 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[876]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ019]]></title>
    <question><![CDATA[Name 19]]></question>
    <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[Q03_SQ018 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[877]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ020]]></title>
    <question><![CDATA[Name 20]]></question>
    <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[Q03_SQ019 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[878]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ021]]></title>
    <question><![CDATA[Name 21]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[21]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q03_SQ020 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[879]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ022]]></title>
    <question><![CDATA[Name 22]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[22]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q03_SQ021 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[880]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ023]]></title>
    <question><![CDATA[Name 23]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[23]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q03_SQ022 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[881]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ024]]></title>
    <question><![CDATA[Name 24]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[24]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q03_SQ023 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[882]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ025]]></title>
    <question><![CDATA[Name 25]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[25]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q03_SQ024 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[883]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ026]]></title>
    <question><![CDATA[Name 26]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[26]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q03_SQ025 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[884]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ027]]></title>
    <question><![CDATA[Name 27]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[27]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q03_SQ026 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[885]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ028]]></title>
    <question><![CDATA[Name 28]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[28]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q03_SQ027 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[886]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ029]]></title>
    <question><![CDATA[Name 29]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[29]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q03_SQ028 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[887]]></qid>
    <parent_qid><![CDATA[819]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ030]]></title>
    <question><![CDATA[Name 30]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[30]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q03_SQ029 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[888]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Name 1]]></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[889]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Name 2]]></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[Q04a_SQ001 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[890]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Name 3]]></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[Q04a_SQ002 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[891]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Name 4]]></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[Q04a_SQ003 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[892]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[Name 5]]></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[Q04a_SQ004 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[893]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[Name 6]]></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[Q04a_SQ005 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[894]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ007]]></title>
    <question><![CDATA[Name 7]]></question>
    <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[Q04a_SQ006 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[895]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[Name 8]]></question>
    <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[Q04a_SQ007 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[896]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ009]]></title>
    <question><![CDATA[Name 9]]></question>
    <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[Q04a_SQ008 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[897]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ010]]></title>
    <question><![CDATA[Name 10]]></question>
    <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[Q04a_SQ009 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[898]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ011]]></title>
    <question><![CDATA[Name 11]]></question>
    <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[Q04a_SQ010 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[899]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ012]]></title>
    <question><![CDATA[Name 12]]></question>
    <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[Q04a_SQ011 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[900]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ013]]></title>
    <question><![CDATA[Name 13]]></question>
    <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[Q04a_SQ012 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[901]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ014]]></title>
    <question><![CDATA[Name 14]]></question>
    <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[Q04a_SQ013 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[902]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ015]]></title>
    <question><![CDATA[Name 15]]></question>
    <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[Q04a_SQ014 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[903]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ016]]></title>
    <question><![CDATA[Name 16]]></question>
    <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[Q04a_SQ015 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[904]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ017]]></title>
    <question><![CDATA[Name 17]]></question>
    <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[Q04a_SQ016 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[905]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ018]]></title>
    <question><![CDATA[Name 18]]></question>
    <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[Q04a_SQ017 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[906]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ019]]></title>
    <question><![CDATA[Name 19]]></question>
    <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[Q04a_SQ018 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[907]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ020]]></title>
    <question><![CDATA[Name 20]]></question>
    <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[Q04a_SQ019 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[908]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ021]]></title>
    <question><![CDATA[Name 21]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[21]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04a_SQ020 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[909]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ022]]></title>
    <question><![CDATA[Name 22]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[22]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04a_SQ021 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[910]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ023]]></title>
    <question><![CDATA[Name 23]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[23]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04a_SQ022 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[911]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ024]]></title>
    <question><![CDATA[Name 24]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[24]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04a_SQ023 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[912]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ025]]></title>
    <question><![CDATA[Name 25]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[25]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04a_SQ024 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[913]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ026]]></title>
    <question><![CDATA[Name 26]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[26]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04a_SQ025 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[914]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ027]]></title>
    <question><![CDATA[Name 27]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[27]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04a_SQ026 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[915]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ028]]></title>
    <question><![CDATA[Name 28]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[28]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04a_SQ027 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[916]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ029]]></title>
    <question><![CDATA[Name 29]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[29]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04a_SQ028 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[917]]></qid>
    <parent_qid><![CDATA[820]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ030]]></title>
    <question><![CDATA[Name 30]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[30]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04a_SQ029 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[918]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Name 1]]></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[919]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Name 2]]></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[Q04b_SQ001 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[920]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Name 3]]></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[Q04b_SQ002 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[921]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Name 4]]></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[Q04b_SQ003 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[922]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[Name 5]]></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[Q04b_SQ004 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[923]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[Name 6]]></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[Q04b_SQ005 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[924]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ007]]></title>
    <question><![CDATA[Name 7]]></question>
    <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[Q04b_SQ006 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[925]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[Name 8]]></question>
    <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[Q04b_SQ007 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[926]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ009]]></title>
    <question><![CDATA[Name 9]]></question>
    <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[Q04b_SQ008 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[927]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ010]]></title>
    <question><![CDATA[Name 10]]></question>
    <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[Q04b_SQ009 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[928]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ011]]></title>
    <question><![CDATA[Name 11]]></question>
    <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[Q04b_SQ010 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[929]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ012]]></title>
    <question><![CDATA[Name 12]]></question>
    <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[Q04b_SQ011 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[930]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ013]]></title>
    <question><![CDATA[Name 13]]></question>
    <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[Q04b_SQ012 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[931]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ014]]></title>
    <question><![CDATA[Name 14]]></question>
    <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[Q04b_SQ013 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[932]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ015]]></title>
    <question><![CDATA[Name 15]]></question>
    <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[Q04b_SQ014 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[933]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ016]]></title>
    <question><![CDATA[Name 16]]></question>
    <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[Q04b_SQ015 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[934]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ017]]></title>
    <question><![CDATA[Name 17]]></question>
    <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[Q04b_SQ016 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[935]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ018]]></title>
    <question><![CDATA[Name 18]]></question>
    <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[Q04b_SQ017 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[936]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ019]]></title>
    <question><![CDATA[Name 19]]></question>
    <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[Q04b_SQ018 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[937]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ020]]></title>
    <question><![CDATA[Name 20]]></question>
    <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[Q04b_SQ019 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[938]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ021]]></title>
    <question><![CDATA[Name 21]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[21]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04b_SQ020 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[939]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ022]]></title>
    <question><![CDATA[Name 22]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[22]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04b_SQ021 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[940]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ023]]></title>
    <question><![CDATA[Name 23]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[23]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04b_SQ022 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[941]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ024]]></title>
    <question><![CDATA[Name 24]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[24]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04b_SQ023 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[942]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ025]]></title>
    <question><![CDATA[Name 25]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[25]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04b_SQ024 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[943]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ026]]></title>
    <question><![CDATA[Name 26]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[26]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04b_SQ025 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[944]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ027]]></title>
    <question><![CDATA[Name 27]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[27]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04b_SQ026 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[945]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ028]]></title>
    <question><![CDATA[Name 28]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[28]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04b_SQ027 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[946]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ029]]></title>
    <question><![CDATA[Name 29]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[29]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04b_SQ028 != ""]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[947]]></qid>
    <parent_qid><![CDATA[822]]></parent_qid>
    <sid><![CDATA[246333]]></sid>
    <gid><![CDATA[52]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ030]]></title>
    <question><![CDATA[Name 30]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[30]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[Q04b_SQ029 != ""]]></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[817]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value><![CDATA[unique(self.NAOK)]]></value>
   </row>
   <row>
    <qid><![CDATA[817]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Bitte geben Sie die Teilnehmer nur einmal ein]]></value>
    <language><![CDATA[de]]></language>
   </row>
   <row>
    <qid><![CDATA[817]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Please enter participants only once]]></value>
    <language><![CDATA[en]]></language>
   </row>
   <row>
    <qid><![CDATA[817]]></qid>
    <attribute><![CDATA[label_input_columns]]></attribute>
    <value><![CDATA[2]]></value>
   </row>
   <row>
    <qid><![CDATA[817]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value><![CDATA[1]]></value>
   </row>
   <row>
    <qid><![CDATA[817]]></qid>
    <attribute><![CDATA[text_input_columns]]></attribute>
    <value><![CDATA[10]]></value>
   </row>
   <row>
    <qid><![CDATA[818]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value><![CDATA[unique(self.NAOK, that.Q01.NAOK)]]></value>
   </row>
   <row>
    <qid><![CDATA[818]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Bitte geben Sie die Teilnehmer nur einmal ein]]></value>
    <language><![CDATA[de]]></language>
   </row>
   <row>
    <qid><![CDATA[818]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Please enter participants only once]]></value>
    <language><![CDATA[en]]></language>
   </row>
   <row>
    <qid><![CDATA[818]]></qid>
    <attribute><![CDATA[label_input_columns]]></attribute>
    <value><![CDATA[2]]></value>
   </row>
   <row>
    <qid><![CDATA[818]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value><![CDATA[3]]></value>
   </row>
   <row>
    <qid><![CDATA[818]]></qid>
    <attribute><![CDATA[text_input_columns]]></attribute>
    <value><![CDATA[10]]></value>
   </row>
   <row>
    <qid><![CDATA[819]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value><![CDATA[unique(self.NAOK, that.Q01.NAOK, that.Q02.NAOK)]]></value>
   </row>
   <row>
    <qid><![CDATA[819]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Bitte geben Sie die Teilnehmer nur einmal ein]]></value>
    <language><![CDATA[de]]></language>
   </row>
   <row>
    <qid><![CDATA[819]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Please enter participants only once]]></value>
    <language><![CDATA[en]]></language>
   </row>
   <row>
    <qid><![CDATA[819]]></qid>
    <attribute><![CDATA[label_input_columns]]></attribute>
    <value><![CDATA[2]]></value>
   </row>
   <row>
    <qid><![CDATA[819]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value><![CDATA[3]]></value>
   </row>
   <row>
    <qid><![CDATA[819]]></qid>
    <attribute><![CDATA[text_input_columns]]></attribute>
    <value><![CDATA[10]]></value>
   </row>
   <row>
    <qid><![CDATA[820]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value><![CDATA[unique(self.NAOK, that.Q01.NAOK, that.Q02.NAOK, that.Q03.NAOK)]]></value>
   </row>
   <row>
    <qid><![CDATA[820]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Bitte geben Sie die Teilnehmer nur einmal ein]]></value>
    <language><![CDATA[de]]></language>
   </row>
   <row>
    <qid><![CDATA[820]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Please enter participants only once]]></value>
    <language><![CDATA[en]]></language>
   </row>
   <row>
    <qid><![CDATA[820]]></qid>
    <attribute><![CDATA[label_input_columns]]></attribute>
    <value><![CDATA[2]]></value>
   </row>
   <row>
    <qid><![CDATA[820]]></qid>
    <attribute><![CDATA[text_input_columns]]></attribute>
    <value><![CDATA[10]]></value>
   </row>
   <row>
    <qid><![CDATA[821]]></qid>
    <attribute><![CDATA[display_type]]></attribute>
    <value><![CDATA[1]]></value>
   </row>
   <row>
    <qid><![CDATA[822]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value><![CDATA[unique(self.NAOK, that.Q01.NAOK, that.Q02.NAOK, that.Q03.NAOK)]]></value>
   </row>
   <row>
    <qid><![CDATA[822]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Bitte geben Sie die Teilnehmer nur einmal ein]]></value>
    <language><![CDATA[de]]></language>
   </row>
   <row>
    <qid><![CDATA[822]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Please enter participants only once]]></value>
    <language><![CDATA[en]]></language>
   </row>
   <row>
    <qid><![CDATA[822]]></qid>
    <attribute><![CDATA[label_input_columns]]></attribute>
    <value><![CDATA[2]]></value>
   </row>
   <row>
    <qid><![CDATA[822]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value><![CDATA[3]]></value>
   </row>
   <row>
    <qid><![CDATA[822]]></qid>
    <attribute><![CDATA[text_input_columns]]></attribute>
    <value><![CDATA[10]]></value>
   </row>
  </rows>
 </question_attributes>
 <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>questionindex</fieldname>
   <fieldname>navigationdelay</fieldname>
   <fieldname>nokeyboard</fieldname>
   <fieldname>alloweditaftercompletion</fieldname>
   <fieldname>googleanalyticsstyle</fieldname>
   <fieldname>googleanalyticsapikey</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[246333]]></sid>
    <admin><![CDATA[Administrator]]></admin>
    <adminemail><![CDATA[mail@xxx.com]]></adminemail>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[S]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[default]]></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[7]]></autonumber_start>
    <autoredirect><![CDATA[N]]></autoredirect>
    <allowprev><![CDATA[Y]]></allowprev>
    <printanswers><![CDATA[Y]]></printanswers>
    <ipaddr><![CDATA[N]]></ipaddr>
    <refurl><![CDATA[N]]></refurl>
    <publicstatistics><![CDATA[N]]></publicstatistics>
    <publicgraphs><![CDATA[N]]></publicgraphs>
    <listpublic><![CDATA[N]]></listpublic>
    <htmlemail><![CDATA[Y]]></htmlemail>
    <sendconfirmation><![CDATA[Y]]></sendconfirmation>
    <tokenanswerspersistence><![CDATA[N]]></tokenanswerspersistence>
    <assessments><![CDATA[N]]></assessments>
    <usecaptcha><![CDATA[N]]></usecaptcha>
    <usetokens><![CDATA[N]]></usetokens>
    <bounce_email><![CDATA[mail@xxx.com]]></bounce_email>
    <attributedescriptions><![CDATA[{"attribute_1":{"description":"Group","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_2":{"description":"FBR_firstname","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_3":{"description":"FBR_lastname","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_4":{"description":"FBR_email","mandatory":"N","show_register":"N","cpdbmap":""}}]]></attributedescriptions>
    <emailresponseto/>
    <emailnotificationto/>
    <tokenlength><![CDATA[15]]></tokenlength>
    <showxquestions><![CDATA[N]]></showxquestions>
    <showgroupinfo><![CDATA[N]]></showgroupinfo>
    <shownoanswer><![CDATA[N]]></shownoanswer>
    <showqnumcode><![CDATA[X]]></showqnumcode>
    <bounceprocessing><![CDATA[N]]></bounceprocessing>
    <showwelcome><![CDATA[Y]]></showwelcome>
    <showprogress><![CDATA[Y]]></showprogress>
    <questionindex><![CDATA[2]]></questionindex>
    <navigationdelay><![CDATA[0]]></navigationdelay>
    <nokeyboard><![CDATA[N]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
    <googleanalyticsstyle><![CDATA[0]]></googleanalyticsstyle>
    <googleanalyticsapikey/>
   </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[246333]]></surveyls_survey_id>
    <surveyls_language><![CDATA[en]]></surveyls_language>
    <surveyls_title><![CDATA[Testumfrage]]></surveyls_title>
    <surveyls_description/>
    <surveyls_welcometext><![CDATA[<h3><strong>Some text</strong></h3>

<p> </p>
]]></surveyls_welcometext>
    <surveyls_endtext><![CDATA[<h3><strong>Some text</strong></h3>

<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>
    <surveyls_attributecaptions><![CDATA[{"attribute_1":"","attribute_2":"","attribute_3":"","attribute_4":""}]]></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 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>
 <plugin_settings>
  <fields>
   <fieldname>id</fieldname>
   <fieldname>name</fieldname>
   <fieldname>key</fieldname>
   <fieldname>value</fieldname>
  </fields>
  <rows>
   <row>
    <id><![CDATA[10]]></id>
    <name><![CDATA[zesthook]]></name>
    <key><![CDATA[bUse]]></key>
    <value><![CDATA["2"]]></value>
   </row>
   <row>
    <id><![CDATA[11]]></id>
    <name><![CDATA[zesthook]]></name>
    <key><![CDATA[bUrlOverwrite]]></key>
    <value><![CDATA["0"]]></value>
   </row>
   <row>
    <id><![CDATA[12]]></id>
    <name><![CDATA[zesthook]]></name>
    <key><![CDATA[sUrl]]></key>
    <value><![CDATA[""]]></value>
   </row>
   <row>
    <id><![CDATA[13]]></id>
    <name><![CDATA[zesthook]]></name>
    <key><![CDATA[bAuthTokenOverwrite]]></key>
    <value><![CDATA["0"]]></value>
   </row>
   <row>
    <id><![CDATA[14]]></id>
    <name><![CDATA[zesthook]]></name>
    <key><![CDATA[sAuthToken]]></key>
    <value><![CDATA[""]]></value>
   </row>
   <row>
    <id><![CDATA[15]]></id>
    <name><![CDATA[zesthook]]></name>
    <key><![CDATA[bServerTokenOverwrite]]></key>
    <value><![CDATA["0"]]></value>
   </row>
   <row>
    <id><![CDATA[16]]></id>
    <name><![CDATA[zesthook]]></name>
    <key><![CDATA[sServerToken]]></key>
    <value><![CDATA[""]]></value>
   </row>
   <row>
    <id><![CDATA[17]]></id>
    <name><![CDATA[zesthook]]></name>
    <key><![CDATA[bSendToken]]></key>
    <value><![CDATA["0"]]></value>
   </row>
   <row>
    <id><![CDATA[18]]></id>
    <name><![CDATA[zesthook]]></name>
    <key><![CDATA[sAnswersToSend]]></key>
    <value><![CDATA[""]]></value>
   </row>
  </rows>
 </plugin_settings>
</document>
