forked from hasslesstech/edu-dis-labs
initial
This commit is contained in:
7
docs/.vuepress/quizzes/index.js
Normal file
7
docs/.vuepress/quizzes/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import quiz1 from './quiz1.json'
|
||||
import quiz2 from './quiz2.json'
|
||||
|
||||
export {
|
||||
quiz1,
|
||||
quiz2
|
||||
}
|
||||
185
docs/.vuepress/quizzes/quiz1.json
Normal file
185
docs/.vuepress/quizzes/quiz1.json
Normal file
@@ -0,0 +1,185 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
41
docs/.vuepress/quizzes/quiz2.json
Normal file
41
docs/.vuepress/quizzes/quiz2.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"user": "Dave",
|
||||
"questions": [
|
||||
{
|
||||
"text": "Who is the Batman",
|
||||
"responses": [
|
||||
{
|
||||
"text": "Laughing Bat"
|
||||
},
|
||||
{
|
||||
"text": "Bruce Wayne",
|
||||
"correct": true
|
||||
},
|
||||
{
|
||||
"text": "Dick Grayson"
|
||||
},
|
||||
{
|
||||
"text": "None of the above"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "\"Yahoo\", \"Infoseek\" and \"Lycos\" are _________?",
|
||||
"responses": [
|
||||
{
|
||||
"text": "Browsers "
|
||||
},
|
||||
{
|
||||
"text": "Search Engines",
|
||||
"correct": true
|
||||
},
|
||||
{
|
||||
"text": "News Group"
|
||||
},
|
||||
{
|
||||
"text": "None of the above"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user