{% extends 'portal/base.html' %} {% load static %} {% load app_tags %} {% block studentButtons %} {% if user|is_logged_in_as_school_user %} {% endif %} {% if not user.new_student.class_field %} Join a school {% endif %} {% endblock studentButtons %} {% block subNav %} {{ block.super }} {% endblock subNav %} {% block content %}
{% if user.new_student.class_field and user|is_preview_user %}
{% else %}
{% endif %}
Rapid Router

Anyone can code — you can, too!

Rapid Router guides you, and makes learning to code easy and great fun. Using Blockly, you can advance through the levels to become an Ocado delivery hero.

Learn more about Rapid Router

{% if user|is_logged_in_as_school_user %}

View my score

{% endif %}
{% if user.new_student.class_field and user|is_preview_user %}
AI:MMO

Take your coding to the next level!

AI:MMO is a Massively Multiplayer Online (MMO) learning tool, which will take you to the next level on your coding journey: intermediate Python skills.

Learn more about AI:MMO

{% endif %}
{% endblock %}