<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>496</DBVersion>
 <languages>
  <language>fr</language>
 </languages>
 <groups>
  <fields>
   <fieldname>gid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>group_order</fieldname>
   <fieldname>randomization_group</fieldname>
   <fieldname>grelevance</fieldname>
  </fields>
  <rows>
   <row>
    <gid><![CDATA[321]]></gid>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[0]]></group_order>
    <randomization_group/>
    <grelevance><![CDATA[1]]></grelevance>
   </row>
   <row>
    <gid><![CDATA[324]]></gid>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[1]]></group_order>
    <randomization_group/>
    <grelevance/>
   </row>
   <row>
    <gid><![CDATA[325]]></gid>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[3]]></group_order>
    <randomization_group/>
    <grelevance/>
   </row>
  </rows>
 </groups>
 <group_l10ns>
  <fields>
   <fieldname>id</fieldname>
   <fieldname>gid</fieldname>
   <fieldname>group_name</fieldname>
   <fieldname>description</fieldname>
   <fieldname>language</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>group_order</fieldname>
   <fieldname>randomization_group</fieldname>
   <fieldname>grelevance</fieldname>
  </fields>
  <rows>
   <row>
    <id><![CDATA[264]]></id>
    <gid><![CDATA[321]]></gid>
    <group_name><![CDATA[Identités des personnes concernées]]></group_name>
    <description><![CDATA[<script type="text/javascript" charset="utf-8">
  
  if (typeof jQuery === 'undefined') {
  console.error('jQuery n\'est pas disponible sur cette page');
} else {
  jQuery(document).ready(function($) {
        
      $('button[type="submit"]').on('click', function() {
       
        all_childs_names = [];
        base_name = 'answer737167X321X11442CHI0'
        i = 1;
        while (i <= 50)
        {
          name = base_name;
          if (i < 10)
          {
            name = name + '0';
          }

          name = name + i.toString();
          name = name + '_IDENT'
          fname = name + '02';
          lname = name + '01';

          if (document.getElementById(fname).value != "")
          {
            console.log(document.getElementById(lname).value + ' ' + document.getElementById(fname).value);
            all_childs_names.push(document.getElementById(lname).value + ' ' + document.getElementById(fname).value);
          }

          console.log(fname)
          console.log(lname)
          console.log(all_childs_names.length)

          i = i + 1;
        }


        num1 = Math.floor(Math.random() * all_childs_names.length);
        num2 = Math.floor(Math.random() * all_childs_names.length);
        while (num2 == num1)
        {
          num2 = Math.floor(Math.random() * all_childs_names.length);
        }
        console.log('HERE1');
        console.log(num1);
        console.log(num2);

        document.cookie = 'cookie1=' + encodeURIComponent(all_childs_names[num1]) + '; path=/';
        document.cookie = 'cookie2=' + encodeURIComponent(all_childs_names[num2]) + '; path=/';
        console.log(all_childs_names[num1]);
        console.log(all_childs_names[num2]);
        });
    });
   }
</script>]]></description>
    <language><![CDATA[fr]]></language>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[0]]></group_order>
    <randomization_group/>
    <grelevance><![CDATA[1]]></grelevance>
   </row>
   <row>
    <id><![CDATA[267]]></id>
    <gid><![CDATA[324]]></gid>
    <group_name><![CDATA[__NUM1__]]></group_name>
    <description><![CDATA[<script type="text/javascript" charset="utf-8">
  if (typeof jQuery === 'undefined') {
  console.error('jQuery n\'est pas disponible sur cette page');
} else {
  jQuery(document).ready(function($) {
    function getCookieValue(cookieName)
    {
      var cookies = document.cookie.split(';');
      for (var i = 0; i < cookies.length; i++)
      {
        var cookie = cookies[i].trim();
        if (cookie.indexOf(cookieName) === 0)
        {
          return decodeURIComponent(cookie.substring(cookieName.length + 1));
        }
      }
      return null;
    }
    var cookie1 = getCookieValue('cookie1');
    
    console.log(cookie1)
    console.log('HELLOWORLD')
    
    var titleElements = document.querySelectorAll('.group-title');
    var inputElement = document.getElementById('answer737167X324X11608COOKIE1');
    var inputValue = inputElement.value;
    
    for (var i = 0; i < titleElements.length; i++)  {
      var titleElement = titleElements[i];
      var titleText = titleElement.innerHTML;
      
      titleText = titleText.replace('__NUM1__', cookie1)
      
      titleElement.innerHTML = titleText;
      }
    
    if(inputElement)  {
      inputElement.value = cookie1;
      inputElement.disabled = true;
      inputElement.style.fontSize = '16px'
      inputElement.style.fontWeight = 'bold';
      inputElement.style.color = 'black';
      }
  });
}
</script>]]></description>
    <language><![CDATA[fr]]></language>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[1]]></group_order>
    <randomization_group/>
    <grelevance/>
   </row>
   <row>
    <id><![CDATA[268]]></id>
    <gid><![CDATA[325]]></gid>
    <group_name><![CDATA[__NUM2__]]></group_name>
    <description><![CDATA[<script type="text/javascript" charset="utf-8">
  if (typeof jQuery === 'undefined') {
  console.error('jQuery n\'est pas disponible sur cette page');
} else {
  jQuery(document).ready(function($) {
    function getCookieValue(cookieName)
    {
      var cookies = document.cookie.split(';');
      for (var i = 0; i < cookies.length; i++)
      {
        var cookie = cookies[i].trim();
        if (cookie.indexOf(cookieName) === 0)
        {
          return decodeURIComponent(cookie.substring(cookieName.length + 1));
        }
      }
      return null;
    }
    var cookie2 = getCookieValue('cookie2');
    
    console.log(cookie2)
    console.log('HELLOWORLD2')
    
    var titleElements = document.querySelectorAll('.group-title');
    var inputElement = document.getElementById('answer737167X325X11664COOKIE2');
    var inputValue = inputElement.value;
    
    for (var i = 0; i < titleElements.length; i++)  {
      var titleElement = titleElements[i];
      var titleText = titleElement.innerHTML;
      
      titleText = titleText.replace('__NUM2__', cookie2)
      
      titleElement.innerHTML = titleText;
      }
    
    if(inputElement)  {
      inputElement.value = cookie2;
      inputElement.disabled = true;
      inputElement.style.fontSize = '16px'
      inputElement.style.fontWeight = 'bold';
      inputElement.style.color = 'black';
      }
  });
}
</script>]]></description>
    <language><![CDATA[fr]]></language>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[3]]></group_order>
    <randomization_group/>
    <grelevance/>
   </row>
  </rows>
 </group_l10ns>
 <questions>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>parent_qid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>gid</fieldname>
   <fieldname>type</fieldname>
   <fieldname>title</fieldname>
   <fieldname>preg</fieldname>
   <fieldname>other</fieldname>
   <fieldname>mandatory</fieldname>
   <fieldname>question_order</fieldname>
   <fieldname>scale_id</fieldname>
   <fieldname>same_default</fieldname>
   <fieldname>relevance</fieldname>
   <fieldname>modulename</fieldname>
   <fieldname>encrypted</fieldname>
   <fieldname>question_theme_name</fieldname>
   <fieldname>same_script</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[11442]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[Q1]]></title>
    <preg/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[arrays/texts]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[324]]></gid>
    <type><![CDATA[Q]]></type>
    <title><![CDATA[Q7]]></title>
    <preg/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[inputondemand]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[325]]></gid>
    <type><![CDATA[Q]]></type>
    <title><![CDATA[Q14]]></title>
    <preg/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[inputondemand]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </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>preg</fieldname>
   <fieldname>other</fieldname>
   <fieldname>mandatory</fieldname>
   <fieldname>question_order</fieldname>
   <fieldname>scale_id</fieldname>
   <fieldname>same_default</fieldname>
   <fieldname>relevance</fieldname>
   <fieldname>modulename</fieldname>
   <fieldname>encrypted</fieldname>
   <fieldname>question_theme_name</fieldname>
   <fieldname>same_script</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[11609]]></qid>
    <parent_qid><![CDATA[11608]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[324]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COOKIE1]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[0]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11612]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI001]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[0]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11613]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI002]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11614]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI003]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11615]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI004]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[3]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11616]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI005]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[4]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11617]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI006]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11618]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI007]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[6]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11619]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI008]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[7]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11620]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI009]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[8]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11621]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI010]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[9]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11622]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI011]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[10]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11623]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI012]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[11]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11624]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI013]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[12]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11625]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI014]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[13]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11626]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI015]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[14]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11627]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI016]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[15]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11628]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI017]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[16]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11629]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI018]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[17]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11630]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI019]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[18]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11631]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI020]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[19]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11632]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI021]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[20]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11633]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI022]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[21]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11634]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI023]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[22]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11635]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI024]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[23]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11636]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI025]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[24]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11637]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI026]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[25]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11638]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI027]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[26]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11639]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI028]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[27]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11640]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI029]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[28]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11641]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI030]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[29]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11642]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI031]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[30]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11643]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI032]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[31]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11644]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI033]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[32]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11645]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI034]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[33]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11646]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI035]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[34]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11647]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI036]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[35]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11648]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI037]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[36]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11649]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI038]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[37]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11650]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI039]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[38]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11651]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI040]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[39]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11652]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI041]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[40]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11653]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI042]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[41]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11654]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI043]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[42]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11655]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI044]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[43]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11656]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI045]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[44]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11657]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI046]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[45]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11658]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI047]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[46]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11659]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI048]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[47]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11660]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI049]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[48]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11661]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[CHI050]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[49]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11662]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[IDENT01]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[50]]></question_order>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11663]]></qid>
    <parent_qid><![CDATA[11442]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[321]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[IDENT02]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[51]]></question_order>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[11665]]></qid>
    <parent_qid><![CDATA[11664]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[325]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COOKIE2]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[0]]></question_order>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <encrypted><![CDATA[N]]></encrypted>
    <question_theme_name><![CDATA[longfreetext]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
  </rows>
 </subquestions>
 <question_l10ns>
  <fields>
   <fieldname>id</fieldname>
   <fieldname>qid</fieldname>
   <fieldname>question</fieldname>
   <fieldname>help</fieldname>
   <fieldname>language</fieldname>
   <fieldname>script</fieldname>
  </fields>
  <rows>
   <row>
    <id><![CDATA[10057]]></id>
    <qid><![CDATA[11442]]></qid>
    <question><![CDATA[<strong>Veuillez décliner l'identité des personnes concernées par des ateliers, en renseignant leur nom et prénom dans le tableau ci-dessous :</strong> <script type="text/javascript" charset="utf-8">
if (typeof jQuery === 'undefined') {
	console.error('jQuery n\'est pas disponible sur cette page');
	} else {
		jQuery(document).ready(function($) {
			$(document).ready(function() {
				
				$("table.ls-answers tbody tr:gt(9)").hide();
				
				$("<button>")
				
				.text("Afficher plus de lignes")
				.insertAfter("table.ls-answers")
				.on("click", function(e) {
					e.preventDefault();
					var $nextRow = $("table.ls-answers tbody tr:not(:visible):first");
					if ($nextRow.length) {
						$nextRow.show();
						}
						
						if ($("table.ls-answers tbody tr:not(:visible)").length === 0) {
							$(this).addClass("disabled").attr("disabled", true);
                        }
                });
            });
        });
    };
			
</script>]]></question>
    <help><![CDATA[<p>Ces données nominatives permettront de contrôler les éventuelles informations redondantes........................................................</p>

<p>Pour respecter le secret professionnel, elles seront anonymisées ultérieurement.</p>
]]></help>
    <language><![CDATA[fr]]></language>
    <script/>
   </row>
   <row>
    <id><![CDATA[10223]]></id>
    <qid><![CDATA[11608]]></qid>
    <question><![CDATA[<strong>La personne concernée par les questions suivantes est :</strong>]]></question>
    <help/>
    <language><![CDATA[fr]]></language>
    <script/>
   </row>
   <row>
    <id><![CDATA[10224]]></id>
    <qid><![CDATA[11609]]></qid>
    <question/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10227]]></id>
    <qid><![CDATA[11612]]></qid>
    <question><![CDATA[1]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10228]]></id>
    <qid><![CDATA[11613]]></qid>
    <question><![CDATA[2]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10229]]></id>
    <qid><![CDATA[11614]]></qid>
    <question><![CDATA[3]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10230]]></id>
    <qid><![CDATA[11615]]></qid>
    <question><![CDATA[4]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10231]]></id>
    <qid><![CDATA[11616]]></qid>
    <question><![CDATA[5]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10232]]></id>
    <qid><![CDATA[11617]]></qid>
    <question><![CDATA[6]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10233]]></id>
    <qid><![CDATA[11618]]></qid>
    <question><![CDATA[7]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10234]]></id>
    <qid><![CDATA[11619]]></qid>
    <question><![CDATA[8]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10235]]></id>
    <qid><![CDATA[11620]]></qid>
    <question><![CDATA[9]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10236]]></id>
    <qid><![CDATA[11621]]></qid>
    <question><![CDATA[10]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10237]]></id>
    <qid><![CDATA[11622]]></qid>
    <question><![CDATA[11]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10238]]></id>
    <qid><![CDATA[11623]]></qid>
    <question><![CDATA[12]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10239]]></id>
    <qid><![CDATA[11624]]></qid>
    <question><![CDATA[13]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10240]]></id>
    <qid><![CDATA[11625]]></qid>
    <question><![CDATA[14]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10241]]></id>
    <qid><![CDATA[11626]]></qid>
    <question><![CDATA[15]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10242]]></id>
    <qid><![CDATA[11627]]></qid>
    <question><![CDATA[16]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10243]]></id>
    <qid><![CDATA[11628]]></qid>
    <question><![CDATA[17]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10244]]></id>
    <qid><![CDATA[11629]]></qid>
    <question><![CDATA[18]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10245]]></id>
    <qid><![CDATA[11630]]></qid>
    <question><![CDATA[19]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10246]]></id>
    <qid><![CDATA[11631]]></qid>
    <question><![CDATA[20]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10247]]></id>
    <qid><![CDATA[11632]]></qid>
    <question><![CDATA[21]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10248]]></id>
    <qid><![CDATA[11633]]></qid>
    <question><![CDATA[22]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10249]]></id>
    <qid><![CDATA[11634]]></qid>
    <question><![CDATA[23]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10250]]></id>
    <qid><![CDATA[11635]]></qid>
    <question><![CDATA[24]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10251]]></id>
    <qid><![CDATA[11636]]></qid>
    <question><![CDATA[25]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10252]]></id>
    <qid><![CDATA[11637]]></qid>
    <question><![CDATA[26]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10253]]></id>
    <qid><![CDATA[11638]]></qid>
    <question><![CDATA[27]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10254]]></id>
    <qid><![CDATA[11639]]></qid>
    <question><![CDATA[28]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10255]]></id>
    <qid><![CDATA[11640]]></qid>
    <question><![CDATA[29]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10256]]></id>
    <qid><![CDATA[11641]]></qid>
    <question><![CDATA[30]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10257]]></id>
    <qid><![CDATA[11642]]></qid>
    <question><![CDATA[31]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10258]]></id>
    <qid><![CDATA[11643]]></qid>
    <question><![CDATA[32]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10259]]></id>
    <qid><![CDATA[11644]]></qid>
    <question><![CDATA[33]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10260]]></id>
    <qid><![CDATA[11645]]></qid>
    <question><![CDATA[34]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10261]]></id>
    <qid><![CDATA[11646]]></qid>
    <question><![CDATA[35]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10262]]></id>
    <qid><![CDATA[11647]]></qid>
    <question><![CDATA[36]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10263]]></id>
    <qid><![CDATA[11648]]></qid>
    <question><![CDATA[37]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10264]]></id>
    <qid><![CDATA[11649]]></qid>
    <question><![CDATA[38]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10265]]></id>
    <qid><![CDATA[11650]]></qid>
    <question><![CDATA[39]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10266]]></id>
    <qid><![CDATA[11651]]></qid>
    <question><![CDATA[40]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10267]]></id>
    <qid><![CDATA[11652]]></qid>
    <question><![CDATA[41]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10268]]></id>
    <qid><![CDATA[11653]]></qid>
    <question><![CDATA[42]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10269]]></id>
    <qid><![CDATA[11654]]></qid>
    <question><![CDATA[43]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10270]]></id>
    <qid><![CDATA[11655]]></qid>
    <question><![CDATA[44]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10271]]></id>
    <qid><![CDATA[11656]]></qid>
    <question><![CDATA[45]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10272]]></id>
    <qid><![CDATA[11657]]></qid>
    <question><![CDATA[46]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10273]]></id>
    <qid><![CDATA[11658]]></qid>
    <question><![CDATA[47]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10274]]></id>
    <qid><![CDATA[11659]]></qid>
    <question><![CDATA[48]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10275]]></id>
    <qid><![CDATA[11660]]></qid>
    <question><![CDATA[49]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10276]]></id>
    <qid><![CDATA[11661]]></qid>
    <question><![CDATA[50]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10277]]></id>
    <qid><![CDATA[11662]]></qid>
    <question><![CDATA[Nom]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10278]]></id>
    <qid><![CDATA[11663]]></qid>
    <question><![CDATA[Prénom]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[10279]]></id>
    <qid><![CDATA[11664]]></qid>
    <question><![CDATA[<strong>La personne concernée par les questions suivantes est :</strong>]]></question>
    <help/>
    <language><![CDATA[fr]]></language>
    <script/>
   </row>
   <row>
    <id><![CDATA[10280]]></id>
    <qid><![CDATA[11665]]></qid>
    <question/>
    <language><![CDATA[fr]]></language>
   </row>
  </rows>
 </question_l10ns>
 <question_attributes>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>attribute</fieldname>
   <fieldname>value</fieldname>
   <fieldname>language</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[answer_width]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[array_filter]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[array_filter_exclude]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[array_filter_style]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[autoComplete]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[autoCompleteAsDropdown]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[autoCompleteCsvFile]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[autoCompleteFilter]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[autoCompleteKeepCode]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[autoCompleteMinChar]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[autoCompletePlaceholder]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[autoCompleteRemoveSpecialChar]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[autoCompleteShowDefaultTip]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[clear_default]]></attribute>
    <value><![CDATA[N]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[cssclass]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[em_validation_sq]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[em_validation_sq_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[hidden]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[hide_tip]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[input_size]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[max_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[maximum_chars]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[numbers_only]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[page_break]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[placeholder]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[random_group]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[random_order]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[repeat_headings]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[save_as_default]]></attribute>
    <value><![CDATA[N]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[show_grand_total]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[show_totals]]></attribute>
    <value><![CDATA[X]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[statistics_graphtype]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11442]]></qid>
    <attribute><![CDATA[statistics_showgraph]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[addlineicon]]></attribute>
    <value><![CDATA[plus]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[array_filter]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[array_filter_exclude]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[array_filter_style]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[autoaddnewline]]></attribute>
    <value><![CDATA[no]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[cssclass]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[display_rows]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[em_validation_sq]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[em_validation_sq_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[exclude_all_others]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[hidden]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[hide_tip]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[input_size]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[label_input_columns]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[max_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[maximum_chars]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[numbers_only]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[page_break]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[prefix]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[random_group]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[random_order]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[save_as_default]]></attribute>
    <value><![CDATA[N]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[statistics_graphtype]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[statistics_showgraph]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[suffix]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11608]]></qid>
    <attribute><![CDATA[text_input_columns]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[addlineicon]]></attribute>
    <value><![CDATA[plus]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[array_filter]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[array_filter_exclude]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[array_filter_style]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[autoaddnewline]]></attribute>
    <value><![CDATA[no]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[cssclass]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[display_rows]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[em_validation_sq]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[em_validation_sq_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[exclude_all_others]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[hidden]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[hide_tip]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[input_size]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[label_input_columns]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[max_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[maximum_chars]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[numbers_only]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[page_break]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[prefix]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[random_group]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[random_order]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[save_as_default]]></attribute>
    <value><![CDATA[N]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[statistics_graphtype]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[statistics_showgraph]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[suffix]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[11664]]></qid>
    <attribute><![CDATA[text_input_columns]]></attribute>
    <value/>
    <language/>
   </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>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>
   <fieldname>tokenencryptionoptions</fieldname>
   <fieldname>ipanonymize</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[737167]]></sid>
    <gsid><![CDATA[1]]></gsid>
    <admin><![CDATA[inherit]]></admin>
    <adminemail><![CDATA[inherit]]></adminemail>
    <anonymized><![CDATA[Y]]></anonymized>
    <format><![CDATA[I]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[inherit]]></template>
    <language><![CDATA[fr]]></language>
    <additional_languages/>
    <datestamp><![CDATA[N]]></datestamp>
    <usecookie><![CDATA[I]]></usecookie>
    <allowregister><![CDATA[I]]></allowregister>
    <allowsave><![CDATA[I]]></allowsave>
    <autonumber_start><![CDATA[2]]></autonumber_start>
    <autoredirect><![CDATA[I]]></autoredirect>
    <allowprev><![CDATA[Y]]></allowprev>
    <printanswers><![CDATA[I]]></printanswers>
    <ipaddr><![CDATA[N]]></ipaddr>
    <refurl><![CDATA[N]]></refurl>
    <showsurveypolicynotice><![CDATA[0]]></showsurveypolicynotice>
    <publicstatistics><![CDATA[I]]></publicstatistics>
    <publicgraphs><![CDATA[I]]></publicgraphs>
    <listpublic><![CDATA[I]]></listpublic>
    <htmlemail><![CDATA[I]]></htmlemail>
    <sendconfirmation><![CDATA[I]]></sendconfirmation>
    <tokenanswerspersistence><![CDATA[I]]></tokenanswerspersistence>
    <assessments><![CDATA[I]]></assessments>
    <usecaptcha><![CDATA[E]]></usecaptcha>
    <usetokens><![CDATA[N]]></usetokens>
    <bounce_email><![CDATA[inherit]]></bounce_email>
    <emailresponseto><![CDATA[inherit]]></emailresponseto>
    <emailnotificationto><![CDATA[inherit]]></emailnotificationto>
    <tokenlength><![CDATA[-1]]></tokenlength>
    <showxquestions><![CDATA[N]]></showxquestions>
    <showgroupinfo><![CDATA[I]]></showgroupinfo>
    <shownoanswer><![CDATA[I]]></shownoanswer>
    <showqnumcode><![CDATA[I]]></showqnumcode>
    <bounceprocessing><![CDATA[N]]></bounceprocessing>
    <showwelcome><![CDATA[I]]></showwelcome>
    <showprogress><![CDATA[I]]></showprogress>
    <questionindex><![CDATA[-1]]></questionindex>
    <navigationdelay><![CDATA[-1]]></navigationdelay>
    <nokeyboard><![CDATA[I]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[I]]></alloweditaftercompletion>
    <googleanalyticsstyle/>
    <googleanalyticsapikey/>
    <tokenencryptionoptions><![CDATA[{ "enabled":"Y","columns":{ "firstname":"N","lastname":"N","email":"N" } }]]></tokenencryptionoptions>
    <ipanonymize><![CDATA[Y]]></ipanonymize>
   </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>
   <fieldname>surveyls_alias</fieldname>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[737167]]></surveyls_survey_id>
    <surveyls_language><![CDATA[fr]]></surveyls_language>
    <surveyls_title><![CDATA[Questionnaire_TEST]]></surveyls_title>
    <surveyls_description/>
    <surveyls_welcometext/>
    <surveyls_endtext/>
    <surveyls_policy_notice/>
    <surveyls_policy_notice_label/>
    <surveyls_url/>
    <surveyls_urldescription/>
    <surveyls_email_invite_subj><![CDATA[Invitation à participer à un questionnaire]]></surveyls_email_invite_subj>
    <surveyls_email_invite><![CDATA[Cher(e) {FIRSTNAME},<br />
<br />
Vous avez été invité(e) à participer à un questionnaire.<br />
<br />
Celui-ci est intitulé :<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
Pour participer, veuillez cliquer sur le lien ci-dessous.<br />
<br />
Cordialement,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Cliquez ici pour remplir ce questionnaire :<br />
{SURVEYURL}<br />
<br />
Si vous ne souhaitez pas participer à ce questionnaire et ne souhaitez plus recevoir aucune invitation, veuillez cliquer sur le lien suivant :<br />
{OPTOUTURL}<br />
<br />
Si vous êtes sur liste noire mais que vous voulez participer à ce questionnaire et recevoir les invitations, merci de cliquer sur le lien suivant :<br />
{OPTINURL}]]></surveyls_email_invite>
    <surveyls_email_remind_subj><![CDATA[Rappel pour participer à un questionnaire]]></surveyls_email_remind_subj>
    <surveyls_email_remind><![CDATA[Cher(e) {FIRSTNAME},<br />
<br />
Vous avez été invité(e) à participer à un questionnaire récemment.<br />
<br />
Nous avons pris en compte que vous n’avez pas encore complété le questionnaire, et nous vous rappelons que celui-ci est toujours disponible si vous souhaitez participer.<br />
<br />
Le questionnaire est intitulé :<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
Pour participer, veuillez cliquer sur le lien ci-dessous.<br />
<br />
Cordialement,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Cliquez ici pour faire le questionnaire :<br />
{SURVEYURL}<br />
<br />
Si vous ne souhaitez pas participer à ce questionnaire et ne souhaitez plus recevoir aucune invitation, veuillez cliquer sur le lien suivant :<br />
{OPTOUTURL}]]></surveyls_email_remind>
    <surveyls_email_register_subj><![CDATA[Confirmation d’enregistrement pour le questionnaire]]></surveyls_email_register_subj>
    <surveyls_email_register><![CDATA[Bonjour {FIRSTNAME},<br />
<br />
Vous (ou quelqu’un utilisant votre adresse électronique) vous êtes enregistré pour participer à un questionnaire en ligne intitulé {SURVEYNAME}.<br />
<br />
Pour compléter ce questionnaire, cliquez sur le lien suivant :<br />
{SURVEYURL}<br />
<br />
Si vous avez des questions à propos de ce questionnaire, ou si vous ne vous êtes pas enregistré pour participer à celui-ci et croyez que ce message est une erreur, veuillez contacter {ADMINNAME} à l’adresse {ADMINEMAIL}]]></surveyls_email_register>
    <surveyls_email_confirm_subj><![CDATA[Confirmation de votre participation à notre questionnaire]]></surveyls_email_confirm_subj>
    <surveyls_email_confirm><![CDATA[Bonjour {FIRSTNAME},<br />
<br />
Ce message vous confirme que vous avez complété le questionnaire intitulé {SURVEYNAME} et que votre réponse a été enregistrée. Merci pour votre participation.<br />
<br />
Si vous avez des questions à propos de ce message, veuillez contacter {ADMINNAME} à l’adresse {ADMINEMAIL}.<br />
<br />
Cordialement,<br />
<br />
{ADMINNAME}]]></surveyls_email_confirm>
    <surveyls_dateformat><![CDATA[5]]></surveyls_dateformat>
    <email_admin_notification_subj><![CDATA[Soumission de réponse pour le questionnaire {SURVEYNAME}]]></email_admin_notification_subj>
    <email_admin_notification><![CDATA[Bonjour,<br />
<br />
Une nouvelle réponse a été soumise pour votre questionnaire '{SURVEYNAME}'.<br />
<br />
Cliquez sur le lien suivant pour voir la réponse :<br />
{VIEWRESPONSEURL}<br />
<br />
Cliquez sur le lien suivant pour éditer la réponse :<br />
{EDITRESPONSEURL}<br />
<br />
Visualisez les statistiques en cliquant ici :<br />
{STATISTICSURL}]]></email_admin_notification>
    <email_admin_responses_subj><![CDATA[Soumission de réponse pour le questionnaire {SURVEYNAME} avec résultats]]></email_admin_responses_subj>
    <email_admin_responses><![CDATA[Bonjour,<br />
<br />
Une nouvelle réponse a été soumise pour votre questionnaire '{SURVEYNAME}'.<br />
<br />
Cliquez sur le lien suivant pour voir cette réponse :<br />
{VIEWRESPONSEURL}<br />
<br />
Cliquez sur le lien suivant pour éditer cette réponse individuelle :<br />
{EDITRESPONSEURL}<br />
<br />
Visualisez les statistiques en cliquant ici :<br />
{STATISTICSURL}<br />
<br />
<br />
Les réponses suivantes ont été données par le participant :<br />
{ANSWERTABLE}]]></email_admin_responses>
    <surveyls_numberformat><![CDATA[1]]></surveyls_numberformat>
    <surveyls_alias/>
   </row>
  </rows>
 </surveys_languagesettings>
 <themes>
  <theme>
   <sid>737167</sid>
   <template_name>CD31</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
  <theme>
   <sid>737167</sid>
   <template_name>CD31</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
 </themes>
 <themes_inherited>
  <theme>
   <sid>737167</sid>
   <template_name>CD31</template_name>
   <config>
    <options>
     <ajaxmode>off</ajaxmode>
     <brandlogo>on</brandlogo>
     <brandlogofile>image::theme::files/logocd.png</brandlogofile>
     <container>on</container>
     <backgroundimage>off</backgroundimage>
     <animatebody>off</animatebody>
     <bodyanimationduration>false</bodyanimationduration>
     <animatequestion>off</animatequestion>
     <questionanimationduration>false</questionanimationduration>
     <animatealert>off</animatealert>
     <alertanimationduration>false</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>500</checkboxanimationduration>
     <animateradio>on</animateradio>
     <radioanimation>zoomIn</radioanimation>
     <radioanimationduration>500</radioanimationduration>
     <zebrastriping>off</zebrastriping>
     <stickymatrixheaders>off</stickymatrixheaders>
     <greyoutselected>off</greyoutselected>
     <hideprivacyinfo>off</hideprivacyinfo>
     <crosshover>off</crosshover>
     <showpopups>1</showpopups>
     <fixnumauto>off</fixnumauto>
    </options>
   </config>
  </theme>
  <theme>
   <sid>737167</sid>
   <template_name>CD31</template_name>
   <config>
    <options>
     <ajaxmode>off</ajaxmode>
     <brandlogo>on</brandlogo>
     <brandlogofile>image::theme::files/logocd.png</brandlogofile>
     <container>on</container>
     <backgroundimage>off</backgroundimage>
     <animatebody>off</animatebody>
     <bodyanimationduration>false</bodyanimationduration>
     <animatequestion>off</animatequestion>
     <questionanimationduration>false</questionanimationduration>
     <animatealert>off</animatealert>
     <alertanimationduration>false</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>500</checkboxanimationduration>
     <animateradio>on</animateradio>
     <radioanimation>zoomIn</radioanimation>
     <radioanimationduration>500</radioanimationduration>
     <zebrastriping>off</zebrastriping>
     <stickymatrixheaders>off</stickymatrixheaders>
     <greyoutselected>off</greyoutselected>
     <hideprivacyinfo>off</hideprivacyinfo>
     <crosshover>off</crosshover>
     <showpopups>1</showpopups>
     <fixnumauto>off</fixnumauto>
    </options>
   </config>
  </theme>
 </themes_inherited>
</document>
