freeCodeCamp / freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
https://contribute.freecodecamp.org
BSD 3-Clause "New" or "Revised" License
404.56k stars 37.9k forks source link

[ Full Stack Cert ] - update third comprehension check question and hint for HTML lecture video #56855

Open jdwilkin4 opened 2 hours ago

jdwilkin4 commented 2 hours ago

Here is the file you need to update

https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/25-front-end-development/lecture-what-is-html/66f6db08d55022680a3cfbc9.md

We should update the third question to the following

---Which of the following is a valid attribute used inside image elements?
+++Which of the following is a valid attribute used inside the `img` element?

We should also provide a much clearer hint for that question

Update all three current feedbacks to the following:

---Consider what you often use inside an opening tag to supply additional information to the element.
+++Review the video starting at the `1:37` timestamp where the `img` element and the appropriate attributes were discussed 
jdwilkin4 commented 2 hours ago

This has been opened for contribution. The first comprehensive PR created will be reviewed and merged. We typically do not assign issues to anyone other than long-time contributors.

If you would like to contribute and have not read the contributors docs, please do so here: https://contribute.freecodecamp.org/#/

If you have any issues with contributing, be sure to join us on the contributors channel, or on the contributors sub-forum

Happy coding