freeCodeCamp / Developer_Quiz_Site

This is a quiz site filled with over 1200+ questions on programming.

Home Page:https://developerquiz.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update question on HTML checkboxes

jdwilkin4 opened this issue · comments

What general issue would you like to create?

I would like to update the question here
https://github.com/freeCodeCamp/Developer_Quiz_Site/blob/main/src/data/html-quiz.ts#L508-L518

original question

In HTML, what attribute should you add to to create a checkbox?

revised question

In HTML, which attribute is used in the input element to create a checkbox?

How to Contribute

Please read through our Contributing docs and Code of Conduct

This issue is available for assignment only.
If you are interested in working on this issue, please reply back that you wish to be assigned.
Assignment will be given on a first come basis.
We will only accept PR’s with the person assigned to the issue.

Happy hacking!

Hey @jdwilkin4, can i work on this issue?

Hey @jdwilkin4, i have made the required changes. Please have a look.