DT – Textiles
Students are on a carousel in DT in Years 7 and 8 and will move across different material areas at the end of each term.
In Year 9, students have 2 timetabled lessons per fortnight, delivered across two different material areas. As a result, students work with each technology teacher once per fortnight.
DT – Food Technology
Students in Years 7 and 8 are on a carousel in DT and will move across different material areas at the end of each term.
DT – Product Design
Students in Years 7 and 8 are on a carousel in DT and will move across different material areas at the end of each term.
Computing
Art
//the_posts_navigation();
global $wp_query;
$big = 999999999; // need an unlikely integer
echo paginate_links( array(
'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
'format' => '?paged=%#%',
'current' => max( 1, get_query_var('paged') ),
'total' => $wp_query->max_num_pages,
) );
?>