Project to build a quiz doesn’t teach method attribute
See original GitHub issueDescribe the Issue
Step 14 of the “Learn Accessibility by Building a Quiz” project asks people to “ make the form submit to https://freecodecamp.org/practice-project/accessibility-quiz, using the correct method”
And when they try what they learned so far (adding the action attribute) they are unable to pass and instructed via hints that they needed a method attribute set to post value.
this method attribute and post value were never introduced in earlier projects (as far as I can tell) and no information is given as to why they are needed here.
Affected Page
Your code
Expected behavior
We need a separate step to explain the method attribute. It seems like an important topic. I am not sure why it was not introduced in the earlier quiz form project.
Screenshots
No response
System
N/A
Additional context
https://forum.freecodecamp.org/t/form-submission-needs-method-attribute/561994?u=hbar1st
Issue Analytics
- State:
- Created a year ago
- Comments:6 (5 by maintainers)
Top GitHub Comments
Yes sorry. I meant to say that we probably should have explained this in the earlier project (but I mis-spoke and said quiz instead of registration.)
Not fixing this seems like a big miss though so I hope that is not being considered.
@ShaunSHamilton I have raised the PR for the fix. Kindly review.