diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json
index 3e5bcf7a68..0df1e5daa6 100644
--- a/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/challenges/01-front-end-development-certification/basic-javascript.json
@@ -1320,10 +1320,10 @@
"id": "56533eb9ac21ba0edf2244bb",
"title": "Word Blanks",
"description": [
- "We will now use our knowledge of strings to build a \"Mad Libs\" style word game we're calling \"Word Blanks\". We have provided a framework for testing your results with different words.",
- "You will need to use string operators to build a new string, result
, using the provided variables: ",
- "myNoun
, myAdjective
, myVerb
, and myAdverb
.",
- "The tests will run your function with several different inputs to make sure it works properly."
+ "We will now use our knowledge of strings to build a \"Mad Libs\" style word game we're calling \"Word Blanks\". You will create an (optionally humorous) \"Fill in the Blanks\" style sentence. ",
+ "You will need to use string operators to build a new string, result
, using the provided variables: myNoun
, myAdjective
, myVerb
, and myAdverb
. ",
+ "You will also need to provide additional strings, which will not change, in between the provided words.",
+ "We have provided a framework for testing your results with different words. The tests will run your function with several different inputs to make sure all of the provided words appear in the output, as well as your extra strings."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [
@@ -5141,4 +5141,4 @@
"isBeta": "true"
}
]
-}
+}
\ No newline at end of file