diff --git a/app/components/course-page/course-stage-step/second-stage-tutorial-card.hbs b/app/components/course-page/course-stage-step/second-stage-tutorial-card.hbs
index 9d0ce49905..bc6ac4e0c1 100644
--- a/app/components/course-page/course-stage-step/second-stage-tutorial-card.hbs
+++ b/app/components/course-page/course-stage-step/second-stage-tutorial-card.hbs
@@ -1,10 +1,11 @@
- In this stage, you'll implement your own solution. Unlike stage 1, your repository doesn't contain commented code to pass this stage.
-
+ In this stage, you'll implement your own solution. Unlike stage 1, your repository doesn't contain commented code to pass this stage.
+
{{! TODO: Aggregate stat across all stages, try to fetch challenge-specific values from the backend. }}
98%
@@ -13,19 +14,12 @@
+ Head over to your editor / IDE and implement your solution. +
+
- {{#if @shouldRecommendLanguageGuide}}
- For a more detailed explanation on how this solution works, view the
- {{@repository.language.name}} Guide
- card.
- {{else}}
- If you want a quick look at what functions to use or how to structure your code, we recommend looking at
-