diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json index a24e83bc37..937751adc9 100644 --- a/seed_data/coursewares.json +++ b/seed_data/coursewares.json @@ -165,13 +165,13 @@ "name": "Use the h2 Element", "difficulty": 0.010, "description": [ - "Add an h2 tag that says \"Cat Photo App\" to make a second HTML element below the \"Hello World\" h1 element.", + "Add an h2 tag that says \"CatPhotoApp\" to make a second HTML element below the \"Hello World\" h1 element.", "The h2 element you enter will create an h2 element on the website.", "This element tells the browser how to render the text that it contains.", "h2 elements are slightly smaller than h1 elements. There are also h3, h4, h5 and h6 elements." ], "tests": [ - "assert.isTrue((/cat(\\s)+photo(\\s)+app/gi).test($('h2').text()), 'Your h2 element should have the text \"Cat Photo App\"')", + "assert.isTrue((/cat(\\s)+photo(\\s)+app/gi).test($('h2').text()), 'Your h2 element should have the text \"CatPhotoApp\"')", "assert.isTrue((/hello(\\s)+world/gi).test($('h1').text()), 'Your h1 element should have the text \"Hello World\"')" ], "challengeSeed": [ @@ -193,7 +193,7 @@ ], "challengeSeed": [ "

Hello World

", - "

Cat Photo App

" + "

CatPhotoApp

" ], "challengeType": 0 }, @@ -212,7 +212,7 @@ ], "challengeSeed": [ "

Hello World

", - "

Cat Photo App

", + "

CatPhotoApp

", "

Hello Paragraph

" ], "challengeType": 0 @@ -236,7 +236,7 @@ "