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

RSS

You are here:

Learning programme design

Programme design needs to be flexible enough to allow for students to begin studying legal studies at any level.

To set up effective legal studies programmes in their school, teachers need to establish a supportive learning environment, consider the key elements needed to plan for a legal studies programme, decide on an appropriate approach, and plan to deliver content that will meet the needs and interests of their students, using appropriate instructional strategies and learning and assessment opportunities.

A supportive environment for learning legal studies

Information about how to construct a supportive learning environment can be found in the effective pedagogy section of this guide and the effective pedagogy section of The New Zealand Curriculum.

Last updated August 28, 2012



Footer: