.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-12 { 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-12 { 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 gwQuestions12 = [
{ q: "'Angry' kelimesinin Türkçe karşılığı nedir?", options: ["Mutlu", "Yorgun", "Kızgın", "Şaşkın"], answer: 2 },
{ q: "'Açım' demek için İngilizce hangi cümleyi kullanırız?", options: ["I am thirsty.", "I feel happy.", "I am scared.", "I am hungry."], answer: 3 },
{ q: "'Sad' kelimesi ne anlama gelir?", options: ["Korkmuş", "Üzgün", "Mutlu", "Enerjik"], answer: 1 },
{ q: "'How do you feel?' sorusunun anlamı nedir?", options: ["Nasılsın?", "Kaç yaşındasın?", "Nasıl hissediyorsun?", "Aç mısın?"], answer: 2 },
{ q: "'Are you tired?' sorusuna nasıl olumlu cevap veririz?", options: ["Yes, I am.", "No, I am not.", "I am happy.", "I feel sad."], answer: 0 },
{ q: "'Thirsty' ne demektir?", options: ["Susamış", "Yorgun", "Aç", "Kızgın"], answer: 0 },
{ q: "'Şaşkın' anlamına gelen İngilizce kelime hangisidir?", options: ["Happy", "Surprised", "Tired", "Angry"], answer: 1 },
{ q: "'I feel happy' ne anlama gelir?", options: ["Aç hissediyorum.", "Üzgün hissediyorum.", "Yorgun hissediyorum.", "Mutlu hissediyorum."], answer: 3 },
{ q: "Aşağıdakilerden hangisi bir duygu DEĞİLDİR?", options: ["Scared", "Sad", "Let's eat", "Happy"], answer: 2 },
{ q: "'Korkmuş' İngilizcede nasıl söylenir?", options: ["Scared", "Hungry", "Energetic", "Tired"], answer: 0 }
];
let gwCurrentQ12 = 0;
let gwScore12 = 0;
function gwStartQuiz12() {
gwCurrentQ12 = 0;
gwScore12 = 0;
document.getElementById('gw-score-screen-12').style.display = 'none';
document.getElementById('gw-game-screen-12').style.display = 'block';
gwLoadQuestion12();
}
function gwLoadQuestion12() {
document.getElementById('gw-progress-12').innerText = `Soru ${gwCurrentQ12 + 1} / ${gwQuestions12.length}`;
document.getElementById('gw-score-12').innerText = `Puan: ${gwScore12}`;
const qData = gwQuestions12[gwCurrentQ12];
document.getElementById('gw-question-text-12').innerText = qData.q;
const optionsBox = document.getElementById('gw-options-box-12');
optionsBox.innerHTML = '';
qData.options.forEach((opt, index) => {
const btn = document.createElement('button');
btn.className = 'gw-option';
btn.innerText = opt;
btn.onclick = () => gwCheckAnswer12(btn, index, qData.answer);
optionsBox.appendChild(btn);
});
}
function gwCheckAnswer12(btn, selected, correct) {
const buttons = document.getElementById('gw-options-box-12').querySelectorAll('.gw-option');
buttons.forEach(b => b.disabled = true);
if (selected === correct) {
btn.classList.add('correct');
gwScore12 += 10;
} else {
btn.classList.add('wrong');
buttons[correct].classList.add('correct');
}
setTimeout(() => {
gwCurrentQ12++;
if (gwCurrentQ12 < gwQuestions12.length) {
gwLoadQuestion12();
} else {
gwEndQuiz12();
}
}, 1200);
}
function gwEndQuiz12() {
document.getElementById('gw-game-screen-12').style.display = 'none';
document.getElementById('gw-score-screen-12').style.display = 'block';
document.getElementById('gw-final-score-12').innerText = gwScore12;
}
gwStartQuiz12();
3. Sınıf 4. Ünite: Feelings (Konu Anlatımı)
📖 1. Konu Anlatımı (Grammar & Expressions)
Bu ünitede hislerimizi, duygularımızı ve ihtiyaçlarımızı İngilizce olarak söylemeyi öğreniyoruz.
A. Feelings & Emotions (Duygularımız)
Nasıl hissettiğimizi anlatırken kullandığımız temel kelimeler:
- Happy: Mutlu
- Sad: Üzgün
- Angry: Kızgın / Sinirli
- Tired: Yorgun
- Surprised: Şaşkın
- Scared: Korkmuş
B. Needs (İhtiyaçlarımız)
Acıktığımızda veya susadığımızda bunu İngilizce ifade edebiliriz:
- Hungry: Aç ➔ I am hungry. Let's eat! (Açım. Hadi yemek yiyelim!)
- Thirsty: Susamış ➔ I am thirsty. Let's drink water! (Susadım. Hadi su içelim!)
C. How do you feel? (Nasıl hissediyorsun?)
Birisine nasıl hissettiğini sormak ve kendi hislerimizi söylemek için şu kalıpları kullanırız:
- How do you feel? (Nasıl hissediyorsun?) ➔ I feel happy. (Mutlu hissediyorum.)
- Are you tired? (Yorgun musun?) ➔ Yes, I am. (Evet, yorgunum.) / No, I am not. (Hayır, değilim.)
- Are you hungry? (Aç mısın?) ➔ Yes, I am. (Evet, açım.)
📋 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.
Feel = Hissetmek
Happy = Mutlu
Sad = Üzgün
Angry = Kızgın / Sinirli
Tired = Yorgun
Surprised = Şaşkın
Scared = Korkmuş
Energetic = Enerjik
Hungry = Aç
Thirsty = Susamış
How do you feel? = Nasıl hissediyorsun?
I feel... = ... hissediyorum
Let's eat = Hadi yemek yiyelim
Let's drink = Hadi içelim
🎮 3. İnteraktif Kelime Testi (Quiz)
Duyguları ve ihtiyaçları anlatan kelimeleri test edelim!
Soru 1 / 10
Puan: 0
Soru yükleniyor...
Harika iş çıkardın! 🎉
Toplam Puanın: 0 / 100
Tekrar Oyna📺 4. Konu Anlatım ve Eğlenceli Şarkılar
Duygularımızı anlatan bu harika şarkılarla kelimeleri hemen ezberle:
Henuz yorum yapilmamis. Ilk yorumu siz yapin!
Yorum yapmak icin giris yapin veya uye olun.