<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.wintec.ac.nz/dtd/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head id="ctl00_Head1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /><link id="ctl00_mobilestylesheet" href="../../SharedControls/css/mobiledevicestyle.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/javascript/AllScriptsCompressed.js"></script>
<title>
	Early Childhood Education,Your World, Our Courses, Wintec
</title>
<title>Early Childhood Education,Your World, Our Courses, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="childed.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGTeg1OY7+5zhmvdYpRlbU2pbZoh8A==" />


<div id="MobilePageHeader">
<div id="MobileImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/mobile-logo.gif" alt="Wintec website for Mobile devices" title="Wintec website for mobile devices" />
</div>
<div id="MobileWintecImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/wintec-logo.gif" alt="Wintec - Waikato Institute of Technology" title="Wintec - Waikato Institute of Technology" width="149" height="50" />
</div>
<div class="MobileTopMenu">
	<div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/index.aspx">Home</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/courses/index.aspx">Courses</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/studentlife/index.aspx">Student Life</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/international/index.aspx">International</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/faculty/index.aspx">Faculty</a></div>
</div>
</div>

<div id="MobilePageContent">
	
  <h1>Early Childhood Education</h1>
  <div class="ColumnLeft">
    <p>Educating and caring for young children is a pivotal role in the community. Teaching in kindergartens, kohanga reo or education and care centres or developing education programmes and designing educational resources, there are plenty of options for you to explore on this career path.</p>
        <h2>Careers</h2>
    <p>An <strong>Early Childhood Teacher</strong> spends their days educating and caring for young children in kindergartens, k&#257; hanga reo or education and care centres. Your day could include planning daily programmes, implementing Te Wh&#257;riki - the early childhood curriculum, assessing children’s progress and discussing it with parents or caregivers and other education professionals, making learning resources and if you’re a kaiako in k&#257;hanga reo, helping children learn te reo M&#257;ori. and tikanga M&#257;ori. 
</p><p>
If working in a home environment appeals to you then chances are so would a career as a <strong>Nanny</strong>. In this role you’d be responsible for the care, well-being and education of infants, toddlers and children in the home. Your day could see you feeding, washing and dressing children, consulting with their parents/whānau on their learning and development, organising daily activities, driving children to and from school and other pastimes, planning and reparing meals, taking care of everyday household chores and caring for sick children in the home.
</p>
    <h2>Programmes</h2>
    <ul>
	 <li><a href="../certificate/introduction-study-level-2.aspx">Certificate in Introduction to Study (Level 2)</a></li>
<li><a href="../certificate/introduction-study.aspx">Certificate in Introduction to Study (Level 4)</a></li>
    <li><a href="../certificate/introduction-study.aspx">Certificate in Introduction to Study (Level 2 or 4)</a></li>
	<li><a href="../bachelor/teaching-early-childhood-education.aspx">Bachelor of Teaching (Early Childhood Education)</a></li>
	<li><a href="../new-zealand-certificate/nanny-education.aspx">New Zealand Certificate in Nanny Education (Level 5)</a></li>
	<li><a href="../short/first-aid.aspx">Comprehensive First Aid</a></li>
    </ul>
    <h2>Still at Secondary School?</h2>
     <ul>
      <li><a href="http://www.wintec.ac.nz/about/secondary/star.aspx">STAR / Gateway / Career Pathways</a></li>
    </ul>
    <p>You can also check out other programmes and career options in <a href="specialist.aspx">Specialist Education</a> or <a href="adult.aspx">Adult Education</a>.</p>

  </div>

	<div id="SideMenu">
	<br />&nbsp;
	<div class="smMainCategory">Section Links</div>
	<div id="SideMenuBtns"></div>
	

	</div>
	<script type="text/javascript">
	<!--
	    LoadMenus();
	-->
	</script>
</div>

<div id="FooterBackground">
<div id="MobilePageFooter">
<span class="SmallLinks"><a href="http://www.wintec.ac.nz/zoom/search.aspx">Search</a> | <a href="http://www.wintec.ac.nz/about/disclaimer.aspx">Disclaimer</a> | <a href="http://www.wintec.ac.nz/about/index.aspx">About Us</a> | <a href="http://www.wintec.ac.nz/mobile-device/contact.aspx">Contact Us</a> | <a href="https://staff.wintec.ac.nz/">Staff Intranet</a></span>
</div>
</div>


<script type='text/javascript'>var imgObjs = document.images;var maxWidth = 250;var maxHeight = 150;for (var i = 0; i < imgObjs.length; i++) {var obj = imgObjs[i];var origWidth = obj.width;var origHeight = obj.height;if (obj.width > obj.height) {if (obj.width > maxWidth) { obj.width = maxWidth; obj.height = origHeight * (maxWidth / origWidth); }} else {if (obj.height > maxHeight) { obj.height = maxHeight; obj.width = origWidth * (maxHeight / origHeight); }}}</script></form>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6887001-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
</body>

</html>

