diff --git a/curriculum/challenges/english/blocks/lab-customer-complaint-form/67279fe50237291f80eed8b8.md b/curriculum/challenges/english/blocks/lab-customer-complaint-form/67279fe50237291f80eed8b8.md index 8d89746194b..eeedb24d2b2 100644 --- a/curriculum/challenges/english/blocks/lab-customer-complaint-form/67279fe50237291f80eed8b8.md +++ b/curriculum/challenges/english/blocks/lab-customer-complaint-form/67279fe50237291f80eed8b8.md @@ -264,7 +264,7 @@ const fieldset = document.getElementById("solutions-group"); assert.equal(fieldset.style.borderColor, "green"); ``` -When the form is submitted and all of the radio buttons from `#solutions-group` are in the unchecked state, you should set `#solutions-group`'s border color to `red`. +When all of the radio buttons from `#solutions-group` are in the unchecked state after a change event, you should set `#solutions-group`'s border color to `red`. ```js document.getElementById("refund").checked = false; @@ -498,11 +498,11 @@ try { -
+
Description of Complaint Reason -
+
Desired Solution @@ -516,11 +516,11 @@ try {
-
+
Description of Desired Solution -
+
@@ -653,11 +653,11 @@ textarea {
-
+
Description of Complaint Reason -
+
Desired Solution @@ -671,11 +671,11 @@ textarea {
-
+
Description of Desired Solution -
+