.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-5 { 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-5 { 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 gwQuestions5 = [
{ q: "'Kitchen' kelimesinin Türkçe anlamı nedir?", options: ["Yatak odası", "Mutfak", "Banyo", "Bahçe"], answer: 1 },
{ q: "'Where is the dog?' sorusunun anlamı nedir?", options: ["Köpek nerede?", "Bu köpek kimin?", "Köpek nasıl?", "Köpek uyuyor mu?"], answer: 0 },
{ q: "'İçinde' anlamına gelen İngilizce kelime hangisidir?", options: ["On", "Under", "In", "Where"], answer: 2 },
{ q: "Kitap masanın 'üstünde' demek için hangi kelimeyi kullanırız?", options: ["Under", "In", "House", "On"], answer: 3 },
{ q: "'Bathroom' ne demektir?", options: ["Oturma odası", "Oyun odası", "Banyo", "Mutfak"], answer: 2 },
{ q: "'Yatak odası' İngilizcede nasıl söylenir?", options: ["Bedroom", "Living room", "Playroom", "Garden"], answer: 0 },
{ q: "'Under the table' ne anlama gelir?", options: ["Masanın üstünde", "Masanın altında", "Masanın içinde", "Kanepenin altında"], answer: 1 },
{ q: "'Oturma odası' anlamına gelen kelime hangisidir?", options: ["Living room", "Bathroom", "Kitchen", "Bed"], answer: 0 },
{ q: "'Chair' kelimesinin Türkçe karşılığı nedir?", options: ["Yatak", "Masa", "Kanepe", "Sandalye"], answer: 3 },
{ q: "'Where is Ali?' sorusuna verilebilecek uygun cevap hangisidir?", options: ["He is beautiful.", "He is in the kitchen.", "This is my brother.", "I am in the garden."], answer: 1 }
];
let gwCurrentQ5 = 0;
let gwScore5 = 0;
function gwStartQuiz5() {
gwCurrentQ5 = 0;
gwScore5 = 0;
document.getElementById('gw-score-screen-5').style.display = 'none';
document.getElementById('gw-game-screen-5').style.display = 'block';
gwLoadQuestion5();
}
function gwLoadQuestion5() {
document.getElementById('gw-progress-5').innerText = `Soru ${gwCurrentQ5 + 1} / ${gwQuestions5.length}`;
document.getElementById('gw-score-5').innerText = `Puan: ${gwScore5}`;
const qData = gwQuestions5[gwCurrentQ5];
document.getElementById('gw-question-text-5').innerText = qData.q;
const optionsBox = document.getElementById('gw-options-box-5');
optionsBox.innerHTML = '';
qData.options.forEach((opt, index) => {
const btn = document.createElement('button');
btn.className = 'gw-option';
btn.innerText = opt;
btn.onclick = () => gwCheckAnswer5(btn, index, qData.answer);
optionsBox.appendChild(btn);
});
}
function gwCheckAnswer5(btn, selected, correct) {
const buttons = document.getElementById('gw-options-box-5').querySelectorAll('.gw-option');
buttons.forEach(b => b.disabled = true);
if (selected === correct) {
btn.classList.add('correct');
gwScore5 += 10;
} else {
btn.classList.add('wrong');
buttons[correct].classList.add('correct');
}
setTimeout(() => {
gwCurrentQ5++;
if (gwCurrentQ5 < gwQuestions5.length) {
gwLoadQuestion5();
} else {
gwEndQuiz5();
}
}, 1200);
}
function gwEndQuiz5() {
document.getElementById('gw-game-screen-5').style.display = 'none';
document.getElementById('gw-score-screen-5').style.display = 'block';
document.getElementById('gw-final-score-5').innerText = gwScore5;
}
gwStartQuiz5();
2. Sınıf 5. Ünite: Homes & Houses (Konu Anlatımı)
📖 1. Konu Anlatımı (Grammar & Expressions)
Bu ünitemizde evimizin bölümlerini, odalardaki temel eşyaları tanımayı ve bir şeyin nerede olduğunu (içinde, üstünde, altında) söylemeyi öğreniyoruz.
A. Rooms of a House (Evin Bölümleri)
Evimizde bulunan temel odaların İngilizceleri şunlardır:
- Living room: Oturma odası / Salon
- Bedroom: Yatak odası
- Kitchen: Mutfak
- Bathroom: Banyo
- Playroom: Oyun odası
- Garden: Bahçe
B. Prepositions of Place (Yer Yön Edatları)
Bir nesnenin nerede bulunduğunu ifade etmek için 3 temel kelime kullanırız:
- In: İçinde ➔ The ball is in the box. (Top kutunun içinde.)
- On: Üstünde ➔ The book is on the table. (Kitap masanın üstünde.)
- Under: Altında ➔ The cat is under the chair. (Kedi sandalyenin altında.)
C. Where is...? (Nerede?)
Bir kişinin veya nesnenin nerede olduğunu sormak için "Where" kelimesini kullanırız.
- Where is the cat? (Kedi nerede?) ➔ It is in the living room. (O, oturma odasında.)
- Where is Ali? (Ali nerede?) ➔ He is in the bathroom. (O, banyoda.)
- Where is the teddy bear? (Oyuncak ayı nerede?) ➔ It is on the bed. (O, yatağın üstünde.)
📋 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.
House = Ev
Living room = Oturma odası
Bedroom = Yatak odası
Kitchen = Mutfak
Bathroom = Banyo
Playroom = Oyun odası
Garden = Bahçe
Sofa = Kanepe
Bed = Yatak
Table = Masa
Chair = Sandalye
Where = Nerede
In = İçinde
On = Üstünde
Under = Altında
🎮 3. İnteraktif Kelime Testi (Quiz)
Evin bölümlerini ve eşyaların yerlerini İngilizce söyleyebilir misin?
Soru 1 / 10
Puan: 0
Soru yükleniyor...
Harika iş çıkardın! 🎉
Toplam Puanın: 0 / 100
Tekrar Oyna📺 4. Konu Anlatım ve Animasyon Videoları
Evin odalarını ve "In, On, Under" kurallarını eğlenceli şarkılarla izleyelim:
Henuz yorum yapilmamis. Ilk yorumu siz yapin!
Yorum yapmak icin giris yapin veya uye olun.