<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>359</DBVersion>
 <languages>
  <language>zh-Hans</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[834]]></gid>
    <sid><![CDATA[552546]]></sid>
    <group_name><![CDATA[Q]]></group_name>
    <group_order><![CDATA[1]]></group_order>
    <description/>
    <language><![CDATA[zh-Hans]]></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[15686]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[A9]]></title>
    <question><![CDATA[<p style="margin-bottom:10pt"><span style="font-size:18px;"><span style="line-height:114%"><span style="font-family:Calibri"><span style="font-family:微软雅黑"><span style="color:#000000"><font face="微软雅黑">下面是描写防脱发或生发类产品的形容词，请问您认为每句适合形容哪些品牌，即使您没有使用过其中的一些品牌，您也可以根据自己的印象做出选择。</font></span></span></span></span></span></p>
<script type="text/javascript" charset="utf-8">
	$(document).ready(function() {
		// Call the exclude function using question ID
		excludeOpt({QID});
	});
   
	// A function to make the last option in each array row exclusive
	function excludeOpt (qID) {
	   
		var thisQuestion = $('#question'+qID)

		// Add some classes to the checkbox cells
		$('td.checkbox-item', thisQuestion).addClass('normal-item');
		$('tr.subquestion-list', thisQuestion).each(function(i) {
			$('.normal-item:last', this).removeClass('normal-item').addClass('exlusive-item')
		});

		// A listener on the checkboxes
		$('input[type="checkbox"]', thisQuestion).on('change', function (event) {
			handleExclusive($(this).closest('td'));
		});
		
		function handleExclusive(thisCell) {
			   
			var thisRow = $(thisCell).closest('tr');

			// Uncheck the appropriate boxes in a row
			if ($(thisCell).hasClass('normal-item')) {
				$('.exlusive-item input[type="checkbox"]', thisRow).prop('checked', false);
			}
			else {
				$('.normal-item input[type="checkbox"]', thisRow).prop('checked', false);
			}
				
			// Check conditions (relevance)
			$('td.checkbox-item', thisRow).each(function(i) {
				var thisValue = '';
				if($('input[type="checkbox"]', this).is(':checked')) {
					thisValue = 1;
				}
				var thisSGQA = $('input[type="checkbox"]', this).attr('id').replace(/cbox_/, '');
				 
				$('input[type="hidden"]', this).attr('value', thisValue);
				fixnum_checkconditions(thisValue, thisSGQA, 'hidden');
			});
		}
	}
</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[0]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
  </rows>
 </questions>
 <subquestions>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>parent_qid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>gid</fieldname>
   <fieldname>type</fieldname>
   <fieldname>title</fieldname>
   <fieldname>question</fieldname>
   <fieldname>preg</fieldname>
   <fieldname>help</fieldname>
   <fieldname>other</fieldname>
   <fieldname>mandatory</fieldname>
   <fieldname>question_order</fieldname>
   <fieldname>language</fieldname>
   <fieldname>scale_id</fieldname>
   <fieldname>same_default</fieldname>
   <fieldname>relevance</fieldname>
   <fieldname>modulename</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[15687]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[1]]></title>
    <question><![CDATA[时尚的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15688]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[2]]></title>
    <question><![CDATA[青春的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15689]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[3]]></title>
    <question><![CDATA[可信赖的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15690]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[4]]></title>
    <question><![CDATA[专业的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15691]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[5]]></title>
    <question><![CDATA[亲切的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15692]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[6]]></title>
    <question><![CDATA[健康的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15693]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[7]]></title>
    <question><![CDATA[传统的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15694]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[8]]></title>
    <question><![CDATA[男性化的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15695]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[9]]></title>
    <question><![CDATA[女性化的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15696]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[10]]></title>
    <question><![CDATA[中性化的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15697]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[11]]></title>
    <question><![CDATA[有口碑的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15698]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[12]]></title>
    <question><![CDATA[高端的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[12]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15699]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[13]]></title>
    <question><![CDATA[经典的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[13]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15700]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[14]]></title>
    <question><![CDATA[老派的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[14]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15701]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[15]]></title>
    <question><![CDATA[国际化的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[15]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15702]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[16]]></title>
    <question><![CDATA[疗效快的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[16]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15703]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[17]]></title>
    <question><![CDATA[效果好的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[17]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15704]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[18]]></title>
    <question><![CDATA[安全的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[18]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15705]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[19]]></title>
    <question><![CDATA[使用方便的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[19]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15706]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[20]]></title>
    <question><![CDATA[价格合理的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[20]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15707]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[21]]></title>
    <question><![CDATA[技术水平高的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[21]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15708]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[22]]></title>
    <question><![CDATA[绿色天然的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[22]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15709]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[23]]></title>
    <question><![CDATA[广告宣传多的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[23]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15710]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[24]]></title>
    <question><![CDATA[购买方便的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[24]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15711]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[25]]></title>
    <question><![CDATA[创新的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[25]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15712]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[26]]></title>
    <question><![CDATA[专业性强的]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[26]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15713]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[1]]></title>
    <question><![CDATA[{A1_1.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15714]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[2]]></title>
    <question><![CDATA[{A1_2.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15715]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[3]]></title>
    <question><![CDATA[{A1_3.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15716]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[4]]></title>
    <question><![CDATA[{A1_4.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15717]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[5]]></title>
    <question><![CDATA[{A1_5.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15718]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[6]]></title>
    <question><![CDATA[{A1_6.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15719]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[7]]></title>
    <question><![CDATA[{A1_7.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15720]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[8]]></title>
    <question><![CDATA[{A1_8.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15721]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[9]]></title>
    <question><![CDATA[{A1_9.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15722]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[10]]></title>
    <question><![CDATA[{A1_10.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15723]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[11]]></title>
    <question><![CDATA[{A1_11.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15724]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[12]]></title>
    <question><![CDATA[{A1_12.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[12]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15725]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[13]]></title>
    <question><![CDATA[{A1_13.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[13]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15726]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[14]]></title>
    <question><![CDATA[{A1_14.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[14]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15727]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[15]]></title>
    <question><![CDATA[{A1_15.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[15]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15728]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[16]]></title>
    <question><![CDATA[{A1_16.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[16]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15729]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[17]]></title>
    <question><![CDATA[{A1_17.shown}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[17]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15730]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[other]]></title>
    <question><![CDATA[{A1_other}]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[18]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[15731]]></qid>
    <parent_qid><![CDATA[15686]]></parent_qid>
    <sid><![CDATA[552546]]></sid>
    <gid><![CDATA[834]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[19]]></title>
    <question><![CDATA[不清楚]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[19]]></question_order>
    <language><![CDATA[zh-Hans]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <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[15686]]></qid>
    <attribute><![CDATA[answer_width]]></attribute>
    <value><![CDATA[5]]></value>
   </row>
   <row>
    <qid><![CDATA[15686]]></qid>
    <attribute><![CDATA[multiflexible_checkbox]]></attribute>
    <value><![CDATA[1]]></value>
   </row>
   <row>
    <qid><![CDATA[15686]]></qid>
    <attribute><![CDATA[random_order]]></attribute>
    <value><![CDATA[1]]></value>
   </row>
   <row>
    <qid><![CDATA[15686]]></qid>
    <attribute><![CDATA[repeat_headings]]></attribute>
    <value><![CDATA[10]]></value>
   </row>
  </rows>
 </question_attributes>
 <surveys>
  <fields>
   <fieldname>sid</fieldname>
   <fieldname>gsid</fieldname>
   <fieldname>admin</fieldname>
   <fieldname>expires</fieldname>
   <fieldname>startdate</fieldname>
   <fieldname>adminemail</fieldname>
   <fieldname>anonymized</fieldname>
   <fieldname>faxto</fieldname>
   <fieldname>format</fieldname>
   <fieldname>savetimings</fieldname>
   <fieldname>template</fieldname>
   <fieldname>language</fieldname>
   <fieldname>additional_languages</fieldname>
   <fieldname>datestamp</fieldname>
   <fieldname>usecookie</fieldname>
   <fieldname>allowregister</fieldname>
   <fieldname>allowsave</fieldname>
   <fieldname>autonumber_start</fieldname>
   <fieldname>autoredirect</fieldname>
   <fieldname>allowprev</fieldname>
   <fieldname>printanswers</fieldname>
   <fieldname>ipaddr</fieldname>
   <fieldname>refurl</fieldname>
   <fieldname>showsurveypolicynotice</fieldname>
   <fieldname>publicstatistics</fieldname>
   <fieldname>publicgraphs</fieldname>
   <fieldname>listpublic</fieldname>
   <fieldname>htmlemail</fieldname>
   <fieldname>sendconfirmation</fieldname>
   <fieldname>tokenanswerspersistence</fieldname>
   <fieldname>assessments</fieldname>
   <fieldname>usecaptcha</fieldname>
   <fieldname>usetokens</fieldname>
   <fieldname>bounce_email</fieldname>
   <fieldname>attributedescriptions</fieldname>
   <fieldname>emailresponseto</fieldname>
   <fieldname>emailnotificationto</fieldname>
   <fieldname>tokenlength</fieldname>
   <fieldname>showxquestions</fieldname>
   <fieldname>showgroupinfo</fieldname>
   <fieldname>shownoanswer</fieldname>
   <fieldname>showqnumcode</fieldname>
   <fieldname>bouncetime</fieldname>
   <fieldname>bounceprocessing</fieldname>
   <fieldname>bounceaccounttype</fieldname>
   <fieldname>bounceaccounthost</fieldname>
   <fieldname>bounceaccountpass</fieldname>
   <fieldname>bounceaccountencryption</fieldname>
   <fieldname>bounceaccountuser</fieldname>
   <fieldname>showwelcome</fieldname>
   <fieldname>showprogress</fieldname>
   <fieldname>questionindex</fieldname>
   <fieldname>navigationdelay</fieldname>
   <fieldname>nokeyboard</fieldname>
   <fieldname>alloweditaftercompletion</fieldname>
   <fieldname>googleanalyticsstyle</fieldname>
   <fieldname>googleanalyticsapikey</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[552546]]></sid>
    <gsid><![CDATA[1]]></gsid>
    <admin><![CDATA[DCQ]]></admin>
    <adminemail><![CDATA[admin@y-s-x.com]]></adminemail>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[G]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[fruity]]></template>
    <language><![CDATA[zh-Hans]]></language>
    <additional_languages/>
    <datestamp><![CDATA[N]]></datestamp>
    <usecookie><![CDATA[N]]></usecookie>
    <allowregister><![CDATA[N]]></allowregister>
    <allowsave><![CDATA[Y]]></allowsave>
    <autonumber_start><![CDATA[5]]></autonumber_start>
    <autoredirect><![CDATA[N]]></autoredirect>
    <allowprev><![CDATA[N]]></allowprev>
    <printanswers><![CDATA[N]]></printanswers>
    <ipaddr><![CDATA[N]]></ipaddr>
    <refurl><![CDATA[N]]></refurl>
    <showsurveypolicynotice><![CDATA[0]]></showsurveypolicynotice>
    <publicstatistics><![CDATA[N]]></publicstatistics>
    <publicgraphs><![CDATA[N]]></publicgraphs>
    <listpublic><![CDATA[N]]></listpublic>
    <htmlemail><![CDATA[Y]]></htmlemail>
    <sendconfirmation><![CDATA[Y]]></sendconfirmation>
    <tokenanswerspersistence><![CDATA[N]]></tokenanswerspersistence>
    <assessments><![CDATA[N]]></assessments>
    <usecaptcha><![CDATA[N]]></usecaptcha>
    <usetokens><![CDATA[N]]></usetokens>
    <bounce_email><![CDATA[admin@y-s-x.com]]></bounce_email>
    <emailresponseto/>
    <emailnotificationto/>
    <tokenlength><![CDATA[15]]></tokenlength>
    <showxquestions><![CDATA[N]]></showxquestions>
    <showgroupinfo><![CDATA[B]]></showgroupinfo>
    <shownoanswer><![CDATA[N]]></shownoanswer>
    <showqnumcode><![CDATA[X]]></showqnumcode>
    <bounceprocessing><![CDATA[N]]></bounceprocessing>
    <showwelcome><![CDATA[N]]></showwelcome>
    <showprogress><![CDATA[Y]]></showprogress>
    <questionindex><![CDATA[0]]></questionindex>
    <navigationdelay><![CDATA[0]]></navigationdelay>
    <nokeyboard><![CDATA[N]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
    <googleanalyticsstyle/>
    <googleanalyticsapikey><![CDATA[9999useGlobal9999]]></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_policy_notice</fieldname>
   <fieldname>surveyls_policy_error</fieldname>
   <fieldname>surveyls_policy_notice_label</fieldname>
   <fieldname>surveyls_url</fieldname>
   <fieldname>surveyls_urldescription</fieldname>
   <fieldname>surveyls_email_invite_subj</fieldname>
   <fieldname>surveyls_email_invite</fieldname>
   <fieldname>surveyls_email_remind_subj</fieldname>
   <fieldname>surveyls_email_remind</fieldname>
   <fieldname>surveyls_email_register_subj</fieldname>
   <fieldname>surveyls_email_register</fieldname>
   <fieldname>surveyls_email_confirm_subj</fieldname>
   <fieldname>surveyls_email_confirm</fieldname>
   <fieldname>surveyls_dateformat</fieldname>
   <fieldname>surveyls_attributecaptions</fieldname>
   <fieldname>email_admin_notification_subj</fieldname>
   <fieldname>email_admin_notification</fieldname>
   <fieldname>email_admin_responses_subj</fieldname>
   <fieldname>email_admin_responses</fieldname>
   <fieldname>surveyls_numberformat</fieldname>
   <fieldname>attachments</fieldname>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[552546]]></surveyls_survey_id>
    <surveyls_language><![CDATA[zh-Hans]]></surveyls_language>
    <surveyls_title><![CDATA[B9A9]]></surveyls_title>
    <surveyls_description/>
    <surveyls_welcometext/>
    <surveyls_endtext/>
    <surveyls_url/>
    <surveyls_urldescription/>
    <surveyls_email_invite_subj><![CDATA[参加调查的邀请]]></surveyls_email_invite_subj>
    <surveyls_email_invite><![CDATA[您好， {FIRSTNAME},<br />
<br />
现邀请您参加一个调查。<br />
<br />
该调查的名字为：<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
确认参加，请点击下面的连接。<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
点击此处做调查：<br />
{SURVEYURL}<br />
<br />
如果您不想参与本调查，并且不再希望接收邀请，请点击下面链接：<br />
{OPTOUTURL}<br />
<br />
如果您被列入了黑名单并想参与本调查、希望能接收到邀请的话，请点击下面链接：<br />
{OPTOUTURL}]]></surveyls_email_invite>
    <surveyls_email_remind_subj><![CDATA[提请参加调查]]></surveyls_email_remind_subj>
    <surveyls_email_remind><![CDATA[您好， {FIRSTNAME},<br />
<br />
最近我们邀请您参加一项调查。<br />
<br />
我们注意到您尚未完成这项调查，如果您想参与的话，该项调查还在进行中。<br />
<br />
调查标题：<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
确认参加，请点击下面的链接。<br />
<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
点击这里做调查：<br />
{SURVEYURL}<br />
<br />
如果您不想参与本调查，并且不再希望接收邀请，请点击下面链接：<br />
{OPTOUTURL}]]></surveyls_email_remind>
    <surveyls_email_register_subj><![CDATA[调查注册确认]]></surveyls_email_register_subj>
    <surveyls_email_register><![CDATA[您好 {FIRSTNAME},<br />
<br />
您或者其他人用您的邮件地址注册参与了名为{SURVEYNAME}的在线调查。<br />
<br />
要完成这个调查，请点击下面的URL:<br />
<br />
{SURVEYURL}<br />
<br />
如果您有其他问题，或者您没有注册参与并认为这封邮件有误，请通过{ADMINEMAIL}联系{ADMINNAME}。]]></surveyls_email_register>
    <surveyls_email_confirm_subj><![CDATA[确认参加调查]]></surveyls_email_confirm_subj>
    <surveyls_email_confirm><![CDATA[您好 {FIRSTNAME},<br />
<br />
这封邮件是为了确认您已经完成了名为{SURVEYNAME}的调查，您的反馈已经被保存。感谢参与。<br />
<br />
如果您对这封邮件有任何问题，请 通过{ADMINEMAIL}联系 {ADMINNAME}.<br />
<br />
<br />
{ADMINNAME}]]></surveyls_email_confirm>
    <surveyls_dateformat><![CDATA[1]]></surveyls_dateformat>
    <email_admin_notification_subj><![CDATA[调查反馈提交{SURVEYNAME}]]></email_admin_notification_subj>
    <email_admin_notification><![CDATA[您好,<br />
 <br />
 有一份新的反馈已提交至您的问卷调查 '{SURVEYNAME}'.<br />
 <br />
<br />
 <br />
点击以下链接查看详情:<br />
 {VIEWRESPONSEURL}<br />
 <br />
<br />
 <br />
点击以下链接编辑详情回复:<br />
{EDITRESPONSEURL}<br />
 <br />
<br />
查看统计信息以点击此处:<br />
<br />
 {STATISTICSURL}]]></email_admin_notification>
    <email_admin_responses_subj><![CDATA[带结果的调查反馈提交{SURVEYNAME}]]></email_admin_responses_subj>
    <email_admin_responses><![CDATA[您好，<br />
<br />
有一个新反馈已提交至您的问卷调查 '{SURVEYNAME}'.<br />
<br />
点击下面链接查看回答详情:<br />
{VIEWRESPONSEURL}<br />
<br />
 <br />
点击下面链接编辑回答详情:<br />
 {EDITRESPONSEURL}<br />
 <br />
<br />
查看统计信息点击此处:<br />
 {STATISTICSURL}<br />
 <br />
<br />
 <br />
 以下回答由参与者提供:<br />
 {ANSWERTABLE}]]></email_admin_responses>
    <surveyls_numberformat><![CDATA[0]]></surveyls_numberformat>
   </row>
  </rows>
 </surveys_languagesettings>
 <themes>
  <theme>
   <sid>552546</sid>
   <template_name>fruity</template_name>
   <config>
    <options>
     <ajaxmode>inherit</ajaxmode>
     <brandlogo>inherit</brandlogo>
     <brandlogofile>inherit</brandlogofile>
     <container>inherit</container>
     <backgroundimage>inherit</backgroundimage>
     <backgroundimagefile>inherit</backgroundimagefile>
     <animatebody>inherit</animatebody>
     <bodyanimation>inherit</bodyanimation>
     <bodyanimationduration>1.0</bodyanimationduration>
     <animatequestion>inherit</animatequestion>
     <questionanimation>inherit</questionanimation>
     <questionanimationduration>1.0</questionanimationduration>
     <animatealert>inherit</animatealert>
     <alertanimation>inherit</alertanimation>
     <alertanimationduration>1.0</alertanimationduration>
     <font>inherit</font>
     <bodybackgroundcolor>inherit</bodybackgroundcolor>
     <fontcolor>inherit</fontcolor>
     <questionbackgroundcolor>inherit</questionbackgroundcolor>
     <questionborder>inherit</questionborder>
     <questioncontainershadow>inherit</questioncontainershadow>
     <checkicon>inherit</checkicon>
     <animatecheckbox>inherit</animatecheckbox>
     <checkboxanimation>inherit</checkboxanimation>
     <checkboxanimationduration>0.5</checkboxanimationduration>
     <animateradio>inherit</animateradio>
     <radioanimation>inherit</radioanimation>
     <radioanimationduration>0.3</radioanimationduration>
     <zebrastriping>inherit</zebrastriping>
     <stickymatrixheaders>inherit</stickymatrixheaders>
     <greyoutselected>inherit</greyoutselected>
     <hideprivacyinfo>inherit</hideprivacyinfo>
     <crosshover>inherit</crosshover>
     <showpopups>inherit</showpopups>
    </options>
   </config>
  </theme>
 </themes>
 <themes_inherited>
  <theme>
   <sid>552546</sid>
   <template_name>fruity</template_name>
   <config>
    <options>
     <ajaxmode>off</ajaxmode>
     <brandlogo>on</brandlogo>
     <brandlogofile>./files/logo.png</brandlogofile>
     <container>on</container>
     <backgroundimage>off</backgroundimage>
     <animatebody>off</animatebody>
     <bodyanimation>fadeInRight</bodyanimation>
     <bodyanimationduration>1.0</bodyanimationduration>
     <animatequestion>off</animatequestion>
     <questionanimation>flipInX</questionanimation>
     <questionanimationduration>1.0</questionanimationduration>
     <animatealert>off</animatealert>
     <alertanimation>shake</alertanimation>
     <alertanimationduration>1.0</alertanimationduration>
     <font>noto</font>
     <bodybackgroundcolor>#ffffff</bodybackgroundcolor>
     <fontcolor>#444444</fontcolor>
     <questionbackgroundcolor>#ffffff</questionbackgroundcolor>
     <questionborder>on</questionborder>
     <questioncontainershadow>on</questioncontainershadow>
     <checkicon>f00c</checkicon>
     <animatecheckbox>on</animatecheckbox>
     <checkboxanimation>rubberBand</checkboxanimation>
     <checkboxanimationduration>0.5</checkboxanimationduration>
     <animateradio>on</animateradio>
     <radioanimation>zoomIn</radioanimation>
     <radioanimationduration>0.3</radioanimationduration>
     <zebrastriping>off</zebrastriping>
     <stickymatrixheaders>off</stickymatrixheaders>
     <greyoutselected>off</greyoutselected>
     <hideprivacyinfo>off</hideprivacyinfo>
     <crosshover>off</crosshover>
     <showpopups>1</showpopups>
    </options>
   </config>
  </theme>
 </themes_inherited>
</document>
