Parcourir la source

Merge pull request #930 from dangets/master

add topics for grade-school.  resolves #919
FridaTveit il y a 9 ans
Parent
révision
0896634a83
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7
    1
      config.json

+ 7
- 1
config.json Voir le fichier

651
       "core": false,
651
       "core": false,
652
       "difficulty": 6,
652
       "difficulty": 6,
653
       "slug": "grade-school",
653
       "slug": "grade-school",
654
-      "topics": null,
654
+      "topics": [
655
+        "conditionals",
656
+        "strings",
657
+        "lists",
658
+        "maps",
659
+        "sorting"
660
+      ],
655
       "unlocked_by": "word-count",
661
       "unlocked_by": "word-count",
656
       "uuid": "b4af5da1-601f-4b0f-bfb8-4a381851090c"
662
       "uuid": "b4af5da1-601f-4b0f-bfb8-4a381851090c"
657
     },
663
     },