You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'concept_exercises' config variable could be misunderstood to mean that
a track has concept exercises, whereas in practice it is used to toggle
learning mode on or off for an entire track.
Toggling to 'false' allows track maintainers to build out concept exercises
without making them available on the site.
Copy file name to clipboardExpand all lines: building/tracks/config-json.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The following top-level properties contain general track metadata:
16
16
-`indent_size`: the indentation size as an integer (e.g. `4`) (required)
17
17
-`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)
18
18
-`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)
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
20
-`test_runner`: a `boolean` value indicating if a [test runner](/docs/building/tooling/test-runners) has been implemented (required)
21
21
-`representer`: a `boolean` value indicating if a [representer](/docs/building/tooling/representers) has been implemented (required)
22
22
-`analyzer`: a `boolean` value indicating if an [analyzer](/docs/building/tooling/analyzers) has been implemented (required)
0 commit comments