question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Project to build a quiz doesn’t teach method attribute

See original GitHub issue

Describe 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

https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-14

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:closed
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
hbar1stcommented, Oct 12, 2022

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.

0reactions
RohitPatel1122commented, Oct 22, 2022

@ShaunSHamilton I have raised the PR for the fix. Kindly review.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Step 16 learn accessibility by building a Quiz - HTML-CSS
The aria-labelledby attribute must be set to the id of an existing element on the page. So if the h2 has an id...
Read more >
freeCodeCamp: ACCESSIBILITY QUIZ | PROJECT SOLUTION
Are You A Coding Expert? Take Our Free Quiz and Find Out: https://www.dorscodingschool.com/ quiz ▻ Free Discord Group: ...
Read more >
Is it possible to use [TestMethod] attribute outside of the test ...
I feel that test methods should be placed right under the methods they are supposed to test. But in tutorials I found so...
Read more >
Build a Quiz Application With Python
By following along in this step-by-step project, you'll build an application that can test a person's expertise on a range of topics.
Read more >
C# unit test tutorial - Visual Studio (Windows) - Microsoft Learn
Create a project to test · Create a unit test project · Create the test class · Create the first test method ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found