Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Aug 29, 2024
1 parent 297c579 commit 40d132f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions portal/templates/portal/play.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ <h5>Phil</h5>
<div class="flex-grow-1">
<h5 class="mt-0">Python programming</h5>
<p>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.</p>
through a comprehensive course with free lesson plans,
videos and worksheets to support you in your learning.</p>
<p>From foundational syntax to advanced concepts like loops
and data manipulation, each session is a new challenge.</p>
<p>We aim to provide a tried-and-tested, structured set of
Expand Down
6 changes: 2 additions & 4 deletions portal/templates/portal/play/student_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ <h5 class="card__title">Python Den</h5>
<div class="container">
<div class="text-center">
<section><img title="Rapid Router logo" alt="Rapid Router logo" src="{% static 'portal/img/RR_logo_simple.png' %}"></section>
<h4>You have completed {{ rapid_router.num_completed }} Rapid
Router level{{ num_completed|pluralize }}!</h4>
<h4>You have completed {{ rapid_router.num_completed }} Rapid Router level{{ rapid_router.num_completed|pluralize }}!</h4>
<h4>You have {{ rapid_router.num_top_scores }} top score{{ rapid_router.num_top_scores|pluralize }}!</h4>
<h4>You have a score of {{ rapid_router.total_score }}. There are {{ rapid_router.total_available_score }} available points.</h4>
{% if rapid_router.total_custom_available_score %}
Expand All @@ -82,8 +81,7 @@ <h4>You have a score of {{ rapid_router.total_custom_score }} out of {{ rapid_ro
<div class="container">
<div class="text-center">
<section><img title="Python Den logo" alt="Python Den logo" src="{% static 'portal/img/logo_python_den.svg' %}"></section>
<h4>You have completed {{ python_den.num_completed }} Python
Den level{{ python_den.num_completed|pluralize }}!</h4>
<h4>You have completed {{ python_den.num_completed }} Python Den level{{ python_den.num_completed|pluralize }}!</h4>
<h4>You have {{ python_den.num_top_scores }} top score{{ python_den.num_top_scores|pluralize }}!</h4>
<h4>You have a score of {{ python_den.total_score }}. There are {{ python_den.total_available_score }} available points.</h4>
</div>
Expand Down
4 changes: 2 additions & 2 deletions portal/templates/portal/teach.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ <h4 class="mt-0">Rapid router</h4>
<div class="col-sm-6 d-flex flex-column">
<div class="flex-grow-1">
<h4 class="mt-0">Python programming</h4>
<p>The Python Den (Beta) is an exploration of Python
programming through a comprehensive course. Free
<p>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
Expand Down

0 comments on commit 40d132f

Please sign in to comment.