Skip to content

Commit

Permalink
Updated the grammar of the concept-exercises.md (exercism#301)
Browse files Browse the repository at this point in the history
* Updated  the grammar of the concept-exercises.md

* Update building/tracks/concept-exercises.md

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
  • Loading branch information
DJkal11 and ErikSchierboom authored Nov 22, 2022
1 parent 47bd21c commit 985ab43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions building/tracks/concept-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ A Concept Exercise has four types of files:

These files are presented to the student to help explain the exercise.

- `.docs/introduction.md`: introduce the concept(s) that the exercise teaches to the student (required)
- `.docs/instructions.md`: provide instructions for the exercise (required)
- `.docs/hints.md`: provide hints to a student to help them get themselves unstuck in an exercise (required)
- `.docs/introduction.md`: introduces the concept(s) that the exercise teaches to the student (required)
- `.docs/instructions.md`: provides instructions for the exercise (required)
- `.docs/hints.md`: provides hints to a student to help them get themselves unstuck in an exercise (required)

### Metadata files

These files are _not_ presented to the student, but used to define metadata of the exercise.

- `.meta/config.json`: contains meta information on the exercise (required)
- `.meta/design.md`: describe the design of the exercise (required)
- `.meta/design.md`: describes the design of the exercise (required)

### Approach files

Expand All @@ -68,9 +68,9 @@ These files describe articles for the exercise.

The language-specific files, like the implementation and test files. The names of these files are track-specific.

- Test suite: verify a solution's correctness (required)
- Stub implementation: provide a starting point for students (required)
- Exemplar implementation: provide an idiomatic implementation that passes all the tests (required)
- Test suite: verifies a solution's correctness (required)
- Stub implementation: provides a starting point for students (required)
- Exemplar implementation: provides an idiomatic implementation that passes all the tests (required)
- Additional files: ensure that the tests can run (optional)

### Example
Expand Down

0 comments on commit 985ab43

Please sign in to comment.