From 14368f6471be00402692355a478522eaf5cc8cd0 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 30 Jul 2015 12:20:34 -0700 Subject: [PATCH] add container-fluid divs to all bootstrap waypoints --- seed/challenges/bootstrap.json | 1407 ++++++++++++++++++-------------- 1 file changed, 785 insertions(+), 622 deletions(-) diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index a8b417283b..d71bd78947 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -3,22 +3,20 @@ "order": 0.003, "challenges": [ { - "id": "bad87fee1348bd9acde08812", - "name": "Waypoint: Mobile Responsive Images", - "dashedName": "waypoint-mobile-responsive-images", + "id": "bad87fee1348bd9acde08712", + "name": "Waypoint: Use Responsive Design with Bootstrap Fluid Containers", + "dashedName": "waypoint-use-responsive-design-with-bootstrap-fluid-containers", "difficulty": 1, "description": [ - "Now let's go back to our Cat Photo App. This time, we'll style it using the popular Bootstrap responsive CSS framework. First, add a new image with the src attribute of \"http://bit.ly/fcc-kittens2\", and add the \"img-responsive\" Bootstrap class to that image.", - "It would be great if the image could be exactly the width of our phone's screen.", - "Fortunately, we have access to a Responsive CSS Framework called Bootstrap. You can add Bootstrap to any app just by including it with <link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css'/> at the top of your HTML. But we've gone ahead and automatically added it to your Cat Photo App for you.", + "Now let's go back to our Cat Photo App. This time, we'll style it using the popular Bootstrap responsive CSS framework.", "Bootstrap will figure out how wide your screen is and respond by resizing your HTML elements - hence the name Responsive Design.", "With responsive design, there is no need to design a mobile version of your website. It will look good on devices with screens of any width.", - "Now all you need to do is add the \"img-responsive\" class to your image." + "You can add Bootstrap to any app just by including it with <link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css'/> at the top of your HTML. But we've gone ahead and automatically added it to your Cat Photo App for you.", + "To get started, we should wrap all of our HTML in a div element with the class \"fluid-container\"." ], "tests": [ - "assert($('img').length > 1, 'You should have a total of two images.')", - "assert($('img').hasClass('img-responsive'), 'Your new image should have the class \"img-responsive\".')", - "assert(new RegExp('http://bit.ly/fcc-kittens2', 'gi').test($('img.img-responsive').attr('src')), 'Add a second image with the src of http://bit.ly/fcc-kittens2.')" + "assert($('div').hasClass('container-fluid'), 'Your div element should have the class \"row\"')", + "assert(editor.match(/<\\/div>/g) && editor.match(/
/g).length === editor.match(/
div elements has a closing tag.')" ], "challengeSeed": [ "", @@ -88,6 +86,91 @@ "namePt": "", "descriptionPt": [] }, + { + "id": "bad87fee1348bd9acde08812", + "name": "Waypoint: Make Images Mobile Responsive", + "dashedName": "waypoint-make-images-mobile-responsive", + "difficulty": 1, + "description": [ + "First, Add a new image with the src attribute of \"http://bit.ly/fcc-kittens2\".", + "It would be great if this image could be exactly the width of our phone's screen.", + "Fortunately, with Bootstrap, all we need to do is add the \"img-responsive\" class to your image. Do this, and the image should perfectly fit the width of your page." + ], + "tests": [ + "assert($('img').length > 1, 'You should have a total of two images.')", + "assert($('img').hasClass('img-responsive'), 'Your new image should have the class \"img-responsive\".')", + "assert(new RegExp('http://bit.ly/fcc-kittens2', 'gi').test($('img.img-responsive').attr('src')), 'Add a second image with the src of http://bit.ly/fcc-kittens2.')" + ], + "challengeSeed": [ + "", + "", + "", + "
", + "

CatPhotoApp

", + "", + "

Click here for cat photos.

", + "", + " ", + "", + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" + ], + "challengeType": 0, + "nameCn": "", + "descriptionCn": [], + "nameFr": "", + "descriptionFr": [], + "nameRu": "", + "descriptionRu": [], + "nameEs": "", + "descriptionEs": [], + "namePt": "", + "descriptionPt": [] + }, { "id": "bad87fee1348bd8acde08812", "name": "Waypoint: Center Text with Bootstrap", @@ -129,34 +212,36 @@ " }", "", "", - "

CatPhotoApp

", + "
", + "

CatPhotoApp

", "", - "

Click here for cat photos.

", + "

Click here for cat photos.

", "", - "", + " ", "", - "", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + " ", + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -212,34 +297,36 @@ " }", "", "", - "

CatPhotoApp

", + "
", + "

CatPhotoApp

", "", - "

Click here for cat photos.

", + "

Click here for cat photos.

", "", - "", + " ", "", - "", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + " ", + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
",, + "
" ], "challengeType": 0, "nameCn": "", @@ -298,35 +385,37 @@ " }", "", "", - "

