क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

NCERT ने सिलेबस में 1975-1977 इमरजेंसी सेक्शन शामिल:कक्षा 9वीं को पढ़ाया जाएगा; NEP 2020 के तहत पाठ्यक्रम में बदलाव

On: जून 25, 2026 10:06 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

NCERT यानी नेशनल काउंसिल फॉर एजुकेशनल रिसर्च एंड ट्रेनिंग ने पहली बार कक्षा 9 की सामाजिक विज्ञान की किताब में 1975-77 की इमरजेंसी को शामिल किया है। नई किताब ‘अंडरस्टैंडिंग सोसाइटी: इंडिया एंड बियॉन्ड’ में इमरजेंसी को भारतीय लोकतंत्र के सामने आई सबसे बड़ी चुनौतियों में से एक बताया गया है। ANI की रिपोर्ट के मुताबिक, NCERT के एक अधिकारी ने पुष्टि की है कि कक्षा 9 की किताब में पहली बार इमरजेंसी पर अलग सेक्शन जोड़ा गया है। यह बदलाव ऐसे समय में हुआ है, जब देश ने हाल ही में इमरजेंसी लागू होने के 50 साल पूरे होने को याद किया है। किताब में लिखा- इंदिरा सरकार के खिलाफ लोगों में नाराजगी बढ़ी किताब में लिखा गया है कि 1970 के दशक की शुरुआत में इंदिरा गांधी सरकार के खिलाफ लोगों में नाराजगी बढ़ रही थी। बेरोजगारी, महंगाई और कुप्रबंधन के आरोपों के कारण कई जगह विरोध प्रदर्शन हुए। इसके बाद जून 1975 में आंतरिक अशांति के आधार पर राष्ट्रीय इमरजेंसी लागू की गई। किताब के अनुसार, इस दौरान अधिकांश मौलिक अधिकार निलंबित कर दिए गए, प्रेस पर सेंसरशिप लगाई गई और कई राजनीतिक नेताओं व कार्यकर्ताओं को गिरफ्तार किया गया। पुस्तक में कहा गया है कि इस दौर में लोकतांत्रिक संस्थाओं पर दबाव बढ़ा और लोगों की स्वतंत्रता सीमित हो गई। जयप्रकाश नारायण के आंदोलन का भी जिक्र किताब में लोकनायक जयप्रकाश नार

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

Tendulkar Hails ICC: मां बनने के बाद भी जारी रहेगा करियर? आईसीसी के नए नियम की सचिन तेंदुलकर ने की जमकर तारीफ

red and white modern breaking news youtube thumbnail

CG Weather Update: छत्तीसगढ़ के कई जिलों में आंधी-बारिश और वज्रपात का अलर्ट, गर्मी से मिलेगी राहत

red and white modern breaking news youtube thumbnail

कैंसर से बचे लोगों का शिविर, इलाज के बाद भी संघर्ष: कैंसर से जीती, अब डर से जंग; 500 महिलाओं ने अकेलेपन को हराना सीखा

red and white modern breaking news youtube thumbnail

कौन हैं आकाश दीप की पत्नी अक्षिता? : रोहतास की रहने वालीं; भारतीय क्रिकेटर ने इंस्टाग्राम पर साझा की तस्वीरें

red and white modern breaking news youtube thumbnail

हवाई सफर 25% तक महंगा हो सकता है:मैकिंजी रिपोर्ट में दावा, ज्यादातर देश रिजर्व भरने में जुटे; इससे जेट फ्यूल की कीमतें बढ़ेंगी

red and white modern breaking news youtube thumbnail

वर्ल्ड अपडेट्स:टेक्सास के ICE सेंटर पर हमले दोषियों को 100 से 70 साल तक की सजा

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });