Skip to content

Commit 267f7e9

Browse files
Add blurb to Practice Exercise .meta/config.json files (#494)
Each Practice Exercise will have to define a blurb, which is a short description of the exercise. The blurb will be displayed on a track's exercises page (e.g. https://exercism.lol/tracks/csharp/exercises). For Practice Exercises that are based on an exercise defined in the problem-specification repo, the blurb must match the contents of the problem-specifications exercises, which is defined in its `metadata.yml` file. In this commit, we'll do an initial syncing of the blurb. The new [configlet](https://github.com/exercism/configlet) version will add support for doing this syncing automatically. If the Practice Exercise was _not_ based on a problems-specifications exercise, we've used the blurb from its `.meta/metadata.yml` file as the blurb in the .meta/config.json file. See [the spec](https://github.com/exercism/docs/blob/main/anatomy/tracks/practice-exercises.md#file-metaconfigjson) for more information.
1 parent 0fab864 commit 267f7e9

File tree

88 files changed

+88
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+88
-0
lines changed

exercises/practice/acronym/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "Convert a long phrase to its acronym",
23
"authors": [],
34
"files": {
45
"solution": [],

exercises/practice/affine-cipher/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "Create an implementation of the Affine cipher, an ancient encryption algorithm from the Middle East.",
23
"authors": [],
34
"files": {
45
"solution": [],

exercises/practice/all-your-base/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base.",
23
"authors": [],
34
"files": {
45
"solution": [],

exercises/practice/allergies/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
23
"authors": [],
34
"files": {
45
"solution": [],

exercises/practice/anagram/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
23
"authors": [],
34
"files": {
45
"solution": [],

exercises/practice/armstrong-numbers/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "Determine if a number is an Armstrong number",
23
"authors": [],
34
"files": {
45
"solution": [],

exercises/practice/atbash-cipher/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
23
"authors": [],
34
"files": {
45
"solution": [],

exercises/practice/beer-song/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "Produce the lyrics to that beloved classic, that field-trip favorite: 99 Bottles of Beer on the Wall.",
23
"authors": [],
34
"files": {
45
"solution": [],

exercises/practice/binary-search/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "Implement a binary search algorithm.",
23
"authors": [],
34
"files": {
45
"solution": [],

exercises/practice/bob/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
23
"authors": [],
34
"files": {
45
"solution": [],

0 commit comments

Comments
 (0)