Browse Source

Merge pull request #816 from zandraaperjesi/master

Add topics to beer-song exercise
FridaTveit 9 years ago
parent
commit
15df00fa9d
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      config.json

+ 7
- 1
config.json View File

424
       "core": false,
424
       "core": false,
425
       "difficulty": 6,
425
       "difficulty": 6,
426
       "slug": "beer-song",
426
       "slug": "beer-song",
427
-      "topics": null,
427
+      "topics": [
428
+        "strings",
429
+        "loops",
430
+        "variables",
431
+        "text_formatting",
432
+        "conditionals"
433
+      ],
428
       "unlocked_by": "two-fer",
434
       "unlocked_by": "two-fer",
429
       "uuid": "56943095-de76-40bf-b42b-fa3e70f8df5e"
435
       "uuid": "56943095-de76-40bf-b42b-fa3e70f8df5e"
430
     },
436
     },