<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB"><head profile="http://dublincore.org/documents/dcq-html/"><title>BBC - Learning Scotland - Front Page</title><style type="text/css">
        #archive-mothballed-message a:hover span {
            text-decoration:underline;
        }
        #blq-container #archived-mothball-message a {
            padding-left:250px;
            padding-top:17px;
            background-position: 180px 10px;
        }
        #ttd-masthead #archived-mothball-message a {
            padding-left:250px;
            padding-top:17px;
            background-position: 180px 10px;
        }
        #k-masthead-container #archived-mothball-message a {
            padding-left:250px;
            padding-top:17px;
            background-position: 180px 10px;
        }
        #archived-mothball-message a {
            display:block;
            height:56px;
            background:url(/staticarchive/eb7fbf7c156f65c407a620cb583007989a217304.gif)
                100px 10px no-repeat;
            color:#666;
            text-decoration:none;
            padding-left:160px;
            padding-top:12px;
            font-size:20px;
            font-family: verdana,helvetica,arial,sans-serif;
            font-weight: normal;
        }
    </style><meta name="description" content="BBC Learning Scotland homepage - gateway to BBC content for teachers, parents and learners in Scotland"><meta name="keywords" content="BBC Scotland, learning, education, scottish schools, teaching, teachers, curriculum for excellence, glow, education websites, online education"><link rel="schema.dcterms" href="http://purl.org/dc/terms/"><meta name="dcterms.created" content="2008-03-20T08:51:00Z"><meta name="dcterms.modified" content="2008-03-20T08:51:00Z"><!-- Glow cachebust:    
                --><!-- Barlesque 2.72.2 --><link rel="schema.dcterms" href="http://purl.org/dc/terms/"><link rel="index" href="http://www.bbc.co.uk/a-z/" title="A to Z"><link rel="copyright" href="http://www.bbc.co.uk/terms/" title="Terms of Use"><link rel="icon" href="http://www.bbc.co.uk/favicon.ico" type="image/x-icon"><meta name="viewport" content="width = 974"><link rel="stylesheet" type="text/css" href="/staticarchive/c808749ad4d537416e40591def8e05c130d72722.css"><script type="text/javascript">/*<![CDATA[*/ (function(undefined){if(!window.bbc){window.bbc={}}var ROLLING_PERIOD_DAYS=30;window.bbc.Mandolin=function(id,segments,opts){var now=new Date().getTime(),storedItem,DEFAULT_START=now,DEFAULT_RATE=1,COOKIE_NAME="ckpf_mandolin";opts=opts||{};this._id=id;this._segmentSet=segments;this._store=new window.window.bbc.Mandolin.Storage(COOKIE_NAME);this._opts=opts;this._rate=(opts.rate!==undefined)?+opts.rate:DEFAULT_RATE;this._startTs=(opts.start!==undefined)?new Date(opts.start).getTime():new Date(DEFAULT_START).getTime();this._endTs=(opts.end!==undefined)?new Date(opts.end).getTime():daysFromNow(ROLLING_PERIOD_DAYS);this._signupEndTs=(opts.signupEnd!==undefined)?new Date(opts.signupEnd).getTime():this._endTs;this._segment=null;if(typeof id!=="string"){throw new Error("Invalid Argument: id must be defined and be a string")}if(Object.prototype.toString.call(segments)!=="[object Array]"){throw new Error("Invalid Argument: Segments are required.")}if(opts.rate!==undefined&&(opts.rate<0||opts.rate>1)){throw new Error("Invalid Argument: Rate must be between 0 and 1.")}if(this._startTs>this._endTs){throw new Error("Invalid Argument: end date must occur after start date.")}if(!(this._startTs<this._signupEndTs&&this._signupEndTs<=this._endTs)){throw new Error("Invalid Argument: SignupEnd must be between start and end date")}removeExpired.call(this,now);if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs<=now&&now<this._signupEndTs&&now<=this._endTs&&this._store.isEnabled()===true){this._segment=pick(segments,this._rate);if(opts.end===undefined){this._store.setItem(this._id,{segment:this._segment})}else{this._store.setItem(this._id,{segment:this._segment,end:this._endTs})}log.call(this,"mandolin_segment")}}log.call(this,"mandolin_view")};window.bbc.Mandolin.prototype.getSegment=function(){return this._segment};function log(actionType,params){var that=this;require(["istats-1"],function(istats){istats.log(actionType,that._id+":"+that._segment,params?params:{})})}function removeExpired(expires){var items=this._store.getItems(),expiresInt=+expires;for(var key in items){if(items[key].end!==undefined&&+items[key].end<expiresInt){this._store.removeItem(key)}}}function getLastExpirationDate(data){var winner=0,rollingExpire=daysFromNow(ROLLING_PERIOD_DAYS);for(var key in data){if(data[key].end===undefined&&rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,"mandolin_log",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,"mandolin_convert",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate==="number"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return value};window.bbc.Mandolin.Storage.prototype.isEnabled=function(){return this._isEnabled};window.bbc.Mandolin.Storage.prototype.getItem=function(key){var storeData=this.getItems();return storeData[key]};window.bbc.Mandolin.Storage.prototype.removeItem=function(key){var storeData=this.getItems();delete storeData[key];this.save(storeData)};window.bbc.Mandolin.Storage.prototype.getItems=function(){return deserialise(this.readCookie(this._cookieName)||"")};window.bbc.Mandolin.Storage.prototype.save=function(data){window.bbccookies.set(this._cookieName+"="+encodeURIComponent(serialise(data))+"; expires="+getLastExpirationDate(data).toUTCString()+";")};window.bbc.Mandolin.Storage.prototype.readCookie=function(name){var nameEQ=name+"=",ca=window.bbccookies.get().split(";"),i,c;for(i=0;i<ca.length;i++){c=ca[i];while(c.charAt(0)===" "){c=c.substring(1,c.length)}if(c.indexOf(nameEQ)===0){return decodeURIComponent(c.substring(nameEQ.length,c.length))}}return null};function serialise(o){var str="";for(var p in o){if(o.hasOwnProperty(p)){str+='"'+p+'"'+":"+(typeof o[p]==="object"?(o[p]===null?"null":"{"+serialise(o[p])+"}"):'"'+o[p].toString().replace(/"/g,'\\"')+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;eval("o = {"+str+"}");return o}})(); /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = true; cta_enabled = (showCTA_flag && (bbccookies_flag === 'ON') ); (function(){var e="ckns_policy",m="Thu, 01 Jan 1970 00:00:00 GMT",k={ads:true,personalisation:true,performance:true,necessary:true};function f(p){if(f.cache[p]){return f.cache[p]}var o=p.split("/"),q=[""];do{q.unshift((o.join("/")||"/"));o.pop()}while(q[0]!=="/");f.cache[p]=q;return q}f.cache={};function a(p){if(a.cache[p]){return a.cache[p]}var q=p.split("."),o=[];while(q.length&&"|co.uk|com|".indexOf("|"+q.join(".")+"|")===-1){if(q.length){o.push(q.join("."))}q.shift()}f.cache[p]=o;return o}a.cache={};function i(o,t,p){var z=[""].concat(a(window.location.hostname)),w=f(window.location.pathname),y="",r,x;for(var s=0,v=z.length;s<v;s++){r=z[s];for(var q=0,u=w.length;q<u;q++){x=w[q];y=o+"="+t+";"+(r?"domain="+r+";":"")+(x?"path="+x+";":"")+(p?"expires="+p+";":"");bbccookies.set(y,true)}}}window.bbccookies={_setEverywhere:i,cookiesEnabled:function(){var o="ckns_testcookie"+Math.floor(Math.random()*100000);this.set(o+"=1");if(this.get().indexOf(o)>-1){g(o);return true}return false},set:function(o){return document.cookie=o},get:function(){return document.cookie},_setPolicy:function(o){return h.apply(this,arguments)},readPolicy:function(o){return b.apply(this,arguments)},_deletePolicy:function(){i(e,"",m)},isAllowed:function(){return true},_isConfirmed:function(){return c()!==null},_acceptsAll:function(){var o=b();return o&&!(j(o).indexOf("0")>-1)},_getCookieName:function(){return d.apply(this,arguments)},_showPrompt:function(){var o=(!this._isConfirmed()&&window.cta_enabled&&this.cookiesEnabled()&&!window.bbccookies_disable);return(window.orb&&window.orb.fig)?o&&(window.orb.fig("no")||window.orb.fig("ck")):o}};bbccookies._getPolicy=bbccookies.readPolicy;function d(p){var o=(""+p).match(/^([^=]+)(?==)/);return(o&&o.length?o[0]:"")}function j(o){return""+(o.ads?1:0)+(o.personalisation?1:0)+(o.performance?1:0)}function h(r){if(typeof r==="undefined"){r=k}if(typeof arguments[0]==="string"){var o=arguments[0],q=arguments[1];if(o==="necessary"){q=true}r=b();r[o]=q}else{if(typeof arguments[0]==="object"){r.necessary=true}}var p=new Date();p.setYear(p.getFullYear()+1);p=p.toUTCString();bbccookies.set(e+"="+j(r)+";domain=bbc.co.uk;path=/;expires="+p+";");bbccookies.set(e+"="+j(r)+";domain=bbc.com;path=/;expires="+p+";");return r}function l(o){if(o===null){return null}var p=o.split("");return{ads:!!+p[0],personalisation:!!+p[1],performance:!!+p[2],necessary:true}}function c(){var o=new RegExp("(?:^|; ?)"+e+"=(\\d\\d\\d)($|;)"),p=document.cookie.match(o);if(!p){return null}return p[1]}function b(o){var p=l(c());if(!p){p=k}if(o){return p[o]}else{return p}}function g(o){return document.cookie=o+"=;expires="+m+";"}function n(){var o='<script type="text/javascript" src="http://static.bbci.co.uk/frameworks/bbccookies/0.6.6/script/bbccookies.js"><\/script>';if(window.bbccookies_flag==="ON"&&!bbccookies._acceptsAll()&&!window.bbccookies_disable){document.write(o)}}n()})(); /*]]>*/</script><script type="text/javascript"> if (! window.gloader) { window.gloader = [ "glow", {map: "http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script><script type="text/javascript" src="http://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script><script type="text/javascript" src="/staticarchive/21f604032d29edfa0a166f89bd41c95004718ed2.js"></script><script type="text/javascript">  bbcRequireMap = {"jquery-1":"/staticarchive/6cabfa9be6f12b6fec5ddf61c2dca1dde868555e", "jquery-1.4":"/staticarchive/cce0a0919c693f9473535d6941613bad16a4b40f", "jquery-1.9":"/staticarchive/14a082a42c1074b40bedae2666d3204e142899f5", "swfobject-2":"/staticarchive/b02e05aa3b12cfe8510390c7eccecd0af315b0a6", "demi-1":"/staticarchive/a916559c328a465dafcc30056734651ac8fdbb4b", "gelui-1":"/staticarchive/0159feca9179b145c659298e302b55dc76dfa15d", "cssp!gelui-1/overlay":"/staticarchive/fee6b4a3b22c51a59dd3ddebfb1b765049c683f6.css", "istats-1":"/staticarchive/d59662762550f5cb2a29abc9a10c0e502ab34287", "relay-1":"/staticarchive/e575c3ca2e00301b7a9a097be7fe0094e1023d9a", "clock-1":"/staticarchive/7b8bb05c3fa19067c2c4c99144d21702cc15704f", "canvas-clock-1":"/staticarchive/703fd8b8a1b4ecf9cf624195bfb9691c648d3919", "cssp!clock-1":"/staticarchive/85ca997ae2f6bd2990765422dcc5b1c386c9d0cb.css", "jssignals-1":"/staticarchive/238f1d675d1626860f85815b7ab638cd41811a06", "jcarousel-1":"/staticarchive/3b38690b91f14468826c5f05f6e3da9beb55f4b1", "gelui-1/widget": "/staticarchive/fcf01fd866ac629bad5a92592c208c3b04184cd3", "gelui-1/carousel": "/staticarchive/562f83c33cfe04062d95de8024ba03636cd0af4c", "gelui-1/core": "/staticarchive/d69cc93987af4e17f910996164dc15516614353e", "gelui-1/overlay": "/staticarchive/84bd061f5e14f0728caa8c933fe6d758b54fec5a", "gelui-1/autosuggest": "/staticarchive/ca81d8400ee443b0c31a47f1eea1c6872091dd48"}; require({ baseUrl: 'http://'+location.host+'/', paths: bbcRequireMap, waitSeconds: 30 }); </script><script type="text/javascript" src="/staticarchive/1b2549937977a29e048af5c307e7f73044570f03.js"></script><!--[if (IE 6)|(IE 7)|(IE 8)]> <style type="text/css"> html{font-size:125%} body{font-size:50%} .blq-tooltipped:hover {background-position:0 0} #blq-autosuggest ul li { zoom:normal; } .skylightTheme #blq-mast-home, .doveTheme #blq-mast-home, .tealTheme #blq-mast-home, .aquaTheme #blq-mast-home, .greenTheme #blq-mast-home, .violetTheme #blq-mast-home, .purpleTheme #blq-mast-home, .pinkTheme #blq-mast-home, .oliveTheme #blq-mast-home, .suedeTheme #blq-mast-home, .redTheme #blq-mast-home, .orangeTheme #blq-mast-home { filter: none; -ms-filter: ""; } #blq-nav-main { background-position: 96% 17px; } </style> <![endif]--><!--[if IE 7]> <link rel="stylesheet" href="http://static.bbci.co.uk/frameworks/barlesque/2.72.2/desktop/2.8/style/ie7.css" type="text/css" /> <style type="text/css"> .blq-clearfix {display: inline-block} </style> <![endif]--><!--[if IE 6]> <link rel="stylesheet" href="http://static.bbci.co.uk/frameworks/barlesque/2.72.2/desktop/2.8/style/ie6.css" type="text/css" /> <style type="text/css"> .blq-js #blq-nav-foot div {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.72.2/desktop/2.8/img/panel.png', sizingMethod='image');margin-top:-139px}  #blq-container {height: 15%} #blq-mast-home span.blq-home { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='/staticarchive/2e00d1d53e9c3bd91993196aa19a1d88589969f0.png');} #blq-mast #blq-search-btn { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.72.2/desktop/2.8/img/blq-search_grey_alpha.png', sizingMethod='image'); } </style>  <script type="text/javascript"> try { document.execCommand("BackgroundImageCache",false,true); } catch(e) {} </script> <![endif]--><script type="text/javascript"> blq.assetPath="http://static.bbci.co.uk/frameworks/barlesque/2.72.2/desktop/2.8/"; blqOnDomReady(function() {  blq.suggest_short = false; blq.addAutoSuggest(); });  blq.setEnvironment('live');  if (! /bbc\.co\.uk$/i.test(window.location.hostname) ) { document.documentElement.className += ' blq-not-bbc-co-uk'; }  </script><script type="text/javascript"> /*<![CDATA[*/ function oqsSurveyManager(w, flag) {  var defaultThreshold = 0, usePulseThreshold = (flag === 'OFF')? 1 : defaultThreshold, activeThreshold; w.oqs = w.oqs || {}; /* we support cookie override for testing */ if ( w.document.cookie.match(/(?:^|; *)ckns_oqs_usePulseThreshold=([\d.]+)/) ) { activeThreshold = RegExp.$1; } /* we support clientside override */ else if (typeof w.oqs_usePulseThreshold !== 'undefined') { activeThreshold = w.oqs_usePulseThreshold; } else { activeThreshold = usePulseThreshold; } w.oqs.usePulse = (w.Math.random() < activeThreshold); if (!w.oqs.usePulse) {  w.document.write('<script type="text/javascript" src="http://static.bbci.co.uk/frameworks/barlesque/2.72.2/desktop/2.8/script/vendor/edr.js"><'+'/script>'); } } oqsSurveyManager(window, 'ON'); /*]]>*/ </script><!-- ISTATS --><script type="text/javascript"> /* <![CDATA[ */ define('id-statusbar-config', { 'translation_signedout': "Sign in", 'translation_signedin': "Your account", 'use_overlay' : false, 'signin_url' : "https://ssl.bbc.co.uk/id/signin", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "http://www.bbc.co.uk/" }); /* ]]> */ </script><script type="text/javascript"> (function () { if (! window.require) { throw new Error('idcta: could not find require'); } var map = {}; map['idapp-1'] = 'http://static.bbci.co.uk/idapp/0.63.17/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'http://static.bbci.co.uk/id/0.23.4/modules/idcta/idcta-1'; require({paths: map}); define('id-config', {"idapp":{"version":"0.63.17","hostname":"ssl.bbc.co.uk","insecurehostname":"www.bbc.co.uk","tld":"bbc.co.uk"},"idtranslations":{"version":"0.27.12"},"identity":{"baseUrl":"https:\/\/talkback.live.bbc.co.uk\/identity"},"pathway":{"name":null,"staticAssetUrl":"http:\/\/static.bbci.co.uk\/idapp\/0.63.17\/modules\/idapp\/idapp-1\/View.css"}}); })(); </script><style type="text/css">
		@import url("/staticarchive/6d91bfb08e7ae98409e896211efc6d09972b418e.css");
		@import url("/staticarchive/8aa42af3762e228875978e3df239f4dda044d628.css");
		@import url("/staticarchive/a783549a4e9e34badb3f286438e50ef7c40573e8.css");
		@import url("/staticarchive/932cd1936e2f7c8d9818bfc007d1e3180d213597.css");
	</style><!--[if lt IE 7.]>
	<style type="text/css">
		@import url("/scotland/learning/home/includes/style/learning_ie.css?v1");
		@import url("/scotland/learning/home/includes/style/banner_ie.css?v1");
		@import url("/scotland/learning/home/includes/style/carousel_ie.css?v1");
	</style>
	<![endif]--><script src="/staticarchive/a1bb0abd6d8de54e38f4df72911c7224f72dadf6.js" type="text/javascript"></script></head><body>
                <script type="text/javascript">/*<![CDATA[*/ bbcFlagpoles_istats = 'ON'; istatsTrackingUrl = '//sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&app_type=web&ml_name=SSI&ml_version=0.21.0&language=en-GB'; /*]]>*/</script><script type="text/javascript" src="http://static.bbci.co.uk/archive_stats/modules/stats-1.0.0.js"></script>    <div id="blq-container" class="blq-lang-en-GB blq-gvl-2-8"> <div id="blq-pre-mast" lang="en-GB"> <!-- Pre mast -->  </div>  <script type="text/html" id="blq-bbccookies-tmpl"><![CDATA[ <div id="bbccookies-prompt" class="bbccookies-d"> <h2> Cookies on the BBC website </h2> <p> We use cookies to ensure that we give you the best experience on our website.<span class="bbccookies-international-message"> We also use cookies to ensure we show you advertising that is relevant to you.</span> If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the BBC website. However, if you would like to, you can <a href="/privacy/cookies/managing/cookie-settings.html">change your cookie settings</a> at any time. </p> <ul> <li id="bbccookies-continue"> <button type="button" id="bbccookies-continue-button">Continue</button> </li> <li id="bbccookies-more"><a href="/privacy/cookies/bbc">Find out more</a></li></ul> </div> ]]></script><script type="text/javascript">/*<![CDATA[*/ (function(){if(bbccookies._showPrompt()){var i=document,b=i.getElementById("blq-pre-mast"),f=i.getElementById("blq-global"),h=i.getElementById("blq-container"),c=i.getElementById("blq-bbccookies-tmpl"),a,g,e;if(b&&i.createElement){a=i.createElement("div");a.id="bbccookies";e=c.innerHTML;e=e.replace("<"+"![CDATA[","").replace("]]"+">","");a.innerHTML=e;if(f){f.insertBefore(a,b)}else{h.insertBefore(a,b)}g=i.getElementById("bbccookies-continue-button");g.onclick=function(){a.parentNode.removeChild(a);return false};bbccookies._setPolicy()}}})(); /*]]>*/</script><span id="blq-mast-background"></span> <div id="blq-container-inner" lang="en-GB">  <div id="blq-acc" class="blq-rst">  <p id="blq-mast-home" class="blq-no-images"><a href="/" hreflang="en-GB"> <span id="blq-blocks-wrapper"> <span class="blq-home">British Broadcasting Corporation</span><img src="/staticarchive/2e00d1d53e9c3bd91993196aa19a1d88589969f0.png" alt="BBC" id="blq-blocks" width="84" height="24"><span class="blq-span">Home</span> </span> </a></p>  <p class="blq-hide"><strong><a id="page-top">Accessibility links</a></strong></p> <ul id="blq-acc-links"><li><a href="#blq-content">Skip to content</a></li>  <li><a href="#blq-local-nav">Skip to local navigation</a></li>  <li><a href="#blq-nav-main">Skip to bbc.co.uk navigation</a></li> <li><a href="#blq-search">Skip to bbc.co.uk search</a></li>  <li><a href="/accessibility/">Accessibility Help</a></li>   </ul></div>   <div id="blq-main" class="blq-clearfix">        

		<div id="archived-mothball-message" style="
            background:url(/globalresources/mothball-images/bg.jpg)
                        0 0 repeat-x #fbfbfb;
    ">
        <a href="/globalresources/mothballing" style="

        ">
            This page has been archived and is no longer updated.
            <span style="
                display:block;
                font-size:0.5em;
                padding:10px 0 0 70px;
                font-weight:bold;
            ">
                <span style="
                color:#1A75BB; margin-left:100px;
                ">Find out more about page archiving.</span>
            </span>
        </a>
    </div><div id="banner">
		<div id="banner-scotland">
			<a href="http://www.bbc.co.uk/scotland/" title="Go to the BBC Scotland homepage" class="scothome"><span>BBC Scotland Homepage</span></a>
		</div>
		<a href="http://www.bbc.co.uk/scotland/learning/" title="Go to the BBC Scotland Learning homepage" class="sitehome"><span>Scotland Learning</span></a>
	</div>
	<div class="gutter-l fl col-18 m-b clearfix">
		<ul id="tabnav" class="clearfix"><li class="explore first"><a href="/go/scotland/learning/int/hometab/explore/-/scotland/learning/">Explore</a></li>
			<li class="preschool"><a href="/go/scotland/learning/int/hometab/preschool/-/scotland/learning/?tab=preschool">Pre School</a></li>
			<li class="primary"><a href="/go/scotland/learning/int/hometab/primary/-/scotland/learning/?tab=primary" class="selected">Primary</a></li>
			<li class="secondary"><a href="/go/scotland/learning/int/hometab/secondary/-/scotland/learning/?tab=secondary">Secondary</a></li>
			<li class="bitesize"><a href="/go/scotland/learning/int/hometab/bitesize/-/scotland/learning/?tab=bitesize">Bitesize</a></li>
			<li class="gaelic"><a href="/go/scotland/learning/int/hometab/gaelic/-/scotland/learning/?tab=gaelic">Gaelic</a></li>
			<li class="outreach last"><a href="/go/scotland/learning/int/hometab/outreach/-/scotland/learning/?tab=outreach">Outreach</a></li>
		</ul><div id="tabcontent" class="primary-lite">
			<div id="tabcontent-outer">
				<div id="tabcontent-inner">
					<h2 class="m-b m-lr primary-brdr-lite" style="bo-rder-bottom:3px solid #EFF0F5; border-width-bottom:3px; border-bottom-style:solid; font-size:1.4em;">Selected Highlights</h2>
					<div id="tabpromos" class=" clearfix" style="position:relative">
						
	<div id="primary" class="fl m-l">
		<a href="http://www.bbc.co.uk/bitesize/primary/"><img src="/staticarchive/224805333a385047fefc9b67ca5f68108d8a98d5.jpg" width="448" height="287" alt="Roboidz"></a>
	</div>
	<!--<div id="emp-primary" class="emp-display fl"></div>-->
<div class="emp-text">				
		<h3><a href="http://www.bbc.co.uk/bitesize/primary/">Primary</a></h3>
		<h4>1st and 2nd Level Bitesize</h4>
		<p>Learn with CBBC in new <a href="/bitesize/secondlevel/">2nd Level</a> activities for <a href="/bitesize/secondlevel/literacy_and_english/">Literacy and English</a>, <a href="/bitesize/secondlevel/mathematics/">Mathematics</a> and <a href="/bitesize/secondlevel/sciences/">Sciences</a>.</p>
		<p>Joining the <a href="/bitesize/firstlevel/">1st Level</a> activities for <a href="/bitesize/firstlevel/literacy_and_english/">Literacy and English</a>, <a href="/bitesize/firstlevel/mathematics/">Mathematics</a> and <a href="/bitesize/firstlevel/sciences/">Sciences</a>.</p>
		<p>More websites BBC Scotland has for primary schools:</p>
		<ul><li><a href="/scotland/learning/primary/geography/">Geography</a> / <a href="/scotland/learning/primary/history">History</a></li>
			<li><a href="/scotland/learning/primary/health">Health</a> / <a href="/scotland/learning/primary/citizenship/">Citizenship</a></li>
			<li><a href="/scotland/learning/primary/music">Music</a> / <a href="/scotland/learning/primary/technology">Technology</a></li>
	
		</ul></div>
	<script type="text/javascript" src="/staticarchive/296b7e9b01b56142aec1bfa4760e2eb86073b802.js"></script><script type="text/javascript" src="/staticarchive/880927e055ea2d75cc32254b7274b0e4a04822c2.js"></script><script type="text/javascript">
		var emp = new embeddedMedia.Player();
		emp.setWidth("448");
		emp.setHeight("287");
		emp.setDomId("emp-bitesize");
		emp.setPlaylist("http://"+location.host+"/learningzone/clips/clips/s_hist/bb/s_hist_ec_05144_16x9_bb.xml");
		emp.set("config_settings_skin", "black");
		//emp.write();
	</script></div>
					<!-- <div id="search_clips" class="blq-clearfix">
						
					</div> -->
				
                <h2 class="clips_heading">Watch clips from our latest programmes</h2>

					<div id="clips_carousel">
							<ul class="carousel"><li class="carousel-item item-0">
            <a href="http://www.bbc.co.uk/learningzone/clips/why-dd-the-romans-come-to-caledonia/5401.html" class="story">
                <img alt="Roman ship" width="144" height="81" src="/staticarchive/2364eedde136a666a6d088d4c7a58073f18d1593.jpg"><span class="item-text"><span class="heading">Why did the Romans come to Caledonia?</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
        <li class="carousel-item item-1">
            <a href="http://www.bbc.co.uk/learningzone/clips/the-effect-of-the-gulf-stream-on-the-climate-of-scotland/5905.html" class="story">
                <img alt="Red Admiral butterfly" width="144" height="81" src="/staticarchive/dc59461c72ed1ed285af42d958eaa048a6221e6c.jpg"><span class="item-text"><span class="heading">The effect of the Gulf Stream on the climate of Scotland</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
		<li class="carousel-item item-2">
            <a href="http://www.bbc.co.uk/learningzone/clips/tian-tian-and-the-kung-fu-school/8005.html" class="story">
                <img alt="A Kung Fu school in China" width="144" height="81" src="/staticarchive/0f18a4902db7025388a3202ce941d87b582430e3.jpg"><span class="item-text"><span class="heading">Tian Tian and the Kung Fu School</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
		<li class="carousel-item item-3">
            <a href="http://www.bbc.co.uk/learningzone/clips/an-introduction-to-seabirds/6121.html" class="story">
                <img alt="Puffins" width="144" height="81" src="/staticarchive/10734cbf9289afedece6c53a35e37d63320dc3ef.jpg"><span class="item-text"><span class="heading">An introduction to seabirds</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
       
		<li class="carousel-item item-4">
            <a href="http://www.bbc.co.uk/learningzone/clips/treaty-of-arbroath/4691.html" class="story">
              <img alt="Robert the Bruce statue" width="144" height="81" src="/staticarchive/f6a5f936beed9552e18f4a937eaf783861c904ab.jpg"><span class="item-text"><span class="heading">Treaty of Arbroath</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
       
            <li class="carousel-item item-5">
            <a href="http://www.bbc.co.uk/learningzone/clips/creating-music-for-shaun-the-sheep/9438.html" class="story">
                <img alt="Shaun the Sheep composer" width="144" height="81" src="/staticarchive/e157f79c288c94c793d8aa32a84f06521788a7ca.jpg"><span class="item-text"><span class="heading">Creating music for Shaun the Sheep</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
            <li class="carousel-item item-6">
            <a href="http://www.bbc.co.uk/learningzone/clips/atmospheric-writing-pt-1-6/4468.html" class="story">
                <img alt="Skull in earth" width="144" height="81" src="/staticarchive/a0890b0dbb7745def84b38de690b62ba6e1685d3.jpg"><span class="item-text"><span class="heading">Atmospheric writing</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
            <li class="carousel-item item-7">
            <a href="http://www.bbc.co.uk/learningzone/clips/landscape-drawing-with-ken-done/8235.html" class="story">
                <img alt="Painting of Tower Bridge" width="144" height="81" src="/staticarchive/9e6247e5822e54daba49db70990b41e6fcab3f72.jpg"><span class="item-text"><span class="heading">Landscape drawing with Ken Done</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
            <li class="carousel-item item-8">
            <a href="http://www.bbc.co.uk/learningzone/clips/roald-dahl-georges-marvellous-medicine-extract/5326.html" class="story">
                <img alt="George at home" width="144" height="81" src="/staticarchive/14a32bd5ee160862ac32e9aa78a584a3261db7bd.jpg"><span class="item-text"><span class="heading">Roald Dahl - 'George's Marvellous Medicine'</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
            <li class="carousel-item item-9">
            <a href="http://www.bbc.co.uk/learningzone/clips/bicycle-maintenance/7007.html" class="story">
                <img alt="Cyclists" width="144" height="81" src="/staticarchive/20e7f249f731099916f25e45098e40ca2a75a1ef.jpg"><span class="item-text"><span class="heading">Bicycle maintenance</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
            <li class="carousel-item item-10">
            <a href="http://www.bbc.co.uk/learningzone/clips/wind-farms-in-the-southern-uplands-of-scotland/5903.html" class="story">
                <img alt="A wind farm" width="144" height="81" src="/staticarchive/2842bb880a15434a1696299edd5685c224fd15b1.jpg"><span class="item-text"><span class="heading">Wind farms in the Southern Uplands of Scotland</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
            <li class="carousel-item item-11">
            <a href="http://www.bbc.co.uk/learningzone/clips/eyemouth-location-and-industry/6137.html" class="story">
                <img alt="Diver" width="144" height="81" src="/staticarchive/1cb1f7aef38b86caeaf36753a7a682027478b41e.jpg"><span class="item-text"><span class="heading">Eyemouth - location and industry</span><span class="caption"></span><span class="icon_panel"><span class="icon video"></span></span></span>
            </a>
        </li>
    </ul></div></div>

					
			</div>
		</div>
		
		<div class="grp categories cb brdr-t m-t">
			
		<div class="fl col-06 patch clearfix m-b">
			<h3 class="p-l">Listen here</h3>
			<div class="p-lr clearfix m-t">
				<div class="img">
					<a href="/schoolradio/"><img src="/staticarchive/ed7d08b90a3ceae0b6d7a422d61b3f89593a1172.jpg" width="206" height="116" alt="School radio"></a>
				</div>
     			<div class="txt">
        			<h4>
						<a href="/schoolradio/">School Radio</a>
					</h4>
					<p>Podcasts, CDs, programmes - audio resources for primary schools.</p>
					<p><a href="/schoolradio/subjects/curriculumforexcellence" class="bold">Including resources aimed at the Curriculum for Excellence</a></p>
          		</div>
			</div>
		</div>
		
		<div class="gutter-l fl col-06 patch clearfix m-b">
			<h3 class="p-l">Become a creative genius</h3>
			<div class="p-lr clearfix m-t">
				<div class="img">
					<a href="/scotland/pinball/"><img src="/staticarchive/a2bfdeb53df97ec733dad1170443d8f61fc13172.jpg" width="206" height="116" alt="Shakespeare"></a>
				</div>
     			<div class="txt">
        			<h4>
						<a href="/scotland/brainsmart/">Brainsmart</a> &amp; <a href="/scotland/pinball/">Pinball</a>
					</h4>
					<p>Make the most of your mind and get creative with these two fun websites.</p>
					<p><strong>Maximise your genius with <a href="/scotland/brainsmart/">mind games</a> and a <a href="/scotland/pinball/">creative toolkit</a></strong></p>
          		</div>
			</div>
		</div>

		<!--<div class="gutter-l fl col-06 patch clearfix m-b">
			<h3 class="p-l">Boost your memory</h3>
			<div class="p-lr clearfix m-t">
				<div class="img">
					<a href="/scotland/brainsmart/"><img src="/scotland/learning/home/img/home/learning_zone/brainsmart_new_206_116.jpg" width="206" height="116" alt="Brain" /></a>
				</div>
     			<div class="txt">
        			<h4>
						<a href="/scotland/brainsmart/">Brainsmart</a>
					</h4>
					<p>How to revise effectively and save yourself stress.</p>
					<p><a href="/scotland/brainsmart/" class="bold">Get your brain to work better with Brainsmart</a></p>
          		</div>
			</div>
		</div>-->
		
		
		<!--<div class="gutter-l fl col-06 patch clearfix m-b">
			<h3 class="p-l">Spark some ideas</h3>
			<div class="p-lr clearfix m-t">
				<div class="img">
					<a href="/scotland/pinball/"><img src="/scotland/learning/home/img/home/pinball/einstein_206_116.jpg" width="206" height="116" alt="Einstein" /></a>
				</div>
     			<div class="txt">
        			<h4>
						<a href="/scotland/pinball/">Pinball</a>
					</h4>
					<p>Get your thoughts flowing freely and develop your creative talents.</p>
					<p><a href="/scotland/pinball/" class="bold">Bounce your ideas around by using these fun and simple tools</a></p>
          		</div>			
			</div>
		</div>-->

		<!--<div class="gutter-l fl col-06 patch clearfix m-b">
			<h3 class="p-l">Swot up on your subjects</h3>
			<h3 class="p-l">Get through your exams</h3>
			<div class="p-lr clearfix m-t">
				<div class="img">
					<a href="/schools/bitesize/"><img src="/scotland/learning/home/img/home/learning_zone/bitesize_sg_206_116.jpg" width="206" height="116" alt="Bitesize fish" /></a>
				</div>
     			<div class="txt">
        			<h4>
						<a href="/schools/bitesize/">Bitesize</a>
					</h4>
					<p>Break your revision into manageable chunks.</p>
					<p><a href="/scotland/learning/bitesize/standard/" class="bold">Revise and test yourself at Standard Grade</a> <a href="/scotland/learning/bitesize/higher/" class="bold"> and Higher levels</a></p>
          		</div>
			</div>
		</div>-->
		
		
	<!--<div class="gutter-l fl col-06 patch clearfix m-b">
			<h3 class="p-l">Download from iPlayer</h3>
			<div class="p-lr clearfix m-t">
				<div class="img">
					<a href="/iplayer/episode/b01116sz/Talkie_Time_Talkie_Time_2_Compilation/"><img src="/scotland/learning/home/img/home/learning_zone/rodd_christensen_206_116.jpg" width="206" height="116" alt="Rodd Christensen" /></a>
				</div>
     			<div class="txt">
        			<h4>
						<a href="/iplayer/episode/b01116sz/Talkie_Time_Talkie_Time_2_Compilation/">Talkie Time 2 Compilation</a>
					</h4>
					<p>Why sleep is important and how to count in pairs.</p>
					<p><a href="/programmes/b00yc05m" class="bold">Talk with Rodd in more interactive clips</a></p>
          		</div>
			</div>
		</div>-->
		
		<div class="gutter-l fl col-06 patch clearfix m-b">
			<h3 class="p-l">Learn about the levels</h3>
			<div class="p-lr clearfix m-t">
				<div class="img">
					<a href="/scotland/learning/curriculum_for_excellence.shtml"><img src="/staticarchive/39a0c1b644f9aaf5a864c0ad9a5c9855924051a2.jpg" width="206" height="116" alt="CfE levels"></a>
				</div>
     			<div class="txt">
        			<h4>
						<a href="/scotland/learning/curriculum_for_excellence.shtml">Curriculum for Excellence</a>
					</h4>
					<p>What's new with levels, assessment, qualifications and subjects.</p>
					<p><a href="/scotland/learning/curriculum_for_excellence.shtml" class="bold">A gentle introduction to the world of CfE</a></p>
          		</div>			
			</div>
		</div>

	<!--<div class="gutter-l fl col-06 patch clearfix m-b">
			<h3 class="p-l">Help someone get online</h3>
			<div class="p-lr clearfix m-t">
				<div class="img">
					<a href="/connect/campaigns/firstclickfriends.shtml"><img src="/scotland/learning/home/img/home/learning_zone/first_click3_206_116.jpg" width="206" height="116" alt="First click friends" /></a>
				</div>
     			<div class="txt">
        			<h4>
						<a href="/connect/campaigns/firstclickfriends.shtml">First Click Friends</a>
					</h4>
					<p>Share your skills and help family and friends get online for the first time.</p>
					<p><a href="http://springonline.org/" class="bold">Spring Online celebrating Silver Surfers' Day</a></p>
          		</div>
			</div>
		</div>-->

		<!--<div class="gutter-l fl col-06 patch clearfix m-b">
			<h3 class="p-l">Live webcasts</h3>
			<div class="p-lr clearfix m-t">
				<div class="img">
					<a href="/scotland/learning/authorslive/"><img src="/scotland/learning/home/img/home/learning_zone/authors_live.jpg" width="206" height="116" alt="Authors Live" /></a>
				</div>
     			<div class="txt">
        			<h4>
						<a href="/scotland/learning/authorslive/">Authors Live</a>
					</h4>
					<p>Watch our previous sessions with writers and send in questions for <strong><a href="/scotland/learning/authorslive/david_almond/">David Almond</a></strong>.</p>
					<p><strong>Also check out the recorded <a href="/scotland/science/experiments_live_with_bang_goes_the_theorys_dr_yan.shtml">Experiments Live</a> and <a href="/northernireland/arts/live/">Arts Live</a></strong></p>
          		</div>
			</div>
		</div>-->
		
		<!--<div class="gutter-l fl col-06 patch clearfix m-b">
			<h3 class="p-l">Get out and about</h3>
			<div class="p-lr clearfix m-t">
				<div class="img">
					<a href="/scotland/learning/lab/projects/slideshows/how_to.shtml"><img src="/scotland/learning/home/img/home/learning_zone/lab_outdoors2_206_116.jpg" width="206" height="116" alt="Pupils outside classroom" /></a>
				</div>
     			<div class="txt">
        			<h4>
						<a href="/scotland/learning/lab/projects/slideshows/how_to.shtml">Outdoor learning</a>
					</h4>
					<p>Take the classroom outside with these slideshows from <strong><a href="/scotland/learning/lab/">The L.A.B</a></strong>.</p>
					<p><a href="/scotland/learning/lab/" class="bold">Bring your stories to life in video, audio or animation</a></p>
          		</div>
			</div>
		</div>-->
		
		
			
		</div>
	</div>
	<div class="gutter-l fl col-06 m-b clearfix rhn">
		<!-- #include virtual="/scotland/learning/home/includes/related/features.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/surgery.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/surgery2.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/bang_roadshow.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/radio_scotland.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/call_kaye.sssi"
		-->		<div class="authors_live">
			<div class="c-t"><div></div></div>
			<div class="c-c">
				<a href="http://www.bbc.co.uk/programmes/p006v267"><img src="/staticarchive/9a7626da715d6dcdae90e005bbc88e86aad5ea6e.jpg" width="206" height="74" alt="Authors Live"></a>
				<h4><a href="/scotland/learning/authorslive/">Authors Live</a></h4>
				<!--<p>Watch video highlights of Eoin Colfer at BBC Scotland.</p>-->
				<p>Famous writers appear at BBC Scotland, from <a href="http://www.bbc.co.uk/programmes/p006v267/episodes/player">Jacqueline Wilson</a> to <a href="http://www.bbc.co.uk/programmes/p006v267/episodes/player?page=2">Charlie Higson</a>.</p>
				<!--<p>Watch our latest session with <strong><a href="/scotland/learning/authorslive/francesca_simon/">Francesca Simon</a></strong>, writer of the Horrid Henry books.</p>-->
				<ul><li>Live: <a href="/scotland/science/experiments_live_with_bang_goes_the_theorys_dr_yan.shtml">Experiments</a> / <a href="/northernireland/arts/live/">Arts</a> / <a href="http://www.bbc.co.uk/programmes/p00kjrg4">Rot Box</a></li>
					<li>Lectures: <a href="http://www.bbc.co.uk/programmes/p010fl19">Katherine Grainger</a></li>
				</ul></div>
			<div class="c-b"><div></div></div>
		</div>		<div class="authors_live">
			<div class="c-t"><div></div></div>
			<div class="c-c">
				<a href="http://www.bbc.co.uk/schoolreport/"><img src="/staticarchive/304e9974ca51c64299595bf20f2c98f41c20d210.jpg" width="206" height="74" alt="Girl"></a>
				<h4><a href="http://www.bbc.co.uk/schoolreport/">BBC News School Report</a></h4>
				<p>Make and broadcast the news in your school with this nationwide project.</p>
				<ul><li><a href="http://www.bbc.co.uk/programmes/p00px59c">Schools Questions &amp; Answers</a></li>
				</ul></div>
			<div class="c-b"><div></div></div>
		</div><!-- #include virtual="/scotland/learning/home/includes/related/high_school.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/explore_stories.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/commonwealth_mascot.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/give_an_hour.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/comedy_workshops.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/lab_audio.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/tom_devine.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/message_boards.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/studyskills.sssi"
		-->		<div class="authors_live">
			<div class="c-t"><div></div></div>
			<div class="c-c">
				<a href="http://www.bbc.co.uk/scotland/landscapes/"><img src="/staticarchive/f405d6adcc900e63dce223ebd262baed42c1b782.jpg" width="206" height="74" alt="Edinburgh Castle"></a>
				<h4><a href="http://www.bbc.co.uk/scotland/landscapes/">Scotland's Landscape</a></h4>
				<p>Video, audio and rephotography of the changing shape of Scotland.</p>
			</div>
			<div class="c-b"><div></div></div>
		</div>		<div class="authors_live">
			<div class="c-t"><div></div></div>
			<div class="c-c">
				<a href="http://www.bbc.co.uk/scotland/history/"><img src="/staticarchive/5323f059ef9f97a3c182f3b08a8653c2d9c79f94.jpg" width="206" height="74" alt="Robert Bruce statue and saltire"></a>
				<h4><a href="http://www.bbc.co.uk/scotland/history/">Scotland's History</a></h4>
				<p>Explore Scotland's story from Skara Brae to modern times.</p>
				<ul><li><a href="http://www.bbc.co.uk/schools/primaryhistory/">Primary History</a> / <a href="http://www.bbc.co.uk/cbbc/shows/horrible-histories">Horrible Histories</a></li>
				</ul></div>
			<div class="c-b"><div></div></div>
		</div>		<div class="authors_live">
			<div class="c-t"><div></div></div>
			<div class="c-c">
				<a href="http://www.bbc.co.uk/arts/robertburns/"><img src="/staticarchive/618b7e882622bb0c273067deda6e833dbbaaa0c6.jpg" width="206" height="74" alt="Robert Burns"></a>
				<h4><a href="http://www.bbc.co.uk/arts/robertburns/">Robert Burns</a></h4>
				<p><a href="http://www.bbc.co.uk/arts/robertburns/works/list/readers/">Famous voices</a> perform the <a href="http://www.bbc.co.uk/arts/robertburns/works/firstletter/all/">complete works of Burns</a>.</p>
				<ul><li><a href="http://www.bbc.co.uk/scotland/learning/bitesize/higher/english/poetry/burns_rev1.shtml">Bitesize Book Notes: Robert Burns</a></li>
					<li><a href="http://www.bbc.co.uk/schools/primaryhistory/british_history/robert_burns/">Primary History: Robert Burns</a></li>
					<li><a href="http://www.bbc.co.uk/learningzone/clips/robert.burns">Class clips: Robert Burns</a></li>
				</ul></div>
			<div class="c-b"><div></div></div>
		</div><!-- #include virtual="/scotland/learning/home/includes/related/faslane.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/schools_qa2.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/who_needs_sport.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/wimbledon.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/schools_qa.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/give_an_hour_sport.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/volcano_live.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/bughunting.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/weather.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/britain_in_a_day.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/great_british_story_dundee.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/ask_lara.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/bitesize_tv_clips.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/head_case.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/compete.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/bitesize_tv.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/2nd_level.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/500_words.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/loch_lomond.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/rot_box_detectives.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/1707.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/1911.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/scots.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/pandas.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/games.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/allan_little.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/feature_lanark.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/1st_level.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/cfe.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/children_in_need.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/dr_who_gunpowder.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/rugby_world_cup.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/armed_forces_day.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/arts_live.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/experiments_live.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/brainsmart.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/scotlands_food.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/dr_who_script_screen.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/little_stargazing.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/factmaster.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/jeely_piece.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/bitesize.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/your_landscape.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/blast.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/school_radio.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/china_stories.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/blethering_scots.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/talking_music.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/the_lab_outdoor.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/the_lab.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/lab_audio.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/lab_too.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/talkie_time.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/pinball.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/school_choir.sssi"
		--><!-- #include virtual="/scotland/learning/home/includes/related/learning_blog.sssi"
		-->
	</div>
               </div>   <div id="blq-mast" class="blq-rst blq-default-domestic blq-new-nav" lang="en-GB"> <div id="blq-sign-in">   <div id="id-status" class="blq-id-v4"> <div class="id-out id-gel"> <h2 class="blq-hide">BBC iD</h2> <a href="https://ssl.bbc.co.uk/id/status" id="blq-idstatus-link"> <span class="id-icon"> <span></span> </span> <span id="blq-idstatus-text"> BBC iD </span> <span class="id-spinner"></span> <span class="blq-dropdown-arrow"> <span></span> </span> </a> </div> <div id="id-status-nav"> <div class="id-in blq-rst"> <ul><li> <a name="idDash" class="blq-nogo has-ptrt idDash" href="https://ssl.bbc.co.uk/id/settings"> Settings </a> </li> <li> <a name="idSignout" class="blq-nogo has-ptrt idSignout" href="https://ssl.bbc.co.uk/id/signout"> Sign out </a> </li> </ul></div> </div> </div>          </div>  <form method="get" id="blq-search-form" action="http://search.bbc.co.uk/search" accept-charset="utf-8"> <p id="blq-nav-search">  <input type="hidden" name="go" value="toolbar"><input type="hidden" name="uri" value="/scotland/learning/?tab=primary"><label for="blq-search" class="blq-hide">Search term:</label> <input id="blq-search" type="text" name="q" value="" maxlength="128"><input id="blq-search-btn" type="submit" value="Search"></p> </form>   <h2 class="blq-hide">BBC navigation</h2> <ul id="blq-nav-main" class="blq-not-uk"><li id="blq-nav-n"><a href="http://www.bbc.co.uk/news/" hreflang="en-GB">News</a></li>  <li id="blq-nav-s"><a href="http://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="http://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li>  <li id="blq-nav-i">  <a href="/iplayer/" hreflang="en-GB">iPlayer</a>  </li>  <li id="blq-nav-t"><a href="/tv/" hreflang="en-GB">TV</a></li>  <li id="blq-nav-r"><a href="/radio/" hreflang="en-GB">Radio</a></li> <li id="blq-nav-m"><a href="#blq-nav">More…</a></li>  </ul></div>  <div id="blq-nav" class="blq-blue"> <div id="blq-nav-links" class="blq-clearfix" lang="en-GB"> <div id="blq-nav-links-inner">  <ul class="blq-nav-sub blq-first"><li><a href="/cbbc/">CBBC</a></li> <li><a href="/cbeebies/">CBeebies</a></li> <li><a href="/comedy/">Comedy</a></li> <li><a href="/food/">Food</a></li> <li><a href="/history/">History</a></li> </ul><ul class="blq-nav-sub"><li><a href="/learning/">Learning</a></li> <li><a href="/music/">Music</a></li> <li><a href="/science/">Science</a></li> <li><a href="/nature/">Nature</a></li> <li><a href="/local/">Local</a></li> </ul><ul class="blq-nav-sub blq-last"><li><a href="/northernireland/">Northern Ireland</a></li> <li><a href="/scotland/">Scotland</a></li> <li><a href="/wales/">Wales</a></li> <li id="blq-az"><a href="/a-z/">Full A-Z<span class="blq-hide"> of BBC sites</span></a></li> </ul></div> </div> </div>  <!--[if IE 6]> <div id="blq-ie6-upgrade"> <p> <span>You're using the Internet Explorer 6 browser to view the BBC website. Our site will work much better if you change to a more modern browser. It's free, quick and easy.</span> <a href="http://www.browserchoice.eu/">Find out more <span>about upgrading your browser</span> here&hellip;</a> </p> </div> <![endif]-->  <div id="blq-foot" lang="en-GB" class="blq-rst blq-clearfix blq-foot-grey">  <div id="blq-footlinks"> <h2 class="blq-hide">BBC links</h2> <ul><li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="http://m.bbc.co.uk/">Mobile site</a></li>      <li><a href="/terms/">Terms of Use</a></li>       <li><a href="/aboutthebbc/">About the BBC</a></li>  </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/privacy/">Privacy</a></li>       <li><a href="/accessibility/">Accessibility Help</a></li>  </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/privacy/bbc-cookies-policy.shtml">Cookies</a></li>        <li><a href="/contact/">Contact the BBC</a></li>   </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/guidance/">Parental Guidance</a></li>  </ul></li>  </ul></div>   <div id="blq-foot-blocks" class="blq-footer-image-light"><img src="/staticarchive/a8e42f8fe987b7cc9bf2d43b74b2c74b2448d2e3.png" width="84" height="24" alt="BBC"></div> <p id="blq-disclaim"><span id="blq-copy">BBC © 2014</span> <a href="/help/web/links/">The BBC is not responsible for the content of external sites. Read more.</a></p> <div id="blq-obit"><p><strong>This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so.</strong></p></div> </div> </div>  </div>  <script type="text/javascript"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementById('blq-main') }); istats.track('download', { region: document.getElementById('blq-main') }); }); } </script><script type="text/javascript">
// <![CDATA[
	portal.addCarousel(
	{
		domId:"#clips_carousel .carousel", 
		startAt:0,
		moveBy:3
	});
    
// ]]>
</script></body></html>