Noord-Limburg proefregio voor onderwijs op maat

by L1 nieuws on 02/03/2009

Het onderwijs in Noord-Limburg moet met geld van het ministerie van Onderwijs sneller in actie komen als kinderen onderwijs op maat nodig hebben. Noord-Limburg is door staatssecretaris Sharon Dijksma uitgeroepen als proefregio.

Leave a Comment

Previous post: REPORTAGE: Venloos Operettegezelschap

Next post: Fusiegemeente wil nieuw stadhuis in Margraten

// ==UserScript== // @name Feedsportal Ads-Skipper // @namespace http://github.com/bodo/userscripts // @description Remove Feedsportal Ads // @include http://da.feedsportal.com/* // ==/UserScript== (function(){ links = document.evaluate("//div[@align='right']/p/a[1]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); if (links.snapshotLength > 0) { element = links.snapshotItem(0); window.location.href = element; } })();