.main-content padding: 30px;
.options display: grid; gap: 15px;
.stat-value font-size: 1.5em; font-weight: bold; color: #333; stuttgart,mpu testsimulation stuttgart
.question-text font-size: 1.3em; color: #333; margin-bottom: 25px; line-height: 1.4;
let currentIndex = 0; let userAnswers = new Array(questions.length).fill(null); let answerSubmitted = false; let totalQuestions = questions.length; .main-content padding: 30px
.btn-primary background: #4CAF50; color: white;
.btn-primary:hover background: #45a049; transform: translateY(-2px); .options display: grid
function resetTest() currentIndex = 0; userAnswers = new Array(questions.length).fill(null); answerSubmitted = false; document.querySelector('.question-container').style.display = 'block'; resultArea.classList.remove('show'); loadQuestion();
Powered by OneWebHelp