৬ষ্ঠ শ্রেণি ইতিহাস ও সামাজিক বিজ্ঞান গাইড ২০২৪
গাইডে যেসব অধ্য্য়য় গুলো নিয়ে আলোচনা করা হয়েছে সেগুলো হলো-
- অভিজ্ঞতা-১: নানা পরিচয়ে আমি (MY different Identity)
- অভিজ্ঞতা-২: সক্রিয় নাগরিক ক্লাব (Active Citizens Club)
- অভিজ্ঞতা-৩: ইতিহাস জানার উপায় (Ways of Knowing History)
- অভিজ্ঞতা-৪: বিজ্ঞানের চোখ দিয়ে চারপাশ দেখি (Looking Around through the Lens of Science)
- অভিজ্ঞতা-৫: বাংলা অঞ্চলের ইতিহাসে ভূপ্রকৃতির প্রভাব (Influence of Landform on the History of the Bengal Region)
- অভিজ্ঞতা-৬: দক্ষিণ এশিয়া ও বিশ্বের ইতিহাসে ভূপ্রকৃতির প্রভাব (Influence of Landform on South Asian and World History)
- অভিজ্ঞতা-৭: প্রকৃতি সংরক্ষণ কার্যক্রম (Nature Conservation Activity)
- অভিজ্ঞতা-৮: আমাদের এলাকায় মুক্তিযুদ্ধ (Muktijuddha in Our Locality)
- অভিজ্ঞতা-৯: হাজার বছরের পথ পরিক্রমায় বাংলা অঞ্চলে স্বাধীন বাংলাদেশ-এর অভ্যুদয় (The Emergence of Independent Bangladesh in the Bengal Region after a Journey of Millennia)
- অভিজ্ঞতা-১০: বই পড়া কর্মসূচি (Book Reading Programme)
- অভিজ্ঞতা-১১: প্রাকৃতিক ও সামাজিক কাঠামো (Natural and Social Structures)
- অভিজ্ঞতা-১২: প্রাকৃতিক ও সামাজিক কাঠামোর আন্তঃসম্পর্ক (The interrelation between natural and social structures, and our responsibilities)
- অভিজ্ঞতা-১৩: সমাজ ও সম্পদের কথা (Society and Resources)
Suggestions Coming Soon….
Download Menu
// Set your target date and time (e.g., 2024-07-10 12:00:00)
const targetDate = new Date(“2024-07-05T20:44:30”).getTime();
// Update the countdown timer
function updateTimer() {
const now = new Date().getTime();
const timeLeft = targetDate – now;
if (timeLeft > 0) {
const days = Math.floor(timeLeft / (1000 * 60 * 60 * 24));
const hours = Math.floor((timeLeft % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((timeLeft % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((timeLeft % (1000 * 60)) / 1000);
document.getElementById(“timer”).textContent = `${days} Day ${hours} hours ${minutes} minutes ${seconds} seconds`;
} else {
document.getElementById(“download-buttonm”).style.display = “block”;
document.getElementById(“timer”).textContent = ” Download from the link below”;
document.getElementById(“bki”).textContent = “Download Link is Ready!”;
}
}
// Update the timer every second
setInterval(updateTimer, 1000);

.png)










