Stock Market & Demat Account Quiz

Stock Market & Demat Account Quiz

Test your knowledge and see how well you know the financial world!

आपको क्या लगता है इस शेयर का क्या होगा?

नीचे अपनी राय जरूर लिखें:

आपकी राय के लिए धन्यवाद!
`; // Display the detailed results document.getElementById('results-details').innerHTML = resultsDetailsHTML; // Hide the quiz and show the results quizContainer.classList.add('hidden'); resultsContainer.classList.remove('hidden'); // Scroll to the top of the page to see the results resultsContainer.scrollIntoView({ behavior: 'smooth' }); } // Attach event listeners quizForm.addEventListener('submit', handleSubmit); restartButton.addEventListener('click', restartQuiz); // Initial load of the quiz loadQuiz(); });