<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>258</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[31641]]></qid>
    <code><![CDATA[1]]></code>
    <answer><![CDATA[<font color="red"><b>Not at all confident</b></font>]]></answer>
    <sortorder><![CDATA[1]]></sortorder>
    <assessment_value><![CDATA[1]]></assessment_value>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
   </row>
   <row>
    <qid><![CDATA[31641]]></qid>
    <code><![CDATA[2]]></code>
    <answer><![CDATA[<font color="orange"><b>Not so confident</b></font>]]></answer>
    <sortorder><![CDATA[2]]></sortorder>
    <assessment_value><![CDATA[0]]></assessment_value>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
   </row>
   <row>
    <qid><![CDATA[31641]]></qid>
    <code><![CDATA[3]]></code>
    <answer><![CDATA[<font color="blue"><b>Quite confident</b></font>]]></answer>
    <sortorder><![CDATA[3]]></sortorder>
    <assessment_value><![CDATA[0]]></assessment_value>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
   </row>
   <row>
    <qid><![CDATA[31641]]></qid>
    <code><![CDATA[4]]></code>
    <answer><![CDATA[<font color="green"><b>Very confident</b></font>]]></answer>
    <sortorder><![CDATA[4]]></sortorder>
    <assessment_value><![CDATA[0]]></assessment_value>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
   </row>
  </rows>
 </answers>
 <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[1293]]></gid>
    <sid><![CDATA[618969]]></sid>
    <group_name/>
    <group_order><![CDATA[0]]></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[31641]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[ConfidenceLevels]]></title>
    <question><![CDATA[<span style="font-family:tahoma,geneva,sans-serif;"><span style="font-size:22px;">How confident are you that you can:</span></span>]]></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[31682]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[Q]]></type>
    <title><![CDATA[Task21]]></title>
    <question><![CDATA[<span style="font-family:tahoma,geneva,sans-serif;"><span style="font-size:22px;">The purpose of this evaluation activity is to provide feedback on the effectiveness of the learning activities designed to develop learning associated with Learning Outcome T and associated key questions.</span></span>]]></question>
    <preg/>
    <help><![CDATA[<script type="text/javascript" charset="utf-8">
 
	$(document).ready(function() {
 
		var qID = {QID};		
		var inputNum = 1;
 
		// Define the select element (dropdown)
		var select1 = '<select id="select1"> \
							<option value="">-- Please Choose --</option> \
							<option value="Apples">Apples</option> \
							<option value="Oranges">Oranges</option> \
							<option value="Pears">Pears</option> \
							<option value="Bananas">Bananas</option> \
						</select>';
 
		// Hide the text input
		$('#question'+qID+' li:eq('+(inputNum-1)+') input.text').hide().parent().hide();
 
		// Insert the select elements
		$('#question'+qID+' li:eq('+(inputNum-1)+')').append(select1);
 
		// Initially select an option if the question has already been answered
		if($('#question'+qID+' li:eq('+(inputNum-1)+') input.text').val()) {
			$('#question'+qID+' li:eq('+(inputNum-1)+') select').val($('#question'+qID+' li:eq('+(inputNum-1)+') input.text').val())
		}
 
		// Listener on the dropdowns - insert selected values into hidden text input
		$('#question'+qID+' select').change(function() {
			$(this).siblings('span').children('input.text').val($(this).val());
		});
 
		// Some styles
		$('#question'+qID+' select').css({
			'margin':'0.3em 0 0 1em'
		});
	});
 
</script>]]></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>
  </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[31643]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[1]]></title>
    <question><![CDATA[<b><font face="tahoma">Explain the concept of learning and the impact it has on your teaching practice]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[31644]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[2]]></title>
    <question><![CDATA[<b><font face="tahoma">Identify students’ diverse learning needs and then use a wide range of teaching and learning strategies that are responsive to those needs]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[31645]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[3]]></title>
    <question><![CDATA[<b><font face="tahoma">Explain how students develop physically, socially and intellectually and then use this knowledge and understanding to progress their learning]]></question>
    <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[31646]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[4]]></title>
    <question><![CDATA[<b><font face="tahoma">Use your understanding of the curriculum content to plan coherent learning programmes and lessons]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[31647]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[5]]></title>
    <question><![CDATA[<b><font face="tahoma">Teach the primary curriculum content using a wide range of strategies that motivate and engage all students to learn]]></question>
    <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[31648]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[6]]></title>
    <question><![CDATA[<b><font face="tahoma">Differentiate teaching and learning to meet the needs of all students across the full range of abilities]]></question>
    <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[31649]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[7]]></title>
    <question><![CDATA[<b><font face="tahoma">Integrate the use of digital technologies into lessons to make the content relevant and meaningful]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <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[31650]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[8]]></title>
    <question><![CDATA[<b><font face="tahoma">Identify key themes across the primary curriculum and plan for progression in learning by designing coherent sequences of lessons]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <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[31651]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[9]]></title>
    <question><![CDATA[<b><font face="tahoma">Adapt your language to support understanding when imparting knowledge of the historical and contemporary developments]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <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[31652]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[10]]></title>
    <question><![CDATA[<b><font face="tahoma">Use a wide range of teaching and learning strategies that progresses student learning and promotes equality and inclusion]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <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[31653]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[11]]></title>
    <question><![CDATA[<b><font face="tahoma">Develop new learning by building on the students’ existing learning and then provide opportunities for it to be applied in different contexts]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[31654]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[12]]></title>
    <question><![CDATA[<b><font face="tahoma">Use active learning approaches so that students often have to think hard and have their learning challenged and extended]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <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[31655]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[13]]></title>
    <question><![CDATA[<b><font face="tahoma">Use a mixture of individual, pair or group work activities that is managed effectively so the needs of all students are met]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <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[31656]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[14]]></title>
    <question><![CDATA[<b><font face="tahoma">Create safe and stimulating classrooms that are rooted in mutual respect and built on positive teacher-student and student-student interactions]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <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[31657]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[15]]></title>
    <question><![CDATA[<b><font face="tahoma">Create a classroom culture where students work collaboratively, take ownership of their own learning and are open to new ideas]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <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[31658]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[16]]></title>
    <question><![CDATA[<b><font face="tahoma">Establish and maintain clear rules and routines for classroom behaviour so students are continuously engaged in purposeful learning activities]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[16]]></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[31659]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[17]]></title>
    <question><![CDATA[<b><font face="tahoma">Manage challenging behaviour effectively by establishing clear ground rules and expectations of student conduct and then apply them fairly]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[17]]></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[31660]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[18]]></title>
    <question><![CDATA[<b><font face="tahoma">Demonstrate the safe, responsible and ethical use of digital technologies in your teaching practice and the students’ learning]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[18]]></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[31661]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[19]]></title>
    <question><![CDATA[<b><font face="tahoma">Select, design and use a range of diagnostic, formative and summative  assessment strategies to assess and monitor progress in student learning ]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[19]]></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[31662]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[20]]></title>
    <question><![CDATA[<b><font face="tahoma">Provide timely and focused constructive feedback to students about their progress in learning and what they must do to achieve]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[20]]></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[31663]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[21]]></title>
    <question><![CDATA[<b><font face="tahoma">Use assessment outcomes and data to identify students’ learning needs and plan for future teaching and learning interventions]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[21]]></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[31664]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[22]]></title>
    <question><![CDATA[<b><font face="tahoma">Report clearly, accurately and respectfully to students, colleagues and parents about student learning progress and achievement]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[22]]></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[31665]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[23]]></title>
    <question><![CDATA[<b><font face="tahoma">Collaborate with colleagues and lead initiatives in developing the primary curriculum and share new ideas about teaching and learning]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[23]]></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[31666]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[24]]></title>
    <question><![CDATA[<b><font face="tahoma">Establish professional relationships with colleagues in other institutions and organisations to develop professional learning and practice]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[24]]></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[31667]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[25]]></title>
    <question><![CDATA[<b><font face="tahoma">Demonstrate having high expectations of all students and a commitment to their learning, personal growth and well-being]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[25]]></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[31668]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[26]]></title>
    <question><![CDATA[<b><font face="tahoma">Demonstrate high standards of ethics and behaviour in your role as a teacher educator with a deep understanding of your professional duties]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[26]]></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[31669]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[27]]></title>
    <question><![CDATA[<b><font face="tahoma">Demonstrate a cultural approach to teaching, show tolerance and respect for the rights of others and model the attitudes, values and behaviour which are expected of students]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[27]]></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[31670]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[28]]></title>
    <question><![CDATA[<b><font face="tahoma">Establish respectful and collaborative relationships with parents regarding their children’s learning and well-being and create opportunities for them to be involved in their children’s learning]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[28]]></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[31671]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[29]]></title>
    <question><![CDATA[<b><font face="tahoma">Demonstrate participation and contributions to professional and community networks to share knowledge of the curriculum]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[29]]></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[31672]]></qid>
    <parent_qid><![CDATA[31641]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[F]]></type>
    <title><![CDATA[30]]></title>
    <question><![CDATA[<b><font face="tahoma">Demonstrate ethical conduct marked by personal integrity, respect for others and fairness in your interactions with students, colleagues, parents and those in the wider community</b>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[30]]></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[31683]]></qid>
    <parent_qid><![CDATA[31682]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[Q]]></type>
    <title><![CDATA[1]]></title>
    <question><![CDATA[<font size="4" color="black"><b>In the learning sessions I think the most useful activity to progress my learning was Activity&nbsp;</b><font color="green"><form action="/action_page.php">   <select name="best" id="best">     <option value="">--Please, select--</option>\     <option value="T1">T1: Engaging with a practitioner inquiry</option>     <option value="T2">T2: How to carry out a practitioner inquiry</option>     <option value="T3">T3: Analysis of practitioner inquiry process</option>     <option value="T4">T4: Writing a practitioner inquiry question</option>     <option value="T5">T5: Explain how to carry out a practitioner inquiry</option>   </select>  </form></font> <b>&nbsp;because:</b>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[31684]]></qid>
    <parent_qid><![CDATA[31682]]></parent_qid>
    <sid><![CDATA[618969]]></sid>
    <gid><![CDATA[1293]]></gid>
    <type><![CDATA[Q]]></type>
    <title><![CDATA[2]]></title>
    <question><![CDATA[<font size="4" color="black"><b>In the learning sessions I think the least useful activity to progress my learning was Activity&nbsp;</b><font color="red"><form action="/action_page.php">   <select name="best" id="best">     <option value="">--Please, select--</option>\     <option value="T1">T1: Engaging with a practitioner inquiry</option>     <option value="T2">T2: How to carry out a practitioner inquiry</option>     <option value="T3">T3: Analysis of practitioner inquiry process</option>     <option value="T4">T4: Writing a practitioner inquiry question</option>     <option value="T5">T5: Explain how to carry out a practitioner inquiry</option>   </select>  </form></font> <b>&nbsp;because:</b>]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></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[31641]]></qid>
    <attribute><![CDATA[answer_width]]></attribute>
    <value><![CDATA[65]]></value>
   </row>
   <row>
    <qid><![CDATA[31641]]></qid>
    <attribute><![CDATA[repeat_headings]]></attribute>
    <value><![CDATA[0]]></value>
   </row>
   <row>
    <qid><![CDATA[31682]]></qid>
    <attribute><![CDATA[display_rows]]></attribute>
    <value><![CDATA[3]]></value>
   </row>
   <row>
    <qid><![CDATA[31682]]></qid>
    <attribute><![CDATA[label_input_columns]]></attribute>
    <value><![CDATA[8]]></value>
   </row>
   <row>
    <qid><![CDATA[31682]]></qid>
    <attribute><![CDATA[text_input_columns]]></attribute>
    <value><![CDATA[4]]></value>
   </row>
  </rows>
 </question_attributes>
 <surveys>
  <fields>
   <fieldname>sid</fieldname>
   <fieldname>admin</fieldname>
   <fieldname>expires</fieldname>
   <fieldname>startdate</fieldname>
   <fieldname>adminemail</fieldname>
   <fieldname>anonymized</fieldname>
   <fieldname>faxto</fieldname>
   <fieldname>format</fieldname>
   <fieldname>savetimings</fieldname>
   <fieldname>template</fieldname>
   <fieldname>language</fieldname>
   <fieldname>additional_languages</fieldname>
   <fieldname>datestamp</fieldname>
   <fieldname>usecookie</fieldname>
   <fieldname>allowregister</fieldname>
   <fieldname>allowsave</fieldname>
   <fieldname>autonumber_start</fieldname>
   <fieldname>autoredirect</fieldname>
   <fieldname>allowprev</fieldname>
   <fieldname>printanswers</fieldname>
   <fieldname>ipaddr</fieldname>
   <fieldname>refurl</fieldname>
   <fieldname>publicstatistics</fieldname>
   <fieldname>publicgraphs</fieldname>
   <fieldname>listpublic</fieldname>
   <fieldname>htmlemail</fieldname>
   <fieldname>sendconfirmation</fieldname>
   <fieldname>tokenanswerspersistence</fieldname>
   <fieldname>assessments</fieldname>
   <fieldname>usecaptcha</fieldname>
   <fieldname>usetokens</fieldname>
   <fieldname>bounce_email</fieldname>
   <fieldname>attributedescriptions</fieldname>
   <fieldname>emailresponseto</fieldname>
   <fieldname>emailnotificationto</fieldname>
   <fieldname>tokenlength</fieldname>
   <fieldname>showxquestions</fieldname>
   <fieldname>showgroupinfo</fieldname>
   <fieldname>shownoanswer</fieldname>
   <fieldname>showqnumcode</fieldname>
   <fieldname>bouncetime</fieldname>
   <fieldname>bounceprocessing</fieldname>
   <fieldname>bounceaccounttype</fieldname>
   <fieldname>bounceaccounthost</fieldname>
   <fieldname>bounceaccountpass</fieldname>
   <fieldname>bounceaccountencryption</fieldname>
   <fieldname>bounceaccountuser</fieldname>
   <fieldname>showwelcome</fieldname>
   <fieldname>showprogress</fieldname>
   <fieldname>questionindex</fieldname>
   <fieldname>navigationdelay</fieldname>
   <fieldname>nokeyboard</fieldname>
   <fieldname>alloweditaftercompletion</fieldname>
   <fieldname>googleanalyticsstyle</fieldname>
   <fieldname>googleanalyticsapikey</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[618969]]></sid>
    <admin/>
    <adminemail/>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[A]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[default]]></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>
    <publicstatistics><![CDATA[N]]></publicstatistics>
    <publicgraphs><![CDATA[N]]></publicgraphs>
    <listpublic><![CDATA[N]]></listpublic>
    <htmlemail><![CDATA[Y]]></htmlemail>
    <sendconfirmation><![CDATA[Y]]></sendconfirmation>
    <tokenanswerspersistence><![CDATA[Y]]></tokenanswerspersistence>
    <assessments><![CDATA[N]]></assessments>
    <usecaptcha><![CDATA[N]]></usecaptcha>
    <usetokens><![CDATA[N]]></usetokens>
    <bounce_email/>
    <emailresponseto/>
    <emailnotificationto/>
    <tokenlength><![CDATA[15]]></tokenlength>
    <showxquestions><![CDATA[Y]]></showxquestions>
    <showgroupinfo><![CDATA[B]]></showgroupinfo>
    <shownoanswer><![CDATA[N]]></shownoanswer>
    <showqnumcode><![CDATA[X]]></showqnumcode>
    <bounceprocessing><![CDATA[N]]></bounceprocessing>
    <showwelcome><![CDATA[N]]></showwelcome>
    <showprogress><![CDATA[N]]></showprogress>
    <questionindex><![CDATA[2]]></questionindex>
    <navigationdelay><![CDATA[0]]></navigationdelay>
    <nokeyboard><![CDATA[N]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
    <googleanalyticsstyle><![CDATA[0]]></googleanalyticsstyle>
    <googleanalyticsapikey/>
   </row>
  </rows>
 </surveys>
 <surveys_languagesettings>
  <fields>
   <fieldname>surveyls_survey_id</fieldname>
   <fieldname>surveyls_language</fieldname>
   <fieldname>surveyls_title</fieldname>
   <fieldname>surveyls_description</fieldname>
   <fieldname>surveyls_welcometext</fieldname>
   <fieldname>surveyls_endtext</fieldname>
   <fieldname>surveyls_url</fieldname>
   <fieldname>surveyls_urldescription</fieldname>
   <fieldname>surveyls_email_invite_subj</fieldname>
   <fieldname>surveyls_email_invite</fieldname>
   <fieldname>surveyls_email_remind_subj</fieldname>
   <fieldname>surveyls_email_remind</fieldname>
   <fieldname>surveyls_email_register_subj</fieldname>
   <fieldname>surveyls_email_register</fieldname>
   <fieldname>surveyls_email_confirm_subj</fieldname>
   <fieldname>surveyls_email_confirm</fieldname>
   <fieldname>surveyls_dateformat</fieldname>
   <fieldname>surveyls_attributecaptions</fieldname>
   <fieldname>email_admin_notification_subj</fieldname>
   <fieldname>email_admin_notification</fieldname>
   <fieldname>email_admin_responses_subj</fieldname>
   <fieldname>email_admin_responses</fieldname>
   <fieldname>surveyls_numberformat</fieldname>
   <fieldname>attachments</fieldname>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[618969]]></surveyls_survey_id>
    <surveyls_language><![CDATA[en]]></surveyls_language>
    <surveyls_title><![CDATA[Questionnaire]]></surveyls_title>
    <surveyls_description/>
    <surveyls_welcometext/>
    <surveyls_endtext/>
    <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[9]]></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 reload the survey:<br />
{RELOADURL}<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 reload the survey:<br />
{RELOADURL}<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>
</document>
