freeCodeCamp / Developer_Quiz_Site

This is a quiz site filled with over 1200+ questions on programming.
https://developerquiz.org
BSD 3-Clause "New" or "Revised" License
232 stars 339 forks source link

feat: use a pensive face when the answer is wrong #953

Closed a2937 closed 2 months ago

a2937 commented 2 months ago

Summary of changes

I turned the icons used into constant unicode expressions and added a state to determine if the user gave the correct answer. I also made the pre-commit script executable again.

Checklist

closes #950