CatPhotoApp

", + "
", + "

CatPhotoApp

", "", - "

Click here for cat photos.

", + "

Click here for cat photos.

", "", - "", + " ", "", - "", - "", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + " ", + " ", + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -383,35 +472,37 @@ " }", "", "", - "

CatPhotoApp

", + "
", + "

CatPhotoApp

", "", - "

Click here for cat photos.

", + "

Click here for cat photos.

", "", - "", + " ", "", - "", - "", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + " ", + " ", + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -469,35 +560,37 @@ " }", "", "", - "

CatPhotoApp

", + "
", + "

CatPhotoApp

", "", - "

Click here for cat photos.

", + "

Click here for cat photos.

", "", - "", + " ", "", - "", - "", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + " ", + " ", + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -555,36 +648,38 @@ " }", "", "", - "

CatPhotoApp

", + "
", + "

CatPhotoApp

", "", - "

Click here for cat photos.

", + "

Click here for cat photos.

", "", - "", + " ", "", - "", - "", - "", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + " ", + " ", + " ", + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -646,37 +741,39 @@ " }", "", "", - "

CatPhotoApp

", + "
", + "

CatPhotoApp

", "", - "

Click here for cat photos.

", + "

Click here for cat photos.

", "", - "", + " ", "", - "", - "", - "", - "", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + " ", + " ", + " ", + " ", + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -735,46 +832,47 @@ " }", "", "", - "

CatPhotoApp

", + "
", + "

CatPhotoApp

", "", - "

Click here for cat photos.

", + "

Click here for cat photos.

", "", - "", + " ", "", - "", - - "
", - "
", - " ", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -825,43 +923,45 @@ " }", "", "", - "

CatPhotoApp

", + "
", + "

CatPhotoApp

", "", - "", + " ", "", - "", - "
", - "
", - " ", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -905,47 +1005,49 @@ " }", "", "", - "
", - "
", - "

CatPhotoApp

", + "
", + "
", + "
", + "

CatPhotoApp

", + "
", + "
", + " ", + "
", "
", - "
", - " ", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", "
", - "
", - "", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -989,47 +1091,49 @@ " }", "", "", - "
", - "
", - "

CatPhotoApp

", + "
", + "
", + "
", + "

CatPhotoApp

", + "
", + "
", + " ", + "
", "
", - "
", - " ", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", "
", - "
", - "", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -1072,47 +1176,49 @@ " }", "", "", - "
", - "
", - "

CatPhotoApp

", + "
", + "
", + "
", + "

CatPhotoApp

", + "
", + "
", + " ", + "
", "
", - "
", - " ", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", "
", - "
", - "", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "
" + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -1156,53 +1262,55 @@ "", "", "", - "
", - "
", - "

CatPhotoApp

", - "
", - "
", - " ", - "
", - "
", - "", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", + "
", "
", - "
", - " ", + "
", + "

CatPhotoApp

