From c63b7603be3f0a217a5c8ee67b0e6cb87a24b775 Mon Sep 17 00:00:00 2001 From: hbar1st <35541470+hbar1st@users.noreply.github.com> Date: Sat, 31 Jan 2026 13:09:28 -0500 Subject: [PATCH] fix(curriculum): correct editable regions workshop-hotel-feedback-form (#65413) Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com> --- .../66a83e5e491625454b6f62c3.md | 4 ++-- .../66a83fec026a7a4631e084d2.md | 4 ++-- .../66a84111965a0c46df6bbd0a.md | 4 ++-- .../66a93c95bc58e26a8fe95818.md | 2 +- .../66a9419e2d18476c645ce693.md | 2 +- .../66a9521bc70162712caf118d.md | 6 +++--- .../66a954b2bcddba72076c1857.md | 2 +- .../66a95d0eff8168747805f1f3.md | 6 +++--- .../66a96127422411756204bc1b.md | 1 + .../66a962954f4e0d76223b37ed.md | 1 + .../66a9689b1bf24b7750898a1b.md | 1 + .../66a972137acd1179fa3fe8a0.md | 6 +++--- .../66a975260401487af226b290.md | 6 +++--- .../66a97ca8c4cbae7d0bb6e0ad.md | 6 +++--- .../66a9824ac5d9f77ec304969f.md | 3 ++- 15 files changed, 29 insertions(+), 25 deletions(-) diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a83e5e491625454b6f62c3.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a83e5e491625454b6f62c3.md index d36b5f2f226..dae6a1187a1 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a83e5e491625454b6f62c3.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a83e5e491625454b6f62c3.md @@ -61,11 +61,11 @@ assert.isNotNull(document.querySelector('form fieldset'));

+
--fcc-editable-region-- - -
--fcc-editable-region-- +
diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a83fec026a7a4631e084d2.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a83fec026a7a4631e084d2.md index 2e0d8e87c26..4ea6ddadb34 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a83fec026a7a4631e084d2.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a83fec026a7a4631e084d2.md @@ -69,13 +69,13 @@ assert.strictEqual(legend?.innerText.trim(), 'Personal Information');

---fcc-editable-region--
+--fcc-editable-region-- +--fcc-editable-region--
---fcc-editable-region--
diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a84111965a0c46df6bbd0a.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a84111965a0c46df6bbd0a.md index 2dba9c87354..926ec0f648e 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a84111965a0c46df6bbd0a.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a84111965a0c46df6bbd0a.md @@ -80,14 +80,14 @@ assert.isNotNull(document.querySelector('fieldset label + input'));

---fcc-editable-region--
Personal Information +--fcc-editable-region-- +--fcc-editable-region--
---fcc-editable-region--
diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a93c95bc58e26a8fe95818.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a93c95bc58e26a8fe95818.md index 7c93c708af6..3a946a51126 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a93c95bc58e26a8fe95818.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a93c95bc58e26a8fe95818.md @@ -76,8 +76,8 @@ assert.strictEqual(document.querySelector('input#email')?.getAttribute('placehol Personal Information - --fcc-editable-region-- + --fcc-editable-region-- --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9419e2d18476c645ce693.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9419e2d18476c645ce693.md index b35a14e4f1d..ba182036a6d 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9419e2d18476c645ce693.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9419e2d18476c645ce693.md @@ -88,8 +88,8 @@ assert.isNotNull(document.querySelector('label + input[max="100"]')); name="email" size="20" /> - --fcc-editable-region-- + --fcc-editable-region-- --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9521bc70162712caf118d.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9521bc70162712caf118d.md index 85d511a72e4..7531360ba0d 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9521bc70162712caf118d.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9521bc70162712caf118d.md @@ -100,12 +100,12 @@ assert.strictEqual(document.querySelector('fieldset:nth-of-type(2) input[type="r - --fcc-editable-region--
Was this your first time at our hotel? - -
--fcc-editable-region-- + + --fcc-editable-region-- + diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a954b2bcddba72076c1857.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a954b2bcddba72076c1857.md index fcf0fcde375..ef28a30dcce 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a954b2bcddba72076c1857.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a954b2bcddba72076c1857.md @@ -97,9 +97,9 @@ assert.strictEqual(document.querySelector('fieldset:nth-of-type(2) input:nth-of-
Was this your first time at our hotel? - --fcc-editable-region-- + --fcc-editable-region-- --fcc-editable-region--
diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a95d0eff8168747805f1f3.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a95d0eff8168747805f1f3.md index 9495ecb2aa2..d49d4ba5227 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a95d0eff8168747805f1f3.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a95d0eff8168747805f1f3.md @@ -118,14 +118,14 @@ assert.strictEqual(document.querySelector("fieldset:nth-of-type(3) input[type='c - --fcc-editable-region--
Why did you choose to stay at our hotel? (Check all that apply) - -
--fcc-editable-region-- + + --fcc-editable-region-- + diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a96127422411756204bc1b.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a96127422411756204bc1b.md index cc5cac1774e..fbe95cbf771 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a96127422411756204bc1b.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a96127422411756204bc1b.md @@ -109,6 +109,7 @@ assert.strictEqual(document.querySelector('fieldset:nth-of-type(3) input[type="c + --fcc-editable-region-- --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a962954f4e0d76223b37ed.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a962954f4e0d76223b37ed.md index 08e8e980e63..7e2ee32e974 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a962954f4e0d76223b37ed.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a962954f4e0d76223b37ed.md @@ -151,6 +151,7 @@ assert.strictEqual(document.querySelector('fieldset:nth-of-type(3) input[value=" value="recommendation" /> + --fcc-editable-region-- --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9689b1bf24b7750898a1b.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9689b1bf24b7750898a1b.md index 965b0bf57c9..72dbdd758c1 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9689b1bf24b7750898a1b.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9689b1bf24b7750898a1b.md @@ -125,6 +125,7 @@ assert.strictEqual(document.querySelector('fieldset:nth-of-type(3) input[value=" value="reputation" /> + --fcc-editable-region-- --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a972137acd1179fa3fe8a0.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a972137acd1179fa3fe8a0.md index 9c8db7edf2e..14bd812b6b8 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a972137acd1179fa3fe8a0.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a972137acd1179fa3fe8a0.md @@ -172,11 +172,11 @@ assert.strictEqual(document.querySelector('option[value="excellent"]')?.textCont - --fcc-editable-region-- --fcc-editable-region-- + + --fcc-editable-region-- + diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a975260401487af226b290.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a975260401487af226b290.md index 09ddd72ea9e..993f43eaf07 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a975260401487af226b290.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a975260401487af226b290.md @@ -109,15 +109,15 @@ assert.exists(document.querySelector('option[value="excellent"][selected]')); - --fcc-editable-region-- --fcc-editable-region-- + + --fcc-editable-region-- + diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a97ca8c4cbae7d0bb6e0ad.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a97ca8c4cbae7d0bb6e0ad.md index b149328e588..0a9fd95adcf 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a97ca8c4cbae7d0bb6e0ad.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a97ca8c4cbae7d0bb6e0ad.md @@ -191,11 +191,11 @@ assert.exists(document.querySelector('fieldset:nth-of-type(4) select#food option - --fcc-editable-region-- --fcc-editable-region-- + + --fcc-editable-region-- + diff --git a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9824ac5d9f77ec304969f.md b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9824ac5d9f77ec304969f.md index b01b6705ca4..75012ca0733 100644 --- a/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9824ac5d9f77ec304969f.md +++ b/curriculum/challenges/english/blocks/workshop-hotel-feedback-form/66a9824ac5d9f77ec304969f.md @@ -132,10 +132,11 @@ assert.exists(document.querySelector('label + textarea')); - --fcc-editable-region-- --fcc-editable-region-- + + --fcc-editable-region--