<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>362</DBVersion>
 <languages>
  <language>en</language>
 </languages>
 <answers>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>code</fieldname>
   <fieldname>answer</fieldname>
   <fieldname>sortorder</fieldname>
   <fieldname>assessment_value</fieldname>
   <fieldname>language</fieldname>
   <fieldname>scale_id</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[1102]]></qid>
    <code><![CDATA[A1]]></code>
    <answer><![CDATA[I Understand]]></answer>
    <sortorder><![CDATA[1]]></sortorder>
    <assessment_value><![CDATA[0]]></assessment_value>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
   </row>
   <row>
    <qid><![CDATA[1103]]></qid>
    <code><![CDATA[A1]]></code>
    <answer><![CDATA[I Understand]]></answer>
    <sortorder><![CDATA[1]]></sortorder>
    <assessment_value><![CDATA[0]]></assessment_value>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
   </row>
  </rows>
 </answers>
 <conditions>
  <fields>
   <fieldname>cid</fieldname>
   <fieldname>qid</fieldname>
   <fieldname>cqid</fieldname>
   <fieldname>cfieldname</fieldname>
   <fieldname>method</fieldname>
   <fieldname>value</fieldname>
   <fieldname>scenario</fieldname>
  </fields>
  <rows>
   <row>
    <cid><![CDATA[18]]></cid>
    <qid><![CDATA[1392]]></qid>
    <cqid><![CDATA[645]]></cqid>
    <cfieldname><![CDATA[+435277X18X645SQ015]]></cfieldname>
    <method><![CDATA[==]]></method>
    <value><![CDATA[Y]]></value>
    <scenario><![CDATA[1]]></scenario>
   </row>
  </rows>
 </conditions>
 <groups>
  <fields>
   <fieldname>gid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>group_name</fieldname>
   <fieldname>group_order</fieldname>
   <fieldname>description</fieldname>
   <fieldname>language</fieldname>
   <fieldname>randomization_group</fieldname>
   <fieldname>grelevance</fieldname>
  </fields>
  <rows>
   <row>
    <gid><![CDATA[18]]></gid>
    <sid><![CDATA[435277]]></sid>
    <group_name/>
    <group_order><![CDATA[1]]></group_order>
    <description/>
    <language><![CDATA[en]]></language>
    <randomization_group/>
    <grelevance/>
   </row>
  </rows>
 </groups>
 <questions>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>parent_qid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>gid</fieldname>
   <fieldname>type</fieldname>
   <fieldname>title</fieldname>
   <fieldname>question</fieldname>
   <fieldname>preg</fieldname>
   <fieldname>help</fieldname>
   <fieldname>other</fieldname>
   <fieldname>mandatory</fieldname>
   <fieldname>question_order</fieldname>
   <fieldname>language</fieldname>
   <fieldname>scale_id</fieldname>
   <fieldname>same_default</fieldname>
   <fieldname>relevance</fieldname>
   <fieldname>modulename</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[645]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[M]]></type>
    <title><![CDATA[HR1]]></title>
    <question><![CDATA[<p>(This question is mandatory)</p>

<p><strong>HR Processes – Part 1</strong></p>

<ul>
	<li>Mark the checkbox next to all HR processes where you perform activities. <strong>These processes should be reflective of your role and responsibilities pre-COVID</strong>.</li>
</ul>
]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[973]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[:]]></type>
    <title><![CDATA[HR2]]></title>
    <question><![CDATA[<p>(This question is mandatory)</p>

<p><strong>HR Activities - Part 2 </strong></p>

<ul>
	<li>Please indicate the percentage of time you spend <strong>on an annual basis</strong> performing activities within those processes. <strong>These activities and percentages should be reflective of your role and responsibilities pre-COVID. </strong></li>
	<li>Use the <em>drop-down</em> next to each HR activity displayed to enter the time percentage (in increments of 5%). </li>
	<li>As a reminder, the sum total for all activities that you spend time performing must equal 100%.</li>
	<li>For activities that you do not perform, leave the drop-down blank.</li>
	<li>In addition, use the <em>drop-down</em> in the second column to indicate if there are opportunities to optimize the activities you perform through the reorganization of work, process improvement or automation (you will only be able to select one option). If the activity is already optimized, leave the <em>drop-down</em> blank.</li>
</ul>

<p>. </p>
<script type="text/javascript" charset="utf-8">
  $(document).on('ready pjax:complete', function() {
    $('select[id$="_SQ002"]').each(function() {
      $(this).empty().append('<option value="">Select...</option>\
                              <option value="1">Reorganize or better define roles and accountabilities to improve the way work is done</option>\
                              <option value="2">Introduce process improvements to streamline the way work is done</option>\
                              <option value="3">Introduce technologies or add/increase automation to reduce labor intensive elements of the task or process</option>');
    });
  });
</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1102]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[L]]></type>
    <title><![CDATA[GEN1]]></title>
    <question><![CDATA[<p>(This question is mandatory)</p>

<p><strong>HR Processes – Part 1</strong></p>

<p>You are about to complete Part 1 of the survey where you will be asked to select the HR processes where you perform activities (e.g., Talent Acquisition, Benefits, etc.). These processes should be reflective of your role and responsibilities pre-COVID. There will be a question at the end to address how the pandemic has impacted your job. <br /> </p>

<p> </p>

<p><strong>Part 1 Instructions</strong>:</p>

<ul>
	<li>
	<p>Mark the checkbox next to all HR processes where you perform activities (please check all that apply). <strong>Processes should be reflective of your role and responsibilities pre-COVID. </strong></p>
	</li>
</ul>

<p> </p>

<p>Please certify below that you have read and understood the instructions for Part 1. If you have questions, please reach out to your supervisor<strong>. </strong><br /> </p>
]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[0]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1103]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[L]]></type>
    <title><![CDATA[GEN2]]></title>
    <question><![CDATA[<p>(This question is mandatory)</p>

<p><strong>HR Activities – Part 2</strong><br />You are about to complete Part 2 of the survey where you will be asked to assign a percentage of time, on an annual basis, that you spend performing specific activities in the HR processes you selected in Part 1. These activities and percentages should be reflective of your role and responsibilities pre-COVID. There will be a question at the end to address how the pandemic has impacted your job. </p>

<p>Remember that the sum of the time percentages that you allocate to activities in Part 2 must total to 100% (you will be unable to continue with the survey if the sum does not equal 100%).</p>

<p>In addition to allocating percentages of time spent performing activities, you will see a second column where you can indicate if there are opportunities to optimize specific activities.<br /> </p>

<p><strong>Part 2 Instructions:</strong></p>

<ul>
	<li>You will see the list of activities for each HR processes you selected in Part 1.</li>
	<li>Please indicate the percentage of time you spend <strong>on an annual basis </strong>performing activities within those processes. <strong>These activities and percentages should be reflective of your role and responsibilities pre-COVID.</strong></li>
	<li>Use the drop-down next to each HR activity displayed to enter the time percentage (in increments of 5%). </li>
	<li>As a reminder, the sum total for all activities that you spend time performing must equal 100%.</li>
	<li>For activities that you do not perform, leave the <em>drop-down</em> blank.</li>
	<li>In addition, use the <em>drop-down</em> in the second column to indicate if there are opportunities to optimize the activities you perform through the reorganization of work, process improvement or automation (you will only be able to select one option). If the activity is already optimized, leave the <em>drop-down</em> blank.</li>
</ul>

<p><br />Please certify below that you have read and understood the instructions for Part 2. If you have questions, please reach out to your supervisor. </p>
]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1389]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HR3]]></title>
    <question><![CDATA[<p><strong>HR Efficiency</strong> <br />You are the experts in what you do! What do you feel are the best opportunities to improve the efficiency of the HR department? Opportunities may include but are not limited to, introducing new technologies, ensuring roles and responsibilities are defined, or optimizing current processes. </p>

<p>Please use the comment box below to list what you believe are the best opportunities to improve HR efficiency. </p>
]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1390]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HR4]]></title>
    <question><![CDATA[<p><strong>HR Customer Experience </strong><br />What do you feel are the best opportunities to enhance the HR customer experience for employees, managers, and leadership?</p>

<p><br />Please use the comment box below to list what you believe are the best opportunities to enhance the HR customer experience.</p>
]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1392]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[NonHR1]]></title>
    <question><![CDATA[<p>(This question is mandatory)</p>

<p><strong>HR Activity – Non-HR Tasks</strong><br />You indicated in Part 1 and Part 2 that you spend a percentage of your time performing Non-HR Activities. Please use the comment box below to list what you are responsible for on an annual basis for Non-HR Tasks. <strong>These activities should be reflective of your role and responsibilities pre-COVID.</strong></p>
]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[((435277X18X645SQ015.NAOK == "Y"))]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1863]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HR5]]></title>
    <question><![CDATA[<p><strong>COVID-19 Impact</strong></p>

<p>How has your job been affected as a result of the COVID-19 pandemic, its effects on the economy, or the government efforts to stop the spread of the virus? How has it impacted your allocation of time?</p>
]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[126]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
  </rows>
 </questions>
 <subquestions>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>parent_qid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>gid</fieldname>
   <fieldname>type</fieldname>
   <fieldname>title</fieldname>
   <fieldname>question</fieldname>
   <fieldname>preg</fieldname>
   <fieldname>help</fieldname>
   <fieldname>other</fieldname>
   <fieldname>mandatory</fieldname>
   <fieldname>question_order</fieldname>
   <fieldname>language</fieldname>
   <fieldname>scale_id</fieldname>
   <fieldname>same_default</fieldname>
   <fieldname>relevance</fieldname>
   <fieldname>modulename</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[646]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[<h5><strong>Talent Acquisition</strong></h5><p>Managing and delivering talent acquisition strategies, programs, and processes. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[647]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[<h5><strong>Learning</strong></h5><p>Managing and delivering learning content, programs, and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[648]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[<h5><strong>Talent Management</strong></h5><p>Managing and delivering talent management practices and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[649]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[<h5><strong>Employee Engagement</strong></h5><p>Managing and delivering employee engagement, diversity, recognition, community, and communication activities.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[650]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[<h5><strong>Employee Relations</strong></h5><p>Managing and delivering employee/labor relations policies and practices, including counseling, investigations, grievances, unions, separation, etc.<span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span></p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[651]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[<h5><strong>Health and Welfare Benefits</strong></h5><p>Managing and delivering all health and welfare benefits and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[652]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ007]]></title>
    <question><![CDATA[<h5><strong>Retirement Benefits</strong></h5><p>Managing and delivering all retirement benefits and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[653]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[<h5><strong>Compensation</strong></h5><p>Managing and delivering all compensation plans and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[654]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ009]]></title>
    <question><![CDATA[<h5><strong>Mobility</strong></h5><p>Managing and delivering all mobility programs.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[655]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ010]]></title>
    <question><![CDATA[<h5><strong>HR Technology & Information Management</strong></h5><p>Managing and delivering HR technology and information management.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[656]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ011]]></title>
    <question><![CDATA[<h5><strong>Payroll </strong></h5><p>Managing and delivering payroll.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[657]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ012]]></title>
    <question><![CDATA[<h5><strong>Time & Attendance </strong></h5><p>Managing and delivering time and attendance.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[12]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[658]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ013]]></title>
    <question><![CDATA[<h5><strong>Health, Safety & Risk </strong></h5><p>Managing and delivering health, safety, and risk policies, programs, and practices.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[13]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[659]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ014]]></title>
    <question><![CDATA[<h5><strong>HR Function Management </strong></h5><p>Managing HR functional operations.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[14]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[660]]></qid>
    <parent_qid><![CDATA[645]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ015]]></title>
    <question><![CDATA[<h5><strong>Non-HR Activities </strong></h5><p>Performing activities that do not directly support HR functions.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[15]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[975]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Percent of Time Spent]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[977]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Talent Acquisition</strong></h1><hr /><h5 style="text-align: left;"><strong>Talent Acquisition Consulting and Strategy</strong></h5><p style="text-align: left;">Consulting with business leaders on talent acquisition needs and issues such as skill shortages, recruiting, and selection strategies. Analyzing, planning, and forecasting future workforce demands. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[978]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Talent Acquisition Design and Development</strong></h5><p style="text-align: left;">Designing programs, processes, and tools:</p><ul style="text-align: left;">	<li>	<p style="text-align: left;">Recruiting programs, events and tools, including supporting technology</p>	</li>	<li>	<p style="text-align: left;">Candidate assessment and selection methods</p>	</li>	<li>	<p style="text-align: left;">Diversity programs and events</p>	</li>	<li>	<p style="text-align: left;">Communication programs and initiatives </p>	</li></ul>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[979]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Internal Recruiting</strong></h5><p style="text-align: left;">Assisting hiring managers with the definition of position requirements, compensation, internal sourcing strategies, and posting jobs internally. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[980]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>External Recruiting </strong></h5><p style="text-align: left;">Assisting hiring managers with the definition of position requirements, compensation, external sourcing strategies, and posting jobs externally.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[981]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Selection </strong></h5><p style="text-align: left;">Managing and delivering candidate selection, including assessment, interviews, and coordination of testing.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[982]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Hiring Administration</strong></h5><p style="text-align: left;">Managing and delivering new hire processes including scheduling, coordination of all administrative activities, including background and reference checks, employment verification, drug testing, etc.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[983]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Onboarding</strong></h5><p style="text-align: left;">Managing and delivering new hire onboarding including training and enrollment activities, provision of information, collection and validation of information (e.g., I-9 forms, license verifications, etc.), coordination and setup of workstations, telephones, computers, workspace, security badges, etc.   </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[984]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ8]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Campus Programs </strong></h5><p style="text-align: left;">Executing campus hiring, including events, internships, and recruitment.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[985]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ9]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Contingent Labor Management </strong></h5><p style="text-align: left;">Managing and coordinating the flow of temporary or contingent labor in and out of the organization, including the use of agencies or managing temporary labor pools to staff positions.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[986]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ10]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Talent Acquisition Technology and Vendor Management</strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing talent acquisition-related technologies and vendors.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[987]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ11]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Talent Acquisition Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and talent acquisition-related reports (for compliance and business purposes). Analyzing talent acquisition-related data to generate intelligence, insights, predictions, etc.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[988]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TALACQ12]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Talent Acquisition Customer Service</strong></h5><p style="text-align: left;">Responding to routine internal and external inquiries regarding talent acquisition programs or practices. Activities may include assisting applicants to complete the application process and answering questions about positions.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[12]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ001.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[989]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LRN1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Learning</strong></h1><hr /><h5 style="text-align: left;"><strong>Learning Consulting and Strategy </strong></h5><p style="text-align: left;">Consulting with business leaders on learning needs, issues, strategies, and programs.   </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[13]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ002.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[990]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LRN3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Learning Design and Development </strong></h5><p style="text-align: left;">Designing learning content, programs, processes, and resources to build technical and non-technical skills and knowledge.  Activities may include developing learning objectives, curriculum, training resources, and procuring and customizing commercially available resources.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[15]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ002.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[991]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LRN2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Technology-Based Learning </strong></h5><h5 style="text-align: left;">Managing and delivering learning to employees using technology-based methods and platforms.</h5>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[14]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ002.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[992]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LRN4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Non-Technology-Based Learning </strong></h5><p style="text-align: left;">Managing and delivering learning to employees using non-technology based methods and platforms (such as classroom-based, on-the-job, rotational, peer-to-peer, and coaching).  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[16]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ002.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[993]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LRN5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Third-Party Learning Coordination and Management</strong></h5><p style="text-align: left;">Managing vendors and coordinating logistics for third party-provided/delivered learning.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[17]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ002.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[994]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LRN6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Learning Administration</strong></h5><h5 style="text-align: left;">Performing administrative activities related to learning program delivery. Activities may include providing information on training programs, coordinating schedules, enrolling participants, or tracking participation and participant feedback.  </h5>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[18]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ002.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[995]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LRN7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Learning Technology and Vendor Management </strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing learning-related technologies and vendors.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[19]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ002.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[996]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LRN8]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Learning Reporting and Analysis </strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and learning-related reports (for compliance and business purposes). Analyzing learning-related data to generate intelligence, insights, predictions, ROI, impact, etc.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[20]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ002.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[997]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LRN9]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Learning Customer Service </strong></h5><p style="text-align: left;">Responding to routine inquiries regarding learning programs or practices.  Activities may include questions on training course schedules, content, logistics, etc.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[21]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ002.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[999]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Talent Management</strong></h1><hr /><h5 style="text-align: left;"><strong>Talent Management Consulting and Strategy </strong></h5><p style="text-align: left;">Consulting with business leaders on talent management needs, issues, strategies, and programs.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[22]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1000]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Talent Management Design and Development </strong></h5><p style="text-align: left;">Designing talent management programs, processes, and resources to build internal capability.  Activities may include developing talent management practices and resources and procuring and customizing commercially available resources.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[23]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1001]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Leadership Development Delivery </strong></h5><p style="text-align: left;">Managing and delivering leadership development practices and processes.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[24]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1002]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Succession Management Delivery </strong></h5><p style="text-align: left;">Managing and delivering succession practices and processes.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[25]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1003]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Career Development Delivery </strong></h5><h5 style="text-align: left;">Managing and delivering career development practices and processes.  </h5>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[26]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1004]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Performance Management Delivery </strong></h5><p style="text-align: left;">Managing and delivering performance management practices and processes.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[27]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1005]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Competency Management </strong></h5><p style="text-align: left;">Managing and delivering competency models and practices.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[28]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1006]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM8]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Talent Management Administration </strong></h5><p style="text-align: left;">Performing administrative activities related to talent management related delivery.  Activities may include coordinating, scheduling, logistics, data entry, and transactions.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[29]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1007]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM9]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Talent Management Technology and Vendor Management </strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing talent management-related technologies and vendors.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[30]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1008]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM10]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Talent Management Reporting and Analysis </strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and talent management-related reports. Analyzing talent management-related data to generate intelligence, insights, predictions, etc.  </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[31]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1009]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TM11]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Talent Management Customer Service</strong></h5><p style="text-align: left;">Responding to routine inquiries regarding talent management programs or practices.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[32]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ003.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1010]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Employee Relations</strong></h1><hr /><h5 style="text-align: left;"><strong>Employee Relations Consulting and Strategy</strong></h5><p style="text-align: left;">Consulting with business leaders on employee relations needs, issues, strategies, policies, and practices. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[44]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1011]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Relations Design and Development</strong></h5><p style="text-align: left;">Managing and delivering employee relations policies and practices, including counseling, investigations, grievances, unions, separation, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[45]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1012]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Counseling</strong></h5><p style="text-align: left;">Counseling managers and employees in the resolution of employee performance and progressive discipline issues consistent with corporate policies and procedures.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[46]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1013]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Investigations</strong></h5><p style="text-align: left;">Managing and conducting investigations consistent with corporate policies and procedures.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[47]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1014]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Grievances</strong></h5><p style="text-align: left;">Managing and coordinating grievances consistent with corporate policies and procedures.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[48]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1015]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Union Management</strong></h5><p style="text-align: left;">Negotiating labor contracts. Activities may include research, preparation, negotiation, mediation/interest arbitration, and ratification. Managing and delivering programs to management and staff developed to foster productive relations and union avoidance.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[49]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1016]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Separation Management</strong></h5><h5 style="text-align: left;">Managing and coordinating separation programs and processes consistent with corporate policies and procedures.</h5>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[50]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1017]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR8]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Relations Administration</strong></h5><p style="text-align: left;">Performing administrative activities related to employee relations documentation requirements, records management, recalls or layoffs, affirmative action programming, employment disciplinary action, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[51]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1018]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR9]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Relations Technology and Vendor Management</strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing employee/labor relations-related technologies and vendors.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[52]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1019]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR10]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Relations Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and employee/labor relations-related reports. Analyzing employee-related data to generate intelligence, insights, predictions, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[53]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1020]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[LR11]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Relations Customer Service</strong></h5><p style="text-align: left;">Responding to routine inquiries regarding employee relations policies and procedures.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[54]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ005.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1021]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HW1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>H&W Benefits</strong></h1><hr /><p style="text-align: left;"><strong>H&W Benefits Consulting and Strategy</strong></p><p style="text-align: left;">Consulting with business leaders on H&W benefits needs, issues, strategies, and plans. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[55]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ006.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1022]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HW2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>H&W Benefits Design and Development</strong></h5><p style="text-align: left;">Designing H&W benefit plans, processes, and resources.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[56]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ006.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1023]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HW3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>H&W Benefits Administration</strong></h5><p style="text-align: left;">Performing administrative activities related to H&W benefits delivery.  Activities may include enrolling employees in benefits, processing life events and status changes, supporting claims, and supporting COBRA, HIPAA, and QMCSO compliance activities. Other activities include processing leave of absences, voluntary benefits, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[57]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ006.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1024]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HW4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>H&W Benefits Communication</strong></h5><p style="text-align: left;">Managing and delivering H&W benefit plan communications.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[58]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ006.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1025]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HW5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>H&W Benefits Technology and Vendor Management</strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing H&W benefits-related technologies and vendors.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[59]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ006.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1026]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HW6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>H&W Benefits Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and H&W benefits-related reports. Analyzing H&W benefits-related data to generate intelligence, insights, trends and projections, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[60]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ006.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1027]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HW7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>H&W Benefits Customer Service</strong></h5><p style="text-align: left;">Responding to routine inquiries regarding H&W benefits policies, plans, carriers, basic administrative transactions, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[61]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ006.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1028]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[RB1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Retirement Benefits</strong></h1><hr /><p style="text-align: left;"><strong>Retirement Benefits Consulting and Strategy</strong></p><p style="text-align: left;">Consulting with business leaders on retirement benefits needs, issues, strategies, and plans. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[62]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ007.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1029]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[RB2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Retirement Benefits Design and Development</strong></h5><p style="text-align: left;">Designing retirement benefit plans, processes, and resources.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[63]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ007.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1030]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[RB3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Retirement Benefits Administration</strong></h5><p style="text-align: left;">Performing administrative activities related to retirement benefits delivery.  Activities may include defined contribution and/or defined benefit enrollment and eligibility, general pension calculations and reporting, supplemental executive retirement/pension program administration, compliance activities, etc. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[64]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ007.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1031]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[RB4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Retirement Benefits Communications</strong></h5><h5 style="text-align: left;">Managing and delivering retirement benefit plan communications.</h5>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[65]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ007.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1032]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[RB5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Retirement Benefits Technology and Vendor Management</strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing retirement benefits-related technologies and vendors.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[66]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ007.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1033]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[RB6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Retirement Benefits Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and retirement benefit-related reports. Analyzing retirement benefit-related data to generate intelligence, insights, trends and projections, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[67]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ007.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1034]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[RB7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Retirement Customer Service</strong></h5><p style="text-align: left;">Responding to routine inquiries regarding retirement benefits policies, plans, vendors, basic administrative transactions, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[68]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ007.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1035]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COMP1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Compensation</strong></h1><hr /><h5 style="text-align: left;"><strong>Compensation Consulting and Strategy</strong></h5><p style="text-align: left;">Consulting with business leaders on compensation-related needs, issues, strategies, and plans. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[69]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ008.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1036]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COMP2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Compensation Design and Development</strong></h5><p style="text-align: left;">Designing compensation plans, processes, and resources.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[70]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ008.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1037]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COMP3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Base Compensation Delivery</strong></h5><p style="text-align: left;">Managing and delivering all base compensation plans and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[71]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ008.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1038]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COMP4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Incentive Compensation Delivery</strong></h5><p style="text-align: left;">Managing and delivering all short and long-term, cash and equity-based incentive compensation plans and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[72]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ008.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1039]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COMP5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Executive Compensation Delivery</strong></h5><p style="text-align: left;">Managing and delivering all executive compensation and benefits plans and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[73]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ008.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1040]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COMP6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Compensation Administration</strong></h5><p style="text-align: left;">Performing administrative activities related to compensation plan delivery.  Activities may include data entry and routine transactions.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[74]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ008.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1041]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COMP7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Compensation Communications</strong></h5><p style="text-align: left;">Managing and delivering compensation communications.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[75]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ008.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1042]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COMP8]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Compensation Technology and Vendor Management</strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing compensation-related technologies and vendors.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[76]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ008.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1043]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COMP9]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Compensation Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and compensation-related reports. Analyzing compensation-related data to generate intelligence, insights, trends and projections, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[77]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ008.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1044]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[COMP10]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Compensation Customer Service</strong></h5><p style="text-align: left;">Responding to routine inquiries regarding compensation policies, plans, vendors, basic administrative transactions, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[78]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ008.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1045]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[MOB1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Mobility</strong></h1><hr /><h5 style="text-align: left;"><strong>Mobility Consulting and Strategy</strong></h5><p style="text-align: left;">Consulting with business leaders on mobility-related needs, issues, strategies, and plans. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[79]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ009.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1046]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[MOB2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Mobility Design and Development</strong></h5><p style="text-align: left;">Designing all mobility policies, programs, and resources.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[80]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ009.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1047]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[MOB3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Relocation Delivery</strong></h5><p style="text-align: left;">Managing and delivering relocation services.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[81]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ009.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1048]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[MOB4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Mobility Assignment Case Management Delivery</strong></h5><p style="text-align: left;">Managing and delivering programs for international transfers, short-term and long-term assignees across the globe during the time period of the assignment. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[82]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ009.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1049]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[MOB5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Mobility Repatriation Delivery</strong></h5><p style="text-align: left;">Managing and delivering programs for expatriate's return to the home country following an international assignment.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[83]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ009.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1050]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[MOB6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Mobility Technology and Vendor Management</strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing mobility-related technologies and vendors.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[84]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ009.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1051]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[MOB7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Mobility Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and mobility-related reports. Analyzing mobility-related data to generate intelligence, insights, trends and projections, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[85]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ009.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1052]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[MOB8]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Mobility Customer Service</strong></h5><p style="text-align: left;">Responding to routine inquiries regarding mobility policies, plans, vendors, basic administrative transactions, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[86]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ009.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1053]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRIT1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>HR Technology and Information Management</strong></h1><hr /><h5 style="text-align: left;"><strong>HR Technology and Information Management Consulting and Strategy</strong></h5><p style="text-align: left;">Consulting with business leaders on HR technology and information management-related needs, issues, strategies, and plans. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[87]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ010.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1054]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRIT2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Technology and Information Management Design and Development</strong></h5><p style="text-align: left;">Managing design decisions for the technical design and build associated with an HR technology implementation or upgrade (for example, designing system architecture, applications, and processes).</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[88]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ010.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1055]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRIT3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Technology and Information Management Information Governance</strong></h5><p style="text-align: left;">Developing or supporting HR technology governance/ maintenance processes and tools, such as change control, prioritization and collective decision making principles, ongoing release strategy, purchasing decisions, configuration management boards, change requests, and defect report templates.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[89]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ010.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1056]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRIT4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Technology and Information Management Interface Maintenance</strong></h5><p style="text-align: left;">Maintaining interfaces and data exchanges between systems as well as to and from third parties (e.g., vendors).</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[90]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ010.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1057]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRIT5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Technology and Information Management Administration </strong></h5><p style="text-align: left;">Performing administrative activities related to HR technology and information management delivery.  Activities may include data entry and routine transactions, supporting security setup and password maintenance for all HR technologies, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[91]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ010.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1058]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRIT6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Technology and Information Management Vendors</strong></h5><p style="text-align: left;">Managing day-to-day HR technology and information vendor relationships. Managing HR technology and information vendor performance, including partnership meetings, service level agreements, performance issues and guarantees, satisfaction of contract requirements, and new or enhanced services.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[92]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ010.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1059]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRIT7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Technology and Information Management Reporting and Analysis</strong></h5><p style="text-align: left;">Designing and delivering dashboards that enable HR and the business to analyze data housed in HR technology systems.  Activities may include selecting metrics, developing delivery platforms (dashboards, reports, etc.), and automating report generation. Note: This does not include reporting analysis of data, which should be allocated under the relevant HR process.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[93]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ010.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1060]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRIT8]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Technology and Information Management Customer Service</strong></h5><p style="text-align: left;">Responding to routine inquiries regarding HR technology policies, plans, vendors, basic administrative transactions, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[94]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ010.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1061]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[PAY1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Payroll</strong></h1><hr /><h5 style="text-align: left;"><strong>Payroll Consulting and Strategy</strong></h5><p style="text-align: left;">Consulting with business leaders on payroll related needs, issues, strategies, and plans. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[95]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ011.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1062]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[PAY2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Payroll Design and Development</strong></h5><p style="text-align: left;">Designing payroll systems, solutions, and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[96]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ011.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1063]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[PAY3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Direct Deposit Enrollment</strong></h5><p style="text-align: left;">Collecting and processing employee direct deposit enrollment and changes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[97]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ011.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1064]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[PAY4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Payroll Processing</strong></h5><p style="text-align: left;">Managing the automated process and file transmissions to calculate gross to net pay with statutory and non-statutory deductions. Other payroll processing activities include commissions payment, special payments (e.g., spot bonuses or severance payouts), and expatriate programs.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[98]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ011.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1065]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[PAY5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Year-End Processing</strong></h5><p style="text-align: left;">Providing employees with W-2s and 1099-Rs and sending year-end data/tapes to government entities. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[99]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ011.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1066]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[PAY6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Payroll Tax Filling</strong></h5><p style="text-align: left;">Remitting employee tax withholdings and organization contributions to governmental agencies. Processing payments related to annual incentive/bonus programs.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[100]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ011.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1067]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[PAY7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Payroll Technology and Vendor Management</strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing payroll-related technologies and vendors.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[101]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ011.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1068]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[PAY8]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Payroll Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and payroll-related reports. Analyzing payroll-related data to generate intelligence, insights, trends and projections, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[102]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ011.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1069]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[PAY9]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Payroll Customer Service</strong></h5><h5 style="text-align: left;">Responding to routine inquiries regarding payroll policies, plans, vendors, basic administrative transactions, etc.</h5>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[103]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ011.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1070]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TA1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Time and Attendance</strong></h1><hr /><h5 style="text-align: left;"><strong>Time and Attendance Consulting and Strategy</strong></h5><p style="text-align: left;">Consulting with business leaders on time and attendance related needs, issues, strategies, and plans. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[104]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ012.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1071]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TA2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Time and Attendance Design and Development</strong></h5><p style="text-align: left;">Designing all time and attendance policies, practices, and resources.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[105]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ012.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1072]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TA3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Time and Attendance Data Maintenance</strong></h5><p style="text-align: left;">Establishing and maintaining employees' time and attendance records, including status, transfers, pay groups, locations, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[106]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ012.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1073]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TA4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Automated Time and Attendance Processing</strong></h5><p style="text-align: left;">Processing time and attendance interface files from units/locations that submit time electronically.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[107]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ012.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1074]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TA5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Manual Time and Attendance Processing</strong></h5><p style="text-align: left;">Collecting and processing time and attendance documents and reports (i.e., timesheets) and monitoring and processing missing/late reports.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[108]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ012.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1075]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TA6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Time and Attendance Accruals</strong></h5><p style="text-align: left;">Monitoring and correcting of paid time-off (i.e., vacation, sick) accruals and balances.  Activities may include reviewing personnel and payroll activity that affects accruals/balances and making appropriate adjustments. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[109]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ012.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1076]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TA7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Time and Attendance Technology and Vendor Management</strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing time and attendance-related technologies and vendors.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[110]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ012.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1077]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TA8]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Time and Attendance Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and time and attendance-related reports. Analyzing time and attendance-related data to generate intelligence, insights, trends and projections, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[111]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ012.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1078]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[TA9]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Time and Attendance Customer Service</strong></h5><p style="text-align: left;">Responding to routine inquiries regarding time and attendance policies, plans, vendors, basic administrative transactions, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[112]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ012.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1079]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRS1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Health, Safety and Risk</strong></h1><hr /><h5 style="text-align: left;"><strong>Health, Safety and Risk Consulting and Strategy</strong></h5><p style="text-align: left;">Consulting with business leaders on health, safety, and risk-related needs, issues, strategies, and plans. </p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[113]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ013.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1080]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRS2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Health, Safety and Risk Design and Development</strong></h5><p style="text-align: left;">Designing health, safety, and risk-related plans, policies, programs, processes, and resources.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[114]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ013.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1081]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRS3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Health, Safety and Risk Delivery</strong></h5><h5 style="text-align: left;">Managing and responding to health and safety risks through audits, investigations, interventions, training, compliance monitoring and policy updates, etc.</h5>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[115]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ013.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1082]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRS4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Health, Safety and Risk Technology and Vendor Management</strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing health, safety, and risk-related technologies and vendors.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[116]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ013.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1083]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRS5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Health, Safety and Risk Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and health, safety, and risk-related reports. Analyzing health, safety, and risk-related data to generate intelligence, insights, trends and projections, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[117]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ013.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1084]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRS6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Health, Safety and Risk Customer Service</strong></h5><p style="text-align: left;">Responding to routine inquiries regarding health, safety, and risk policies, plans, vendors, basic administrative transactions, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[118]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ013.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1085]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRFM1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>HR Function</strong></h1><hr /><h5 style="text-align: left;"><strong>HR Consulting and Strategy</strong></h5><p style="text-align: left;">Consulting with business leaders on organizational, people, and HR-related needs, issues, strategies, and plans (e.g., HR strategic planning, business partnering, HR process optimization, etc.).</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[119]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ014.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1086]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRFM2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Mergers and Acquisitions</strong></h5><p style="text-align: left;">Managing and delivering HR support for due diligence, pre- and post-merger integration, carve-outs, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[120]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ014.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1087]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRFM3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Function Planning, Budgeting, and Management</strong></h5><p style="text-align: left;">Managing HR function plans and budgets and overseeing the operation of HR and its departments and resources day-to-day.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[121]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ014.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1088]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRFM4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Function Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and HR function management-related reports. Analyzing HR function management-related data to generate intelligence, insights, trends and projections, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[122]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ014.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1089]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRFM5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Function Auditing</strong></h5><p style="text-align: left;">Conducting a financial and/or operational examination of the organization's activities, accounts, or coordinating efforts of external auditing institutions.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[123]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ014.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1090]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[HRFM6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>HR Function Billing and Accounting</strong></h5><p style="text-align: left;">Charging internal departments for services provided, paying miscellaneous bills, and coordinating with accounts payable.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[124]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ014.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1091]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE1]]></title>
    <question><![CDATA[<h1 style="text-align: left;"><strong>Employee Engagement</strong></h1><hr /><h5 style="text-align: left;"><strong>Employee Engagement Consulting and Strategy</strong></h5><p style="text-align:left;">Consulting with business leaders on employee engagement, diversity, recognition, community, and communication needs, issues, strategies, and programs.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[33]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1092]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE2]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Engagement Design and Development</strong></h5><p style="text-align: left;">Designing engagement programs, processes, and resources.  Activities may include developing engagement surveys, diversity, recognition, community and communication practices, and procuring and customizing commercially available resources.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[34]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1093]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE3]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Diversity Program Management</strong></h5><p style="text-align: left;">Managing and delivering diversity practices and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[35]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1094]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE4]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Recognition Program Management</strong></h5><p style="text-align: left;">Managing and delivering diversity practices and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[36]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1095]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE5]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Community Program Management</strong></h5><p style="text-align: left;">Managing, delivering, attending, or sponsoring community events (for example, charitable and fund raising events as well as volunteer programs).</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[37]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1096]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE6]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Research and Survey Management</strong></h5><p style="text-align: left;">Managing and delivering employee surveys and research practices and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[38]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1097]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE7]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Exit Interviews</strong></h5><p style="text-align: left;">Managing and delivering exit interviews and research.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[39]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1098]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE8]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Communications</strong></h5><p style="text-align: left;">Managing and delivering non-benefits and non-compensation related employee communications strategies, practices, and processes.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[40]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1099]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE9]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Engagement Technology and Vendor Management</strong></h5><p style="text-align: left;">Implementing, managing, maintaining, and enhancing employee engagement-related technologies and vendors.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[41]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1100]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE10]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Engagement Reporting and Analysis</strong></h5><p style="text-align: left;">Designing, running, producing, and distributing information and employee engagement-related reports. Analyzing employee engagement-related data to generate intelligence, insights, predictions, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[42]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1101]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[EE11]]></title>
    <question><![CDATA[<h5 style="text-align: left;"><strong>Employee Engagement Customer Service</strong></h5><p style="text-align: left;">Responding to routine inquiries regarding employee engagement programs or practices.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[43]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ004.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1111]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[NHR1]]></title>
    <question><![CDATA[<h1 style="text-align: left;">Non-HR Activities</h1><hr /><h5 style="text-align: left;"><strong>Non-HR Activities</strong></h5><p style="text-align: left;">Performing any activities that do not directly support HR functions. Activities may include providing administrative support for a department other than HR, such as Finance, etc.</p>]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[125]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[HR1_SQ015.NAOK]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[1862]]></qid>
    <parent_qid><![CDATA[973]]></parent_qid>
    <sid><![CDATA[435277]]></sid>
    <gid><![CDATA[18]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Opportunities for Optimization]]></question>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
  </rows>
 </subquestions>
 <question_attributes>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>attribute</fieldname>
   <fieldname>value</fieldname>
   <fieldname>language</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[973]]></qid>
    <attribute><![CDATA[array_filter]]></attribute>
    <value><![CDATA[HR1;NHR1]]></value>
   </row>
   <row>
    <qid><![CDATA[973]]></qid>
    <attribute><![CDATA[em_validation_q]]></attribute>
    <value><![CDATA[sum(self.sq_001.NAOK) == 100]]></value>
   </row>
   <row>
    <qid><![CDATA[973]]></qid>
    <attribute><![CDATA[em_validation_q_tip]]></attribute>
    <value><![CDATA[Your percentages must equal 100. Your current total is {sum(self.sq_001.NAOK)}. {if(sum(self.sq_001.NAOK) != 100, "Part 2 must equal 100 and will not let you continue until Percent of Time Spent equals 100.","")}]]></value>
    <language><![CDATA[en]]></language>
   </row>
   <row>
    <qid><![CDATA[973]]></qid>
    <attribute><![CDATA[multiflexible_max]]></attribute>
    <value><![CDATA[100 - sum(self.NAOK)]]></value>
   </row>
   <row>
    <qid><![CDATA[973]]></qid>
    <attribute><![CDATA[multiflexible_min]]></attribute>
    <value><![CDATA[0]]></value>
   </row>
   <row>
    <qid><![CDATA[973]]></qid>
    <attribute><![CDATA[multiflexible_step]]></attribute>
    <value><![CDATA[5]]></value>
   </row>
  </rows>
 </question_attributes>
 <surveys>
  <fields>
   <fieldname>sid</fieldname>
   <fieldname>gsid</fieldname>
   <fieldname>admin</fieldname>
   <fieldname>expires</fieldname>
   <fieldname>startdate</fieldname>
   <fieldname>adminemail</fieldname>
   <fieldname>anonymized</fieldname>
   <fieldname>faxto</fieldname>
   <fieldname>format</fieldname>
   <fieldname>savetimings</fieldname>
   <fieldname>template</fieldname>
   <fieldname>language</fieldname>
   <fieldname>additional_languages</fieldname>
   <fieldname>datestamp</fieldname>
   <fieldname>usecookie</fieldname>
   <fieldname>allowregister</fieldname>
   <fieldname>allowsave</fieldname>
   <fieldname>autonumber_start</fieldname>
   <fieldname>autoredirect</fieldname>
   <fieldname>allowprev</fieldname>
   <fieldname>printanswers</fieldname>
   <fieldname>ipaddr</fieldname>
   <fieldname>refurl</fieldname>
   <fieldname>showsurveypolicynotice</fieldname>
   <fieldname>publicstatistics</fieldname>
   <fieldname>publicgraphs</fieldname>
   <fieldname>listpublic</fieldname>
   <fieldname>htmlemail</fieldname>
   <fieldname>sendconfirmation</fieldname>
   <fieldname>tokenanswerspersistence</fieldname>
   <fieldname>assessments</fieldname>
   <fieldname>usecaptcha</fieldname>
   <fieldname>usetokens</fieldname>
   <fieldname>bounce_email</fieldname>
   <fieldname>attributedescriptions</fieldname>
   <fieldname>emailresponseto</fieldname>
   <fieldname>emailnotificationto</fieldname>
   <fieldname>tokenlength</fieldname>
   <fieldname>showxquestions</fieldname>
   <fieldname>showgroupinfo</fieldname>
   <fieldname>shownoanswer</fieldname>
   <fieldname>showqnumcode</fieldname>
   <fieldname>bouncetime</fieldname>
   <fieldname>bounceprocessing</fieldname>
   <fieldname>bounceaccounttype</fieldname>
   <fieldname>bounceaccounthost</fieldname>
   <fieldname>bounceaccountpass</fieldname>
   <fieldname>bounceaccountencryption</fieldname>
   <fieldname>bounceaccountuser</fieldname>
   <fieldname>showwelcome</fieldname>
   <fieldname>showprogress</fieldname>
   <fieldname>questionindex</fieldname>
   <fieldname>navigationdelay</fieldname>
   <fieldname>nokeyboard</fieldname>
   <fieldname>alloweditaftercompletion</fieldname>
   <fieldname>googleanalyticsstyle</fieldname>
   <fieldname>googleanalyticsapikey</fieldname>
   <fieldname>showdatapolicybutton</fieldname>
   <fieldname>showlegalnoticebutton</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[435277]]></sid>
    <gsid><![CDATA[5]]></gsid>
    <admin/>
    <adminemail><![CDATA[dmcguire@westmonroepartners.com]]></adminemail>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[S]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[fruity]]></template>
    <language><![CDATA[en]]></language>
    <additional_languages/>
    <datestamp><![CDATA[N]]></datestamp>
    <usecookie><![CDATA[N]]></usecookie>
    <allowregister><![CDATA[N]]></allowregister>
    <allowsave><![CDATA[Y]]></allowsave>
    <autonumber_start><![CDATA[0]]></autonumber_start>
    <autoredirect><![CDATA[N]]></autoredirect>
    <allowprev><![CDATA[Y]]></allowprev>
    <printanswers><![CDATA[N]]></printanswers>
    <ipaddr><![CDATA[N]]></ipaddr>
    <refurl><![CDATA[N]]></refurl>
    <showsurveypolicynotice><![CDATA[0]]></showsurveypolicynotice>
    <publicstatistics><![CDATA[N]]></publicstatistics>
    <publicgraphs><![CDATA[N]]></publicgraphs>
    <listpublic><![CDATA[N]]></listpublic>
    <htmlemail><![CDATA[Y]]></htmlemail>
    <sendconfirmation><![CDATA[Y]]></sendconfirmation>
    <tokenanswerspersistence><![CDATA[N]]></tokenanswerspersistence>
    <assessments><![CDATA[N]]></assessments>
    <usecaptcha><![CDATA[N]]></usecaptcha>
    <usetokens><![CDATA[N]]></usetokens>
    <bounce_email><![CDATA[dmcguire@westmonroepartners.com]]></bounce_email>
    <emailresponseto/>
    <emailnotificationto/>
    <tokenlength><![CDATA[15]]></tokenlength>
    <showxquestions><![CDATA[Y]]></showxquestions>
    <showgroupinfo><![CDATA[B]]></showgroupinfo>
    <shownoanswer><![CDATA[Y]]></shownoanswer>
    <showqnumcode><![CDATA[X]]></showqnumcode>
    <bounceprocessing><![CDATA[N]]></bounceprocessing>
    <showwelcome><![CDATA[Y]]></showwelcome>
    <showprogress><![CDATA[Y]]></showprogress>
    <questionindex><![CDATA[0]]></questionindex>
    <navigationdelay><![CDATA[0]]></navigationdelay>
    <nokeyboard><![CDATA[N]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
    <googleanalyticsstyle/>
    <googleanalyticsapikey/>
    <showdatapolicybutton><![CDATA[0]]></showdatapolicybutton>
    <showlegalnoticebutton><![CDATA[0]]></showlegalnoticebutton>
   </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_legal_notice</fieldname>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[435277]]></surveyls_survey_id>
    <surveyls_language><![CDATA[en]]></surveyls_language>
    <surveyls_title><![CDATA[HR Activity Trak]]></surveyls_title>
    <surveyls_description><![CDATA[<h4><em>Thank you for participating in this survey. The survey itself will take approximately 30 minutes to complete. Please ensure you set aside time to complete it in one sitting, if possible (if necessary, you will have the option to save your work and return to the survey to complete it at a later time). </em></h4>
]]></surveyls_description>
    <surveyls_welcometext><![CDATA[<ul>
	<li>
	<p>This survey is organized into two parts.</p>
	</li>
	<li>
	<p>Part 1 will ask you to select the HR processes where you perform activities (e.g., Talent Acquisition, Benefits, etc.). These processes should be reflective of your role and responsibilities pre-COVID. </p>
	</li>
	<li>
	<p>Part 2 will ask you to assign a percentage of time, on an annual basis, that you spent performing specific activities in the HR processes you selected in Part 1. These activities and percentages should be reflected of your role and responsibilities pre-COVID.</p>
	</li>
	<li>
	<p>The sum of the time percentages that you allocated to activities in Part 2 must sum to 100% (you will be unable to continue with the survey if the sum does not equal 100%).</p>
	</li>
	<li>
	<p><strong>Processes, activities, and percentages should be reflective of your role and responsibilities pre-COVID. There will be a question at the end to address how the pandemic has impacted your job.</strong></p>
	</li>
	<li>
	<p>Save the survey to complete it at a later time by selecting the “Resume Later” option in the upper right-hand corner of the web browser. </p>
	</li>
</ul>
]]></surveyls_welcometext>
    <surveyls_endtext><![CDATA[<h2>Thank you for participating. </h2>
]]></surveyls_endtext>
    <surveyls_url><![CDATA[HRActivityTrak]]></surveyls_url>
    <surveyls_urldescription/>
    <surveyls_email_invite_subj><![CDATA[Invitation to participate in a survey]]></surveyls_email_invite_subj>
    <surveyls_email_invite><![CDATA[Dear {FIRSTNAME},<br />
<br />
you have been invited to participate in a survey.<br />
<br />
The survey is titled:<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
To participate, please click on the link below.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Click here to do the survey:<br />
{SURVEYURL}<br />
<br />
If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:<br />
{OPTOUTURL}<br />
<br />
If you are blacklisted but want to participate in this survey and want to receive invitations please click the following link:<br />
{OPTINURL}]]></surveyls_email_invite>
    <surveyls_email_remind_subj><![CDATA[Reminder to participate in a survey]]></surveyls_email_remind_subj>
    <surveyls_email_remind><![CDATA[Dear {FIRSTNAME},<br />
<br />
Recently we invited you to participate in a survey.<br />
<br />
We note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.<br />
<br />
The survey is titled:<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
To participate, please click on the link below.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Click here to do the survey:<br />
{SURVEYURL}<br />
<br />
If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:<br />
{OPTOUTURL}]]></surveyls_email_remind>
    <surveyls_email_register_subj><![CDATA[Survey registration confirmation]]></surveyls_email_register_subj>
    <surveyls_email_register><![CDATA[Dear {FIRSTNAME},<br />
<br />
You, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.<br />
<br />
To complete this survey, click on the following URL:<br />
<br />
{SURVEYURL}<br />
<br />
If you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.]]></surveyls_email_register>
    <surveyls_email_confirm_subj><![CDATA[Confirmation of your participation in our survey]]></surveyls_email_confirm_subj>
    <surveyls_email_confirm><![CDATA[Dear {FIRSTNAME},<br />
<br />
this email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.<br />
<br />
If you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME}]]></surveyls_email_confirm>
    <surveyls_dateformat><![CDATA[1]]></surveyls_dateformat>
    <email_admin_notification_subj><![CDATA[Response submission for survey {SURVEYNAME}]]></email_admin_notification_subj>
    <email_admin_notification><![CDATA[Hello,<br />
<br />
A new response was submitted for your survey '{SURVEYNAME}'.<br />
<br />
Click the following link to see the individual response:<br />
{VIEWRESPONSEURL}<br />
<br />
Click the following link to edit the individual response:<br />
{EDITRESPONSEURL}<br />
<br />
View statistics by clicking here:<br />
{STATISTICSURL}]]></email_admin_notification>
    <email_admin_responses_subj><![CDATA[Response submission for survey {SURVEYNAME} with results]]></email_admin_responses_subj>
    <email_admin_responses><![CDATA[Hello,<br />
<br />
A new response was submitted for your survey '{SURVEYNAME}'.<br />
<br />
Click the following link to see the individual response:<br />
{VIEWRESPONSEURL}<br />
<br />
Click the following link to edit the individual response:<br />
{EDITRESPONSEURL}<br />
<br />
View statistics by clicking here:<br />
{STATISTICSURL}<br />
<br />
<br />
The following answers were given by the participant:<br />
{ANSWERTABLE}]]></email_admin_responses>
    <surveyls_numberformat><![CDATA[0]]></surveyls_numberformat>
   </row>
  </rows>
 </surveys_languagesettings>
 <themes>
  <theme>
   <sid>435277</sid>
   <template_name>fruity</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
 </themes>
 <themes_inherited>
  <theme>
   <sid>435277</sid>
   <template_name>fruity</template_name>
   <config>
    <options>
     <ajaxmode>off</ajaxmode>
     <brandlogo>on</brandlogo>
     <brandlogofile>./files/logo.png</brandlogofile>
     <container>on</container>
     <backgroundimage>off</backgroundimage>
     <animatebody>off</animatebody>
     <bodyanimation>fadeInRight</bodyanimation>
     <bodyanimationduration>500</bodyanimationduration>
     <animatequestion>off</animatequestion>
     <questionanimation>flipInX</questionanimation>
     <questionanimationduration>500</questionanimationduration>
     <animatealert>off</animatealert>
     <alertanimation>shake</alertanimation>
     <alertanimationduration>500</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>
    </options>
   </config>
  </theme>
 </themes_inherited>
</document>
