diff --git a/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.5.js b/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.6.js similarity index 99% rename from public/js/lib/coursewares/coursewaresHCJQFramework_0.1.5.js rename to public/js/lib/coursewares/coursewaresHCJQFramework_0.1.6.js index 050a9fbc54..c4a84715fd 100644 --- a/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.5.js +++ b/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.6.js @@ -51,7 +51,7 @@ var libraryIncludes = ""; +var iFrameScript = ""; var delay; // Initialize CodeMirror editor with a nice html5 canvas demo. diff --git a/public/js/lib/coursewares/iFrameScripts_0.0.3.js b/public/js/lib/coursewares/iFrameScripts_0.0.4.js similarity index 100% rename from public/js/lib/coursewares/iFrameScripts_0.0.3.js rename to public/js/lib/coursewares/iFrameScripts_0.0.4.js diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index 8626a0e7b1..7a3a07c47a 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -143,7 +143,7 @@ "", "
Hello Paragraph
", "-->" @@ -180,7 +180,7 @@ "", "Hello Paragraph
", "-->" @@ -216,7 +216,7 @@ "", "Hello Paragraph
" ], @@ -252,7 +252,7 @@ "", "Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
" ], @@ -1103,7 +1103,7 @@ ], "tests": [ "expect($('a').children('img').length, 'Wrap your image element inside an anchor element that has itshref attribute set to \"#\"').to.equal(1);",
- "expect(new RegExp('#').test($('a').children('img').parent().attr('href')), 'Make sure to specify the \"src\" attritube as \"#\"').to.be.true;"
+ "expect(new RegExp('#').test($('a').children('img').parent().attr('href')), 'Make sure to specify the \"src\" attribute as \"#\"').to.be.true;"
],
"challengeSeed": [
"",
@@ -1425,7 +1425,7 @@
"name": "Waypoint: Add Placeholder Text to a Text Field",
"difficulty": 0.039,
"description": [
- "Add the placeholder text \"type a cat photo URL here\" to your text field.",
+ "Add the placeholder text \"cat photo URL\" to your text field.",
"Placeholder text will appear in your text field before your user has inputed anything.",
"For example: <input type='text' placeholder='this is placeholder text'>"
],
diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json
index ef19bb24a1..ebd3384f7a 100644
--- a/seed_data/field-guides.json
+++ b/seed_data/field-guides.json
@@ -292,13 +292,16 @@
"