.gw-section { margin-bottom: 35px; padding: 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.gw-title { color: #2c3e50; font-weight: 800; font-size: 28px; border-bottom: 3px solid #e74c3c; padding-bottom: 10px; margin-bottom: 25px; }
.gw-h2 { color: #2c3e50; font-size: 22px; margin-top: 0; margin-bottom: 15px; }
.gw-grammar-box { background: #fff; padding: 15px; border-left: 4px solid #3498db; margin-bottom: 15px; border-radius: 0 8px 8px 0; }
.gw-vocab-list { column-count: 2; column-gap: 40px; }
@media (max-width: 600px) { .gw-vocab-list { column-count: 1; } }
.gw-vocab-item { padding: 5px 0; border-bottom: 1px solid #eee; }
/* Quiz Game Styles */
#gw-quiz-container-2 { background: #fff; border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.gw-question { font-size: 20px; font-weight: bold; margin-bottom: 20px; color: #2c3e50; }
.gw-options { display: flex; flex-direction: column; gap: 10px; }
.gw-option { background: #3498db; color: white; padding: 12px; border-radius: 8px; cursor: pointer; transition: 0.2s; font-weight: 600; border: none; width: 100%; font-size: 16px; }
.gw-option:hover { background: #2980b9; transform: translateY(-2px); }
.gw-option.correct { background: #27ae60 !important; }
.gw-option.wrong { background: #e74c3c !important; }
#gw-score-screen-2 { display: none; }
.gw-btn-restart { margin-top: 20px; background: #f39c12; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; font-size: 16px; font-weight: bold; }
const gwQuestions2 = [
{ q: "'Anne' kelimesinin İngilizcesi nedir?", options: ["Father", "Mother", "Brother", "Uncle"], answer: 1 },
{ q: "'Brother' ne demektir?", options: ["Erkek kardeş", "Kız kardeş", "Baba", "Dede"], answer: 0 },
{ q: "'Bu benim babam.' demek için hangi cümleyi kullanırız?", options: ["This is my mother.", "Who is this?", "This is my father.", "That is my sister."], answer: 2 },
{ q: "'Who is this?' sorusunun anlamı nedir?", options: ["Nasılsın?", "Adın ne?", "Bu kim?", "Kaç yaşındasın?"], answer: 2 },
{ q: "'Büyükanne / Nine' anlamına gelen kelime hangisidir?", options: ["Grandfather", "Aunt", "Sister", "Grandmother"], answer: 3 },
{ q: "'Kız kardeş' İngilizcede nasıl söylenir?", options: ["Sister", "Cousin", "Brother", "Dad"], answer: 0 },
{ q: "'Uncle' kelimesinin Türkçe karşılığı nedir?", options: ["Teyze", "Amca/Dayı", "Kuzen", "Büyükbaba"], answer: 1 },
{ q: "'Şu benim dedem.' cümlesinin İngilizcesi nedir?", options: ["This is my dad.", "That is my grandpa.", "This is my grandma.", "Who is that?"], answer: 1 },
{ q: "Aşağıdakilerden hangisi bir aile üyesi DEĞİLDİR?", options: ["Teacher", "Aunt", "Cousin", "Mother"], answer: 0 },
{ q: "'Aunt' ne anlama gelir?", options: ["Baba", "Erkek kardeş", "Teyze/Hala", "Amca/Dayı"], answer: 2 }
];
let gwCurrentQ2 = 0;
let gwScore2 = 0;
function gwStartQuiz2() {
gwCurrentQ2 = 0;
gwScore2 = 0;
document.getElementById('gw-score-screen-2').style.display = 'none';
document.getElementById('gw-game-screen-2').style.display = 'block';
gwLoadQuestion2();
}
function gwLoadQuestion2() {
document.getElementById('gw-progress-2').innerText = `Soru ${gwCurrentQ2 + 1} / ${gwQuestions2.length}`;
document.getElementById('gw-score-2').innerText = `Puan: ${gwScore2}`;
const qData = gwQuestions2[gwCurrentQ2];
document.getElementById('gw-question-text-2').innerText = qData.q;
const optionsBox = document.getElementById('gw-options-box-2');
optionsBox.innerHTML = '';
qData.options.forEach((opt, index) => {
const btn = document.createElement('button');
btn.className = 'gw-option';
btn.innerText = opt;
btn.onclick = () => gwCheckAnswer2(btn, index, qData.answer);
optionsBox.appendChild(btn);
});
}
function gwCheckAnswer2(btn, selected, correct) {
const buttons = document.getElementById('gw-options-box-2').querySelectorAll('.gw-option');
buttons.forEach(b => b.disabled = true);
if (selected === correct) {
btn.classList.add('correct');
gwScore2 += 10;
} else {
btn.classList.add('wrong');
buttons[correct].classList.add('correct');
}
setTimeout(() => {
gwCurrentQ2++;
if (gwCurrentQ2 < gwQuestions2.length) {
gwLoadQuestion2();
} else {
gwEndQuiz2();
}
}, 1200);
}
function gwEndQuiz2() {
document.getElementById('gw-game-screen-2').style.display = 'none';
document.getElementById('gw-score-screen-2').style.display = 'block';
document.getElementById('gw-final-score-2').innerText = gwScore2;
}
gwStartQuiz2();
2. Sınıf 2. Ünite: My Family (Konu Anlatımı)
📖 1. Konu Anlatımı (Grammar & Expressions)
Bu ünitemizde aile bireylerimizin İngilizce isimlerini öğreniyoruz. Ayrıca yanımızdaki veya uzaktaki birini tanıtırken hangi kelimeleri kullanmamız gerektiğine bakacağız.
A. Family Members (Aile Bireyleri)
- Mother / Mom: Anne
- Father / Dad: Baba
- Sister: Kız kardeş
- Brother: Erkek kardeş
- Grandmother / Grandma: Büyükanne / Nine
- Grandfather / Grandpa: Büyükbaba / Dede
- Uncle: Amca / Dayı
- Aunt: Teyze / Hala
B. Who is this? / Who is that? (Bu kim? / Şu kim?)
Birinin kim olduğunu sormak için "Who" (Kim) soru kelimesini kullanırız.
- Who is this? (Bu kim? - Yakınımızdaki biri için)
- Who is that? (Şu kim? - Uzaktaki biri için)
C. Introducing Family (Aileyi Tanıtma)
Aile üyelerimizi tanıtırken "This is my..." (Bu benim...) veya "That is my..." (Şu benim...) kalıplarını kullanırız.
- This is my mother. (Bu benim annem.)
- That is my father. (Şu benim babam.)
- This is my sister, Ayşe. (Bu benim kız kardeşim, Ayşe.)
📋 2. Detaylı Kelime Listesi (Wordwall / Quizlet İçin)
Öğretmenler: Aşağıdaki listeyi kopyalayıp Wordwall'a yapıştırarak saniyeler içinde çark veya eşleştirme oyunu oluşturabilirsiniz.
Family = Aile
Mother = Anne
Mom = Anne (Kısa)
Father = Baba
Dad = Baba (Kısa)
Sister = Kız kardeş
Brother = Erkek kardeş
Grandmother = Büyükanne
Grandma = Nine
Grandfather = Büyükbaba
Grandpa = Dede
Uncle = Amca / Dayı
Aunt = Teyze / Hala
Cousin = Kuzen
Who = Kim
This = Bu
That = Şu / O
🎮 3. İnteraktif Kelime Testi (Quiz)
Aile bireylerini ne kadar iyi öğrendiğini test et!
Soru 1 / 10
Puan: 0
Soru yükleniyor...
Harika iş çıkardın! 🎉
Toplam Puanın: 0 / 100
Tekrar Oyna📺 4. Konu Anlatım ve Şarkı Videoları
Aile üyelerini eğlenceli şarkılarla ve telaffuzlarıyla öğrenelim:
Henuz yorum yapilmamis. Ilk yorumu siz yapin!
Yorum yapmak icin giris yapin veya uye olun.