Bläddra i källkod

Merge pull request #858 from delbertlegg/856_transpose_topics

Add topics to transpose exercise
FridaTveit 9 år sedan
förälder
incheckning
80b925b34d
1 ändrade filer med 8 tillägg och 1 borttagningar
  1. 8
    1
      config.json

+ 8
- 1
config.json Visa fil

@@ -473,7 +473,14 @@
473 473
       "core": false,
474 474
       "difficulty": 6,
475 475
       "slug": "transpose",
476
-      "topics": null,
476
+      "topics": [
477
+        "loops",
478
+        "arrays",
479
+        "lists",
480
+        "matrices",
481
+        "strings",
482
+        "text_formatting"
483
+      ],
477 484
       "unlocked_by": "matrix",
478 485
       "uuid": "57b76837-4610-466f-9373-d5c2697625f1"
479 486
     },