From 6b7e3c0d9bb7cadb3d4674135ca0975b2165b774 Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Sat, 17 Jun 2017 11:58:53 -0700 Subject: [PATCH] basic-html-and-html5.json: Clarified radio buttons --- .../01-responsive-web-design/basic-html-and-html5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json index ca537e5155..b0e0680131 100644 --- a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1591,7 +1591,7 @@ "id": "bad87fee1348bd9aedf08834", "title": "Create a Set of Radio Buttons", "description": [ - "You can use radio buttons for questions where you want the user to only give you one answer.", + "You can use radio buttons for questions where you want the user to only give you one answer out of multiple options.", "Radio buttons are a type of input", "Each of your radio buttons should be nested within its own label element.", "All related radio buttons should have the same name attribute.",