Te Kete Ipurangi Navigation:

Te Kete Ipurangi
Communities
Schools

Te Kete Ipurangi user options:


Senior Secondary navigation

function openedMenus( cookieName ) { var cookie = $.cookie( cookieName ); var items = cookie ? cookie.split(/,/) : new Array(); return { "add": function( val ) { items.push(val); $.cookie(cookieName, items.join(',')); }, "has": function( val ) { for ( var i = 0; i < items.length; i++ ) { if ( items[i] == val ) { return true; } } }, "remove": function( val ) { var new_array = new Array(); for ( var i = 0; i < items.length; i++ ) { if ( items[i] != val ) { new_array.push( items[i] ); } } items = new_array; $.cookie(cookieName, items.join(',')); }, "clear": function() { items = null; $.cookie(cookieName, null); }, "items": function() { return items; } } } function createMenu( menu ) { var class_open = 'open'; var class_current_open = 'current-open'; var class_current = 'current'; var class_has_children = 'children'; var opened = openedMenus( "openedmenu" ); var ul = $(document.createElement('ul')); $.each( menu, function( index, value ) { if ( value === null || value === undefined ) return; var open = false; var span = $(document.createElement('span')).addClass('button'); var anchor = $(document.createElement('a')).text( value.title ).attr( 'href', value.url ); var containerspan = $(document.createElement('span')).addClass('container').attr('id', 'node'+value.id).append(span).append(anchor); var li = $(document.createElement('li')).append( containerspan ); if ( value.id == 2 && value.title == 'Home' ) li.addClass('home'); if ( value.is_current == true ) containerspan.addClass( class_current ); if ( value.extra_class != false ) li.addClass( value.extra_class ); if ( value.children != false ) { if ( value.is_open == true || opened.has( value.id ) ) { if (containerspan.hasClass( class_current )) { containerspan.addClass( class_current_open ); } else { containerspan.addClass( class_open ); } //containerspan.addClass( class_open ); open = true; } var child = createMenu( value.children ); span.addClass( class_has_children ); span.click( function() { if ( open ) { if (containerspan.hasClass( class_current )) { containerspan.removeClass( class_current_open ); } else { containerspan.removeClass( class_open ); } opened.remove( value.id ); } else { if (containerspan.hasClass( class_current )) { containerspan.addClass( class_current_open ); } else { containerspan.addClass( class_open ); } opened.add( value.id ); } //child.toggle( ! open ); child.slideToggle('fast'); open = !open; } ) if ( ! open ) child.hide(); li.append( child ); } ul.append( li ); } ); return ul; } var menu = getObjects(); m = createMenu( menu ); m.addClass('nav jsnav'); $('#menulist').replaceWith( m ); if( $("#node319").hasClass('open') ) { $("#node319") .removeClass('open') .addClass('current current-open'); }else { $("#node319") .addClass('current current-open') .children('span') .trigger('click'); } if( $("#node2157").hasClass('open') ) { $("#node2157") .removeClass('open') .addClass('current current-open'); }else { $("#node2157") .addClass('current current-open') .children('span') .trigger('click'); } if( $("#node2158").hasClass('open') ) { $("#node2158") .removeClass('open') .addClass('current current-open'); }else { $("#node2158") .addClass('current current-open') .children('span') .trigger('click'); } $('.jsnav').prepend(''); $('.jsnav .last li:last-child').addClass('last'); -->

RSS

You are here:

What are key concepts?

The health and physical education underlying concepts and the individual subject key concepts are the ideas and understandings that we hope will remain with our students long after they have left school and have forgotten much of the detail. They sit above context but find their way into every context.

Students need time and the opportunity to explore these concepts; to appreciate the breadth, depth, and subtlety of meaning that attaches to them; to learn that different people view them from different perspectives; and to understand that meaning is not static.

By approaching these concepts in different ways and by revisiting them in different contexts within a relatively short time span, students come to refine and embed understandings.

Last updated August 13, 2013



Footer: