mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-27 11:04:01 -05:00
fix(curriculum): add missing feedback to Submit Events lecture MCQ (#64303)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user