From 1cdac8c6bd0c3ff7f081e70a3ea3ce20eb042f97 Mon Sep 17 00:00:00 2001 From: Adeildo Amorim Date: Wed, 8 Mar 2017 13:00:11 -0800 Subject: [PATCH 1/2] Insert a missing information needed to pass all tests --- challenges/01-responsive-web-design/basic-html-and-html5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/basic-html-and-html5.json b/challenges/01-responsive-web-design/basic-html-and-html5.json index f343c18d93..77584b1aaa 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1596,7 +1596,7 @@ "Here's an example of a radio button:", "<label><input type=\"radio\" name=\"indoor-outdoor\"> Indoor</label>", "
", - "Add a pair of radio buttons to your form. One should have the option of indoor and the other should have the option of outdoor." + "Add a pair of radio buttons to your form. One should have the option of indoor and the other should have the option of outdoor. All two should share the name attribute of indoor-outdoor" ], "challengeSeed": [ "

CatPhotoApp

", From 9672ddcfb2603d7c5a0913a2a65b7be23fb0558c Mon Sep 17 00:00:00 2001 From: Adeildo Amorim Date: Sat, 11 Mar 2017 19:29:42 -0800 Subject: [PATCH 2/2] Correct English sentence --- challenges/01-responsive-web-design/basic-html-and-html5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/basic-html-and-html5.json b/challenges/01-responsive-web-design/basic-html-and-html5.json index 77584b1aaa..f2294e37e2 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1596,7 +1596,7 @@ "Here's an example of a radio button:", "<label><input type=\"radio\" name=\"indoor-outdoor\"> Indoor</label>", "
", - "Add a pair of radio buttons to your form. One should have the option of indoor and the other should have the option of outdoor. All two should share the name attribute of indoor-outdoor" + "Add a pair of radio buttons to your form. One should have the option of indoor and the other should have the option of outdoor. Both should share the name attribute of indoor-outdoor." ], "challengeSeed": [ "

CatPhotoApp

",