{"id":6076,"date":"2025-10-08T13:03:48","date_gmt":"2025-10-08T07:33:48","guid":{"rendered":"https:\/\/tbspanthers.british-school.org\/?page_id=6076"},"modified":"2026-01-13T08:43:13","modified_gmt":"2026-01-13T03:13:13","slug":"supporting-elite-student-athletes-at-tbs","status":"publish","type":"page","link":"https:\/\/tbspanthers.british-school.org\/index.php\/supporting-elite-student-athletes-at-tbs\/","title":{"rendered":"Supporting Elite Student-Athletes at TBS"},"content":{"rendered":"\n<!-- TBS | Elite Sports Support Programme (WP-ready, scoped with FAQ tabs, blue inactive tabs) -->\n<section id=\"tbs-elite-sports-programme\" aria-label=\"TBS Elite Sports Support Programme\">\n  <!-- Desktop \/ Base CSS (unchanged look) -->\n  <style>\n    \/* ===== Scoped styles: only affect #tbs-elite-sports-programme ===== *\/\n    #tbs-elite-sports-programme{\n      --ink:#0e2038;        \/* deep navy ink *\/\n      --navy:#003092;       \/* TBS navy *\/\n      --gold:#FEB21A;       \/* TBS gold *\/\n      --muted:#5b6b84;\n      --bg:#f7f9fc;\n      --card:#ffffff;\n      --line:#e6edf4;\n      --radius:16px;\n      --shadow: 0 8px 24px rgba(14,32,56,.08);\n      font-family: Segoe UI, system-ui, -apple-system, Inter, Roboto, Arial, sans-serif;\n      color: var(--ink);\n      box-sizing: border-box;\n      padding: 18px 12px 28px;\n    }\n    #tbs-elite-sports-programme *{ box-sizing: border-box; }\n    #tbs-elite-sports-programme .wrap{ max-width: 1400px; margin: 0 auto; }\n\n    .hero{\n      background: linear-gradient(135deg, rgba(0,48,146,.06), rgba(254,178,26,.10));\n      border: 1px solid var(--line);\n      border-radius: var(--radius);\n      padding: 28px 24px;\n      box-shadow: var(--shadow);\n    }\n    h1{ margin: 0 0 8px 0; font-size: clamp(24px, 3.2vw, 34px); line-height: 1.2; color: var(--navy); letter-spacing: .2px; }\n    .sub{ color: var(--muted); font-size: clamp(14px, 2.2vw, 16px); }\n\n    .section{\n      background: var(--card);\n      border: 1px solid var(--line);\n      border-radius: var(--radius);\n      padding: 22px;\n      margin-top: 18px;\n      box-shadow: var(--shadow);\n    }\n    h2{\n      margin: 0 0 10px 0; font-size: clamp(18px, 2.6vw, 22px);\n      color: var(--navy); border-left: 6px solid var(--gold); padding-left: 10px; line-height: 1.3;\n    }\n    h3{ margin: 18px 0 8px; font-size: clamp(16px, 2.3vw, 18px); color: var(--ink); }\n    p{ margin: 10px 0; font-size: 16px; line-height: 1.6; color: var(--ink); }\n    ul{ margin: 8px 0 12px 18px; padding: 0; }\n    li{ margin: 6px 0; }\n\n    \/* Tier table *\/\n    .table-wrap{ overflow-x: auto; margin-top: 8px; }\n    table{ width: 100%; border-collapse: collapse; font-size: 15px; background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }\n    thead th{ background: #f9fbff; color: var(--navy); text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); font-weight: 600; white-space: nowrap; }\n    tbody td{ padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }\n    tbody tr:last-child td{ border-bottom: 0; }\n\n    \/* Chips *\/\n    .chip{\n      display: inline-block; padding: 6px 10px; background: #fff3d1; color: #7a5600;\n      border: 1px solid #ffe3a1; border-radius: 999px; font-size: 13px; margin: 2px 6px 2px 0; font-weight: 600;\n    }\n    .note{ font-size: 14px; color: var(--muted); }\n\n    \/* FAQ accordion *\/\n    .faq{ border: 1px solid var(--line); border-radius: 12px; background: var(--card); margin: 10px 0; overflow: hidden; }\n    .faq summary{\n      cursor: pointer; list-style: none; position: relative; padding: 14px 48px 14px 16px;\n      font-weight: 600; color: var(--navy); background: linear-gradient(180deg, #fff, #fafbfd);\n    }\n    .faq summary::-webkit-details-marker{ display:none; }\n    .faq[open] summary{ background: #fff7e5; }\n    .faq .body{ padding: 12px 16px 16px 16px; color: var(--ink); border-top: 1px solid var(--line); }\n    .faq summary:after{\n      content: \"\u25be\"; position: absolute; right: 14px; top: 50%; transform: translateY(-50%) rotate(0deg);\n      transition: transform .2s ease; font-size: 18px; color: var(--muted);\n    }\n    .faq[open] summary:after{ transform: translateY(-50%) rotate(180deg); }\n\n    \/* FAQ tabs *\/\n    .faq-tabs{\n      display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 14px 0;\n    }\n    .faq-tab{\n      appearance: none;\n      border: 1px solid var(--navy);\n      background: var(--navy);         \/* BLUE bg for inactive tabs *\/\n      color: #ffffff;                   \/* white text on blue *\/\n      padding: 8px 12px;\n      border-radius: 999px;\n      font-weight: 700;\n      font-size: 14px;\n      cursor: pointer;\n      transition: filter .15s ease, transform .02s ease;\n    }\n    .faq-tab:hover{ filter: brightness(1.05); }\n    .faq-tab:active{ transform: translateY(1px); }\n    .faq-tab:focus-visible{\n      outline: 3px solid rgba(0,48,146,.35);\n      outline-offset: 2px;\n    }\n    .faq-tab.is-active{\n      \/* Keep ACTIVE as before: gold bg *\/\n      background: var(--gold);\n      border-color: #ffe3a1;\n      color: #7a5600;\n      box-shadow: 0 0 0 3px rgba(254,178,26,.18) inset;\n    }\n\n    \/* Hidden helper *\/\n    .hidden{ display: none !important; }\n\n    \/* small tweak already present *\/\n    @media (max-width: 640px){ .section{ padding: 18px; } }\n  <\/style>\n\n  <style media=\"only screen and (max-width: 640px)\">\n  \/* Full-bleed section on phones so content fits comfortably *\/\n  #tbs-elite-sports-programme{\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    padding: 16px 16px 22px;\n  }\n  #tbs-elite-sports-programme .wrap{ max-width: 100vw; width: 100%; }\n\n  .hero{ padding: 18px 14px; border-radius: 14px; box-shadow: 0 4px 14px rgba(14,32,56,.08); }\n  h1{ font-size: 22px; line-height: 1.25; }\n  .sub{ font-size: 14px; }\n  .section{ padding: 16px 14px; margin-top: 14px; border-radius: 14px; box-shadow: 0 4px 14px rgba(14,32,56,.08); }\n  h2{ font-size: 18px; border-left-width: 5px; padding-left: 8px; }\n  h3{ font-size: 16px; margin: 14px 0 6px; }\n  p, li{ font-size: 15px; line-height: 1.6; }\n  ul{ margin: 6px 0 10px 16px; }\n\n  \/* Tabs: horizontally scrollable with comfy touch targets *\/\n  .faq-tabs{\n    flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;\n    gap: 6px; padding-bottom: 6px; margin-left: -16px; margin-right: -16px; padding-left:16px; padding-right:16px;\n  }\n  .faq-tab{ padding: 10px 14px; font-size:14px; white-space:nowrap; min-height:40px; }\n\n  \/* ===== Responsive, NO-SCROLL table =====\n     Convert each row into a stacked card with label\u2013value pairs *\/\n  .table-wrap{\n    margin: 8px -16px 0;   \/* edge-to-edge look *\/\n    padding: 0 16px;\n    overflow: visible;     \/* no horizontal scroll *\/\n  }\n\n  \/* Hide thead visually but keep for a11y *\/\n  .table-wrap thead{\n    border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden;\n    padding: 0; position: absolute; width: 1px;\n  }\n\n  \/* Card rows *\/\n  .table-wrap table{\n    width: 100%;\n    border: 0; border-radius: 0; background: transparent; font-size: 14.5px;\n    border-collapse: separate; border-spacing: 0 12px; \/* vertical gaps between cards *\/\n  }\n\n  .table-wrap tbody tr{\n    display: block;\n    background: #ffffff;\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    padding: 12px 12px;\n    box-shadow: 0 4px 12px rgba(14,32,56,.06);\n  }\n\n  .table-wrap tbody td{\n    display: grid;\n    grid-template-columns: 140px 1fr;   \/* label | value *\/\n    gap: 8px;\n    padding: 8px 0;\n    border: 0;\n    align-items: start;\n    word-break: break-word;\n  }\n\n  \/* Inject labels via nth-child (no HTML changes needed) *\/\n  .table-wrap tbody td:nth-child(1)::before{ content: \"Tier\"; font-weight: 700; color: var(--navy); }\n  .table-wrap tbody td:nth-child(2)::before{ content: \"Level of Competition\"; font-weight: 700; color: var(--navy); }\n  .table-wrap tbody td:nth-child(3)::before{ content: \"Examples of Support Strategies\"; font-weight: 700; color: var(--navy); }\n\n  \/* First cell (Tier chip) \u2013 center vertically if chip is short *\/\n  .table-wrap tbody td:first-child{ align-items: center; }\n\n  \/* Tighter spacing inside FAQ bodies on mobile *\/\n  .faq summary{ padding: 14px 46px 14px 14px; }\n  .faq .body{ padding: 10px 12px 14px; }\n  .faq .body ul{ margin-left: 18px; }\n  .faq .body li{ margin: 5px 0; }\n<\/style>\n\n\n\n\n  <div class=\"wrap\">\n    <!-- HERO -->\n    <div class=\"hero\">\n      <h1>\ud83c\udfc5 TBS Elite Sports Support Programme \u2013 Now Extended to State, National and International Athletes<\/h1>\n      <p class=\"sub\">After 18+ months of successful implementation, TBS is launching Phase 2 of the Elite Sports Support Programme with tiered criteria and proportionate support strategies.<\/p>\n    <\/div>\n\n    <!-- BACKGROUND & RATIONALE -->\n    <div class=\"section\">\n      <p>We take immense pride in nurturing student-athletes who balance academic excellence with high-level sporting commitments. After the successful implementation of the Elite Sports Support Programme for over 18 months, we are delighted to announce the second phase of this initiative.<\/p>\n      <p>At TBS, we recognise the unique demands placed on students who represent their sport at elite levels. These athletes often require additional time away from school for training, travel, and competition.<\/p>\n      <p>To ensure that no student feels they are constantly \u201ccatching up\u201d on missed learning, TBS has developed a <strong>preponed academic support model<\/strong>. This approach involves proactive planning\u2014teachers identify potential missed learning opportunities ahead of time and map out strategies to ensure students stay on track academically.<\/p>\n      <br \/>\n      <h2>How the Elite Sports Support Programme Works<\/h2>\n      <ul>\n        <li><strong>Advance Learning Planning:<\/strong> Once a student\u2019s tournament schedule is known, staff collaborate to identify topics, assignments, and assessments that may be affected.<\/li>\n        <li><strong>Pre-emptive Academic Support:<\/strong> Learning materials and guidance are provided ahead of time to minimise disruption.<\/li>\n        <li><strong>Dedicated Elite Sports Co-ordinator:<\/strong>\n          <ul>\n            <li>Acts as the primary contact for the student, parents, and teachers.<\/li>\n            <li>Supports academic scheduling, wellbeing, and communication between teachers.<\/li>\n            <li>Assists in managing internal deadlines during busy competition periods.<\/li>\n          <\/ul>\n        <\/li>\n      <\/ul>\n      <p>This holistic support ensures a balanced focus on both sporting performance and academic achievement, while maintaining student wellbeing.<\/p>\n    <\/div>\n\n    <!-- PHASE 2 + TIERS -->\n    <div class=\"section\">\n      <h2>Phase 2: Eligibility and Tiered Support<\/h2>\n      <p>Building on the success of the initial model (for international athletes), Phase 2 expands the programme to include students competing at the <strong>State<\/strong>, <strong>National<\/strong>, and <strong>International<\/strong> levels.<\/p>\n      <p>TBS will now operate a <strong>tiered criteria system<\/strong> that recognises the varying demands and commitments of different competition levels. Each tier will be aligned with specific <strong>School Support Strategies<\/strong> to ensure proportionate and meaningful assistance.<\/p>\n\n      <div class=\"table-wrap\" role=\"region\" aria-label=\"Scrollable tier table\">\n        <table aria-label=\"Tiered support strategies table\">\n          <thead>\n            <tr>\n              <th>Tier<\/th>\n              <th>Level of Competition<\/th>\n              <th>Examples of Support Strategies<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td><span class=\"chip\">Tier 1<\/span><\/td>\n              <td>State Level<\/td>\n              <td>Flexible submission dates, short-term learning plans, catch-up sessions<\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"chip\">Tier 2<\/span><\/td>\n              <td>National Level<\/td>\n              <td>Pre-planned work allocation, subject check-ins, mentor oversight, wellbeing review<\/td>\n            <\/tr>\n            <tr>\n              <td><span class=\"chip\">Tier 3<\/span><\/td>\n              <td>International Level<\/td>\n              <td>Elite Co-ordinator support, dual time-zone academic access, structured return plan, wellbeing tracking<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <!-- APPLICATION PROCESS -->\n    <div class=\"section\">\n      <h2>Application and Review Process<\/h2>\n      <ul>\n<li style=\"color: black;\">\n  <strong style=\"color: black;\">Applications Open:<\/strong>\n  <a\n    href=\"https:\/\/script.google.com\/macros\/s\/AKfycbyjnoZZuWF1bNmprjyHasdfyjjCJOx9zS2aiwKNW3BxUi3YkwxvhHdDDpfw66FbisdG4g\/exec\"\n    target=\"_blank\"\n    rel=\"noopener noreferrer\"\n    style=\"color: black; text-decoration: underline;\"\n  >\n    Apply Here (Closes on Monday, 19 January 2026)\n  <\/a>\n<\/li>\n\n\n        <li><strong>Who Can Apply:<\/strong> Students of Year 10 and above, who have represented or will represent, their state, or their country in recognised sports competitions.<\/li>\n        <li><strong>How to Apply:<\/strong> Parents are invited to express interest via the <em>Elite Sports Support Programme Application Form<\/em> (details shared at the start of Term 3).<\/li>\n        <li><strong>Review Panel:<\/strong> A school panel will evaluate applications based on level of competition, time commitment, and academic readiness.<\/li>\n        <li><strong>Notification:<\/strong> Families will receive communication of the decision after the review process concludes.<\/li>\n      <\/ul>\n      <p class=\"note\">Note: Participation levels and support tiers will be reviewed periodically to ensure alignment with each student\u2019s current commitments and academic progress.<\/p>\n    <\/div>\n\n    <!-- FAQ WITH TABS -->\n    <div class=\"section\" id=\"faq\">\n      <h2>\ud83e\udde9 Frequently Asked Questions (FAQ)<\/h2>\n\n      <!-- Tabs -->\n      <div class=\"faq-tabs\" role=\"tablist\" aria-label=\"Filter FAQs by category\">\n        <button class=\"faq-tab is-active\" data-faq-filter=\"all\" role=\"tab\" aria-selected=\"true\">All<\/button>\n        <button class=\"faq-tab\" data-faq-filter=\"eligibility\" role=\"tab\" aria-selected=\"false\">Eligibility &amp; Application<\/button>\n        <button class=\"faq-tab\" data-faq-filter=\"tiered\" role=\"tab\" aria-selected=\"false\">Tiered Criteria &amp; Support<\/button>\n        <button class=\"faq-tab\" data-faq-filter=\"academic\" role=\"tab\" aria-selected=\"false\">Academic Management<\/button>\n        <button class=\"faq-tab\" data-faq-filter=\"wellbeing\" role=\"tab\" aria-selected=\"false\">Wellbeing &amp; Communication<\/button>\n        <button class=\"faq-tab\" data-faq-filter=\"logistics\" role=\"tab\" aria-selected=\"false\">Logistics &amp; Planning<\/button>\n      <\/div>\n\n      <!-- Eligibility & Application -->\n      <details class=\"faq\" data-faq-group=\"eligibility\">\n        <summary>Who is eligible to apply for the Elite Sports Support Programme?<\/summary>\n        <div class=\"body\">\n          Students who have represented or are currently representing their <strong>state, national, or international<\/strong> teams in recognised competitions are eligible to apply. The programme is open to students across year groups who demonstrate consistent commitment to both their sport and academic responsibilities.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"eligibility\">\n        <summary>Does my child need to be competing in a specific sport to qualify?<\/summary>\n        <div class=\"body\">\n          No. The programme supports a wide range of sports, provided participation is through officially recognised state, national, or international sporting bodies. The key eligibility factor is the level of competition and sustained engagement in training and events.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"eligibility\">\n        <summary>How recent should the participation at state\/national\/international level be?<\/summary>\n        <div class=\"body\">\n          Students should have competed at the respective level within the past <strong>6\u20139 months<\/strong>, or hold official confirmation of selection for an upcoming recognised event.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"eligibility\">\n        <summary>What documents or evidence are required with the application?<\/summary>\n        <div class=\"body\">\n          Parents should provide official selection letters, event schedules, and certification or endorsement from the relevant sports authority or coach confirming participation and competition level.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"eligibility\">\n        <summary>How often is eligibility reviewed or renewed?<\/summary>\n        <div class=\"body\">\n          Eligibility is reviewed annually to ensure that each student continues to meet the criteria and that the level of support remains appropriate. If a student\u2019s competition level changes, their tier and support will be adjusted accordingly.\n        <\/div>\n      <\/details>\n\n      <!-- Tiered Criteria & Support -->\n      <details class=\"faq\" data-faq-group=\"tiered\">\n        <summary>How does TBS define \u201cState,\u201d \u201cNational,\u201d and \u201cInternational\u201d levels for eligibility?<\/summary>\n        <div class=\"body\">\n          <ul>\n            <li><strong>State Level:<\/strong> Representation at officially recognised inter-district or state-level tournaments.<\/li>\n            <li><strong>National Level:<\/strong> Representation at officially recognised national championships or selection to a national training camp.<\/li>\n            <li><strong>International Level:<\/strong> Representation of the <strong>country<\/strong> in international tournaments or federated competitions abroad.<\/li>\n          <\/ul>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"tiered\">\n        <summary>What are the differences between Tier 1, Tier 2, and Tier 3 support?<\/summary>\n        <div class=\"body\">\n          Each tier aligns with the level of competition and time commitment required:\n          <ul>\n            <li><strong>Tier 1 (State):<\/strong> Flexible submission dates, short-term learning plans, and structured catch-up opportunities.<\/li>\n            <li><strong>Tier 2 (National):<\/strong> Pre-planned academic work, subject check-ins, and coordinated mentoring.<\/li>\n            <li><strong>Tier 3 (International):<\/strong> Full Elite Sports Co-ordinator support, dual time-zone academic access, structured return plans, and wellbeing tracking.<\/li>\n          <\/ul>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"tiered\">\n        <summary>Can a student move from one tier to another during the year?<\/summary>\n        <div class=\"body\">\n          Yes. Movement between tiers is possible based on verified changes in the level of competition. For example, a student progressing from state to national level will be reassigned to the corresponding tier.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"tiered\">\n        <summary>Will Tier 1 or Tier 2 students also have access to an Elite Sports Co-ordinator?<\/summary>\n        <div class=\"body\">\n          Yes. The Elite Sports Co-ordinator oversees all students in the programme, although the frequency and depth of support vary by tier.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"tiered\">\n        <summary>How does the school ensure academic fairness for students not in the programme?<\/summary>\n        <div class=\"body\">\n          All students are assessed on the same learning outcomes and standards. The programme does not alter expectations\u2014it provides flexible routes to meet them, ensuring equity rather than advantage.\n        <\/div>\n      <\/details>\n\n      <!-- Academic Management -->\n      <details class=\"faq\" data-faq-group=\"academic\">\n        <summary>How is missed learning tracked and supported?<\/summary>\n        <div class=\"body\">\n          Teachers maintain an ongoing record of missed lessons, topics, and assessments for each participating student. The Elite Sports Co-ordinator monitors these records and ensures recovery plans are completed within a reasonable timeframe.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"academic\">\n        <summary>Will my child receive additional tutoring or catch-up sessions upon return?<\/summary>\n        <div class=\"body\">\n          Yes, where required. Subject teachers and mentors may arrange brief catch-up or guided study sessions depending on the duration of absence and the subjects affected.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"academic\">\n        <summary>How are internal deadlines and assessments managed during absence?<\/summary>\n        <div class=\"body\">\n          Internal deadlines are adjusted in consultation with teachers before departure. Students may complete key work ahead of time or shortly after their return, depending on the assessment type and schedule.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"academic\">\n        <summary>Are students expected to submit all assignments while away competing?<\/summary>\n        <div class=\"body\">\n          Students are encouraged to remain engaged, but flexibility is offered considering time zones, travel demands, and recovery schedules. Key assessments and major coursework are prioritised through pre-agreed plans.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"academic\">\n        <summary>How do teachers and the Elite Sports Co-ordinator communicate with each other?<\/summary>\n        <div class=\"body\">\n          The Co-ordinator maintains a shared communication log accessible to relevant staff, ensuring that updates on academic progress, wellbeing, and timelines are communicated effectively and consistently.\n        <\/div>\n      <\/details>\n\n      <!-- Wellbeing & Communication -->\n      <details class=\"faq\" data-faq-group=\"wellbeing\">\n        <summary>How does the school monitor student wellbeing during long training or travel periods?<\/summary>\n        <div class=\"body\">\n          The Elite Sports Co-ordinator conducts regular wellbeing check-ins with students to monitor engagement, rest, and mental balance. The school counsellor or mentor teacher may be involved if additional support is needed.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"wellbeing\">\n        <summary>What is the role of parents in this process?<\/summary>\n        <div class=\"body\">\n          Parents are essential partners in this process. They are encouraged to keep the school informed about upcoming events, travel dates, and schedules, and to support their child in maintaining a healthy balance between academics, training, and rest.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"wellbeing\">\n        <summary>Who should we contact if our child struggles to manage both schoolwork and training?<\/summary>\n        <div class=\"body\">\n          Parents should contact the <strong>Elite Sports Co-ordinator<\/strong>, who will liaise with relevant teachers to make adjustments or provide additional academic and emotional support.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"wellbeing\">\n        <summary>Are there counselling or wellbeing resources available for athletes under this programme?<\/summary>\n        <div class=\"body\">\n          Yes. Students can access TBS\u2019s wellbeing support network, including counselling services, mentor guidance, and wellbeing programmes that focus on balance, resilience, and time management.\n        <\/div>\n      <\/details>\n\n      <!-- Logistics & Future Planning -->\n      <details class=\"faq\" data-faq-group=\"logistics\">\n        <summary>Will participation in this programme affect attendance records or promotion eligibility?<\/summary>\n        <div class=\"body\">\n          No. Approved absences under this programme are recorded as <em>authorised<\/em>, provided students maintain academic progress and engagement. Participation in the programme does not impact promotion or progression criteria.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"logistics\">\n        <summary>How are time-zone touchpoints scheduled and conducted?<\/summary>\n        <div class=\"body\">\n          Time-zone touchpoints are <strong>pre-agreed communication windows<\/strong> (via <strong>email, MS Teams, or message<\/strong>) that allow students and teachers to interact during overseas travel. These sessions help maintain academic continuity without overburdening the athlete\u2019s competition schedule.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"logistics\">\n        <summary>What happens if a competition clashes with major exams?<\/summary>\n        <div class=\"body\">\n          The Elite Sports Co-ordinator and subject leads will review the situation and, where permitted, explore alternative arrangements in line with school policy and examination board guidelines.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"logistics\">\n        <summary>Can privately organised tournaments be considered under this support model?<\/summary>\n        <div class=\"body\">\n          <strong>No.<\/strong> Only events recognised by <strong>official governing bodies<\/strong> will be eligible under the Elite Sports Support Programme. This ensures standardisation and fairness across all sports.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"logistics\">\n        <summary>How will feedback or progress updates be shared with parents?<\/summary>\n        <div class=\"body\">\n          Parents receive periodic progress updates from the Elite Sports Co-ordinator summarising academic engagement, wellbeing, and upcoming focus areas. Additional meetings may be arranged when required.\n        <\/div>\n      <\/details>\n\n      <details class=\"faq\" data-faq-group=\"logistics\">\n        <summary>What happens if my child\u2019s sporting commitments reduce\u2014does the support continue?<\/summary>\n        <div class=\"body\">\n          If elite-level participation reduces, the level of support will be adjusted accordingly. Students may continue to receive light monitoring and guidance during the transition period back to regular routines.\n        <\/div>\n      <\/details>\n    <\/div>\n  <\/div>\n\n  <script>\n    (function(){\n      const root = document.getElementById('tbs-elite-sports-programme');\n      if(!root) return;\n\n      const tabs = root.querySelectorAll('.faq-tab');\n      const faqs = root.querySelectorAll('.faq');\n\n      function applyFilter(key){\n        \/\/ toggle active tab\n        tabs.forEach(t => t.classList.toggle('is-active', t.dataset.faqFilter === key || (key==='all' && t.dataset.faqFilter==='all')));\n        tabs.forEach(t => t.setAttribute('aria-selected', (t.classList.contains('is-active')).toString()));\n\n        \/\/ show\/hide FAQs\n        faqs.forEach(d => {\n          const group = d.getAttribute('data-faq-group') || '';\n          const show = (key === 'all') ? true : (group === key);\n          if(!show && d.open) d.open = false;\n          d.classList.toggle('hidden', !show);\n        });\n      }\n\n      tabs.forEach(tab => {\n        tab.addEventListener('click', () => applyFilter(tab.dataset.faqFilter));\n        tab.addEventListener('keydown', (e) => {\n          if(e.key === 'Enter' || e.key === ' '){ e.preventDefault(); applyFilter(tab.dataset.faqFilter); }\n        });\n      });\n\n      \/\/ default to \"all\"\n      applyFilter('all');\n    })();\n  <\/script>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfc5 TBS Elite Sports Support Programme \u2013 Now Extended to State, National and International Athletes After 18+ months of successful implementation, TBS is launching Phase [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6076","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/pages\/6076"}],"collection":[{"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/comments?post=6076"}],"version-history":[{"count":24,"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/pages\/6076\/revisions"}],"predecessor-version":[{"id":6711,"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/pages\/6076\/revisions\/6711"}],"wp:attachment":[{"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/media?parent=6076"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}