", "
", - "
", - " ", + "
", + " ", "
", "
", - " ", - " ", - " ", - " ", - " ", - "" + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + " ", + " ", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -1247,61 +1355,63 @@ "", "", "", - "
", - "
", - "

CatPhotoApp

", - "
", - "
", - " ", - "
", - "
", - "", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", + "
", "
", - "
", - " ", + "
", + "

CatPhotoApp

", "
", - "
", - " ", + "
", + " ", "
", "
", + " ", "
", "
", - " ", + " ", "
", "
", - " ", + " ", "
", "
", - " ", + " ", "
", "
", - " ", - " ", - "" + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -1347,61 +1457,63 @@ "", "", "", - "
", - "
", - "

CatPhotoApp

", - "
", - "
", - " ", - "
", - "
", - "", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - " ", - "
", - "
", - "

Things cats love:

", - "
    ", - "
  • cat nip
  • ", - "
  • laser pointers
  • ", - "
  • lasagna
  • ", - "
", - "

Top 3 things cats hate:

", - "
    ", - "
  1. flea treatment
  2. ", - "
  3. thunder
  4. ", - "
  5. other cats
  6. ", - "
", - "
", + "
", "
", - "
", - " ", + "
", + "

CatPhotoApp

", "
", - "
", - " ", + "
", + " ", "
", "
", + " ", "
", "
", - " ", + " ", "
", "
", - " ", + " ", "
", "
", - " ", + " ", "
", "
", - " ", - " ", - "" + "

Things cats love:

", + "
    ", + "
  • cat nip
  • ", + "
  • laser pointers
  • ", + "
  • lasagna
  • ", + "
", + "

Top 3 things cats hate:

", + "
    ", + "
  1. flea treatment
  2. ", + "
  3. thunder
  4. ", + "
  5. other cats
  6. ", + "
