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

RSS

You are here:

Learning pathways

Please note that this section is under development

The principle of coherence (The New Zealand Curriculum, p. 9) states that:

“The curriculum offers all students a broad education that makes links within and across learning areas, provides for coherent transitions, and opens up pathways to further learning.”

Coherence means that students’ programmes (within and across years) should collectively equate to more than the sum of their parts. Nothing should be a dead-end.

For this reason, it is important that teachers identify and emphasise the common threads of learning as well as the unique contribution of their particular subject. Again, the key competencies suggest a means for this.

  • How might accounting fit within a student’s total programme?
  • How might it contribute to their lifelong learning? (Keep a diverse range of students in mind.)
  • How can community resources help students plan for the future?
  • Where might a year 11 student take their learning in year 12?
  • Where might a year 12 or 13 student take their learning the following year?
  • What are some of the possibilities?

In accounting, aiming for coherence could result in mix-and-match courses that allow students to enter accounting at any curriculum level, if they have the prerequisite skills, including an appropriate level of numeracy, literacy, and general knowledge or interest. (Refer to the appropriate sections in pedagogy for ideas on reinforcing students’ literacy and numeracy skills, in the context of accounting.)

Students may also acquire complementary achievement standards from several different curriculum areas. See for example, Learning Programme Design: Cross-curricular approaches based on values.

The focus for learning should be on quality not quantity. In other words, teaching and learning will revolve around key competencies that will support students’ ability to contribute to and expand their worlds.

When thinking of further formal learning, don’t limit the possibilities unnecessarily. Consider polytechnics, wānanga, universities …

Even if a student does no further formal learning in accounting, how might it nevertheless be an important part of their learning journey?

Last updated January 30, 2012



Footer: