External embed disabledThis external media block was disabled in the local clone.
');}return node;}; const patchInsertion=(method)=>{const original=Node.prototype[method];if(typeof original!=="function"){return;}Node.prototype[method]=function(node,...rest){return original.call(this,neutralizeNode(node),...rest);};}; patchInsertion("appendChild"); patchInsertion("insertBefore"); window.__codexNotifyExternalLink=notify; window.__codexHandleExternalNavigation=(url)=>{notify(url);return false;}; window.YT=window.YT||{Player:function(){return createStub();},ready(cb){if(typeof cb==="function"){cb();}}}; window.onYouTubeIframeAPIReady=window.onYouTubeIframeAPIReady||(()=>{}); window._wq=window._wq||[]; window._wq.push=()=>0; window.Wistia=window.Wistia||{api(){return createStub();}}; window.Sentry=window.Sentry||{init(){},captureException(){},captureMessage(){},addBreadcrumb(){},setUser(){}}; window.__codexLocalFormHtml=formPlaceholderHtml; window.hbspt=window.hbspt||{forms:{create:(options={})=>{const target=typeof options.target==="string"?document.querySelector(options.target):null;if(target&&!target.querySelector("form")){target.innerHTML=formPlaceholderHtml;}return {};}}}; window.__codexCreateSplide=function(selector,options){try{if(typeof selector==="string"&&!document.querySelector(selector)){return createStub();}if(typeof window.Splide!=="function"){return createStub();}return new window.Splide(selector,options);}catch{return createStub();}}; const patchJetStickyOnValue=(candidate)=>{if(candidate&&candidate.fn&&typeof candidate.fn.jetStickySection!=="function"){candidate.fn.jetStickySection=function(){return this;};}return candidate;}; try{let currentJquery=patchJetStickyOnValue(window.jQuery);let currentDollar=patchJetStickyOnValue(window.$);Object.defineProperty(window,"jQuery",{configurable:true,get(){return currentJquery;},set(value){currentJquery=patchJetStickyOnValue(value);}});Object.defineProperty(window,"$",{configurable:true,get(){return currentDollar||currentJquery;},set(value){currentDollar=patchJetStickyOnValue(value);}});}catch{} const installJetSticky=()=>{const jq=window.jQuery||window.$;if(!jq||!jq.fn){return false;}if(typeof jq.fn.jetStickySection!=="function"){jq.fn.jetStickySection=function(){return this;};}return true;}; const fillPlaceholder=(node,html)=>{if(!node||node.querySelector?.(".codex-embed-placeholder")){return;}node.innerHTML=html;}; const inferSiteKey=()=>{const first=window.location.pathname.split("/").filter(Boolean)[0]||"global";return["sg","sa","in","jp"].includes(first)?first:"global";}; const ensureHiddenInput=(form,name,value)=>{let input=form.querySelector('input[name="'+name+'"]');if(input){input.value=value;return;}input=document.createElement("input");input.type="hidden";input.name=name;input.value=value;form.prepend(input);}; const bindLocalForm=(form)=>{if(form.dataset.codexLocalBound==="1"){return;}form.dataset.codexLocalBound="1";const feedback=()=>{let node=form.querySelector("[data-codex-form-feedback]");if(node){return node;}node=document.createElement("div");node.className="codex-form-feedback";node.setAttribute("data-codex-form-feedback","true");node.setAttribute("aria-live","polite");form.appendChild(node);return node;};ensureHiddenInput(form,"__codex_page_path",window.location.pathname+window.location.search);ensureHiddenInput(form,"__codex_page_title",document.title||"");ensureHiddenInput(form,"__codex_site_key",inferSiteKey());ensureHiddenInput(form,"__codex_original_action",form.dataset.codexOriginalAction||"");ensureHiddenInput(form,"__codex_form_name",form.dataset.codexFormName||"Website Form");form.addEventListener("submit",async(event)=>{event.preventDefault();if(form.dataset.codexSubmitting==="1"){return;}form.dataset.codexSubmitting="1";const message=feedback();message.textContent="Submitting locally...";try{const response=await fetch(form.getAttribute("action")||"/api/form-submit",{method:"POST",body:new FormData(form),credentials:"same-origin"});const payload=await response.json().catch(()=>({ok:response.ok}));if(!response.ok||payload.ok===false){throw new Error("submit failed");}form.reset();ensureHiddenInput(form,"__codex_page_path",window.location.pathname+window.location.search);ensureHiddenInput(form,"__codex_page_title",document.title||"");ensureHiddenInput(form,"__codex_site_key",inferSiteKey());ensureHiddenInput(form,"__codex_original_action",form.dataset.codexOriginalAction||"");ensureHiddenInput(form,"__codex_form_name",form.dataset.codexFormName||"Website Form");message.textContent=payload.message||"Form submitted locally.";announce("Form submitted locally.");}catch{message.textContent="Could not submit the form locally. Try again.";}finally{delete form.dataset.codexSubmitting;}});}; window.__codexBindLocalForm=bindLocalForm; const setExadModalVisibility=(modal,isOpen)=>{if(!(modal instanceof HTMLElement)){return;}modal.classList.toggle("active",isOpen);modal.style.display=isOpen?"block":"none";modal.style.visibility=isOpen?"visible":"hidden";modal.style.opacity=isOpen?"1":"0";modal.style.transform=isOpen?"none":"translate(-9999px,-9999px)";modal.querySelectorAll("*").forEach((node)=>{if(!(node instanceof HTMLElement)){return;}node.style.visibility=isOpen?"visible":"hidden";if(isOpen&&getComputedStyle(node).opacity==="0"){node.style.opacity="1";}});const root=modal.parentElement;if(root instanceof HTMLElement){const overlay=root.querySelector(".exad-modal-overlay");if(overlay instanceof HTMLElement){overlay.classList.toggle("active",isOpen);overlay.style.display=isOpen?"block":"none";overlay.style.visibility=isOpen?"visible":"hidden";overlay.style.opacity=isOpen?"1":"0";}}document.documentElement.classList.toggle("codex-exad-modal-open",isOpen);document.body.classList.toggle("codex-exad-modal-open",isOpen);}; const bindExadModalTrigger=(trigger)=>{if(trigger.dataset.codexModalBound==="1"){return;}trigger.dataset.codexModalBound="1";trigger.addEventListener("click",(event)=>{const selector=trigger.getAttribute("data-exad-modal");if(!selector){return;}const modal=document.querySelector(selector);if(!(modal instanceof HTMLElement)){return;}event.preventDefault();setExadModalVisibility(modal,true);});}; const bindExadModalClose=(button)=>{if(button.dataset.codexModalCloseBound==="1"){return;}button.dataset.codexModalCloseBound="1";button.addEventListener("click",(event)=>{const modal=button.closest('div[id^="exad-modal"]');if(!(modal instanceof HTMLElement)){return;}event.preventDefault();setExadModalVisibility(modal,false);});}; const installDisabledHandlers=()=>{ document.querySelectorAll("a[data-codex-disabled-external-link]").forEach((link)=>{if(link.dataset.codexBound==="1"){return;}link.dataset.codexBound="1";link.addEventListener("click",(event)=>{event.preventDefault();notify(link.getAttribute("data-codex-disabled-external-link")||"");});}); document.querySelectorAll('a[href=""],a[href="#"]').forEach((link)=>{if(link.dataset.codexNoHistory==="1"){return;}link.dataset.codexNoHistory="1";link.addEventListener("click",(event)=>{event.preventDefault();});}); document.querySelectorAll("[data-exad-modal]").forEach((trigger)=>{if(trigger instanceof HTMLElement){bindExadModalTrigger(trigger);}}); document.querySelectorAll(".exad-close-btn").forEach((button)=>{if(button instanceof HTMLElement){bindExadModalClose(button);}}); document.querySelectorAll("form[data-codex-local-form='true'],form[data-codex-disabled-external-form]").forEach((form)=>{bindLocalForm(form);}); document.querySelectorAll(".elementor-widget-hubspot-form,[data-widget_type='hubspot-form.default']").forEach((node)=>{if(node.querySelector("form, iframe")){return;}node.innerHTML=formPlaceholderHtml;}); document.querySelectorAll(".hbspt-form").forEach((node)=>{if(node.querySelector("form")||node.children.length>0){return;}node.innerHTML=formPlaceholderHtml;}); document.querySelectorAll("[data-widget_type='video.default'],[data-codex-disabled-video='true']").forEach((node)=>{node.setAttribute("data-codex-disabled-video","true");if(node.getAttribute("data-widget_type")==="video.default"){node.setAttribute("data-widget_type","codex-video-disabled.default");}const settings=node.getAttribute("data-settings")||"";if(/youtube_url|vimeo_url|video_type/i.test(settings)){node.setAttribute("data-settings","{}");}fillPlaceholder(node.querySelector(".elementor-widget-container"),mediaPlaceholderHtml);}); document.querySelectorAll(".elementor-video,.ose-wistia,.wistia_embed,[class*='ep-youtube'],[class*='ose-youtube']").forEach((node)=>{fillPlaceholder(node,mediaPlaceholderHtml);}); }; if(document.readyState==="loading"){document.addEventListener("DOMContentLoaded",installDisabledHandlers,{once:true});}else{installDisabledHandlers();} window.setTimeout(installDisabledHandlers,400); if(!installJetSticky()){let attempts=0;const timer=window.setInterval(()=>{attempts+=1;if(installJetSticky()||attempts>200){window.clearInterval(timer);}},25);} })();

