Преглед на файлове

Merge pull request #858 from delbertlegg/856_transpose_topics

Add topics to transpose exercise
FridaTveit преди 9 години
родител
ревизия
80b925b34d
променени са 1 файла, в които са добавени 8 реда и са изтрити 1 реда
  1. 8
    1
      config.json

+ 8
- 1
config.json Целия файл

@@ -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
     },