", + "
", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + "
", + "
", + " ", + " ", + "
", + "
" ], "challengeType": 0, "nameCn": "", @@ -1447,6 +1559,35 @@ "namePt": "", "descriptionPt": [] }, + { + "id": "bad87fee1348bd9aec908746", + "name": "Waypoint: House our page within a Bootstrap Container Fluid Div", + "dashedName": "waypoint-house-our-page-within-a-bootstrap-container-fluid-div", + "difficulty": 18, + "description": [ + + ], + "tests": [ + "assert($('div').hasClass('container-fluid'), 'Your div element should have the class \"row\"')", + "assert(editor.match(/<\\/div>/g) && editor.match(/
/g).length === editor.match(/
div elements has a closing tag.')" + ], + "challengeSeed": [ + "

jQuery Playground

", + "", + "" + ], + "challengeType": 0, + "nameCn": "", + "descriptionCn": [], + "nameFr": "", + "descriptionFr": [], + "nameRu": "", + "descriptionRu": [], + "nameEs": "", + "descriptionEs": [], + "namePt": "", + "descriptionPt": [] + }, { "id": "bad87fee1348bd9bec908846", "name": "Waypoint: Create a Bootstrap Row", @@ -1460,7 +1601,9 @@ "assert(editor.match(/<\\/div>/g) && editor.match(/
/g).length === editor.match(/
div element has a closing tag.')" ], "challengeSeed": [ - "

jQuery Playground

", + "
", + "

jQuery Playground

", + "
", "", "" ], @@ -1484,12 +1627,14 @@ "description": [ ], "tests": [ - "assert($('div.row').children('div.col-xs-6').length > 1, 'Wrap two div class=\"col-xs-6\" elements within your div class=\"row\" element.')", + "assert($('div.row').children('div.col-xs-6').length > 1, 'Wrap two div class=\"col-xs-6\" elements within your div class=\"row\" element.')", "assert(editor.match(/<\\/div>/g) && editor.match(/
/g).length === editor.match(/
div elements have closing tags.')" ], "challengeSeed": [ - "

jQuery Playground

", - "
", + "
", + "

jQuery Playground

", + "
", + "
", "
" ], "challengeType": 0, @@ -1518,11 +1663,13 @@ "assert(editor.match(/<\\/div>/g) && editor.match(/
/g).length === editor.match(/
div elements have closing tags.')" ], "challengeSeed": [ - "

jQuery Playground

", - "
", - "
", - "
", - "
", + "
", + "

jQuery Playground

", + "
", + "
", + "
", + "
", + "
", "
", "
" ], @@ -1549,14 +1696,16 @@ ], "challengeSeed": [ - "

jQuery Playground

", - "
", - "
", - "
", + "
", + "

jQuery Playground

", + "
", + "
", + "
", + "
", "
", - "
", - "
", - "
", + "
", + "
", + "
", "
", "
", "
" @@ -1584,20 +1733,22 @@ ], "challengeSeed": [ - "

jQuery Playground

", - "
", - "
", - "
", - " ", - " ", - " ", + "
", + "

jQuery Playground

", + "
", + "
", + "
", + " ", + " ", + " ", + "
", "
", - "
", - "
", - "
", - " ", - " ", - " ", + "
", + "
", + " ", + " ", + " ", + "
", "
", "
", "
" @@ -1625,20 +1776,22 @@ ], "challengeSeed": [ - "

jQuery Playground

", - "
", - "
", - "
", - " ", - " ", - " ", + "
", + "

jQuery Playground

", + "
", + "
", + "
", + " ", + " ", + " ", + "
", "
", - "
", - "
", - "
", - " ", - " ", - " ", + "
", + "
", + " ", + " ", + " ", + "
", "
", "
", "
" @@ -1666,20 +1819,22 @@ ], "challengeSeed": [ - "

jQuery Playground

", - "
", - "
", - "
", - " ", - " ", - " ", + "
", + "

jQuery Playground

", + "
", + "
", + "
", + " ", + " ", + " ", + "
", "
", - "
", - "
", - "
", - " ", - " ", - " ", + "
", + "
", + " ", + " ", + " ", + "
", "
", "
", "
" @@ -1707,20 +1862,22 @@ ], "challengeSeed": [ - "

jQuery Playground

", - "
", - "
", - "
", - " ", - " ", - " ", + "
", + "

jQuery Playground

", + "
", + "
", + "
", + " ", + " ", + " ", + "
", "
", - "
", - "
", - "
", - " ", - " ", - " ", + "
", + "
", + " ", + " ", + " ", + "
", "
", "
", "
" @@ -1748,22 +1905,24 @@ ], "challengeSeed": [ - "

jQuery Playground

", - "
", - "
", - "

#left-well

", - "
", - " ", - " ", - " ", + "
", + "

jQuery Playground

", + "
", + "
", + "

#left-well

", + "
", + " ", + " ", + " ", + "
", "
", - "
", - "
", - "

#right-well

", - "
", - " ", - " ", - " ", + "
", + "

#right-well

", + "
", + " ", + " ", + " ", + "
", "
", "
", "
" @@ -1791,22 +1950,24 @@ ], "challengeSeed": [ - "

jQuery Playground

", - "
", - "
", - "

#left-well

", - "
", - " ", - " ", - " ", + "
", + "

jQuery Playground

", + "
", + "
", + "

#left-well

", + "
", + " ", + " ", + " ", + "
", "
", - "
", - "
", - "

#right-well

", - "
", - " ", - " ", - " ", + "
", + "

#right-well

", + "
", + " ", + " ", + " ", + "
", "
", "
", "
" @@ -1835,22 +1996,24 @@ ], "challengeSeed": [ - "

jQuery Playground

", - "
", - "
", - "

#left-well

", - "
", - " ", - " ", - " ", + "
", + "

jQuery Playground

", + "
", + "
", + "

#left-well

", + "
", + " ", + " ", + " ", + "
", "
", - "
", - "
", - "

#right-well

", - "
", - " ", - " ", - " ", + "
", + "

#right-well

", + "
", + " ", + " ", + " ", + "
", "
", "
", "
"