diff --git a/portal/templates/portal/play.html b/portal/templates/portal/play.html index 449fdef08..87a201d10 100644 --- a/portal/templates/portal/play.html +++ b/portal/templates/portal/play.html @@ -109,8 +109,8 @@
Phil
Python programming

The Python Den is an exploration of Python programming - through a comprehensive course. Free lesson plans, videos - and worksheets to support you in your learning.

+ through a comprehensive course with free lesson plans, + videos and worksheets to support you in your learning.

From foundational syntax to advanced concepts like loops and data manipulation, each session is a new challenge.

We aim to provide a tried-and-tested, structured set of diff --git a/portal/templates/portal/play/student_dashboard.html b/portal/templates/portal/play/student_dashboard.html index 84f588fd0..c80305c47 100644 --- a/portal/templates/portal/play/student_dashboard.html +++ b/portal/templates/portal/play/student_dashboard.html @@ -62,8 +62,7 @@

Python Den
Rapid Router logo
-

You have completed {{ rapid_router.num_completed }} Rapid - Router level{{ num_completed|pluralize }}!

+

You have completed {{ rapid_router.num_completed }} Rapid Router level{{ rapid_router.num_completed|pluralize }}!

You have {{ rapid_router.num_top_scores }} top score{{ rapid_router.num_top_scores|pluralize }}!

You have a score of {{ rapid_router.total_score }}. There are {{ rapid_router.total_available_score }} available points.

{% if rapid_router.total_custom_available_score %} @@ -82,8 +81,7 @@

You have a score of {{ rapid_router.total_custom_score }} out of {{ rapid_ro
Python Den logo
-

You have completed {{ python_den.num_completed }} Python - Den level{{ python_den.num_completed|pluralize }}!

+

You have completed {{ python_den.num_completed }} Python Den level{{ python_den.num_completed|pluralize }}!

You have {{ python_den.num_top_scores }} top score{{ python_den.num_top_scores|pluralize }}!

You have a score of {{ python_den.total_score }}. There are {{ python_den.total_available_score }} available points.

diff --git a/portal/templates/portal/teach.html b/portal/templates/portal/teach.html index f86bb7616..e95d8ad53 100644 --- a/portal/templates/portal/teach.html +++ b/portal/templates/portal/teach.html @@ -155,8 +155,8 @@

Rapid router

Python programming

-

The Python Den (Beta) is an exploration of Python - programming through a comprehensive course. Free +

The Python Den is an exploration of Python + programming through a comprehensive course with free lesson plans, videos and worksheets to support you in teaching Python programming to your students. From foundational syntax to advanced concepts like loops