timed-quiz-game
There are 10 repositories under timed-quiz-game topic.
JoelDore/Code-Quiz
⏲️ Timed quiz on JavaScript fundamentals
nhanng19/timed_quiz
Timed coding quiz with multiple-choice questions.
michael-rodriguez22/WEB-API-CHALLENGE-code-quiz
Timed multiple choice coding quiz that saves scores to local storage.
AndreaBaciu17/CalculationCruncher-Python-
Calculation Cruncher is a fun Python math game where you can sharpen your math skills with random problems—whether it’s adding, subtracting, multiplying, or dividing. You’ll get to: Take on a bunch of arithmetic challenges and Time yourself to see how fast you can solve them. So, let's find out just how sharp your math skills really are! 🎉
cfoster121/timed-astronomy-quiz
User is presented with multiple choice questions. Incorrect answers result in 10 second time penalty. Score is recorded after game is completed. Local scores are saved and displayed once game is complete.
NikhilK-84/quiz-application-project
A Java Swing-based quiz application that allows users to create multiple-choice quizzes, save them locally, and play them on demand. The application features three play modes: Timer Off Mode, Timed Mode, and Timed Mode+. It includes score tracking and displays results along with personalized remarks based on performance.
pbullock08/javascript-fundamentals-quiz
A timed quiz that allows the user to test their knowledge of JavaScript and keeps track of high scores.
rschragger/BC04-02-Code-Quiz
Javascript Code Quiz
teastman201/Timed_Quiz
Timed quiz game featuring javascript questions. This game saves highscores.
Jefid/timed-quiz
A website that uses Javascript to present the user with a timed quiz on Javascript knowledge. The quiz is 60 seconds and will subtract 10 seconds from your time for every question missed. At the end of the test the user's time left will represent their score. They will have an option to store their score in localStorage with other highscores.