Skip to content

Commit

Permalink
add config and links
Browse files Browse the repository at this point in the history
Add configuration for the concept map config
Add links from the existing building track README and concept
documentation.
  • Loading branch information
neenjaw committed Jul 29, 2023
1 parent 09bbfaf commit 70eb464
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions building/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,13 @@
"title": "Concepts",
"blurb": ""
},
{
"uuid": "0807db01-ce0e-4ac4-817b-7fe0a2366d01",
"slug": "tracks/concept-map",
"path": "building/tracks/concept-map.md",
"title": "Concept Map",
"blurb": ""
},
{
"uuid": "2a29f722-e70d-4679-81f8-bd6727fa9013",
"slug": "tracks/config-json",
Expand Down
3 changes: 3 additions & 0 deletions building/tracks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ The track's configuration and metadata are specified in the `config.json` file.
All concept and practices exercises of a track involve _concepts_. These concepts are separate entities by themselves. Check the [documentation](/docs/building/tracks/concepts) for more information.

The concepts taught in the track's concept exercises form a _syllabus_.
The _syllabus_ is shown to students as a _concept map_.
Check the [_concept map_ documentation](/docs/building/tracks/concept-map) to learn about building out the concept map for a _syllabus_.

For more information on how to design a syllabus, check the [syllabus documentation](/docs/building/tracks/syllabus).

## Exercises
Expand Down
4 changes: 3 additions & 1 deletion building/tracks/concepts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Concepts

Concepts are the things that a programmer would need to understand to be fluent in a language. Concepts are taught by Concept Exercises and are used as prerequisites for Concept- _and_ Practice Exercises.
Concepts are the things that a programmer would need to understand to be fluent in a language.
Concepts are taught by Concept Exercises and are used as prerequisites for Concept- _and_ Practice Exercises.
Concepts are placed on to a [_concept map_](/docs/building/tracks/concept-map) when displayed to the student.

## Metadata

Expand Down

0 comments on commit 70eb464

Please sign in to comment.