From 3f7db2d26cff8d8e414bd2a1f31acfde4a179749 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Wed, 3 Dec 2025 11:15:40 -0800 Subject: [PATCH] fix(curriculum): add missing feedback to Submit Events lecture MCQ (#64303) --- .../6733d3ab69e94b7df7ee91b0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3ab69e94b7df7ee91b0.md b/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3ab69e94b7df7ee91b0.md index db78714b031..0a4eebcd04d 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3ab69e94b7df7ee91b0.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3ab69e94b7df7ee91b0.md @@ -82,6 +82,10 @@ Which of the following is NOT a way to submit an HTML form? Clicking a button with `type="submit"`. +### --feedback-- + +The lesson mentions three specific ways to submit a form. + --- Pressing Enter on an editable input field. @@ -94,6 +98,10 @@ The lesson mentions three specific ways to submit a form. Calling the form's `requestSubmit()` method. +### --feedback-- + +The lesson mentions three specific ways to submit a form. + --- Double-clicking anywhere within the form.