{
  "user": "Dave",
  "questions": [
     {
        "text": "What is the full form of HTTP?",
        "responses": [
           {
              "text": "Hyper text transfer package"
           },
           {
              "text": "Hyper text transfer protocol",
              "correct": true
           },
           {
              "text": "Hyphenation text test program"
           },
           {
              "text": "None of the above"
           }
        ]
     },
     {
        "text": "HTML document start and end with which tag pairs?",
        "responses": [
           {
              "text": "HTML",
              "correct": true
           },
           {
              "text": "WEB"
           },
           {
              "text": "HEAD"
           },
           {
              "text": "BODY"
           }
        ]
     },
     {
        "text": "Which tag is used to create body text in HTML?",
        "responses": [
           {
              "text": "HEAD"
           },
           {
              "text": "BODY",
              "correct": true
           },
           {
              "text": "TITLE"
           },
           {
              "text": "TEXT"
           }
        ]
     },
     {
        "text": "Outlook Express is _________",
        "responses": [
           {
              "text": "E-Mail Client",
              "correct": true
           },
           {
              "text": "Browser"
           },
           {
              "text": "Search Engine"
           },
           {
              "text": "None of the above"
           }
        ]
     },
     {
        "text": "What is a search engine?",
        "responses": [
           {
              "text": "A hardware component "
           },
           {
              "text": "A machinery engine that search data"
           },
           {
              "text": "A web site that searches anything",
              "correct": true
           },
           {
              "text": "A program that searches engines"
           }
        ]
     },
     {
        "text": "What does the .com domain represents?",
        "responses": [
           {
              "text": "Network"
           },
           {
              "text": "Education"
           },
           {
              "text": "Commercial",
              "correct": true
           },
           {
              "text": "None of the above"
           }
        ]
     },
     {
        "text": "In Satellite based communication, VSAT stands for? ",
        "responses": [
           {
              "text": " Very Small Aperture Terminal",
              "correct": true
           },
           {
              "text": "Varying Size Aperture Terminal "
           },
           {
              "text": "Very Small Analog Terminal"
           },
           {
              "text": "None of the above"
           }
        ]
     },
     {
        "text": "What is the full form of TCP/IP? ",
        "responses": [
           {
              "text": "Telephone call protocol / international protocol"
           },
           {
              "text": "Transmission control protocol / internet protocol",
              "correct": true
           },
           {
              "text": "Transport control protocol / internet protocol "
           },
           {
              "text": "None of the above"
           }
        ]
     },
     {
        "text": "What is the full form of HTML?",
        "responses": [
           {
              "text": "Hyper text marking language"
           },
           {
              "text": "Hyphenation text markup language "
           },
           {
              "text": "Hyper text markup language",
              "correct": true
           },
           {
              "text": "Hyphenation test marking language"
           }
        ]
     },
     {
        "text": "\"Yahoo\", \"Infoseek\" and \"Lycos\" are _________?",
        "responses": [
           {
              "text": "Browsers "
           },
           {
              "text": "Search Engines",
              "correct": true
           },
           {
              "text": "News Group"
           },
           {
              "text": "None of the above"
           }
        ]
     }
  ]
}