INDIA

Request Call Back

One World International School Admission Information

At One World International School, it's our goal to make the admissions process as straightforward as possible.

We understand that relocating and transitioning to a new school and culture comes with plenty of challenges. To make it easier to navigate those changes, we strive to create a welcoming environment for prospective, new and returning students and their families. We are a nondenominational, multicultural school that provides a well-rounded education, preparing today’s students to be tomorrow’s leaders.

Requirements and Application

Enrolment is open to students of all nationalities.

Our academic year begins in August and ends in late June, and we accept relocation admissions throughout the year. Our policy is to try and ensure that each class has a balance of nationalities, genders and languages. This allows students to enjoy the maximum benefits of learning in a multicultural, co-educational environment whilst maintaining a high standard of spoken English, our primary language of instruction.

The school admissions process begins when parents submit the application form. Be sure to include any supporting documents so that your application can be processed in a timely manner.

To make our decision, we look at previous school reports and references, communication with parents and, depending on their age, formal assessments and interviews of prospective students. To determine whether children are a good fit for our school, we look for:

A positive attitude toward learning

Learning aptitude to benefit from our curriculum

Ability to relate positively to other students

A sufficient level of English to access our curriculum or benefit from intensive English instruction

Learn more about our English Language Support Programme

Once your child has been accepted, we prepare an official student contract, welcoming your child to our school community.

There is room to grow with us at One World International School

Learn more about our child-centred teaching methodology. Discover why our rigorous and holistic curriculum successfully prepares your child and see how we raise internationally-minded and confident lifelong learners.

Frequently Asked Questions

What are the eligibility criteria for IB PYP, MYP, and IBDP admissions in Bangalore?

Eligibility depends on age, academic readiness, and school assessment for IB Primary Years Programme, MYP and Diploma pathways.

×