Classroom Tuition
div:has(> .price--large),.installment{display:none !important;} Β£45 for 2.5 hours tuition per week π Find Your Nearest Centre Enter your postcode and we'll tell you which centre is closest, when it's open, and give you directions. Find my nearest centre (function(){ var centres = [ {name: "Harborne", postcode: "B17 9PN", address: "160-162 High Street, Harborne, Birmingham, B17 9PN", day: "Every Wednesday", time: "4:45pm β 7:15pm"}, {name: "Sutton Coldfield", postcode: "B72 1QY", address: "Sutton Coldfield Methodist Church, 16 South Parade, Sutton Coldfield, B72 1QY", day: "Every Tuesday", time: "4:40pm β 7:10pm"}, {name: "Nechells / Erdington", postcode: "B7 5JH", address: "Gee Business Centre, Long Acre, Nechells, Birmingham, B7 5JH", day: "Every Sunday", time: "10:00am β 4:00pm"} ]; function toRad(v){ return v * Math.PI / 180; } function haversineMiles(lat1, lon1, lat2, lon2) { var R = 3958.8; var dLat = toRad(lat2-lat1); var dLon = toRad(lon2-lon1); var a = Math.sin(dLat/2)*Math.sin(dLat/2) + Math.cos(toRad(lat1))*Math.cos(toRad(lat2))*Math.sin(dLon/2)*Math.sin(dLon/2); var c = 2*Math.atan2(Math.sqrt(a), Math.sqrt(1-a)); return R*c; } async function geocode(pc){ try { var r = await fetch('https://api.postcodes.io/postcodes/' + encodeURIComponent(pc.trim())); var j = await r.json(); if (j.status !== 200 || !j.result) return null; return {lat: j.result.latitude, lon: j.result.longitude}; } catch(e) { return null; } } function attachFinder(){ var btn = document.getElementById('centre-find-btn'); if (!btn) return; btn.addEventListener('click', async function(){ var resultEl = document.getElementById('centre-result'); var pcInput = document.getElementById('centre-postcode').value; if (!pcInput.trim()) { resultEl.innerHTML = 'Please enter a postcode.'; return; } resultEl.innerHTML = 'Searchingβ¦'; var userLoc = await geocode(pcInput); if (!userLoc) { resultEl.innerHTML = 'Sorry, we could not find that postcode. Please check and try again.'; return; } var best = null, bestDist = Infinity; for (var i = 0; i < centres.length; i++) { var c = centres[i]; var loc = await geocode(c.postcode); if (!loc) continue; var d = haversineMiles(userLoc.lat, userLoc.lon, loc.lat, loc.lon); if (d < bestDist) { bestDist = d; best = c; } } if (!best) { resultEl.innerHTML = 'Sorry, something went wrong. Please try again.'; return; } var mapsUrl = 'https://www.google.com/maps/dir/?api=1&origin=' + encodeURIComponent(pcInput) + '&destination=' + encodeURIComponent(best.address); resultEl.innerHTML = '' + 'Your nearest centre: ' + best.name + '' + best.address + '' + best.day + ', ' + best.time + '' + 'Approx. ' + bestDist.toFixed(1) + ' miles away (straight line)' + 'Get Directions' + ''; }); } if (document.readyState === 'complete' || document.readyState === 'interactive') { attachFinder(); } else { document.addEventListener('DOMContentLoaded', attachFinder); } })(); 11+ Tuition Birmingham β Expert Eleven Plus Tuition Looking for expert 11+ tuition in Birmingham? At Einstein 11 Plus we provide specialist eleven plus tuition across Birmingham, with classroom centres in Harborne, Sutton Coldfield and Nechells. Our qualified 11+ teachers in Birmingham prepare children for the GL Assessment grammar school entrance exam, covering English, Maths, Verbal Reasoning and Non-Verbal Reasoning. Whether you are searching for eleven plus teachers in Birmingham, Birmingham 11+ tuition or grammar school tuition in Birmingham, our small-group weekly lessons give your child a structured, proven path to success. We specialise in GL Assessment 11+ preparation for the King Edward VI schools, Bishop Vesey's Grammar School and other selective grammar schools across the West Midlands. 11+ Classroom Tuition (2.5 hours each week) β Small Groups, Big Progress Specialist teacher-led lessons in English, Maths, Verbal & Non-Verbal Reasoning for Years 4β5. Delivered in structured sessions across our Birmingham centres. π©π« Expert Teachers Specialist 11+ teachers who break down complex concepts and develop lasting exam confidence across all subject areas. π₯ Small Group Focus Limited group sizes to maximise personal attention, interaction, and targeted support. π§ Structured Curriculum A clear, week-by-week plan covering all 11+ subjects with regular checks on progress. π Practice & Feedback Exam-style tasks, weekly homework, and constructive feedback ensure steady improvement. π Convenient Locations Multiple centres across Birmingham & surrounding areas with easy access and safe, welcoming classrooms. π¬ Parent Updates Regular progress updates and clear next steps so families stay informed throughout the journey. π¦ What's Included π Curriculum-mapped lesson plans and resources π§© Skills practice for English, Maths, Verbal & Non-Verbal Reasoning π§ͺ Topic tests and checkpoints with feedback π Weekly homework to consolidate learning π― Personalised targets & revision guidance β οΈ What's Not Included To keep monthly tuition affordable, a few items are charged separately. Students will need to purchase 4 CGP books (Β£8 each). There is a Β£4 charge for a Student Progress Diary. Once per term, students will need to pay Β£30 towards the Einstein11Plus online learning platform. Optional: Ring binder and stationery. π Sessions & Locations Select your centre, day and time from the options below. All sessions run 2.5 hours weekly. π« Harborne β’ Sutton Coldfield β’ Nechells π After-school and weekend slots available π¨π©π§ Suitable for Year 4 & Year 5 pupils preparing for the 11+ π’ Group sizes are intentionally small π§ Clear roadmap with measurable milestones π Regular review points to track improvement π Terms & conditions βοΈβοΈβοΈβοΈβοΈ 5 star reviews on Google β’ π Secure checkout β’ π€ Friendly support team Enrol Now by paying a Β£45 deposit β How big are the groups? We keep group sizes intentionally small to 8 students so every learner gets meaningful attention and feedback. β Do you set homework? Yes β short, targeted tasks each week to reinforce classroom learning. β Which subjects are covered? English, Maths, Verbal Reasoning, and Non-Verbal Reasoning β the full eleven plus (11+) syllabus. Please complete this application form to enrol your child (function(){ var params = new URLSearchParams(window.location.search); var centre = params.get('centre'); if (!centre) return; var tries = 0; var iv = setInterval(function(){ var sel = document.querySelector('select[name="properties[Preferred Centre]"]'); tries++; if (sel) { clearInterval(iv); var match = Array.prototype.find.call(sel.options, function(o){ return o.value === centre; }); if (match) { sel.value = centre; sel.dispatchEvent(new Event('change', { bubbles: true })); sel.dispatchEvent(new Event('input', { bubbles: true })); } } else if (tries > 40) { clearInterval(iv); } }, 250); })();