Open esraashoor opened 1 month ago
https://github.com/AyaEhab7/Quiz-Game-project/blob/f3f090a2dbbea5b06537c8d9eed2182b278cc6ff/js/app.js#L55
To make the quiz more dynamic, you could consider setting different time limits for easy, medium, and hard questions in future developments.
// Example dynamic time limits
const timeLimits = { easy: 20, medium: 15, hard: 10 };
https://github.com/AyaEhab7/Quiz-Game-project/blob/f3f090a2dbbea5b06537c8d9eed2182b278cc6ff/js/app.js#L55
To make the quiz more dynamic, you could consider setting different time limits for easy, medium, and hard questions in future developments.
// Example dynamic time limits
const timeLimits = { easy: 20, medium: 15, hard: 10 };