К основному контенту
 
WhatsApp
Telegram
Урок 1. 你好 Nǐ hǎo! Здравствуйте!
🙋
function addWord(element) { const builder = document.getElementById('sentenceBuilder'); const placeholder = builder.querySelector('.placeholder'); if (placeholder) { placeholder.remove(); } const wordBlock = document.createElement('div'); wordBlock.className = 'word-block'; wordBlock.textContent = element.textContent; wordBlock.onclick = () => removeWord(wordBlock); builder.appendChild(wordBlock); currentSentence.push(element.textContent); // Автоматическая проверка после добавления слова checkSentenceAutomatically(); } function checkSentenceAutomatically() { if (currentSentence.length === 0) return; const correctPattern = sentences[currentQuestion].pattern; const feedback = document.getElementById('sentenceFeedback'); const isCorrect = JSON.stringify(currentSentence) === JSON.stringify(correctPattern); if (currentSentence.length === correctPattern.length) { if (!isCorrect) { const sentence = sentences[currentQuestion]; if (!exerciseStates.sentences.wrongAnswers.find(s => s.translation === sentence.translation)) { exerciseStates.sentences.wrongAnswers.push(sentence); } } addProgress(isCorrect); if (isCorrect) { score += 15; feedback.className = 'feedback correct'; feedback.textContent = '✓ Превосходно! Предложение составлено правильно!'; showCelebration(); document.getElementById('nextSentenceBtn').disabled = false; } else { feedback.className = 'feedback incorrect'; feedback.textContent = `✗ Неверно. Правильный порядок: ${correctPattern.join(' ')}`; } feedback.style.display = 'block'; updateScore(); } } function nextSentence() { if (document.getElementById('nextSentenceBtn').disabled) return; document.getElementById('nextSentenceBtn').disabled = true; currentQuestion++; loadSentence(); } function showSentenceReview() { document.getElementById('sentenceReview').style.display = 'block'; document.getElementById('sentenceQuestion').style.display = 'none'; document.getElementById('sentenceBuilder').style.display = 'none'; document.getElementById('wordBank').style.display = 'none'; document.querySelectorAll('#exercise2 .btn').forEach(btn => btn.style.display = 'none'); document.getElementById('sentenceFeedback').style.display = 'none'; const reviewItems = document.getElementById('sentenceReviewItems'); reviewItems.innerHTML = exerciseStates.sentences.wrongAnswers.map(sentence => `
${sentence.translation}
${sentence.pattern.join(' ')}
${sentence.pinyin}
` ).join(''); } function completeSentences() { exerciseStates.sentences.completed = true; document.getElementById('sentenceReview').style.display = 'none'; document.getElementById('sentenceCompletion').style.display = ' Китайский язык - Упражнения
Очки: 0
0/40 правильных ответов
Нажмите на карточку, чтобы увидеть перевод
你好
nǐ hǎo
привет
你好
nǐ hǎo
Как переводится это слово?
спасибо
привет
пожалуйста
до свидания
Составьте предложение: "Я учитель"
wǒ shì lǎo shī
Перетащите слова сюда...
老师
学生
Заполните пропуски в предложении:
你 ___ 老师 吗?
nǐ ___ lǎo shī ma?
Сопоставьте иероглифы с переводом

Иероглифы

Перевод

Выберите правильный ответ в диалоге
Ли Мин:
你好!
nǐ hǎo!
Привет!
Вы:
Как ответить?
你好!
nǐ hǎo!
Привет!
谢谢
xiè xie
Спасибо
不客气
bù kè qi
Пожалуйста
ИероглифыПиньиньПеревод
你好 nǐ hǎo здравствуй, привет
ты
shì быть, являться
老师 lǎo shī учитель
maвопросительная частица
не, нет
я
学生 xué shēng / xué sheng ученик, ученица
она
谢谢 xiè xie спасибо
不客气 bù kè qi / bù kè qi пожалуйста, не стоит благодарности
nín Вы
留学生 liú xué shēng иностранный студент
jiào звать, зовут
什么 shén me Что? Какой?
名字 míng zi имя
Диалог 1
萨 沙: 你好!
李 军: 你好!
萨 沙: 你是老师吗?
李 军: 不是,我不是老师,我是学生。她是老师。
萨 沙: 谢谢。
李 军: 不客气。
Диалог 2

萨沙: 老师,您好!
王老师: 你好!你是留学生吗?
萨沙: 是, 我是留学生。
王老师: 你叫什么名字?
萨沙: 我叫萨沙。

你好吗? nĭ hăo ma?
你吃了吗? nĭ chī le ma? ты покушал?

哈喽 👋 Hālóu
嗨 hāi
嘿 hēi
早! zǎo!

早上好 ! Zǎoshang hǎo!
晚上好 ! Wǎnshàng hǎo!
你怎么样 ? Nǐ zěnme yàng
你最近怎么样? nǐ zuìjìn zěnme yàng

再见! Zàijiàn!
拜拜! Bàibài!

晚安 ! Wǎn'ān!
甜蜜的梦! Tiánmì de mèng!

中文练习 Chinese Practice

Баллы: 0
Уровень: 1