Updated quiz lesson-1 to hi

pull/121/head
Sanjay 4 years ago
parent 3eae902b89
commit 202bd58836

@ -1,56 +1,56 @@
[ [
{ {
"title": "Web Development for Beginners: Quizzes", "title": "शुरुआती के लिए वेब विकास: क्विज़",
"complete": "Congratulations, you completed the quiz!", "complete": "बधाई, आपने प्रश्नोत्तरी पूरी कर ली!",
"error": "Sorry, try again", "error": "क्षमा करें दोबारा प्रयास कीजिये",
"quizzes": [ "quizzes": [
{ {
"id": 1, "id": 1,
"title": "Lesson 1 - Intro to Programming Languages: Pre-Lecture Quiz", "title": "पाठ 1 - प्रोग्रामिंग भाषाओं का परिचय: पूर्व व्याख्यान प्रश्नोत्तरी",
"quiz": [ "quiz": [
{ {
"questionText": "A program can be created without the creator writing any code", "questionText": "किसी भी कोड को लिखने वाले निर्माता के बिना एक कार्यक्रम बनाया जा सकता है",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "सही",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "false", "answerText": "गलत",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "Low level languages are a popular choice for", "questionText": "निम्न स्तर की भाषाएँ इसके लिए एक लोकप्रिय विकल्प हैं",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Websites", "answerText": "वेबसाइटें",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "Hardware", "answerText": "हार्डवेयर",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Video game software", "answerText": "वीडियो गेम सॉफ्टवेयर",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "Which one of these tools would most likely be in a web developer's environment?", "questionText": "इनमें से कौन सा उपकरण सबसे अधिक संभावना वेब डेवलपर के वातावरण में होगा?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Hardware, like a Raspberry Pi", "answerText": "हार्डवेयर, रास्पबेरी पाई की तरह",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "Browser DevTools", "answerText": "ब्राउज़र डेबटूल्स",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Operating system documentation", "answerText": "ऑपरेटिंग सिस्टम प्रलेखन",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -59,51 +59,51 @@
}, },
{ {
"id": 2, "id": 2,
"title": "Lesson 1 - Intro to Programming Languages: Post-Lecture Quiz", "title": "पाठ 1 - प्रोग्रामिंग भाषाओं का परिचय: पोस्ट-व्याख्यान प्रश्नोत्तरी",
"quiz": [ "quiz": [
{ {
"questionText": "What language would you most likely use to create a website?", "questionText": "वेबसाइट बनाने के लिए आप किस भाषा का सबसे अधिक उपयोग करेंगे?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Machine Code", "answerText": "मशीन कोड",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "JavaScript", "answerText": "जावास्क्रिप्ट",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Bash", "answerText": "ब्यास",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "Development environments are unique to each developer", "questionText": "विकास वातावरण प्रत्येक डेवलपर के लिए अद्वितीय हैं",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "सही",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "false", "answerText": "गलत",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "What will a developer do to fix buggy code?", "questionText": "बगी कोड को ठीक करने के लिए एक डेवलपर क्या करेगा?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Syntax highlighting", "answerText": "वाक्य - विन्यास पर प्रकाश डालना",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "Debugging", "answerText": "डिबगिंग",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Code formatting", "answerText": "कोड स्वरूपण",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

Loading…
Cancel
Save