Updated quiz lesson-3 to hi

pull/121/head
Sanjay 4 years ago
parent bebf466376
commit 9c732143af

@ -226,47 +226,47 @@
}, },
{ {
"id": 5, "id": 5,
"title": "Lesson 3 - Creating Accessible Webpages: Pre-Lecture Quiz", "title": "पाठ 3 - सुलभ वेबपेज बनाना: प्री-लेक्चर क्विज़",
"quiz": [ "quiz": [
{ {
"questionText": "An accessible web site can be checked in which browser tool", "questionText": "एक सुलभ वेब साइट की जाँच कॉनसी ब्राउज़र टूल मे की सकती है",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Lighthouse", "answerText": "लाइटहाउस",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Deckhouse", "answerText": "डेकहाउस",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "Cleanhouse", "answerText": "क्लीनहाउस",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "You need a physical screen reader to test accessibility for visually-impaired users", "questionText": "दृष्टिहीन उपयोगकर्ताओं के लिए पहुँच क्षमता का परीक्षण करने के लिए आपको एक भौतिक स्क्रीन रीडर की आवश्यकता होती है",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "सही",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "गलत",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "Accessibility is only important on government web sites", "questionText": "सरकारी वेब साइटों पर पहुंच केवल महत्वपूर्ण है",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "सही",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "गलत",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
@ -275,47 +275,47 @@
}, },
{ {
"id": 6, "id": 6,
"title": "Lesson 3 - Creating Accessible Webpages: Post-Lecture Quiz", "title": "पाठ 3 - एक्सेसिबल वेबपेज बनाना: पोस्ट-लेक्चर क्विज़",
"quiz": [ "quiz": [
{ {
"questionText": "Lighthouse only checks for accessibility problems", "questionText": "लाइटहाउस केवल सुलभता की समस्याओं की जाँच करता है",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "सही",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "false", "answerText": "गलत",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "Color-safe palettes help people with", "questionText": "रंग-सुरक्षित पट्टियाँ कौनसे लोगोकि मदद करती हैं",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "color-blindness", "answerText": "वर्णांधता (color-blindness)",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "visual impairments", "answerText": "दृष्टिदोष (visual impairments)",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "both the above", "answerText": "उपरोक्त दोनों",
"isCorrect": "true" "isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "Descriptive links are vital for accessible web sites", "questionText": "सुलभ वेब साइटों के लिए वर्णनात्मक लिंक महत्वपूर्ण हैं",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "सही",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "false", "answerText": "गलत",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

Loading…
Cancel
Save