generated from x-govuk/govuk-eleventy-plugin
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
582bbc3
commit 91f097a
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
...posts/apply-for-teacher-training/2023-10-31-blocking-candidates-with-no-visa.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
--- | ||
title: Blocking candidates from applying for course that doesn't sponsor visas | ||
title: Blocking candidates from applying for courses that do not sponsor visas | ||
description: | ||
date: 2023-10-31 | ||
tags: | ||
- visa sponsorship | ||
- international | ||
--- | ||
|
||
There was an agreement that it is beneficial to block certain user groups from submitting an application. Specifically when a course won’t sponsor visas, and the candidate does not have the right to work or study in the UK. | ||
There was an agreement that it is beneficial to block certain user groups from submitting an application. Specifically when a course will not sponsor visas, and the candidate does not have the right to work or study in the UK. | ||
|
||
## The issue | ||
|
||
In 2022-2023 cycle we have had over 4,800 candidate applications rejected due to not having visa sponsorship. This wastes candidate and provider time, whilst also reducing candidates' chance of finding a course match. | ||
|
||
In 2023-2024 cycle there was a high proportion of rejection on day one due to no VISA. | ||
|
||
We used to have a blue inset text on the application tab, once they have already applied to the course, warning them that this course doesn't offer visa sponsorship and that they need to delete their application and to look for a different course that does offer visa sponsorship. We have found that it doesnt stop the candidates sufficiently, and needed a different way to stop them. | ||
We used to have a blue inset text on the application tab, once they have already applied to the course, warning them that this course does not offer visa sponsorship and that they need to delete their application and to look for a different course that does offer visa sponsorship. We have found that it doesnt stop the candidates sufficiently, and needed a different way to stop them. | ||
|
||
![Screenshot of how we used to tell candidates that the course does not sponsor visas](before.png) | ||
|
||
## What we did | ||
|
||
We have revisited the user journey from when they fill out their details in 'Your details' tab to adding an application on 'Your application' tab, to include the logic that when a candidate answers the question about the 'right to work or study in UK' with 'No' in their 'personal information' section, to not allow them to add an application that doesn't have visa sponsorship, and they would be displayed with a warning and link to Find service. | ||
We have revisited the user journey from when they fill out their details in 'Your details' tab to adding an application on 'Your application' tab, to include the logic that when a candidate answers the question about the 'right to work or study in UK' with 'No' in their 'personal information' section, to not allow them to add an application that does not have visa sponsorship, and they would be displayed with a warning and link to Find service. | ||
|
||
![Screenshot of how the application review page looks like with the blocking pattern](after.png) | ||
|
||
We went with the above screenshot example, because: | ||
|
||
* They know what they have told us about their visa status. | ||
* We don't need to overwhelm them with different information (especially on how to use filters etc on find). | ||
* We only need necessary and simple information on what has happened and what they need to do. | ||
- They know what they have told us about their visa status. | ||
- We do not need to overwhelm them with different information (especially on how to use filters etc on find). | ||
- We only need necessary and simple information on what has happened and what they need to do. |