{% extends 'portal/base.html' %} {% load staticfiles %} {% load app_tags %} {% block nav_play %}Students{% endblock nav_play %} {% block aimmo %}Kurono{% endblock aimmo %} {% block css %} {{block.super}} {% endblock css %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block subNav %} {{ block.super }} {% endblock subNav %} {% block content %} {{block.super}}
{% if user|is_eligible_for_testing %}

Your school has been selected to trial the preview version of Kurono.

{% endif %}

{% if user|is_eligible_for_testing %} Your testing and feedback will help Code for Life deliver an enjoyable game, and will allow us to consult with you on resources that will be relevant to teaching computing classes in secondary schools (ages 13+). {% else %} Following on from Rapid Router, this exciting game will build on students’ existing coding skills. Using Python, students will collaborate together to collect artefacts from the relative past to preserve history! {% endif %}

{% if user|is_eligible_for_testing %} Following on from Rapid Router, this exciting game will build on students’ existing coding skills. Using Python, students will collaborate together to collect artefacts from the relative past to preserve history! {% else %} The game is designed to teach Python in secondary schools (ages 13+). Like Rapid Router, we will provide teaching materials aligned with the British Computing Curriculum. {% endif %}

{% if user|is_eligible_for_testing %} {% if user|is_preview_user %} Give Feedback {% else %} Start Testing {% endif %} {% else %} Contact us {% endif %}
{% endblock content %}