fix(curriculum): add missing feedback to Submit Events lecture MCQ (#64303)

This commit is contained in:
Huyen Nguyen 2025-12-03 11:15:40 -08:00 committed by GitHub
parent 6aa1b0a113
commit 3f7db2d26c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.