Discover Lesson resources
1) {
showSearchResults = true;
}
$dispatch('search', { search: $el.value })
$dispatch('inline-search', { search: $el.value })
"
@focus="
focused = true;
setTimeout(() => window.scrollTo({ top: 0, behavior: 'smooth' }), 200)
if($el.value.length > 1) showSearchResults = true;
isSearchActive = true;
$dispatch('inline-search', { search: $el.value })
"
@blur="setTimeout(() => {
focused = false;
showSearchResults = false;
if($el.value.length == 0) isSearchActive = false;
$dispatch('search', { search: $el.value })
$dispatch('inline-search', { search: $el.value })
}, 137)
"
@clear-search.window="
$el.value = '';
$el.focus();
$dispatch('search', { search: $el.value });
"
value=""
>
Skills Hub
Measure the 8 capabilities employers need. Every student gets a verified Human Skills Index score.
Up Learn
Up Learn is an innovative online learning platform designed to significantly improve A Level and GCSE results. It is trusted by leading UK schools and MATs, helping students achieve A*/A rates at 2.2x the national average.