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( $("#node158").hasClass('open') ) { $("#node158") .removeClass('open') .addClass('current current-open'); }else { $("#node158") .addClass('current current-open') .children('span') .trigger('click'); } if( $("#node676").hasClass('open') ) { $("#node676") .removeClass('open') .addClass('current current-open'); }else { $("#node676") .addClass('current current-open') .children('span') .trigger('click'); } if( $("#node679").hasClass('open') ) { $("#node679") .removeClass('open') .addClass('current current-open'); }else { $("#node679") .addClass('current current-open') .children('span') .trigger('click'); } $('.jsnav').prepend(''); $('.jsnav .last li:last-child').addClass('last'); -->

RSS

Key concepts

Key concepts are the big ideas and understandings that we hope will remain with our students long after they have left school.

The following are the key concepts/big ideas in EfS.

Sustainability

Sustainability is about individuals, groups, and societies adopting ways of thinking and behaving that allow them to meet their needs and aspirations without preventing future generations of all living things from meeting theirs. 

Systems thinking, with a future focus, enables decision-making for sustainability. In thinking and behaving for sustainability, there are four aspects to consider, environmental, social, cultural and economic. 

Equity

Equity is about fairness. In considering the four aspects of sustainability, it incorporates respect for all life, social justice, intergenerational fairness, and the fair management of finite resources.

Interdependence

Interdependence is about the interconnectedness of people and environments. This interconnectedness can be understood through considering ecosystems, community, cultural diversity, democracy, and fair trade.

Responsibility for action

Personal and social actions are required to live sustainably. Actions for sustainability include: guardianship or kaitiakitanga, citizenship, having an action orientation, informed decision-making, resilience and regeneration, thoughtful consumerism, and enterprise and entrepreneurship.

Last updated April 30, 2015



Footer: