diff --git a/challenges/basic-html5-and-css.json b/challenges/basic-html5-and-css.json
index 2ab346af11..ed77997c17 100644
--- a/challenges/basic-html5-and-css.json
+++ b/challenges/basic-html5-and-css.json
@@ -137,49 +137,6 @@
"Du kannst ein p
Element so erzeugen: <p>Ich bin ein p Element!</p>
"
]
},
- {
- "id": "bad87fee1348bd9aeaf08801",
- "name": "Waypoint: Visually Separate Elements with Line Breaks",
- "dashedName": "waypoint-visually-separate-elements-with-line-breaks",
- "difficulty": 0.004,
- "description": [
- "Add a br
element to your page, preferably between two of your elements.",
- "br
elements, also known as \"line break\" elements, can be created with <br>
.",
- "Note that <br>
has no closing tag. It is a \"self-closing\" element.",
- "You'll encounter other self-closing element tags soon."
- ],
- "tests": [
- "assert(($('br').length > 0), 'Add a br
element to your page preferably between two of your elements.')"
- ],
- "challengeSeed": [
- "
Hello Paragraph
" - ], - "challengeType": 0, - "nameCn": "", - "descriptionCn": [], - "nameFr": "", - "descriptionFr": [], - "nameRu": "", - "descriptionRu": [], - "nameEs": "Waypoint: Separa Elementos Visualmente con Saltos de Línea", - "descriptionEs": [ - "Agrega unsalto de línea
entre los elementos <h2>
y <p>
.",
- "Puedes crear un elemento de salto de línea con <br/>
.",
- "Fíjate que <br/>
no tiene etiqueta de cierre. Es un elemento auto-cerrado
. ¿Ves cómo un / precede el signo de cierre (>)?",
- "Luego te encontrarás con otras etiquetas de elementos auto-cerrados
."
- ],
- "namePt": "",
- "descriptionPt": [],
- "nameDe": "Waypoint: Trenne Elemente visuell mit Zeilenumbrüchen",
- "descriptionDe": [
- "Füge ein br
Element zu deiner Seite hinzu, am besten zwischen zwei anderen Elementen.",
- "br
Elemente – auch Zeilenumbrüche oder \"line breaks\" genannt – können mit <br>
erstellt werden.",
- "Beachte, dass <br>
keinen schließenden Tag hat. Es ist ein selbst schließendes oder \"self-closing\" Element.",
- "Du wirst bald mehr selbstschließende Elemente kennenlernen."
- ]
- },
{
"id": "bad87fee1348bd9aedf08802",
"name": "Waypoint: Uncomment HTML",
@@ -203,8 +160,6 @@
"",
"Hello Paragraph
", "-->" ], @@ -254,8 +209,6 @@ "", "Hello Paragraph
", "-->" ], @@ -301,8 +254,6 @@ "", "Hello Paragraph
" ], "challengeType": 0, @@ -337,14 +288,13 @@ "dashedName": "waypoint-delete-html-elements", "difficulty": 0.008, "description": [ - "Delete yourh1
and br
elements so we can simplify our view.",
+ "Delete your h1
element so we can simplify our view.",
"Our phone doesn't have much vertical space.",
"Let's remove the unnecessary elements so we can start building our CatPhotoApp."
],
"tests": [
"assert(($('h1').length == 0), 'Delete your h1
element.')",
"assert(($('h2').length > 0), 'Leave your h2
element on the page.')",
- "assert(($('br').length == 0), 'Delete your br
element.')",
"assert(($('p').length > 0), 'Leave your p
element on the page.')"
],
"challengeSeed": [
@@ -352,8 +302,6 @@
"",
"Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
" ], "challengeType": 0, @@ -373,7 +321,7 @@ "descriptionPt": [], "nameDe": "Waypoint: Entferne HTML Elemente", "descriptionDe": [ - "Lösche die Elementeh1
und br
, damit wir etwas Ordnung schaffen.",
+ "Lösche die Elemente h1
, damit wir etwas Ordnung schaffen.",
"Unser Smartphone hat nicht sehr viel vertikalen Raum.",
"Lass uns die unwichtigen Elemente entfernen, damit wir unsere CatPhotoApp bauen können."
]
@@ -2186,91 +2134,6 @@
"Als Beispiel: <label><input type='checkbox' name='personality'> liebevoll</label>
."
]
},
- {
- "id": "bad87fee1348bd9aede18835",
- "name": "Waypoint: Clean up your form using Linebreaks",
- "dashedName": "waypoint-clean-up-your-form-using-linebreaks",
- "difficulty": 0.036,
- "description": [
- "Clean up your form by adding linebreaks between form elements.",
- "Remember that you can create a linebreak element by using the code: <br>
."
- ],
- "tests": [
- "assert($('br').length > 1, 'Add at least 2 line breaks to visually separate your form elements.')"
- ],
- "challengeSeed": [
- "",
- "",
- "",
- "Click here for cat photos.
", - "", - "Things cats love:
", - "Top 3 things cats hate:
", - "<br>
"
- ]
- },
{
"id": "bad87fee1348bd9aedd08835",
"name": "Waypoint: Check Radio Buttons and Checkboxes by Default",
@@ -2334,11 +2197,9 @@
""
@@ -2429,11 +2290,9 @@
""
@@ -2524,11 +2383,9 @@
""
diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json
index 483af976d8..a52373ce99 100644
--- a/challenges/bootstrap.json
+++ b/challenges/bootstrap.json
@@ -69,11 +69,9 @@
""
@@ -153,11 +151,9 @@
""
@@ -238,11 +234,9 @@
""
@@ -327,11 +321,9 @@
""
@@ -414,11 +406,9 @@
""
@@ -502,11 +492,9 @@
""
@@ -591,11 +579,9 @@
""
@@ -685,11 +671,9 @@
""
@@ -758,7 +742,7 @@
"