@extends('frontend.layouts.default') @section('content')
@include('frontend.layouts.twitter')

Watch these videos to see how KayScience works…

How to set up a KayScience school account:

  • How to add teachers
  • How to add classes
  • How to add students

How teachers set tasks:

  • How to set videos & quizzes
  • How pupils complete tasks
  • How pupils use KayScience

How to use our markbook to track student progress:

  • Whole school performance
  • Markbook to track quizzes
  • Markbook to track videos

How to set up and use quizzes for free:

  • Set quizzes for homework
  • Fully trackable markbook
  • How pupils use the quizzes

KayScience For Schools

Help your students catch up with lost learning

Fill the gaps of your students knowledge and get them ready for the 2023 GCSE exams

Improve your department’s results

Teachers can use our 800+ videos with embedded tasks and formative assessment during lessons, distance learning and homework

Reduce your department's workload

No more marking and reduced planning with 8000+ self-marking quiz questions which tracks student progress

Every Teacher can teach with confidence

Use our 800+ videos for CPD to Improve the quality of teaching in your department



@include('frontend.layouts.testimonial_school')
{{ csrf_field() }}
{{--

Request a Quote for a School Subscription

--}}

Complete this form to start your 3 week free trial for full access to our:

  • videos & resources
  • quizzes
  • student app
  • tracking software
  • Once completed, you'll be sent an email to access your account.
    @php $curriculum = App\Models\Curriculum::pluck('name','id'); @endphp
    {!! Form::select('curriculum', $curriculum , '', ['class' => 'form-control ', 'id' => 'curriculum', 'style' => 'width:100%', 'placeholder' => 'Curriculum']) !!}
    {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @error('g-recaptcha-response')
    {{ $message }}
    @enderror
    @include('frontend/layouts/mobile-app');
    @include('frontend.pages.signup_modal') @endsection @push('page-css') @endpush @push('inner-scripts')