From 5a36197f1b9f812c7eaf8c58180cb338d600549c Mon Sep 17 00:00:00 2001 From: Rob Phoenix Date: Wed, 19 Oct 2016 15:19:16 +0100 Subject: [PATCH] Add topics to word-count exercise in config.json addresses #353 --- config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 2e73f80a74..d8d8891115 100644 --- a/config.json +++ b/config.json @@ -117,8 +117,13 @@ }, { "slug": "word-count", - "difficulty": 1, + "difficulty": 3, "topics": [ + "strings", + "algorithms", + "logic", + "pattern recognition", + "text formatting" ] }, {