School finishes early on Thursday, 25 June

In preparation for our second round of Year 11, 12 and 13 Parent-Teacher interviews all students will finish school at 1:20 pm on Thursday 25 June.

The second session of our Year 11, 12 and 13 Parent-Teacher interviews will be held on Thursday, 25 June 3:00 pm – 6:00 pm.

Bookings are now open for these Interviews and will close at 9:00 am on Thursday 25th June.

Key reminders:

  1. Be mindful of time and limit your interview to the five minutes allocated; if you need longer, please arrange email contact with the teacher.

  2. We strongly suggest that your child attend interviews with you.

  3. If you are unwell, we respectfully ask that you do not attend, but please email your child’s teachers.

  4. Please print your timetable or bring it with you on your phone.

Q&A

How will I know where the teachers are?

All interviews will be held in the Caddick and Main blocks. Maps identifying the room numbers will be displayed at the building entrances. The school is big, so be aware that there may be some distance between each interview.

Do I need to see my son’s Kaitiaki teacher?

Kaitiaki teachers are also subject teachers, and many of them will be fully booked. If you want to speak to your son’s Kaitiaki teacher, please email them and organise an alternative meeting time.

What time will school finish on the day of the interviews?

School will finish at the end of period 4 (1:20 pm) on the day of the interviews. This will allow staff to have a lunch break and prepare for the interviews, which begin at 3:00 pm.

(function () { if (window.cbhsMobileMegaMenuFixLoaded) { return; } window.cbhsMobileMegaMenuFixLoaded = true; function getAccordionParts(trigger) { var controls = trigger && trigger.getAttribute("aria-controls"); var panel = controls ? document.getElementById(controls) : null; var item = trigger ? trigger.closest("li") : null; return { panel: panel, item: item }; } function closeTrigger(trigger) { var parts = getAccordionParts(trigger); trigger.setAttribute("aria-expanded", "false"); trigger.classList.remove("bdt-open"); if (parts.item) { parts.item.classList.remove("bdt-open"); } if (parts.panel) { parts.panel.hidden = true; parts.panel.setAttribute("hidden", ""); parts.panel.classList.remove("bdt-open"); parts.panel.style.removeProperty("height"); parts.panel.style.removeProperty("display"); } } function openTrigger(trigger) { var parts = getAccordionParts(trigger); trigger.setAttribute("aria-expanded", "true"); trigger.classList.add("bdt-open"); if (parts.item) { parts.item.classList.add("bdt-open"); } if (parts.panel) { parts.panel.hidden = false; parts.panel.removeAttribute("hidden"); parts.panel.classList.add("bdt-open"); parts.panel.style.removeProperty("height"); parts.panel.style.removeProperty("display"); } } function toggleTrigger(trigger) { var menu = trigger.closest(".ep-virtual-area"); var isOpen = trigger.getAttribute("aria-expanded") === "true"; if (!menu) { return; } menu .querySelectorAll(".bdt-accordion-title[aria-controls]") .forEach(function (otherTrigger) { if (otherTrigger !== trigger) { closeTrigger(otherTrigger); } }); if (isOpen) { closeTrigger(trigger); } else { openTrigger(trigger); } } function isAccordionToggleClick(event, trigger) { var icon = event.target.closest(".bdt-megamenu-indicator"); var bounds = trigger.getBoundingClientRect(); var toggleAreaWidth = Math.min(96, Math.max(64, bounds.width * 0.28)); var isRightSide = event.clientX >= bounds.right - toggleAreaWidth; return Boolean(icon || isRightSide); } document.addEventListener( "click", function (event) { var target = event.target; var trigger = target.closest( ".ep-virtual-area .bdt-accordion-title[aria-controls]" ); if (!trigger) { return; } if (!isAccordionToggleClick(event, trigger)) { return; } event.preventDefault(); event.stopPropagation(); event.stopImmediatePropagation(); toggleTrigger(trigger); }, true ); })();