.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-4 { 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-4 { 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; }
📖 1. Konu Anlatımı (Grammar & Expressions)
Bu ünitemizde ailemizi tanıtırken onların dış görünüşlerinden (uzun, kısa, güzel, yakışıklı) bahsetmeyi ve birine ait olan şeyleri ('s takısı ile) söylemeyi öğreniyoruz.
A. Physical Appearance (Dış Görünüş)
İnsanların dış görünüşlerini tarif ederken kullandığımız önemli sıfatlar:
- Handsome: Yakışıklı ➔ He is handsome. (O yakışıklı.)
- Beautiful: Güzel ➔ She is beautiful. (O güzel.)
- Tall: Uzun boylu ➔ My father is tall. (Babam uzun boyludur.)
- Short: Kısa boylu ➔ My sister is short. (Kız kardeşim kısa boyludur.)
- Blonde: Sarışın ➔ He is blonde. (O sarışın.)
B. "Who is he? / Who is she?" (O Kim?)
İngilizcede erkekler ve kadınlar için farklı kelimeler kullanırız. Bir erkeğin kim olduğunu sorarken "He", bir kadının kim olduğunu sorarken "She" deriz.
- Who is he? (O kim? - Erkek) ➔ He is my brother. (O benim erkek kardeşim.)
- Who is she? (O kim? - Kadın) ➔ She is my mother. (O benim annem.)
C. Sahiplik Eki: 's (Nın / Nin)
Özel isimlerin sonuna gelen 's takısı, cümleye aitlik (Ali'nin, Ayşe'nin vb.) anlamı katar.
- Ali's father: Ali'nin babası
- Ayşe's sister: Ayşe'nin kız kardeşi
- He is Can's brother. (O, Can'ın erkek kardeşidir.)
🎮 3. İnteraktif Kelime Testi (Quiz)
Aileni ve dış görünüş özelliklerini İngilizce anlatmaya hazır mısın?
Soru 1 / 10
Puan: 0
Soru yükleniyor...
Harika iş çıkardın! 🎉
Toplam Puanın: 0 / 100
Tekrar Oyna
const gwQuestions4 = [
{ q: "'Handsome' kelimesinin Türkçe anlamı nedir?", options: ["Güzel", "Kısa boylu", "Yakışıklı", "Sarışın"], answer: 2 },
{ q: "Bir kadını gösterip 'O kim?' diye sormak için hangisini kullanırız?", options: ["Who is he?", "Who is she?", "How are you?", "What is your name?"], answer: 1 },
{ q: "'Uzun boylu' anlamına gelen İngilizce kelime hangisidir?", options: ["Short", "Blonde", "Beautiful", "Tall"], answer: 3 },
{ q: "'Daughter' kelimesi ne anlama gelir?", options: ["Kız evlat", "Erkek evlat", "Bebek", "Teyze"], answer: 0 },
{ q: "'Ali'nin babası' demek için doğru kullanım hangisidir?", options: ["Ali father", "Father's Ali", "Ali's father", "Father Ali"], answer: 2 },
{ q: "'Beautiful' kelimesinin Türkçe karşılığı nedir?", options: ["Yakışıklı", "Güzel", "Uzun", "Kısa"], answer: 1 },
{ q: "'Short' ne demektir?", options: ["Kısa boylu", "Sarışın", "Uzun boylu", "Güzel"], answer: 0 },
{ q: "'Who is he?' sorusuna nasıl cevap verebiliriz?", options: ["She is my mother.", "He is my brother.", "I am fine.", "It is a puppy."], answer: 1 },
{ q: "'Yavru köpek' İngilizcede nasıl söylenir?", options: ["Baby", "Puppy", "Dog's", "Blonde"], answer: 1 },
{ q: "'Mavi gözler' İngilizcede nasıl ifade edilir?", options: ["Blue eyes", "Blonde hair", "Tall boy", "Short girl"], answer: 0 }
];
let gwCurrentQ4 = 0;
let gwScore4 = 0;
function gwStartQuiz4() {
gwCurrentQ4 = 0;
gwScore4 = 0;
document.getElementById('gw-score-screen-4').style.display = 'none';
document.getElementById('gw-game-screen-4').style.display = 'block';
gwLoadQuestion4();
}
function gwLoadQuestion4() {
document.getElementById('gw-progress-4').innerText = `Soru ${gwCurrentQ4 + 1} / ${gwQuestions4.length}`;
document.getElementById('gw-score-4').innerText = `Puan: ${gwScore4}`;
const qData = gwQuestions4[gwCurrentQ4];
document.getElementById('gw-question-text-4').innerText = qData.q;
const optionsBox = document.getElementById('gw-options-box-4');
optionsBox.innerHTML = '';
qData.options.forEach((opt, index) => {
const btn = document.createElement('button');
btn.className = 'gw-option';
btn.innerText = opt;
btn.onclick = () => gwCheckAnswer4(btn, index, qData.answer);
optionsBox.appendChild(btn);
});
}
function gwCheckAnswer4(btn, selected, correct) {
const buttons = document.getElementById('gw-options-box-4').querySelectorAll('.gw-option');
buttons.forEach(b => b.disabled = true);
if (selected === correct) {
btn.classList.add('correct');
gwScore4 += 10;
} else {
btn.classList.add('wrong');
buttons[correct].classList.add('correct');
}
setTimeout(() => {
gwCurrentQ4++;
if (gwCurrentQ4 < gwQuestions4.length) {
gwLoadQuestion4();
} else {
gwEndQuiz4();
}
}, 1200);
}
function gwEndQuiz4() {
document.getElementById('gw-game-screen-4').style.display = 'none';
document.getElementById('gw-score-screen-4').style.display = 'block';
document.getElementById('gw-final-score-4').innerText = gwScore4;
}
gwStartQuiz4();
Henuz yorum yapilmamis. Ilk yorumu siz yapin!
Yorum yapmak icin giris yapin veya uye olun.