This is a simple timed quiz for JavaScript code. You have an alloted time in seconds to answer questions. Each incorrect answer deducts 10 seconds from the timer. Scores are recorded to localStorage and displayed on a scoreboard.
Anyone is free to find the source code here on GitHub. You can access the files through cloning the repo.
To run the code quiz visit the URL beneath the website screenshot. The timer will start when you start the quiz. The site will display a question card with 4 possible answers. Choose the correct answer and get another question. Choose incorrectly, and lose 10 seconds off the clock before getting your next question. The quiz ends when you have either answered all questions correctly in the alloted time or the time runs out.
GNU General Public License