<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>178</DBVersion>
 <languages>
  <language>en</language>
 </languages>
 <groups>
  <fields>
   <fieldname>gid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>group_name</fieldname>
   <fieldname>group_order</fieldname>
   <fieldname>description</fieldname>
   <fieldname>language</fieldname>
   <fieldname>randomization_group</fieldname>
   <fieldname>grelevance</fieldname>
  </fields>
  <rows>
   <row>
    <gid><![CDATA[3611]]></gid>
    <sid><![CDATA[11491]]></sid>
    <group_name><![CDATA[G1]]></group_name>
    <group_order><![CDATA[0]]></group_order>
    <description/>
    <language><![CDATA[en]]></language>
    <randomization_group/>
    <grelevance/>
   </row>
   <row>
    <gid><![CDATA[3612]]></gid>
    <sid><![CDATA[11491]]></sid>
    <group_name><![CDATA[G2]]></group_name>
    <group_order><![CDATA[157]]></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>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[27680]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[Q1]]></title>
    <question><![CDATA[Select "Option 1" to have a secondary set of answers appear. 
<script type="text/javascript" charset="utf-8">	
	$(document).ready(function() {
		// Sub-question 1 is primary followed by 2 secondaries
		secondaryCheckboxes({QID}, 1, 2);
		// Sub-question 6 is primary followed by 3 secondaries		
		secondaryCheckboxes({QID}, 6, 3);
    });	
</script>]]></question>
    <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/>
   </row>
   <row>
    <qid><![CDATA[27685]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[Q2]]></title>
    <question><![CDATA[This question is simply here to show that relevance and filtering works with the workaround in the question above.]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[count(that.Q1) > 0]]></relevance>
   </row>
   <row>
    <qid><![CDATA[27702]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3612]]></gid>
    <type><![CDATA[X]]></type>
    <title><![CDATA[boilerplate1]]></title>
    <question><![CDATA[Just a placeholder...]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
   </row>
   <row>
    <qid><![CDATA[33202]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[Q3]]></title>
    <question><![CDATA[Select "Option 1" or "Option 4" to have a secondary sets of answers appear. 
<script type="text/javascript" charset="utf-8">	
	$(document).ready(function() {
		// Sub-question 1 is primary followed by 2 secondaries
		secondaryCheckboxes({QID}, 1, 3);
		// Sub-question 6 is primary followed by 3 secondaries		
		secondaryCheckboxes({QID}, 6, 2);
    });	
</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
   </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>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[27681]]></qid>
    <parent_qid><![CDATA[27680]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[4]]></title>
    <question><![CDATA[Option 2]]></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>
   </row>
   <row>
    <qid><![CDATA[27682]]></qid>
    <parent_qid><![CDATA[27680]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[3]]></title>
    <question><![CDATA[Option 1 - secondary choice "b"]]></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>
   </row>
   <row>
    <qid><![CDATA[27683]]></qid>
    <parent_qid><![CDATA[27680]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[1]]></title>
    <question><![CDATA[Option 1]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27684]]></qid>
    <parent_qid><![CDATA[27680]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[2]]></title>
    <question><![CDATA[Option 1 - secondary choice "a"]]></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>
   </row>
   <row>
    <qid><![CDATA[27686]]></qid>
    <parent_qid><![CDATA[27685]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[4]]></title>
    <question><![CDATA[Option 2]]></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>
   </row>
   <row>
    <qid><![CDATA[27687]]></qid>
    <parent_qid><![CDATA[27685]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[3]]></title>
    <question><![CDATA[Option 1 - secondary choice "b"]]></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>
   </row>
   <row>
    <qid><![CDATA[27688]]></qid>
    <parent_qid><![CDATA[27685]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[1]]></title>
    <question><![CDATA[Option 1]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27689]]></qid>
    <parent_qid><![CDATA[27685]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[2]]></title>
    <question><![CDATA[Option 1 - secondary choice "a"]]></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>
   </row>
   <row>
    <qid><![CDATA[27690]]></qid>
    <parent_qid><![CDATA[27685]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[5]]></title>
    <question><![CDATA[Option 3]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27691]]></qid>
    <parent_qid><![CDATA[27685]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[6]]></title>
    <question><![CDATA[Option 4]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27692]]></qid>
    <parent_qid><![CDATA[27685]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[7]]></title>
    <question><![CDATA[Option 4 - secondary choice "a"]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27693]]></qid>
    <parent_qid><![CDATA[27685]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[8]]></title>
    <question><![CDATA[Option 4 - secondary choice "b"]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27694]]></qid>
    <parent_qid><![CDATA[27685]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[9]]></title>
    <question><![CDATA[Option 4 - secondary choice "c"]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27695]]></qid>
    <parent_qid><![CDATA[27685]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[10]]></title>
    <question><![CDATA[Option 5]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27696]]></qid>
    <parent_qid><![CDATA[27680]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[5]]></title>
    <question><![CDATA[Option 3]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27697]]></qid>
    <parent_qid><![CDATA[27680]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[6]]></title>
    <question><![CDATA[Option 4]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27698]]></qid>
    <parent_qid><![CDATA[27680]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[7]]></title>
    <question><![CDATA[Option 4 - secondary choice "a"]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27699]]></qid>
    <parent_qid><![CDATA[27680]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[8]]></title>
    <question><![CDATA[Option 4 - secondary choice "b"]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27700]]></qid>
    <parent_qid><![CDATA[27680]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[9]]></title>
    <question><![CDATA[Option 4 - secondary choice "c"]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[27701]]></qid>
    <parent_qid><![CDATA[27680]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[10]]></title>
    <question><![CDATA[Option 5]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[33203]]></qid>
    <parent_qid><![CDATA[33202]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[9]]></title>
    <question><![CDATA[Option 4]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[33204]]></qid>
    <parent_qid><![CDATA[33202]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[10]]></title>
    <question><![CDATA[Option 5]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[33205]]></qid>
    <parent_qid><![CDATA[33202]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[8]]></title>
    <question><![CDATA[Option 3 - secondary choice "b"]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[33206]]></qid>
    <parent_qid><![CDATA[33202]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[5]]></title>
    <question><![CDATA[Option 2]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[33207]]></qid>
    <parent_qid><![CDATA[33202]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[6]]></title>
    <question><![CDATA[Option 3]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[33208]]></qid>
    <parent_qid><![CDATA[33202]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[7]]></title>
    <question><![CDATA[Option 3 - secondary choice "a"]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[33209]]></qid>
    <parent_qid><![CDATA[33202]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[4]]></title>
    <question><![CDATA[Option 1 - secondary choice "c"]]></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>
   </row>
   <row>
    <qid><![CDATA[33210]]></qid>
    <parent_qid><![CDATA[33202]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[3]]></title>
    <question><![CDATA[Option 1 - secondary choice "b"]]></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>
   </row>
   <row>
    <qid><![CDATA[33211]]></qid>
    <parent_qid><![CDATA[33202]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[1]]></title>
    <question><![CDATA[Option 1]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
   </row>
   <row>
    <qid><![CDATA[33212]]></qid>
    <parent_qid><![CDATA[33202]]></parent_qid>
    <sid><![CDATA[11491]]></sid>
    <gid><![CDATA[3611]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[2]]></title>
    <question><![CDATA[Option 1 - secondary choice "a"]]></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>
   </row>
  </rows>
 </subquestions>
 <question_attributes>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>attribute</fieldname>
   <fieldname>value</fieldname>
   <fieldname>language</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[27685]]></qid>
    <attribute><![CDATA[array_filter]]></attribute>
    <value><![CDATA[Q1]]></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>navigationdelay</fieldname>
   <fieldname>nokeyboard</fieldname>
   <fieldname>alloweditaftercompletion</fieldname>
   <fieldname>googleanalyticsstyle</fieldname>
   <fieldname>googleanalyticsapikey</fieldname>
   <fieldname>questionindex</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[11491]]></sid>
    <admin><![CDATA[Administrator]]></admin>
    <adminemail><![CDATA[example@example.com]]></adminemail>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[G]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[Demo_Secondary_Checkboxes]]></template>
    <language><![CDATA[en]]></language>
    <additional_languages/>
    <datestamp><![CDATA[Y]]></datestamp>
    <usecookie><![CDATA[N]]></usecookie>
    <allowregister><![CDATA[N]]></allowregister>
    <allowsave><![CDATA[Y]]></allowsave>
    <autonumber_start><![CDATA[0]]></autonumber_start>
    <autoredirect><![CDATA[N]]></autoredirect>
    <allowprev><![CDATA[Y]]></allowprev>
    <printanswers><![CDATA[N]]></printanswers>
    <ipaddr><![CDATA[Y]]></ipaddr>
    <refurl><![CDATA[Y]]></refurl>
    <publicstatistics><![CDATA[N]]></publicstatistics>
    <publicgraphs><![CDATA[N]]></publicgraphs>
    <listpublic><![CDATA[Y]]></listpublic>
    <htmlemail><![CDATA[Y]]></htmlemail>
    <sendconfirmation><![CDATA[Y]]></sendconfirmation>
    <tokenanswerspersistence><![CDATA[N]]></tokenanswerspersistence>
    <assessments><![CDATA[N]]></assessments>
    <usecaptcha><![CDATA[D]]></usecaptcha>
    <usetokens><![CDATA[N]]></usetokens>
    <bounce_email><![CDATA[example@example.com]]></bounce_email>
    <attributedescriptions/>
    <emailresponseto/>
    <emailnotificationto/>
    <tokenlength><![CDATA[15]]></tokenlength>
    <showxquestions><![CDATA[Y]]></showxquestions>
    <showgroupinfo><![CDATA[B]]></showgroupinfo>
    <shownoanswer><![CDATA[N]]></shownoanswer>
    <showqnumcode><![CDATA[X]]></showqnumcode>
    <bounceprocessing><![CDATA[N]]></bounceprocessing>
    <bounceaccounttype/>
    <bounceaccounthost/>
    <bounceaccountpass/>
    <bounceaccountencryption/>
    <bounceaccountuser/>
    <showwelcome><![CDATA[N]]></showwelcome>
    <showprogress><![CDATA[Y]]></showprogress>
    <navigationdelay><![CDATA[0]]></navigationdelay>
    <nokeyboard><![CDATA[N]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
    <googleanalyticsstyle><![CDATA[0]]></googleanalyticsstyle>
    <googleanalyticsapikey/>
    <questionindex><![CDATA[0]]></questionindex>
   </row>
  </rows>
 </surveys>
 <surveys_languagesettings>
  <fields>
   <fieldname>surveyls_survey_id</fieldname>
   <fieldname>surveyls_language</fieldname>
   <fieldname>surveyls_title</fieldname>
   <fieldname>surveyls_description</fieldname>
   <fieldname>surveyls_welcometext</fieldname>
   <fieldname>surveyls_endtext</fieldname>
   <fieldname>surveyls_url</fieldname>
   <fieldname>surveyls_urldescription</fieldname>
   <fieldname>surveyls_email_invite_subj</fieldname>
   <fieldname>surveyls_email_invite</fieldname>
   <fieldname>surveyls_email_remind_subj</fieldname>
   <fieldname>surveyls_email_remind</fieldname>
   <fieldname>surveyls_email_register_subj</fieldname>
   <fieldname>surveyls_email_register</fieldname>
   <fieldname>surveyls_email_confirm_subj</fieldname>
   <fieldname>surveyls_email_confirm</fieldname>
   <fieldname>surveyls_dateformat</fieldname>
   <fieldname>surveyls_attributecaptions</fieldname>
   <fieldname>email_admin_notification_subj</fieldname>
   <fieldname>email_admin_notification</fieldname>
   <fieldname>email_admin_responses_subj</fieldname>
   <fieldname>email_admin_responses</fieldname>
   <fieldname>surveyls_numberformat</fieldname>
   <fieldname>attachments</fieldname>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[11491]]></surveyls_survey_id>
    <surveyls_language><![CDATA[en]]></surveyls_language>
    <surveyls_title><![CDATA[Demo - Secondary multiple options]]></surveyls_title>
    <surveyls_description><![CDATA[This survey demonstrates the ability to display a secondary set of answers in a multiple options question if a primary answer is checked.<br />]]></surveyls_description>
    <surveyls_welcometext/>
    <surveyls_endtext><![CDATA[<br />]]></surveyls_endtext>
    <surveyls_url/>
    <surveyls_urldescription/>
    <surveyls_email_invite_subj><![CDATA[Invitation to participate in survey]]></surveyls_email_invite_subj>
    <surveyls_email_invite><![CDATA[Dear {FIRSTNAME},

You have been invited to participate in a survey.

The survey is titled:
"{SURVEYNAME}"

"{SURVEYDESCRIPTION}"

To participate, please click on the link below.

Sincerely,

{ADMINNAME} ({ADMINEMAIL})

----------------------------------------------
Click here to do the survey:
{SURVEYURL}]]></surveyls_email_invite>
    <surveyls_email_remind_subj><![CDATA[Reminder to participate in survey]]></surveyls_email_remind_subj>
    <surveyls_email_remind><![CDATA[Dear {FIRSTNAME},

Recently we invited you to participate in a survey.

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.

The survey is titled:
"{SURVEYNAME}"

"{SURVEYDESCRIPTION}"

To participate, please click on the link below.

Sincerely,

{ADMINNAME} ({ADMINEMAIL})

----------------------------------------------
Click here to do the survey:
{SURVEYURL}]]></surveyls_email_remind>
    <surveyls_email_register_subj><![CDATA[Survey registration confirmation]]></surveyls_email_register_subj>
    <surveyls_email_register><![CDATA[Dear {FIRSTNAME},

You, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.

To complete this survey, click on the following URL:

{SURVEYURL}

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 completed survey]]></surveyls_email_confirm_subj>
    <surveyls_email_confirm><![CDATA[Dear {FIRSTNAME},

This email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.

If you have any further questions about this email, please contact {ADMINNAME} at {ADMINEMAIL}.

Sincerely,

{ADMINNAME}]]></surveyls_email_confirm>
    <surveyls_dateformat><![CDATA[1]]></surveyls_dateformat>
    <email_admin_notification_subj><![CDATA[Response submission for survey {SURVEYNAME}]]></email_admin_notification_subj>
    <email_admin_notification><![CDATA[Hello,

A new response was submitted for your survey '{SURVEYNAME}'.

Click the following link to reload the survey:
{RELOADURL}

Click the following link to see the individual response:
{VIEWRESPONSEURL}

Click the following link to edit the individual response:
{EDITRESPONSEURL}

View statistics by clicking here:
{STATISTICSURL}]]></email_admin_notification>
    <email_admin_responses_subj><![CDATA[Hello,

A new response was submitted for your survey '{SURVEYNAME}'.

Click the following link to reload the survey:
{RELOADURL}

Click the following link to see the individual response:
{VIEWRESPONSEURL}

Click the following link to edit the individual r]]></email_admin_responses_subj>
    <email_admin_responses><![CDATA[Hello,

A new response was submitted for your survey '{SURVEYNAME}'.

Click the following link to reload the survey:
{RELOADURL}

Click the following link to see the individual response:
{VIEWRESPONSEURL}

Click the following link to edit the individual response:
{EDITRESPONSEURL}

View statistics by clicking here:
{STATISTICSURL}


The following answers were given by the participant:
{ANSWERTABLE}]]></email_admin_responses>
    <surveyls_numberformat><![CDATA[0]]></surveyls_numberformat>
   </row>
  </rows>
 </surveys_languagesettings>
</document>
