Updated quiz lesson-8 to hi

pull/121/head
Sanjay 4 years ago
parent b2e630e619
commit 10c61c7dda

@ -756,47 +756,47 @@
}, },
{ {
"id": 15, "id": 15,
"title": "Lesson 8 - Terrarium Project - Introduction to HTML: Pre-Lecture Quiz", "title": "पाठ 8 - टेरारियम प्रोजेक्ट - HTML का परिचय: पूर्व व्याख्यान प्रश्नोत्तरी",
"quiz": [ "quiz": [
{ {
"questionText": "HTML stands for 'HyperText Mockup Language'", "questionText": "HTML अर्थ 'HyperText Mockup Language' है",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "सही",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "गलत",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "All HTML tags need both opening and closing tags", "questionText": "सभी HTML टैग को टैग खोलने और बंद करने दोनों की आवश्यकता होती है",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "सही",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "गलत",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "Using semantic markup is most important for", "questionText": "सेमेन्टीक मार्कअप का उपयोग करना सबसे महत्वपूर्ण है",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "code readability", "answerText": "कोड पठनीयता",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "screen readers", "answerText": "स्क्रीन रीडर",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "maintenance", "answerText": "मैन्ट्नन्स",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -805,51 +805,51 @@
}, },
{ {
"id": 16, "id": 16,
"title": "Lesson 8 - Terrarium Project - Introduction to HTML: Post-Lecture Quiz", "title": "पाठ 8 - टेरारियम प्रोजेक्ट - HTML का परिचय: व्याख्यान उपरांत प्रश्नोत्तरी",
"quiz": [ "quiz": [
{ {
"questionText": "Spans and Divs are interchangeable", "questionText": "Spans और Divs विनिमेय हैं",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "सही",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "गलत",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "The head of an HTML doc can contain:", "questionText": "HTML डॉक के प्रमुख में ये शामिल हो सकते हैं:",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "the title tag", "answerText": "टाइटल टैग",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "metadata", "answerText": "मेटाडाटा",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "all the above", "answerText": "उपर्युक्त सभी",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "You can't use deprecated tags in your markup", "questionText": "आप अपने मार्कअप में पदावनत टैग का उपयोग नहीं कर सकते हैं",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "सही",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "गलत",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false, but they have been deprecated for good reason", "answerText": "गलत है, लेकिन उन्हें अच्छे कारण के लिए पदावनत किया गया है",
"isCorrect": "true" "isCorrect": "true"
} }
] ]

Loading…
Cancel
Save