From c5b772b62e99516e37162f2993f5f4cb6dadc3c4 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 --- 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 ca537e5155..b0e0680131 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/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.",