diff --git a/challenges/01-front-end-development-certification/bootstrap.json b/challenges/01-front-end-development-certification/bootstrap.json index b68b2663b2..9f35418c0c 100644 --- a/challenges/01-front-end-development-certification/bootstrap.json +++ b/challenges/01-front-end-development-certification/bootstrap.json @@ -2144,7 +2144,8 @@ "title": "Give Each Element a Unique ID", "description": [ "We will also want to be able to use jQuery to target each button by its unique id.", - "Give each of your buttons a unique id like, starting with target1 and ending with target6." + "Give each of your buttons a unique id, starting with target1 and ending with target6.", + "Make sure that target1 to target3 are in #left-well, and target4 to target6 are in #right-well." ], "tests": [ "assert($(\"#left-well\").children(\"#target1\") && $(\"#left-well\").children(\"#target1\").length > 0, 'message: One button element should have the id target1.');",