Facebook Twitter Instagram
    DeepCrazyWorld
    Facebook Twitter Instagram Pinterest YouTube
    • FLUTTER
      • FLUTTER APP
        • QRCode
        • Quiz App
        • Chat GPT
        • PDF App
        • News App
        • Fitness App
        • Weather App
        • BMI Calculator
        • GAME APP
        • Ecommerce App
        • wallpaper App
        • Finance app
        • Chat App
        • Wallet App
        • Taxi App
        • Quran app
        • Music player app
      • FLUTTER UI
        • Splash Screen
        • Onboarding Screen
        • Login Screen
        • Card Design
        • Drawer
    • PROJECT
      • Android Projects
      • College Projects
      • FLUTTER APP
      • Project Ideas
      • PHP Projects
      • Python Projects
    • SOURCE CODE
    • ANDROID
      • ANDROID APP
      • GAME APP
      • ANDROID STUDIO
    • MCQ
      • AKTU MCQ
        • RPA MCQ
        • COA MCQ
        • HPC MCQ
        • SPM MCQ
        • Renewable Energy All MCQ
        • Data Compression MCQ
        • Data Structure MCQ
        • Digital Image Processing MCQ
        • Software Engineering MCQ
        • Machine Learning MCQ
        • Artificial Intelligence MCQ
      • D PHARMA MCQ
        • Pharmaceutics – I MCQ
        • Pharmacognosy MCQ
        • Pharmaceutical Chemistry MCQ
        • Biochemistry and Clinical Pathology MCQ
        • Human Anatomy and Physiology MCQ
        • Heath Education and Community Pharmacy MCQ
    • INTERVIEW QUESTIONS
      • Flutter Interview Questions
      • INTERVIEW QUESTIONS
      • Python Interview Questions
      • Coding ninjas solution
    • MORE
      • WORDPRESS
        • SEO
        • TOP 10 WORDPRESS THEME
      • PRODUCTIVITY
      • Program
      • QUOTES
    DeepCrazyWorld
    Home»ANDROID APP»How to create Quiz Website or Blog | Quiz Question Demo |
    ANDROID APP

    How to create Quiz Website or Blog | Quiz Question Demo |

    DeepikaBy DeepikaJuly 24, 2020Updated:January 19, 2022No Comments4 Mins Read

    In the era of friends digital world, nowadays everything is available in digital form or you can say online form, Quiz question be it banking, ticketing, studying etc. In such a situation, if you have ever thought that you can create a quiz website or blog, then this post is only for you.

    Make Quiz questions is an android based application, and enables the user to undertake a series of questions on Java language. The app is user friendly, and the user shall find it extremely easy to answer the multiple-choice questions.

    <img decoding=

    At the end of the quiz, a result-report is generated which states the score. The Quiz app also presents an option to the current user to play the question-round again or quit in between.

    Table of Contents

    Toggle
    • YouTube Video
    • QUIZ QUESTIONS Demo
      • Download Full Code Click Download Button
      • Quiz Question create quiz with start button
    • READ MORE…

    YouTube Video

    QUIZ QUESTIONS Demo

    1. What is the full form of the RAM?




    … Answer is B)
    The full form of RAM is “Random Access Memory”


    2. What is the Brain of a Computer?




    … Answer is C)
    CPU is called brain of the computer.


    3. Who is the prime minister of India




    … Answer is A)
    Narenda Modi is the Prime minister of india.

    4. What is the full form of the RAM?




    … Answer is B)
    The full form of RAM is “Random Access Memory”


    5. What is the Brain of a Computer?




    … Answer is C)
    CPU is called brain of the computer.


    6. Who is the prime minister of India




    … Answer is A)
    Narenda Modi is the Prime minister of india.

    Download Full Code Click Download Button

    <div dir="ltr" style="text-align: left;" trbidi="on">
    <div class="question">
    1. What is the full form of the RAM? </div>
    <ul class="answers">
    
    <input id="q1a" name="q1" type="radio" value="a"> <label for="q1a"> A) Random answer memory </label> <br>
    <input id="q1b" name="q1" type="radio" value="b"> <label for="q1b"> B) Random Access Memory </label> <br>
    <input id="q1c" name="q1" type="radio" value="c"> <label for="q1c"> C) Random another memory </label> <br>
    <input id="q1d" name="q1" type="radio" value="d"> <label for="q1d"> D) Random aces memory </label> <br>
    
    </ul>
    <style>
    #q1more {display: none;}
    </style>
    
    <span id="q1dots">...</span>
    <span id="q1more">
    Answer is B) <br>
    The full form of RAM is "Random Access Memory"</span><br>
    <button id="q1mybtn" onclick="q1function()">Show Answer </button>
    
    <script>
    function q1function() {
    var q1dots = document.getElementById("q1dots");
    var q1moreText = document.getElementById("q1more");
    var q1btnText = document.getElementById("q1mybtn");
    
    if (q1dots.style.display === "none") {
    q1dots.style.display = "inline";
    q1btnText.innerHTML = "Show Answer";
    q1moreText.style.display = "none";
    }
    else {
    q1dots.style.display = "none";
    q1btnText.innerHTML = "Hide Answer";
    q1moreText.style.display = "inline";
    }
    }
    </script>
    
    
    <br>
    <div class="question">
    2. What is the Brain of a Computer? </div>
    <ul class="answers">
    
    <input id="q2a" name="q2" type="radio" value="a"> <label for="q2a"> A) ALU </label> <br>
    <input id="q2b" name="q2" type="radio" value="b"> <label for="q2b"> B) CU </label> <br>
    <input id="q2c" name="q2" type="radio" value="c"> <label for="q2c"> C) CPU </label> <br>
    <input id="q2d" name="q2" type="radio" value="d"> <label for="q2d"> D) RAM </label> <br>
    
    </ul>
    <style>
    #q2more {display: none;}
    </style>
    
    <span id="q2dots">...</span>
    <span id="q2more">
    Answer is C) <br>
    CPU is called brain of the computer.</span><br>
    <button id="q2mybtn" onclick="q2function()">Show Answer </button>
    
    <script>
    function q2function() {
    var q2dots = document.getElementById("q2dots");
    var q2moreText = document.getElementById("q2more");
    var q2btnText = document.getElementById("q2mybtn");
    
    if (q2dots.style.display === "none") {
    q2dots.style.display = "inline";
    q2btnText.innerHTML = "Show Answer";
    q2moreText.style.display = "none";
    }
    else {
    q2dots.style.display = "none";
    q2btnText.innerHTML = "Hide Answer";
    q2moreText.style.display = "inline";
    }
    }
    </script>
    
    
    
    <br>
    <div class="question">
    3. Who is the prime minister of India </div>
    <ul class="answers">
    
    <input id="q3a" name="q3" type="radio" value="a"> <label for="q3a"> A) Narendra Modi </label> <br>
    <input id="q3b" name="q3" type="radio" value="b"> <label for="q3b"> B) Ramnath Konvid </label> <br>
    <input id="q3c" name="q3" type="radio" value="c"> <label for="q3c"> C) Amit Shah </label> <br>
    <input id="q3d" name="q3" type="radio" value="d"> <label for="q3d"> D) Manmohan Singh </label> <br>
    
    </ul>
    <style>
    #q3more {display: none;}
    </style>
    
    <span id="q3dots">...</span>
    <span id="q3more">
    Answer is A) <br>
    Narenda Modi is the Prime minister of india.</span><br>
    <button id="q3mybtn" onclick="q3function()"> Show Answer </button>
    
    <script>
    function q3function() {
    var q3dots = document.getElementById("q3dots");
    var q3moreText = document.getElementById("q3more");
    var q3btnText = document.getElementById("q3mybtn");
    
    if (q3dots.style.display === "none") {
    q3dots.style.display = "inline";
    q3btnText.innerHTML = "Show Answer";
    q3moreText.style.display = "none";
    }
    else {
    q3dots.style.display = "none";
    q3btnText.innerHTML = "Hide Answer";
    q3moreText.style.display = "inline";
    }
    }
    </script>
    
    </div>

    Quiz Question create quiz with start button

    READ MORE…

    Share. Facebook Twitter LinkedIn WhatsApp Telegram Pinterest Reddit Email
    Previous ArticleQuiz App in Android studio source code free – Android Tutorial
    Next Article Motivational Story – चंदन का बगीचा – हिंदी प्रेरणादायक कहानी

    Related Posts

    Quizler: A simple beautiful Quiz app built with Flutter

    Quiz App 2 Mins Read

    A Flutter MCQ quiz app with firebase google login

    Quiz App 2 Mins Read

    A simple quiz app for weebs made with flutter source code

    Quiz App 2 Mins Read

    Music player app in flutter and dart using node.js music API

    ANDROID APP 2 Mins Read

    Comments are closed.

    Recent Posts
    • Implementing a Dynamic FAQ Screen UI in Flutter Using ExpansionTile March 29, 2025
    • Creating an Instruction UI Screen in Flutter Application March 29, 2025
    • Animated Backgrounds in Flutter: A Complete Guide March 15, 2025
    • How to make Diary App using flutter stepwise using getx August 31, 2024
    • How to Create Music Player UI screen with fully functional in flutter August 30, 2024
    • How to make ListView Builder Ui in flutter with Source Code August 29, 2024
    • Create a TabBar View in flutter with fully functional stepwise August 28, 2024
    • How to create TabBar view in flutter with source code step wise August 27, 2024
    • How to make Heart rate measure app with Flutter stepwise August 26, 2024
    • How to make ChatGpt App in flutter with source code Stepwise August 25, 2024
    Facebook Twitter Instagram Pinterest YouTube
    • About
    • Contact
    • Disclaimer
    • Privacy Policy
    Copyright by DeepCrazyWorld © 2025

    Type above and press Enter to search. Press Esc to cancel.