Have you ever wished you could duplicate your Blockly code from a previous mission, instead of having to program it block by block again and again? Well, your wish is our command! Introducing, the new Export Blockly and Import Blockly buttons! Find them at the top of the Code Editor.
क्या आपने कभी यह चाहा है कि आप अपने ब्लॉकली कोड को पिछले मिशन से बार-बार ब्लॉक करके प्रोग्राम करने के बजाय डुप्लिकेट कर सकते हैं? खैर, आपकी इच्छा हमारी आज्ञा है! पेश है, ब्लॉकली एक्सपोर्ट करें और ब्लॉकली इंपोर्ट करें बटन! उन्हें कोड एडिटर के शीर्ष पर खोजें।
Exporting Blockly
Importing Blockly
अवरुद्ध रूप से निर्यात करना (एक मिशन से कोड डाउनलोड करना)
अवरोधित रूप से आयात करना (एक मिशन में कोड अपलोड करना)
Exporting Blockly (downloading code from a mission)
अवरुद्ध रूप से निर्यात करना (एक मिशन से कोड डाउनलोड करना)
Use the Export button to download your completed blockly code as an XML file:
अपने पूर्ण ब्लॉकली कोड को XML फ़ाइल के रूप में डाउनलोड करने के लिए निर्यात बटन का उपयोग करें:
The file will be saved under the mission's name.
फ़ाइल को मिशन के नाम से सहेजा जाएगा।
Importing Blockly (uploading code into a mission)
अवरोधित रूप से आयात करना (एक मिशन में कोड अपलोड करना)
Whenever you want to use code you have exported from a previous mission, simply click the Import button and select the relevant XML file. Your imported code will appear in the Code Editor!
जब भी आप पिछले मिशन से निर्यात किए गए कोड का उपयोग करना चाहते हैं, तो बस आयात बटन पर क्लिक करें और प्रासंगिक एक्सएमएल फ़ाइल का चयन करें। आपका आयातित कोड कोड एडिटर में दिखाई देगा!
Note: importing Blockly code works best within a particular course, since not all blocks work for all robots. If you're using EV3, make sure to only import code you exported from an EV3 course/mission. If you're using Ruby, code from Ruby missions will work best, etc.
नोट: ब्लॉकली कोड आयात करना किसी विशेष पाठ्यक्रम में सबसे अच्छा काम करता है, क्योंकि सभी ब्लॉक सभी रोबोट के लिए काम नहीं करते हैं। यदि आप EV3 का उपयोग कर रहे हैं, तो सुनिश्चित करें कि आप केवल EV3 पाठ्यक्रम/मिशन से निर्यात किए गए कोड को ही आयात करें। यदि आप रूबी का उपयोग कर रहे हैं, तो रूबी मिशन से कोड सबसे अच्छा काम करेगा, आदि।
For example, this code, exported from a mission in the CoderZ Adventure course using the EV3 or Lego Spike PRIME robot and imported into a Ruby mission in Cyber Robotics 102 course, is greyed out and will not work, since these particular blocks are incompatible with Ruby Robot.
उदाहरण के लिए, यह कोड, EV3 या लेगो स्पाइक प्राइम रोबोट का उपयोग करके कोडरज़ एडवेंचर कोर्स में एक मिशन से निर्यात किया गया है और साइबर रोबोटिक्स 102 पाठ्यक्रम में रूबी मिशन में आयात किया गया है, इसे धूसर कर दिया गया है और यह काम नहीं करेगा, क्योंकि ये विशेष ब्लॉक असंगत हैं रूबी रोबोट।
टिप्पणियां
कृपया टिप्पणी करने के लिए साइन इन करें करें.