diff --git a/seed/challenges/01-front-end-development-certification/jquery.json b/seed/challenges/01-front-end-development-certification/jquery.json
index f05fa99384..79bd830631 100644
--- a/seed/challenges/01-front-end-development-certification/jquery.json
+++ b/seed/challenges/01-front-end-development-certification/jquery.json
@@ -142,7 +142,8 @@
],
"tests": [
"assert($(\"button\").hasClass(\"animated\") && $(\"button\").hasClass(\"bounce\"), 'message: Use the jQuery addClass()
function to give the classes animated
and bounce
to your button
elements.');",
- "assert(!code.match(/class.*animated/g), 'message: Only use jQuery to add these classes to the element.');"
+ "assert(!code.match(/class.*animated/g), 'message: Only use jQuery to add these classes to the element.');",
+ "assert(/'/g.test(code) === false , 'message: Only use double quotes in your jQuery code, as is stated in the jQuery style guide.');"
],
"type": "waypoint",
"challengeType": 0,