From f8692cd60cfee1758f51b6db1b46cb2aba691044 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Fri, 3 Jul 2015 01:08:11 -0700 Subject: [PATCH] start purging the br challenges --- challenges/basic-html5-and-css.json | 147 +--------------------------- challenges/bootstrap.json | 49 +--------- 2 files changed, 3 insertions(+), 193 deletions(-) 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 World

", - "

CatPhotoApp

", - "

Hello Paragraph

" - ], - "challengeType": 0, - "nameCn": "", - "descriptionCn": [], - "nameFr": "", - "descriptionFr": [], - "nameRu": "", - "descriptionRu": [], - "nameEs": "Waypoint: Separa Elementos Visualmente con Saltos de Línea", - "descriptionEs": [ - "Agrega un salto 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 @@ "", "

CatPhotoApp

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

Hello Paragraph

", "-->" ], @@ -254,8 +209,6 @@ "", "

CatPhotoApp

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

Hello Paragraph

", "-->" ], @@ -301,8 +254,6 @@ "", "

CatPhotoApp

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

Hello Paragraph

" ], "challengeType": 0, @@ -337,14 +288,13 @@ "dashedName": "waypoint-delete-html-elements", "difficulty": 0.008, "description": [ - "Delete your h1 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 @@ "", "

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.

" ], "challengeType": 0, @@ -373,7 +321,7 @@ "descriptionPt": [], "nameDe": "Waypoint: Entferne HTML Elemente", "descriptionDe": [ - "Lösche die Elemente h1 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": [ - "", - "", - "", - "

CatPhotoApp

", - "", - "

Click here for cat photos.

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

Things cats love:

", - "", - "

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": [], - "nameDe": "Waypoint: Strukturiere dein Formular mit Zeilenumbrüchen", - "descriptionDe": [ - "Schaffe ein wenig Ordnung in deinem Formular, indem du Zeilenumbrüche zwischen den Eingabefeldern verwendest.", - "Du weißt, Zeilenumbrüche können mit folgendem Code erstellt werden: <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 @@ "", "", "", - "
", + "
", "
", " ", @@ -785,11 +769,9 @@ "
", " ", " ", - "
", " ", " ", " ", - "
", " ", " ", "
" @@ -848,7 +830,6 @@ "", "", "", - "
", "
", "
", " ", @@ -875,11 +856,9 @@ "
", " ", " ", - "
", " ", " ", " ", - "
", " ", " ", "
" @@ -934,9 +913,7 @@ " ", "
", "
", - "
", "", - "
", "
", "
", " ", @@ -963,11 +940,9 @@ "
", " ", " ", - "
", " ", " ", " ", - "
", " ", " ", "
" @@ -1022,9 +997,7 @@ " ", "
", "
", - "
", "", - "
", "
", "
", " ", @@ -1051,11 +1024,9 @@ "
", " ", " ", - "
", " ", " ", " ", - "
", " ", " ", "
" @@ -1109,9 +1080,7 @@ " ", "
", "
", - "
", "", - "
", "
", "
", " ", @@ -1138,11 +1107,9 @@ "
", " ", " ", - "
", " ", " ", " ", - "
", " ", " ", "
" @@ -1197,9 +1164,7 @@ " ", "
", "
", - "
", "", - "
", "
", "
", " ", @@ -1232,11 +1197,9 @@ " ", "
", "
", - "
", " ", " ", " ", - "
", " ", " ", "" @@ -1292,9 +1255,7 @@ " ", "
", "
", - "
", "", - "
", "
", "
", " ", @@ -1319,7 +1280,6 @@ "
  • other cats
  • ", "", "
    ", - "
    ", "
    ", "
    ", " ", @@ -1328,7 +1288,6 @@ " ", "
    ", "
    ", - "
    ", "
    ", "
    ", " ", @@ -1340,7 +1299,6 @@ " ", "
    ", "
    ", - "
    ", " ", " ", "
    " @@ -1397,9 +1355,7 @@ " ", "
    ", "
    ", - "
    ", "", - "
    ", "
    ", "
    ", " ", @@ -1424,7 +1380,6 @@ "
  • other cats
  • ", "", "
    ", - "
    ", "
    ", "
    ", " ", @@ -1433,7 +1388,6 @@ " ", "
    ", "
    ", - "
    ", "
    ", "
    ", " ", @@ -1445,7 +1399,6 @@ " ", "
    ", "
    ", - "
    ", " ", " ", "
    "