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 @@ "", "

CatPhotoApp

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

Hello Paragraph

", "-->" @@ -180,7 +180,7 @@ "", "

CatPhotoApp

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

Hello Paragraph

", "-->" @@ -216,7 +216,7 @@ "", "

CatPhotoApp

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

Hello Paragraph

" ], @@ -252,7 +252,7 @@ "", "

CatPhotoApp

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

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 its href 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 @@ "
  • Baltimore
  • ", "
  • Bandung
  • ", "
  • Belgrade
  • ", + "
  • Bellingham
  • ", "
  • Bengaluru
  • ", "
  • Berkeley
  • ", "
  • Berlin
  • ", "
  • Bhaktapur
  • ", "
  • Bismarck, ND
  • ", + "
  • Bogota
  • ", "
  • Boston
  • ", "
  • Boulder
  • ", + "
  • Bratislava
  • ", "
  • Brussels
  • ", "
  • Buenos Aires
  • ", "
  • Bucharest
  • ", @@ -307,6 +310,7 @@ "
  • Calgary
  • ", "
  • Campinas
  • ", "
  • Cape Town
  • ", + "
  • Caracas
  • ", "
  • Charlotte
  • ", "
  • Chennai
  • ", "
  • Chicago
  • ", @@ -318,6 +322,7 @@ "
  • Dallas
  • ", "
  • Delhi
  • ", "
  • Denver
  • ", + "
  • Dhaka
  • ", "
  • Doha
  • ", "
  • Dubai
  • ", "
  • Edmonton
  • ", @@ -336,9 +341,12 @@ "
  • Iasi
  • ", "
  • Irkutsk
  • ", "
  • Islamabad
  • ", + "
  • Hampton Roads
  • ", "
  • Ho Chi Minh City
  • ", "
  • Hyderabad
  • ", + "
  • Kaduna
  • ", "
  • Kalamazoo
  • ", + "
  • Kansas City
  • ", "
  • Karachi
  • ", "
  • Kathmandu
  • ", "
  • Kemerovo
  • ", @@ -346,6 +354,7 @@ "
  • Kolkata
  • ", "
  • Krasnodar
  • ", "
  • Kryvyi Rih
  • ", + "
  • Lagos
  • ", "
  • Lahore
  • ", "
  • Limassol
  • ", "
  • London
  • ", @@ -355,6 +364,7 @@ "
  • Minneapolis
  • ", "
  • Missoula
  • ", "
  • Montreal
  • ", + "
  • Moscow
  • ", "
  • Munich
  • ", "
  • Mysore
  • ", "
  • Nairobi
  • ", diff --git a/views/coursewares/showHTML.jade b/views/coursewares/showHTML.jade index 2e61cdb927..d01f48929c 100644 --- a/views/coursewares/showHTML.jade +++ b/views/coursewares/showHTML.jade @@ -91,4 +91,4 @@ block content .animated.zoomInDown.delay-half span.completion-icon.ion-checkmark-circled.text-primary a.animated.fadeIn.btn.btn-lg.signup-btn.btn-block(href='/login') Sign in so you can save your progress - script(src="/js/lib/coursewares/coursewaresHCJQFramework_0.1.5.js") + script(src="/js/lib/coursewares/coursewaresHCJQFramework_0.1.6.js")