Skip to content

Commit af191a7

Browse files
authored
Merge pull request #374 from exercism/toggle-learning-mode
Explain consequence of toggling config variables.
2 parents cfba3dc + cd76595 commit af191a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

building/tracks/config-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The following top-level properties contain general track metadata:
1616
- `indent_size`: the indentation size as an integer (e.g. `4`) (required)
1717
- `highlightjs_language`: the language identifier for Highlight.js (see the [full list of identifiers](https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md)) (required)
1818
- `status`: an object describing which v3 features should be enabled: (required)
19-
- `concept_exercises`: a `boolean` value indicating if [Concept Exercises](/docs/building/tracks/concept-exercises) have been built (required)
20-
- `test_runner`: a `boolean` value indicating if a [test runner](/docs/building/tooling/test-runners) has been implemented (required)
19+
- `concept_exercises`: a `boolean` value indicating if [Concept Exercises](/docs/building/tracks/concept-exercises) have been built (required). When `true` the Exercism website interface changes to indicate that concept exercises are available for the track.
20+
- `test_runner`: a `boolean` value indicating if a [test runner](/docs/building/tooling/test-runners) has been implemented (required). When `true`, the Exercism website allows the user to run an exercise's tests from the online editor.
2121
- `representer`: a `boolean` value indicating if a [representer](/docs/building/tooling/representers) has been implemented (required)
2222
- `analyzer`: a `boolean` value indicating if an [analyzer](/docs/building/tooling/analyzers) has been implemented (required)
2323
- `files`: The patterns for the locations of the files used in an exercise, relative to the exercise's directory. (optional)

0 commit comments

Comments
 (0)