ভারতের সংবিধান সম্পর্কিত গুরুত্বপূর্ণ India Constitution GK Questions in Bengali এখানে বিস্তারিতভাবে দেওয়া হলো। প্রতিযোগিতামূলক পরীক্ষার জন্য উপযোগী ভারতের সংবিধান প্রশ্ন ও উত্তর Bangla, Competative MCQ কোশ্চেন, এবং সহজ ভাষায় Indian Constitution in Bengali ব্যাখ্যা করা হয়েছে।
body {
font-family: “Noto Sans Bengali”, sans-serif;
background: #f4f4f9;
padding: 20px;
}
.quiz-container {
max-width: 900px;
margin: auto;
background: #fff;
padding: 20px;
border-radius: 12px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
h2 {
text-align: center;
margin-bottom: 20px;
}
.question {
margin: 15px 0;
font-weight: bold;
}
.options button {
display: block;
margin: 6px 0;
padding: 10px;
border: none;
border-radius: 8px;
background: #eee;
cursor: pointer;
width: 100%;
text-align: left;
transition: 0.3s;
}
.options button.correct { background: #d4edda; color: #155724; }
.options button.wrong { background: #f8d7da; color: #721c24; }
#scoreBox {
margin-top: 20px;
padding: 15px;
background: #f1f1f1;
border-radius: 10px;
font-weight: bold;
text-align: center;
display: none;
}
#showScoreBtn {
margin-top: 20px;
padding: 12px 20px;
border: none;
background: #007bff;
color: #fff;
border-radius: 8px;
cursor: pointer;
display: block;
width: 100%;
font-size: 16px;
}
ভারতীয় সংবিধান MCQ কুইজ (৩০ প্রশ্ন)
let score = 0;
let attempted = 0;
function checkAnswer(button, correct) {
if (button.classList.contains(“correct”) || button.classList.contains(“wrong”)) {
return;
}
if(correct) {
button.classList.add(“correct”);
score++;
} else {
button.classList.add(“wrong”);
}
attempted++;
let parent = button.parentNode;
let buttons = parent.querySelectorAll(“button”);
buttons.forEach(btn => btn.disabled = true);
}
function showScore() {
let scoreBox = document.getElementById(“scoreBox”);
scoreBox.style.display = “block”;
scoreBox.innerHTML = `✅ সঠিক উত্তর: ${score}
❌ ভুল উত্তর: ${attempted – score}
📊 মোট চেষ্টা: ${attempted} / ৩০`;
}
{
“@context”: “https://schema.org”,
“@graph”: [
{
“@type”: “WebPage”,
“@id”: “https://newdigiweb.com/2025/09/indian-constitution-gk-questions-in.html#webpage”,
“url”: “https://newdigiweb.com/2025/09/indian-constitution-gk-questions-in.html”,
“name”: “India Constitution GK Questions in Bengali | ভারতের সংবিধান প্রশ্ন ও উত্তর”
},
{
“@type”: “Article”,
“@id”: “https://newdigiweb.com/2025/09/indian-constitution-gk-questions-in.html#article”,
“answerCount”: 8
“mainEntityOfPage”: {
“@id”: “https://newdigiweb.com/2025/09/indian-constitution-gk-questions-in.html#webpage”
},
“headline”: “India Constitution GK Questions in Bengali | ভারতের সংবিধান প্রশ্ন ও উত্তর”,
“image”: “https://newdigiweb.com/wp-content/uploads/2025/09/indian-constitution-gk.jpg”,
“author”: {
“@type”: “Person”,
“name”: “Dipak Paramanik”
},
“publisher”: {
“@type”: “Organization”,
“name”: “NewDigiWeb”,
“logo”: {
“@type”: “ImageObject”,
“url”: “https://newdigiweb.com/wp-content/uploads/2025/07/newdigiweb-logo.png”
}
},
“datePublished”: “2025-09-18”,
“dateModified”: “2025-10-25”,
“inLanguage”: “bn-BD”,
“description”: “ভারতের সংবিধান প্রশ্ন ও উত্তর Bangla | India Constitution GK Questions in Bengali | প্রতিযোগিতামূলক পরীক্ষার জন্য গুরুত্বপূর্ণ MCQ কোশ্চেন।”
},
{
“@type”: “QAPage”,
“mainEntity”: [
{
“@type”: “Question”,
“name”: “সংবিধান সভার প্রথম স্থায়ী সভাপতি কে ছিলেন?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “ডঃ রাজেন্দ্র প্রসাদ।”
}
},
{
“@type”: “Question”,
“name”: “কাকে ‘ভারতীয় সংবিধানের স্থপতি’ বলা হয়?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “বি আর আম্বেদকর।”
}
},
{
“@type”: “Question”,
“name”: “কোন তারিখ থেকে ভারতীয় সংবিধান কার্যকরী হয়?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “২৬ জানুয়ারি, ১৯৫০।”
}
},
{
“@type”: “Question”,
“name”: “ভারতীয় সংবিধান গৃহীত হয়েছিল কবে?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “২৬ নভেম্বর, ১৯৪৯।”
}
},
{
“@type”: “Question”,
“name”: “ভারতীয় সংবিধানের প্রস্তাবনা কোন দেশের সংবিধান থেকে অনুপ্রাণিত?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “মার্কিন যুক্তরাষ্ট্র।”
}
},
{
“@type”: “Question”,
“name”: “সংবিধানের ৩৭০ নং ধারায় কী বলা হয়েছে?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “জম্মু ও কাশ্মীরের বিশেষ মর্যাদা প্রদান।”
}
},
{
“@type”: “Question”,
“name”: “ভারতের প্রথম মহিলা রাষ্ট্রপতি কে?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “প্রতিভা দেবী সিং পাটিল।”
}
},
{
“@type”: “Question”,
“name”: “ভারতীয় সংবিধানে উল্লিখিত ‘জরুরি অবস্থা’ ধারণাটি কোন দেশ থেকে গৃহীত?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “জার্মানি।”
}
}
]
}
]
}
