HOW MAKE MCQ QUESTION IN BLOGGER using JavaScript
1. Which programming language are required to prepare MCQ based paper in blogger/ ब्लॉगर में MCQ आधारित पेपर तैयार करने के लिए कौन सी प्रोग्रामिंग लैंग्वेज की आवश्यकता होती है
2. Procedure to make MCQ type Paper using given code/दिए गए कोड का उपयोग करके MCQ टाइप पेपर बनाने की प्रक्रिया
3. Link to download the code / कोड डाउनलोड करने के लिए लिंक
1. Types Questions
Explain:-
1. Which programming language are required to prepare MCQ based paper in blogger/ ब्लॉगर में MCQ आधारित पेपर तैयार करने के लिए कौन सी प्रोग्रामिंग लैंग्वेज की आवश्यकता होती है
In order to make MCQ based Paper we are going to make use of HTML and JavaScript where HTML is hyper text markup Language which is used to create structure of web document. on the other side JavaScript is used to make the content dynamic or change the property of element
So we are going to make use of two programming language like HTML and JavaScript
NOTE: if u want to decorate the content then you can make use of CSS also
ब्लॉगर में MCQ आधारित पेपर बनाने के लिए हम HTML और JavaScript का उपयोग करने जा रहे हैं जहाँ HTML हाइपर टेक्स्ट मार्कअप लैंग्वेज है जिसका उपयोग वेब दस्तावेज़ की संरचना बनाने के लिए किया जाता है। दूसरी ओर जावास्क्रिप्ट का उपयोग तत्व की संपत्ति को बदलने के लिए किया जाता है
इसलिए हम दो प्रोग्रामिंग भाषा जैसे HTML और JavaScript का उपयोग करने जा रहे हैं
नोट: यदि आप तत्वों को सजाना चाहते हैं तो आप CSS का भी उपयोग कर सकते हैं
2. Procedure to make MCQ type Paper using given code/दिए गए कोड का उपयोग करके MCQ टाइप पेपर बनाने की प्रक्रिया
Step1. Download the code from the link provided below. (नीचे दिए गए लिंक से कोड डाउनलोड करें।)
Step2. Replace the Type Question with yours question and replace Types 1st options, Types 2nd options with correct option in the code. (टाइप प्रश्न को अपने प्रश्न से बदलें और टाइप 1 विकल्प, टाइप 2 विकल्प को कोड में सही विकल्प से बदलें।)
Step3. Replace Answer and Explanation with correct answer and explanation in the code (उत्तर और स्पष्टीकरण को कोड में सही उत्तर और स्पष्टीकरण से बदलें)
Step4. Go to the HTML view in Blogger and Paste the code (ब्लॉगर में HTML व्यू पर जाएं और कोड पेस्ट करें)
Step5. Repeat the step 1 to 4 for next question but do not forget to replace question number in Code like q1 with q2 (अगले प्रश्न के लिए चरण 1 से 4 दोहराएं लेकिन कोड में प्रश्न संख्या को बदलना न भूलें, उदाहरण के लिए q1 को q2 से बदलना)
3. Link to download the code / कोड डाउनलोड करने के लिए लिंक
Click here to Download the code
Thanking you, please Like and share our post
No comments:
Post a Comment