Thursday, 11 January 2024

const quizData = [ { question: 'What is the capital of France?', options: ['Paris', 'London', 'Berlin', 'Madrid'], answer: 'Paris', }, { question: 'What is the largest planet in our solar system?', options: ['Mars', 'Saturn', 'Jupiter', 'Neptune'], answer: 'Jupiter', }, { question: 'Which country won the FIFA World Cup in 2018?', options: ['Brazil', 'Germany', 'France', 'Argentina'], answer: 'France', }, { question: 'What is the tallest mountain in the world?', options: ['Mount Everest', 'K2', 'Kangchenjunga', 'Makalu'], answer: 'Mount Everest', }, { question: 'Which is the largest ocean on Earth?', options: [ 'Pacific Ocean', 'Indian Ocean', 'Atlantic Ocean', 'Arctic Ocean', ], answer: 'Pacific Ocean', }, { question: 'What is the chemical symbol for gold?', options: ['Au', 'Ag', 'Cu', 'Fe'], answer: 'Au', }, { question: 'Who painted the Mona Lisa?', options: [ 'Pablo Picasso', 'Vincent van Gogh', 'Leonardo da Vinci', 'Michelangelo', ], answer: 'Leonardo da Vinci', }, { question: 'Which planet is known as the Red Planet?', options: ['Mars', 'Venus', 'Mercury', 'Uranus'], answer: 'Mars', }, { question: 'What is the largest species of shark?', options: [ 'Great White Shark', 'Whale Shark', 'Tiger Shark', 'Hammerhead Shark', ], answer: 'Whale Shark', }, { question: 'Which animal is known as the King of the Jungle?', options: ['Lion', 'Tiger', 'Elephant', 'Giraffe'], answer: 'Lion', }, ]; const quizContainer = document.getElementById('quiz'); const resultContainer = document.getElementById('result'); const submitButton = document.getElementById('submit'); const retryButton = document.getElementById('retry'); const showAnswerButton = document.getElementById('showAnswer'); let currentQuestion = 0; let score = 0; let incorrectAnswers = []; function shuffleArray(array) { for (let i = array.length - 1; i > 0; i--) { const j = Math.floor(Math.random() * (i + 1)); [array[i], array[j]] = [array[j], array[i]]; } } function displayQuestion() { const questionData = quizData[currentQuestion]; const questionElement = document.createElement('div'); questionElement.className = 'question'; questionElement.innerHTML = questionData.question; const optionsElement = document.createElement('div'); optionsElement.className = 'options'; const shuffledOptions = [...questionData.options]; shuffleArray(shuffledOptions); for (let i = 0; i < shuffledOptions.length; i++) { const option = document.createElement('label'); option.className = 'option'; const radio = document.createElement('input'); radio.type = 'radio'; radio.name = 'quiz'; radio.value = shuffledOptions[i]; const optionText = document.createTextNode(shuffledOptions[i]); option.appendChild(radio); option.appendChild(optionText); optionsElement.appendChild(option); } quizContainer.innerHTML = ''; quizContainer.appendChild(questionElement); quizContainer.appendChild(optionsElement); } function checkAnswer() { const selectedOption = document.querySelector('input[name="quiz"]:checked'); if (selectedOption) { const answer = selectedOption.value; if (answer === quizData[currentQuestion].answer) { score++; } else { incorrectAnswers.push({ question: quizData[currentQuestion].question, incorrectAnswer: answer, correctAnswer: quizData[currentQuestion].answer, }); } currentQuestion++; selectedOption.checked = false; if (currentQuestion < quizData.length) { displayQuestion(); } else { displayResult(); } } } function displayResult() { quizContainer.style.display = 'none'; submitButton.style.display = 'none'; retryButton.style.display = 'inline-block'; showAnswerButton.style.display = 'inline-block'; resultContainer.innerHTML = `You scored ${score} out of ${quizData.length}!`; } function retryQuiz() { currentQuestion = 0; score = 0; incorrectAnswers = []; quizContainer.style.display = 'block'; submitButton.style.display = 'inline-block'; retryButton.style.display = 'none'; showAnswerButton.style.display = 'none'; resultContainer.innerHTML = ''; displayQuestion(); } function showAnswer() { quizContainer.style.display = 'none'; submitButton.style.display = 'none'; retryButton.style.display = 'inline-block'; showAnswerButton.style.display = 'none'; let incorrectAnswersHtml = ''; for (let i = 0; i < incorrectAnswers.length; i++) { incorrectAnswersHtml += `

Question: ${incorrectAnswers[i].question}
Your Answer: ${incorrectAnswers[i].incorrectAnswer}
Correct Answer: ${incorrectAnswers[i].correctAnswer}

`; } resultContainer.innerHTML = `

You scored ${score} out of ${quizData.length}!

Incorrect Answers:

${incorrectAnswersHtml} `; } submitButton.addEventListener('click', checkAnswer); retryButton.addEventListener('click', retryQuiz); showAnswerButton.addEventListener('click', showAnswer); displayQuestion();
Quiz Application

Quiz Application

Question 1

What is the capital of France?

A. Paris
B. London
C. Madrid
D. Berlin

Question 2

What is the largest planet in our solar system?

A. Earth
B. Jupiter
C. Mars
D. Venus

Monday, 11 December 2023

king

<title>Notable Indian Kings</title>

</head>

<body>

<h1>Notable Indian Kings</h1>

    <ul>

        <li>

            <strong>King Bimbisara</strong>

            <p>Dynasty: Haryanka</p>

            <p>Reign: c. 544 BCE – c. 492 BCE</p>

            <p>Known for being Gautam Buddha's friend and protector.</p>

        </li>

        <li>

            <strong>Ajatashatru</strong>

            <p>Dynasty: Haryanka</p>

            <p>Reign: c. 492 BCE – c. 460 BCE</p>

            <p>Contemporary of Mahavir Jain and Gautam Buddha.</p>

        </li>

        <li>

            <strong>King Porus</strong>

            <p>House: Puru tribe/Paurava</p>

            <p>Known for his brave fight against Alexander the Great.</p>

        </li>

        <li>

            <strong>Chandragupta Maurya</strong>

            <p>Dynasty: Maurya</p>

            <p>Reign: c. 321 BCE – c. 297 BCE</p>

            <p>Laid the foundation of the Mauryan Empire.</p>

        </li>

    </ul>

</body>

</html>


Monday, 28 February 2022

National Science Day - 2022 ( Videos and Photo Gallery)

 జాతీయ సైన్స్ దినోత్సవం 

పి . వి. .సి. ప్రభుత్వ ఉన్నత పాఠశాల - వాల్మీకిపురం - చిత్తూర్ జిల్లా. 

28-02-2022

1. క్విజ్ 

2. వ్యాస రచన 

3. ఉపన్యాసం 

4. ఎగ్జిబిట్స్  ప్రదర్శన 

VIDEO GALLERY







Click on the videos to watch.

to watch on youtube touch on the letters Youtube in the video frame which will redirect you to youtube


Photo gallery