Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add post: Assigning an early career teacher to a mentor #279

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions app/posts/manage-training/2023-12-19-assigning-ects-to-mentors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Assigning an early career teacher to a mentor
description: Why we allow schools to assign a teacher to a mentor, as well as a mentor to a teacher.
date: 2023-12-19
image:
src: /manage-training/assigning-ects-to-mentors/assigning-ects-to-a-mentor.png
alt: "Illustration showing that ECTs and mentors can be paired from either the ECT or mentor profiles"
opengraphImage: true
---

We’ve designed a flow allowing schools to pair a teacher with a mentor from the mentor profile pages, as well as from the early career teacher profile pages.

## The problem

Schools are required to pair early career teachers with a mentor. This makes the mentor eligible for mentor training, as well as helping to make sure that all early career teachers have a mentor.

Previously, this had to be done from the profile page for the early career teacher. However we have some evidence that some schools would try to do this the other way around, navigating to a mentor and then expecting to pick which teacher should be assigned to them.

## What we changed

We’ve designed a flow allowing schools to approach the pairing of early career teachers and mentors in either direction.

On the mentor profile page, a new link is present titled ‘Assign an ECT to this mentor’:

![Screenshot showing a mentor profile page with a link saying ‘Assign an ECT to this mentor’](assign-an-ect-to-this-mentor.png)

Clicking this takes schools to a page asking which teacher they would like to assign to that mentor.

Any teachers without a mentor are shown at the top of the list. Hint text describes who a teacher’s current mentor is, if they have one.

![Screenshot of a page asking 'Who would you like to assign to Julie Carver?' with radio button options for each ECT](who-would-you-like-to-assign.png)

If a mentor is currently mentoring, the link text changes to ‘Assign another ECT to this mentor’.

![Screenshot showing a mentor profile page with a link saying ‘Assign another ECT to this mentor’](assign-another-ect-to-this-mentor.png)