diff --git a/app/components/course-page/course-stage-step/first-stage-tutorial-card.hbs b/app/components/course-page/course-stage-step/first-stage-tutorial-card.hbs index 470bfff636..c9b5661b4c 100644 --- a/app/components/course-page/course-stage-step/first-stage-tutorial-card.hbs +++ b/app/components/course-page/course-stage-step/first-stage-tutorial-card.hbs @@ -1,41 +1,10 @@ <:content>
- {{#if (and (eq @repository.course.slug "shell") this.shouldShowTerminalInstructions)}} -

- In this stage, you'll implement printing a shell prompt - "$ " - and waiting for user input. -

-
-
-
-
-
-
-
- -
-
- {{else}} -

- Since this is the first stage, we've included some commented code to help you get started. To pass this stage, simply uncomment the code and - submit your changes. -

- {{/if}} +

+ Since this is the first stage, we've included some commented code to help you get started. To pass this stage, simply uncomment the code and + submit your changes. +

diff --git a/app/components/course-page/course-stage-step/first-stage-tutorial-card.ts b/app/components/course-page/course-stage-step/first-stage-tutorial-card.ts index a2757a6f7a..2f301081bd 100644 --- a/app/components/course-page/course-stage-step/first-stage-tutorial-card.ts +++ b/app/components/course-page/course-stage-step/first-stage-tutorial-card.ts @@ -88,14 +88,6 @@ export default class FirstStageTutorialCardComponent extends Component
{{#if (eq @repository.course.slug "shell")}} - {{#if this.shouldShowTerminalInstructions}} -

- In this stage, you’ll implement error handling for invalid commands. For now, treat all commands as invalid. -

-
-
-
-
-
-
-
-
$ - invalid_command - -
- -
-
- {{else}} -
- {{markdown-to-html @courseStage.shortInstructionsMarkdown}} -
- {{/if}} +
+ {{markdown-to-html @courseStage.shortInstructionsMarkdown}} +
{{else}}

In this stage, you'll implement your own solution. Unlike stage 1, your repository doesn't contain commented code to pass this stage. diff --git a/app/components/course-page/course-stage-step/second-stage-tutorial-card.ts b/app/components/course-page/course-stage-step/second-stage-tutorial-card.ts index 310d1e62cd..da4a834f9b 100644 --- a/app/components/course-page/course-stage-step/second-stage-tutorial-card.ts +++ b/app/components/course-page/course-stage-step/second-stage-tutorial-card.ts @@ -86,14 +86,6 @@ export default class SecondStageTutorialCardComponent extends Component