From 31d7072e3af0f328dd7408733c7d3e24ff5c9f98 Mon Sep 17 00:00:00 2001 From: Sanjay <54913971+San1ay@users.noreply.github.com> Date: Sun, 3 Jan 2021 13:06:24 +0530 Subject: [PATCH] Updated quiz lesson-22 to hi --- quiz-app/src/assets/translations/hi.json | 38 ++++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/quiz-app/src/assets/translations/hi.json b/quiz-app/src/assets/translations/hi.json index 8a77d25d..cf75a6a6 100644 --- a/quiz-app/src/assets/translations/hi.json +++ b/quiz-app/src/assets/translations/hi.json @@ -2196,43 +2196,43 @@ }, { "id": 43, - "title": "Lesson 22 - Bank Project - Build a Login and Registration Form: Pre-Lecture Quiz", + "title": "पाठ 22 - बैंक प्रोजेक्ट - एक लॉगिन और पंजीकरण फॉर्म बनाएँ: पूर्व व्याख्यान प्रश्नोत्तरी", "quiz": [ { - "questionText": "HTML forms allow to send user input to a server without using JavaScript", + "questionText": "HTML फ़ॉर्म जावास्क्रिप्ट का उपयोग किए बिना एक सर्वर से उपयोगकर्ता इनपुट भेजने की अनुमति देते हैं", "answerOptions": [ { - "answerText": "true", + "answerText": "सही", "isCorrect": "true" }, { - "answerText": "false", + "answerText": "गलत", "isCorrect": "false" } ] }, { - "questionText": "