<?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[280]]></gid>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[0]]></group_order>
    <randomization_group/>
    <grelevance><![CDATA[1]]></grelevance>
   </row>
   <row>
    <gid><![CDATA[281]]></gid>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[1]]></group_order>
    <randomization_group/>
    <grelevance><![CDATA[1]]></grelevance>
   </row>
   <row>
    <gid><![CDATA[285]]></gid>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[2]]></group_order>
    <randomization_group/>
    <grelevance><![CDATA[1]]></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[223]]></id>
    <gid><![CDATA[280]]></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 = 'answer737167X280X7840CHI0'
        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]);
        });
    });
   }
  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() {
      identite_all = [];
      base_identite = 'answer737167X280X7840CHI0'
      i = 1;
      while (i <= 50)
      {
        nom = base_identite;
        if (i < 10)
        {
          nom = nom + '0';
        }
        
        nom = nom + i.toString();
        nom = nom + '_IDENT'
        prenom = nom + '02';
        nom = nom + '01';
        
        if (document.getElementById(prenom).value != "") {
            console.log(document.getElementById(prenom).value + ' ' + document.getElementById(nom).value);
            identite_all.push(document.getElementById(prenom).value + ' ' + document.getElementById(nom).value);
        }
        i = i + 1;
      }
      
      var cookieValue = '';
      for (var i = 0; i < identite_all.length; i++) {
        if (identite_all[i]) {
          cookieValue += identite_all[i] + ';';
        }
      }
      if (cookieValue.trim() !== '') {
        document.cookie = 'calver=' + encodeURIComponent(cookieValue) + '; path=/';
      }
      console.log(getCookieValue('calver='));
    });
  });
}
</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[224]]></id>
    <gid><![CDATA[281]]></gid>
    <group_name><![CDATA[Ateliers 1/3]]></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() {
       
        nb_dispositif = [];

        base_dispositif = 'answer737167X281X7841EF'
        i = 1;
        while (i <= 50)
        {
          dispositif = base_dispositif;
          if (i < 10)
          {
            dispositif = dispositif + '0';
          }

          dispositif = dispositif + i.toString();
          dispositif = dispositif + '_SQ004'

          if (document.getElementById(dispositif).value != "")
          {
            console.log(document.getElementById(dispositif).value);
             nb_dispositif.push(document.getElementById(dispositif).value);
          }
          i = i + 1;
        }
        
        console.log(dispositif)
        console.log(nb_dispositif)
        
        var cookieValue = '';
        for (var i = 0; i < nb_dispositif.length; i++) {
          if (nb_dispositif[i]) {
            cookieValue += nb_dispositif[i] + ';';
          }
        }
        if (cookieValue.trim() !== '') {
          document.cookie = 'nb_dispositif_calver=' + encodeURIComponent(cookieValue) + '; path=/';
        }
        console.log(getCookieValue('nb_dispositif_calver='));
      });
  });
}
</script>]]></description>
    <language><![CDATA[fr]]></language>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[1]]></group_order>
    <randomization_group/>
    <grelevance><![CDATA[1]]></grelevance>
   </row>
   <row>
    <id><![CDATA[228]]></id>
    <gid><![CDATA[285]]></gid>
    <group_name><![CDATA[Ateliers 2/3]]></group_name>
    <description/>
    <language><![CDATA[fr]]></language>
    <sid><![CDATA[737167]]></sid>
    <group_order><![CDATA[2]]></group_order>
    <randomization_group/>
    <grelevance><![CDATA[1]]></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[7840]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[IDENT]]></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[7841]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[NBATELI]]></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/multiflexi]]></question_theme_name>
    <same_script><![CDATA[0]]></same_script>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[INFOATELI]]></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/multiflexi]]></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[8641]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF01]]></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[8642]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF02]]></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[8643]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF03]]></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[8644]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF04]]></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[8645]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF05]]></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[8646]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF06]]></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[8647]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF07]]></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[8648]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF08]]></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[8649]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF09]]></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[8650]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF10]]></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[8651]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF11]]></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[8652]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF12]]></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[8653]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF13]]></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[8654]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF14]]></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[8655]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF15]]></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[8656]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF16]]></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[8657]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF17]]></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[8658]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF18]]></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[8659]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF19]]></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[8660]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF20]]></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[8661]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF21]]></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[8662]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF22]]></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[8663]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF23]]></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[8664]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF24]]></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[8665]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF25]]></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[8666]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF26]]></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[8667]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF27]]></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[8668]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF28]]></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[8669]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF29]]></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[8670]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF30]]></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[8671]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF31]]></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[8672]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF32]]></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[8673]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF33]]></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[8674]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF34]]></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[8675]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF35]]></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[8676]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF36]]></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[8677]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF37]]></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[8678]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF38]]></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[8679]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF39]]></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[8680]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF40]]></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[8681]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF41]]></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[8682]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF42]]></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[8683]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF43]]></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[8684]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF44]]></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[8685]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF45]]></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[8686]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF46]]></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[8687]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF47]]></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[8688]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF48]]></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[8689]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF49]]></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[8690]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF50]]></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[8691]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></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[8692]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></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[8693]]></qid>
    <parent_qid><![CDATA[7859]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[285]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[52]]></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[8694]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF01]]></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[8695]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF02]]></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[8696]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF03]]></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[8697]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF04]]></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[8698]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF05]]></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[8699]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF06]]></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[8700]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF07]]></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[8701]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF08]]></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[8702]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF09]]></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[8703]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF10]]></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[8704]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF11]]></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[8705]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF12]]></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[8706]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF13]]></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[8707]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF14]]></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[8708]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF15]]></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[8709]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF16]]></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[8710]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF17]]></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[8711]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF18]]></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[8712]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF19]]></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[8713]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF20]]></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[8714]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF21]]></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[8715]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF22]]></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[8716]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF23]]></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[8717]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF24]]></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[8718]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF25]]></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[8719]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF26]]></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[8720]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF27]]></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[8721]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF28]]></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[8722]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF29]]></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[8723]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF30]]></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[8724]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF31]]></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[8725]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF32]]></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[8726]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF33]]></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[8727]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF34]]></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[8728]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF35]]></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[8729]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF36]]></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[8730]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF37]]></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[8731]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF38]]></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[8732]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF39]]></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[8733]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF40]]></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[8734]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF41]]></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[8735]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF42]]></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[8736]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF43]]></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[8737]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF44]]></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[8738]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF45]]></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[8739]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF46]]></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[8740]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF47]]></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[8741]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF48]]></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[8742]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF49]]></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[8743]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EF50]]></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[8744]]></qid>
    <parent_qid><![CDATA[7841]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[281]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></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[8745]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8746]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8747]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8748]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8749]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8750]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8751]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8752]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8753]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8754]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8755]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8756]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8757]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8758]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8759]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8760]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8761]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8762]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8763]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8764]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8765]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8766]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8767]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8768]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8769]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8770]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8771]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8772]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8773]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8774]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8775]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8776]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8777]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8778]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8779]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8780]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8781]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8782]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8783]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8784]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8785]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8786]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8787]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8788]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8789]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8790]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8791]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8792]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8793]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8794]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8795]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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[8796]]></qid>
    <parent_qid><![CDATA[7840]]></parent_qid>
    <sid><![CDATA[737167]]></sid>
    <gid><![CDATA[280]]></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>
  </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[6455]]></id>
    <qid><![CDATA[7840]]></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[6456]]></id>
    <qid><![CDATA[7841]]></qid>
    <question><![CDATA[<strong>Pour chaque personne, veuillez préciser le nombre d'ateliers :</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($) {
    var question = $('#question7841');
        
    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 question = $('#question7841');
    var archne = getCookieValue('calver');
    var ident = archne ? archne.split(';') : [];
    
    console.log(getCookieValue('calver'))
    console.log(archne)
    console.log('HERE333')
    console.log(ident)
    
    var numToHide = 50 - ident.length;
    var numVisible = ident.length - 1;

    for (var i = 1; i <= ident.length; i++) {
      var selector = 'th.answertext.control-label:contains("__NAMECHILD'+ ('0' + i).slice(-2) +'__")';
      question.find(selector).each(function() {
        var nameChildcalver = $(this).text().trim();
        var prenomNom = ident[i - 1] || '';
        var identVM = nameChildcalver.replace('__NAMECHILD' + ('0' + i).slice(-2) + '__', prenomNom);
        $(this).text(identVM).css('font-size', '16px');
      });
    }
    
    $(document).ready(function($) {
      var table = $("table.ls-answers");
      table.find('tr:gt(' + numVisible + ')').hide();
    });
    
    console.log(numToHide)
    console.log(numVisible)
  });
}
</script>]]></question>
    <help/>
    <language><![CDATA[fr]]></language>
    <script/>
   </row>
   <row>
    <id><![CDATA[6474]]></id>
    <qid><![CDATA[7859]]></qid>
    <question><![CDATA[<strong>Pour chaque atelier, veuillez préciser la fréquence par mois, le lieu où ils se déroulent et le nombre d'intervenant·e·s :</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($) {
      
      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 question = $('#question7859');
      var archne = getCookieValue('calver');
      var ident = archne ? archne.split(';') : [];
      
      console.log(getCookieValue('calver'))
      console.log(archne)
      console.log('HERE444')
      console.log(ident)
      
      var numToHide = 50 - ident.length;
      var numVisible = ident.length - 1;
      
      for (var i = 1; i <= ident.length; i++) {
        var selector = 'th.answertext.control-label:contains("__NAMECHILD'+ ('0' + i).slice(-2) +'__")';
        question.find(selector).each(function() {
          var nameChildcalver = $(this).text().trim();
          var prenomNom = ident[i - 1] || '';
          var identVM = nameChildcalver.replace('__NAMECHILD' + ('0' + i).slice(-2) + '__', prenomNom);
          $(this).text(identVM).css('font-size', '16px');
        });
      }
      $(document).ready(function($) {
        var table = $("table.ls-answers");
        table.find('tr:gt(' + numVisible + ')').hide();
      });
      
      console.log(numToHide)
      console.log(numVisible)
      
      
      var unite_dispositif = getCookieValue('nb_dispositif_calver');
      var nomb_dispositif =  unite_dispositif ?  unite_dispositif.split(';') : [];
      
      console.log(getCookieValue('nb_dispositif_calver'))
      console.log(unite_dispositif)
      console.log('HERE555')
      console.log(nomb_dispositif)

      var question = $('#question7859');
      
      // Cacher la liste déroulante originale
     for (var i = 1; i <= 50; i++) {
       $('select[name="737167X285X7859EF'+ ('0' + i).slice(-2) +'_SQ003"]', question).hide();
     }
      
      // Ajouter une classe personnalisée à la question
      question.addClass('custom-array');
      
      // Ajouter une liste déroulante à la colonne du lieu pour chaque dispositif de chaque individu
      var individus = question.find('tbody tr'); // récupérer toutes les lignes correspondant aux individus
      var k = 0; // variable pour parcourir le tableau nomb_dispositif
      
      for (var i = 0; i < individus.length; i++) {
        var row = $(individus[i]);
        var nb = parseInt(nomb_dispositif[k]); // récupérer le nombre de dispositifs pour l'individu i
        
        // Ajouter une liste déroulante à la colonne du lieu pour chaque dispositif de l'individu i
        var cell = $('.answer_cell_SQ003', row); // récupérer la colonne 'lieu' de cette ligne
        for (var j = 1; j <= nb; j++) {
          cell.addClass('with-select').append('<select class="inserted-select form-control list-question-select">\
        <option value="">...</option>\
        <option value="1">Salle dédiée dans l\'entreprise</option>\
		<option value="2">Bureau au sein de l\'entreprise</option>\
        <option value="3">Autre entreprise</option>\
        <option value="4">Salle municipale</option>\
        <option value="5">En télétravail</option>\
        <option value="6">Lieu public</option>\
        <option value="9">Lieux variables</option>\
        <option value="10">Autre</option>\
        </select>');
        }
        
        // Passer à l'individu suivant
        k++;
        if (k >= nomb_dispositif.length) {
          break;
        }
      }

      // Cacher la liste déroulante originale
     for (var i = 1; i <= 50; i++) {
       $('select[name="737167X285X7859EF'+ ('0' + i).slice(-2) +'_SQ002"]', question).hide();
     }
      
      // Ajouter une liste déroulante à la colonne du 'fréquence' pour chaque dispositif de chaque individu
      var individus = question.find('tbody tr'); // récupérer toutes les lignes correspondant aux individus
      var k = 0; // variable pour parcourir le tableau nomb_dispositif
      
      for (var i = 0; i < individus.length; i++) {
        var row = $(individus[i]);
        var nb = parseInt(nomb_dispositif[k]); // récupérer le nombre de dispositifs pour l'individu i
        
        // Ajouter une liste déroulante à la colonne du 'fréquence' pour chaque dispositif de l'individu i
        var cell = $('.answer_cell_SQ002', row); // récupérer la colonne 'fréquence' de cette ligne
        for (var j = 1; j <= nb; j++) {
          cell.addClass('with-select').append('<select class="inserted-select form-control list-question-select">\
        <option value="">...</option>\
         <option value="13"> Vacances scolaires</option>\
         <option value="12"> Moins de 1VM/mois</option>\
          <option value="1"> 1</option>\
          <option value="2"> 2</option>\
          <option value="3"> 3</option>\
          <option value="4"> 4</option>\
          <option value="5"> 5</option>\
          <option value="6"> 6</option>\
          <option value="7"> 7</option>\
          <option value="8"> 8</option>\
          <option value="9"> 9</option>\
          <option value="10">10</option>\
          <option value="11">Plus de 10VM/mois</option>\
        </select>');
            }
        
        // Passer à l'individu suivant
        k++;
        if (k >= nomb_dispositif.length) {
          break;
        }
      }
      
      // Cacher la liste déroulante originale
     for (var i = 1; i <= 50; i++) {
       $('select[name="737167X285X7859EF'+ ('0' + i).slice(-2) +'_SQ001"]', question).hide();
     }
      
      // Ajouter une liste déroulante à la colonne du 'intervenant' pour chaque dispositif de chaque individu
      var individus = question.find('tbody tr'); // récupérer toutes les lignes correspondant aux individus
      var k = 0; // variable pour parcourir le tableau nomb_dispositif
      
      for (var i = 0; i < individus.length; i++) {
        var row = $(individus[i]);
        var nb = parseInt(nomb_dispositif[k]); // récupérer le nombre de dispositifs pour l'individu i
        
        // Ajouter une liste déroulante à la colonne du 'intervenant' pour chaque dispositif de l'individu i
        var cell = $('.answer_cell_SQ001', row); // récupérer la colonne 'intervenant' de cette ligne
        for (var j = 1; j <= nb; j++) {
          cell.addClass('with-select').append('<select class="inserted-select form-control list-question-select">\
            <option value="">...</option>\
            <option value="1">1</option>\
            <option value="2">2</option>\
            <option value="3">3</option>\
            <option value="4">4</option>\
            <option value="5">5</option>\
            <option value="6">6</option>\
            <option value="7">7</option>\
            <option value="8">8</option>\
           	<option value="9">9</option>\
			<option value="10">10</option>\
		</select>');
                      }
        
        // Passer à l'individu suivant
        k++;
        if (k >= nomb_dispositif.length) {
          break;
        }
      }
    });
}
</script>]]></question>
    <help/>
    <language><![CDATA[fr]]></language>
    <script/>
   </row>
   <row>
    <id><![CDATA[7256]]></id>
    <qid><![CDATA[8641]]></qid>
    <question><![CDATA[__NAMECHILD01__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7257]]></id>
    <qid><![CDATA[8642]]></qid>
    <question><![CDATA[__NAMECHILD02__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7258]]></id>
    <qid><![CDATA[8643]]></qid>
    <question><![CDATA[__NAMECHILD03__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7259]]></id>
    <qid><![CDATA[8644]]></qid>
    <question><![CDATA[__NAMECHILD04__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7260]]></id>
    <qid><![CDATA[8645]]></qid>
    <question><![CDATA[__NAMECHILD05__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7261]]></id>
    <qid><![CDATA[8646]]></qid>
    <question><![CDATA[__NAMECHILD06__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7262]]></id>
    <qid><![CDATA[8647]]></qid>
    <question><![CDATA[__NAMECHILD07__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7263]]></id>
    <qid><![CDATA[8648]]></qid>
    <question><![CDATA[__NAMECHILD08__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7264]]></id>
    <qid><![CDATA[8649]]></qid>
    <question><![CDATA[__NAMECHILD09__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7265]]></id>
    <qid><![CDATA[8650]]></qid>
    <question><![CDATA[__NAMECHILD10__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7266]]></id>
    <qid><![CDATA[8651]]></qid>
    <question><![CDATA[__NAMECHILD11__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7267]]></id>
    <qid><![CDATA[8652]]></qid>
    <question><![CDATA[__NAMECHILD12__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7268]]></id>
    <qid><![CDATA[8653]]></qid>
    <question><![CDATA[__NAMECHILD13__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7269]]></id>
    <qid><![CDATA[8654]]></qid>
    <question><![CDATA[__NAMECHILD14__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7270]]></id>
    <qid><![CDATA[8655]]></qid>
    <question><![CDATA[__NAMECHILD15__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7271]]></id>
    <qid><![CDATA[8656]]></qid>
    <question><![CDATA[__NAMECHILD16__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7272]]></id>
    <qid><![CDATA[8657]]></qid>
    <question><![CDATA[__NAMECHILD17__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7273]]></id>
    <qid><![CDATA[8658]]></qid>
    <question><![CDATA[__NAMECHILD18__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7274]]></id>
    <qid><![CDATA[8659]]></qid>
    <question><![CDATA[__NAMECHILD19__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7275]]></id>
    <qid><![CDATA[8660]]></qid>
    <question><![CDATA[__NAMECHILD20__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7276]]></id>
    <qid><![CDATA[8661]]></qid>
    <question><![CDATA[__NAMECHILD21__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7277]]></id>
    <qid><![CDATA[8662]]></qid>
    <question><![CDATA[__NAMECHILD22__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7278]]></id>
    <qid><![CDATA[8663]]></qid>
    <question><![CDATA[__NAMECHILD23__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7279]]></id>
    <qid><![CDATA[8664]]></qid>
    <question><![CDATA[__NAMECHILD24__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7280]]></id>
    <qid><![CDATA[8665]]></qid>
    <question><![CDATA[__NAMECHILD25__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7281]]></id>
    <qid><![CDATA[8666]]></qid>
    <question><![CDATA[__NAMECHILD26__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7282]]></id>
    <qid><![CDATA[8667]]></qid>
    <question><![CDATA[__NAMECHILD27__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7283]]></id>
    <qid><![CDATA[8668]]></qid>
    <question><![CDATA[__NAMECHILD28__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7284]]></id>
    <qid><![CDATA[8669]]></qid>
    <question><![CDATA[__NAMECHILD29__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7285]]></id>
    <qid><![CDATA[8670]]></qid>
    <question><![CDATA[__NAMECHILD30__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7286]]></id>
    <qid><![CDATA[8671]]></qid>
    <question><![CDATA[__NAMECHILD31__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7287]]></id>
    <qid><![CDATA[8672]]></qid>
    <question><![CDATA[__NAMECHILD32__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7288]]></id>
    <qid><![CDATA[8673]]></qid>
    <question><![CDATA[__NAMECHILD33__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7289]]></id>
    <qid><![CDATA[8674]]></qid>
    <question><![CDATA[__NAMECHILD34__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7290]]></id>
    <qid><![CDATA[8675]]></qid>
    <question><![CDATA[__NAMECHILD35__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7291]]></id>
    <qid><![CDATA[8676]]></qid>
    <question><![CDATA[__NAMECHILD36__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7292]]></id>
    <qid><![CDATA[8677]]></qid>
    <question><![CDATA[__NAMECHILD37__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7293]]></id>
    <qid><![CDATA[8678]]></qid>
    <question><![CDATA[__NAMECHILD38__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7294]]></id>
    <qid><![CDATA[8679]]></qid>
    <question><![CDATA[__NAMECHILD39__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7295]]></id>
    <qid><![CDATA[8680]]></qid>
    <question><![CDATA[__NAMECHILD40__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7296]]></id>
    <qid><![CDATA[8681]]></qid>
    <question><![CDATA[__NAMECHILD41__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7297]]></id>
    <qid><![CDATA[8682]]></qid>
    <question><![CDATA[__NAMECHILD42__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7298]]></id>
    <qid><![CDATA[8683]]></qid>
    <question><![CDATA[__NAMECHILD43__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7299]]></id>
    <qid><![CDATA[8684]]></qid>
    <question><![CDATA[__NAMECHILD44__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7300]]></id>
    <qid><![CDATA[8685]]></qid>
    <question><![CDATA[__NAMECHILD45__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7301]]></id>
    <qid><![CDATA[8686]]></qid>
    <question><![CDATA[__NAMECHILD46__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7302]]></id>
    <qid><![CDATA[8687]]></qid>
    <question><![CDATA[__NAMECHILD47__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7303]]></id>
    <qid><![CDATA[8688]]></qid>
    <question><![CDATA[__NAMECHILD48__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7304]]></id>
    <qid><![CDATA[8689]]></qid>
    <question><![CDATA[__NAMECHILD49__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7305]]></id>
    <qid><![CDATA[8690]]></qid>
    <question><![CDATA[__NAMECHILD50__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7306]]></id>
    <qid><![CDATA[8691]]></qid>
    <question><![CDATA[Nombre d'intervenant·e·s]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7307]]></id>
    <qid><![CDATA[8692]]></qid>
    <question><![CDATA[Fréquence par mois]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7308]]></id>
    <qid><![CDATA[8693]]></qid>
    <question><![CDATA[Lieu]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7309]]></id>
    <qid><![CDATA[8694]]></qid>
    <question><![CDATA[__NAMECHILD01__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7310]]></id>
    <qid><![CDATA[8695]]></qid>
    <question><![CDATA[__NAMECHILD02__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7311]]></id>
    <qid><![CDATA[8696]]></qid>
    <question><![CDATA[__NAMECHILD03__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7312]]></id>
    <qid><![CDATA[8697]]></qid>
    <question><![CDATA[__NAMECHILD04__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7313]]></id>
    <qid><![CDATA[8698]]></qid>
    <question><![CDATA[__NAMECHILD05__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7314]]></id>
    <qid><![CDATA[8699]]></qid>
    <question><![CDATA[__NAMECHILD06__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7315]]></id>
    <qid><![CDATA[8700]]></qid>
    <question><![CDATA[__NAMECHILD07__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7316]]></id>
    <qid><![CDATA[8701]]></qid>
    <question><![CDATA[__NAMECHILD08__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7317]]></id>
    <qid><![CDATA[8702]]></qid>
    <question><![CDATA[__NAMECHILD09__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7318]]></id>
    <qid><![CDATA[8703]]></qid>
    <question><![CDATA[__NAMECHILD10__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7319]]></id>
    <qid><![CDATA[8704]]></qid>
    <question><![CDATA[__NAMECHILD11__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7320]]></id>
    <qid><![CDATA[8705]]></qid>
    <question><![CDATA[__NAMECHILD12__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7321]]></id>
    <qid><![CDATA[8706]]></qid>
    <question><![CDATA[__NAMECHILD13__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7322]]></id>
    <qid><![CDATA[8707]]></qid>
    <question><![CDATA[__NAMECHILD14__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7323]]></id>
    <qid><![CDATA[8708]]></qid>
    <question><![CDATA[__NAMECHILD15__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7324]]></id>
    <qid><![CDATA[8709]]></qid>
    <question><![CDATA[__NAMECHILD16__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7325]]></id>
    <qid><![CDATA[8710]]></qid>
    <question><![CDATA[__NAMECHILD17__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7326]]></id>
    <qid><![CDATA[8711]]></qid>
    <question><![CDATA[__NAMECHILD18__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7327]]></id>
    <qid><![CDATA[8712]]></qid>
    <question><![CDATA[__NAMECHILD19__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7328]]></id>
    <qid><![CDATA[8713]]></qid>
    <question><![CDATA[__NAMECHILD20__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7329]]></id>
    <qid><![CDATA[8714]]></qid>
    <question><![CDATA[__NAMECHILD21__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7330]]></id>
    <qid><![CDATA[8715]]></qid>
    <question><![CDATA[__NAMECHILD22__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7331]]></id>
    <qid><![CDATA[8716]]></qid>
    <question><![CDATA[__NAMECHILD23__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7332]]></id>
    <qid><![CDATA[8717]]></qid>
    <question><![CDATA[__NAMECHILD24__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7333]]></id>
    <qid><![CDATA[8718]]></qid>
    <question><![CDATA[__NAMECHILD25__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7334]]></id>
    <qid><![CDATA[8719]]></qid>
    <question><![CDATA[__NAMECHILD26__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7335]]></id>
    <qid><![CDATA[8720]]></qid>
    <question><![CDATA[__NAMECHILD27__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7336]]></id>
    <qid><![CDATA[8721]]></qid>
    <question><![CDATA[__NAMECHILD28_]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7337]]></id>
    <qid><![CDATA[8722]]></qid>
    <question><![CDATA[__NAMECHILD29__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7338]]></id>
    <qid><![CDATA[8723]]></qid>
    <question><![CDATA[__NAMECHILD30__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7339]]></id>
    <qid><![CDATA[8724]]></qid>
    <question><![CDATA[__NAMECHILD31__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7340]]></id>
    <qid><![CDATA[8725]]></qid>
    <question><![CDATA[__NAMECHILD32__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7341]]></id>
    <qid><![CDATA[8726]]></qid>
    <question><![CDATA[__NAMECHILD33__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7342]]></id>
    <qid><![CDATA[8727]]></qid>
    <question><![CDATA[__NAMECHILD34__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7343]]></id>
    <qid><![CDATA[8728]]></qid>
    <question><![CDATA[__NAMECHILD35__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7344]]></id>
    <qid><![CDATA[8729]]></qid>
    <question><![CDATA[__NAMECHILD36__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7345]]></id>
    <qid><![CDATA[8730]]></qid>
    <question><![CDATA[__NAMECHILD37__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7346]]></id>
    <qid><![CDATA[8731]]></qid>
    <question><![CDATA[__NAMECHILD38__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7347]]></id>
    <qid><![CDATA[8732]]></qid>
    <question><![CDATA[__NAMECHILD39__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7348]]></id>
    <qid><![CDATA[8733]]></qid>
    <question><![CDATA[__NAMECHILD40__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7349]]></id>
    <qid><![CDATA[8734]]></qid>
    <question><![CDATA[__NAMECHILD41__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7350]]></id>
    <qid><![CDATA[8735]]></qid>
    <question><![CDATA[__NAMECHILD42__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7351]]></id>
    <qid><![CDATA[8736]]></qid>
    <question><![CDATA[__NAMECHILD43__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7352]]></id>
    <qid><![CDATA[8737]]></qid>
    <question><![CDATA[__NAMECHILD44__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7353]]></id>
    <qid><![CDATA[8738]]></qid>
    <question><![CDATA[__NAMECHILD45__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7354]]></id>
    <qid><![CDATA[8739]]></qid>
    <question><![CDATA[__NAMECHILD46__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7355]]></id>
    <qid><![CDATA[8740]]></qid>
    <question><![CDATA[__NAMECHILD47__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7356]]></id>
    <qid><![CDATA[8741]]></qid>
    <question><![CDATA[__NAMECHILD48__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7357]]></id>
    <qid><![CDATA[8742]]></qid>
    <question><![CDATA[__NAMECHILD49__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7358]]></id>
    <qid><![CDATA[8743]]></qid>
    <question><![CDATA[__NAMECHILD50__]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7359]]></id>
    <qid><![CDATA[8744]]></qid>
    <question><![CDATA[Nombre de dispositifs]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7360]]></id>
    <qid><![CDATA[8745]]></qid>
    <question><![CDATA[1]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7361]]></id>
    <qid><![CDATA[8746]]></qid>
    <question><![CDATA[2]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7362]]></id>
    <qid><![CDATA[8747]]></qid>
    <question><![CDATA[3]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7363]]></id>
    <qid><![CDATA[8748]]></qid>
    <question><![CDATA[4]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7364]]></id>
    <qid><![CDATA[8749]]></qid>
    <question><![CDATA[5]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7365]]></id>
    <qid><![CDATA[8750]]></qid>
    <question><![CDATA[6]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7366]]></id>
    <qid><![CDATA[8751]]></qid>
    <question><![CDATA[7]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7367]]></id>
    <qid><![CDATA[8752]]></qid>
    <question><![CDATA[8]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7368]]></id>
    <qid><![CDATA[8753]]></qid>
    <question><![CDATA[9]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7369]]></id>
    <qid><![CDATA[8754]]></qid>
    <question><![CDATA[10]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7370]]></id>
    <qid><![CDATA[8755]]></qid>
    <question><![CDATA[11]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7371]]></id>
    <qid><![CDATA[8756]]></qid>
    <question><![CDATA[12]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7372]]></id>
    <qid><![CDATA[8757]]></qid>
    <question><![CDATA[13]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7373]]></id>
    <qid><![CDATA[8758]]></qid>
    <question><![CDATA[14]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7374]]></id>
    <qid><![CDATA[8759]]></qid>
    <question><![CDATA[15]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7375]]></id>
    <qid><![CDATA[8760]]></qid>
    <question><![CDATA[16]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7376]]></id>
    <qid><![CDATA[8761]]></qid>
    <question><![CDATA[17]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7377]]></id>
    <qid><![CDATA[8762]]></qid>
    <question><![CDATA[18]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7378]]></id>
    <qid><![CDATA[8763]]></qid>
    <question><![CDATA[19]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7379]]></id>
    <qid><![CDATA[8764]]></qid>
    <question><![CDATA[20]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7380]]></id>
    <qid><![CDATA[8765]]></qid>
    <question><![CDATA[21]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7381]]></id>
    <qid><![CDATA[8766]]></qid>
    <question><![CDATA[22]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7382]]></id>
    <qid><![CDATA[8767]]></qid>
    <question><![CDATA[23]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7383]]></id>
    <qid><![CDATA[8768]]></qid>
    <question><![CDATA[24]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7384]]></id>
    <qid><![CDATA[8769]]></qid>
    <question><![CDATA[25]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7385]]></id>
    <qid><![CDATA[8770]]></qid>
    <question><![CDATA[26]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7386]]></id>
    <qid><![CDATA[8771]]></qid>
    <question><![CDATA[27]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7387]]></id>
    <qid><![CDATA[8772]]></qid>
    <question><![CDATA[28]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7388]]></id>
    <qid><![CDATA[8773]]></qid>
    <question><![CDATA[29]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7389]]></id>
    <qid><![CDATA[8774]]></qid>
    <question><![CDATA[30]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7390]]></id>
    <qid><![CDATA[8775]]></qid>
    <question><![CDATA[31]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7391]]></id>
    <qid><![CDATA[8776]]></qid>
    <question><![CDATA[32]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7392]]></id>
    <qid><![CDATA[8777]]></qid>
    <question><![CDATA[33]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7393]]></id>
    <qid><![CDATA[8778]]></qid>
    <question><![CDATA[34]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7394]]></id>
    <qid><![CDATA[8779]]></qid>
    <question><![CDATA[35]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7395]]></id>
    <qid><![CDATA[8780]]></qid>
    <question><![CDATA[36]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7396]]></id>
    <qid><![CDATA[8781]]></qid>
    <question><![CDATA[37]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7397]]></id>
    <qid><![CDATA[8782]]></qid>
    <question><![CDATA[38]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7398]]></id>
    <qid><![CDATA[8783]]></qid>
    <question><![CDATA[39]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7399]]></id>
    <qid><![CDATA[8784]]></qid>
    <question><![CDATA[40]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7400]]></id>
    <qid><![CDATA[8785]]></qid>
    <question><![CDATA[41]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7401]]></id>
    <qid><![CDATA[8786]]></qid>
    <question><![CDATA[42]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7402]]></id>
    <qid><![CDATA[8787]]></qid>
    <question><![CDATA[43]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7403]]></id>
    <qid><![CDATA[8788]]></qid>
    <question><![CDATA[44]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7404]]></id>
    <qid><![CDATA[8789]]></qid>
    <question><![CDATA[45]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7405]]></id>
    <qid><![CDATA[8790]]></qid>
    <question><![CDATA[46]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7406]]></id>
    <qid><![CDATA[8791]]></qid>
    <question><![CDATA[47]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7407]]></id>
    <qid><![CDATA[8792]]></qid>
    <question><![CDATA[48]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7408]]></id>
    <qid><![CDATA[8793]]></qid>
    <question><![CDATA[49]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7409]]></id>
    <qid><![CDATA[8794]]></qid>
    <question><![CDATA[50]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7410]]></id>
    <qid><![CDATA[8795]]></qid>
    <question><![CDATA[Nom]]></question>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <id><![CDATA[7411]]></id>
    <qid><![CDATA[8796]]></qid>
    <question><![CDATA[Prénom]]></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[7840]]></qid>
    <attribute><![CDATA[answer_width]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[array_filter]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[array_filter_exclude]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[array_filter_style]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[autoComplete]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[autoCompleteAsDropdown]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[autoCompleteCsvFile]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[autoCompleteFilter]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[autoCompleteKeepCode]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[autoCompleteMinChar]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[autoCompletePlaceholder]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[autoCompleteRemoveSpecialChar]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[autoCompleteShowDefaultTip]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[clear_default]]></attribute>
    <value><![CDATA[N]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[cssclass]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[em_validation_sq]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[em_validation_sq_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[hidden]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[hide_tip]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[input_size]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[max_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[maximum_chars]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[numbers_only]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[page_break]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[placeholder]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[random_group]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[random_order]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[repeat_headings]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[save_as_default]]></attribute>
    <value><![CDATA[N]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[show_grand_total]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[show_totals]]></attribute>
    <value><![CDATA[X]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[statistics_graphtype]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7840]]></qid>
    <attribute><![CDATA[statistics_showgraph]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[answer_width]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[array_filter]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[array_filter_exclude]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[array_filter_style]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[cssclass]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[em_validation_sq]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[em_validation_sq_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[hidden]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[hide_tip]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[input_boxes]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[input_size]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[max_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[maximum_chars]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[multiflexible_checkbox]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[multiflexible_max]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[multiflexible_min]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[multiflexible_step]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[page_break]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[parent_order]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[printable_help]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[public_statistics]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[random_group]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[random_order]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[repeat_headings]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[reverse]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[save_as_default]]></attribute>
    <value><![CDATA[N]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[scale_export]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[statistics_graphtype]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7841]]></qid>
    <attribute><![CDATA[statistics_showgraph]]></attribute>
    <value><![CDATA[1]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[answer_width]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[array_filter]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[array_filter_exclude]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[array_filter_style]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[cssclass]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[em_validation_sq]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[em_validation_sq_tip]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[hidden]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[hide_tip]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[input_boxes]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[input_size]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[max_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[maximum_chars]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[min_answers]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[multiflexible_checkbox]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[multiflexible_max]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[multiflexible_min]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[multiflexible_step]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[page_break]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[parent_order]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[printable_help]]></attribute>
    <value/>
    <language><![CDATA[fr]]></language>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[public_statistics]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[random_group]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[random_order]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[repeat_headings]]></attribute>
    <value/>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[reverse]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[save_as_default]]></attribute>
    <value><![CDATA[N]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[scale_export]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[statistics_graphtype]]></attribute>
    <value><![CDATA[0]]></value>
    <language/>
   </row>
   <row>
    <qid><![CDATA[7859]]></qid>
    <attribute><![CDATA[statistics_showgraph]]></attribute>
    <value><![CDATA[1]]></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[1]]></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>
 </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>
 </themes_inherited>
</document>
