freeCodeCamp / CurriculumExpansion

Creative Commons Attribution Share Alike 4.0 International
313 stars 105 forks source link

chore: add the accessibility quiz workshop to main repo #597

Open jdwilkin4 opened 2 weeks ago

jdwilkin4 commented 2 weeks ago

We are using the existing accessibility quiz project found in the Responsive Web Design cert and adding that to the new frontend cert. We are keeping the ids the same as the original ids from the RWD cert project.

NOTE Please review the sheet for the lecture scripts. The lectures come before the workshops and some of the step descriptions will need to be updated.

For example, if a lecture script already introduces a concept, then the language in the step shouldn't say "Now you are going to learn about X". It doesn't make sense to continuously repeat introductions, if it was already introduced just before this.

You can update those steps to say "In the lecture videos, you learn how to work with X like this: [show example]" . That makes sense.

At the end of the day, the flow of the curriculum needs to make sense to campers. So we need to make sure the flow between the lecture videos, workshops and labs all make sense. 👍

jdwilkin4 commented 5 days ago

Tests should use specific assert methods as mentioned in the docs here

https://contribute.freecodecamp.org/how-to-work-on-coding-challenges/#writing-tests

Update any tests necessary to reflect that when possible. Also, if there are still any jquery tests refactor those too.

Here is the full API reference https://www.chaijs.com/api/assert/