Lesson 7 なにべますか?

練習

Christy.png 勉強べんきょうしすぎてお腹おなかいた? べたい食事しょくじ食器しょっきえらんでみよう!

N を(工具こうぐ手段しゅだん) で V。

右上みぎうえの+ボタンを クリックして食事しょくじ食器しょっきえらんでください。

If you're using a smartphone, please click the + button in the top right corner and select your meal and tableware.

如果您使用智慧型手機,請點擊右上角的+按鈕,然後選擇餐點和餐具。

しょく

寿司
寿
ハンバーガー
ハンバーガー
カレー
カレー
ラーメン
ラーメン
ステーキ
ステーキ
蟹
かに

しょっ

箸
はし
スプーン
スプーン
ナイフとフォーク
ナイフとフォーク
手
蟹フォーク
かにフォーク
`; div.onclick = () => selectFood(item); container.appendChild(div); }); } function showUtensilItems(container) { container.innerHTML = ''; const utensilItems = [ { name: '箸', img: 'https://www.watashi.life/application/files/7017/5332/4675/hashi_mochikata_good.png', alt: '箸' }, { name: 'スプーン', img: 'https://www.watashi.life/application/files/7717/5332/4664/spoon.png', alt: 'スプーン' }, { name: 'ナイフとフォーク', img: 'https://www.watashi.life/application/files/8017/5332/4665/KnifeFork.png', alt: 'ナイフとフォーク' }, { name: '手', img: 'https://www.watashi.life/application/files/7517/5332/4675/body_te.png', alt: '手' }, { name: '蟹フォーク', img: 'https://www.watashi.life/application/files/4417/5332/4666/cooking_kani_fork.png', alt: '蟹フォーク' } ]; utensilItems.forEach(item => { const div = document.createElement('div'); div.className = 'modal-item'; div.innerHTML = `${item.alt}
${item.name}
`; div.onclick = () => selectUtensil(item); container.appendChild(div); }); } function showAllItems(container) { container.innerHTML = ''; // 食べ物セクション const foodHeader = document.createElement('div'); foodHeader.innerHTML = '

食べ物

'; container.appendChild(foodHeader); showFoodItems(container); // 食器セクション const utensilHeader = document.createElement('div'); utensilHeader.innerHTML = '

食器

'; container.appendChild(utensilHeader); const utensilContainer = document.createElement('div'); utensilContainer.className = 'modal-items'; container.appendChild(utensilContainer); showUtensilItems(utensilContainer); } function selectFood(item) { if (currentMealType) { mealData[currentMealType].food = { name: item.name, img: item.img, alt: item.alt }; mealData[currentMealType].utensil = null; // 食器をリセット updateMealDisplay(currentMealType); updateConversation(currentMealType); closeMealModal(); } } function selectUtensil(item) { if (currentMealType && mealData[currentMealType].food) { mealData[currentMealType].utensil = { name: item.name, img: item.img, alt: item.alt }; updateMealDisplay(currentMealType); updateConversation(currentMealType); closeMealModal(); } }

他の課のオンライン教材

JLPTレベルガイド

JLPTによる日本語レベルの目安のガイドです

あゆみ初級1 レッスン内容

日本語がはじめての方でも安心! この教材は、挨拶から始まって、日常会話ができるまで、ステップバイステップで日本語を身につけられるように作られています。

Game lesson 1

単語を選んで文を作つくろうゲーム

Game lesson 2

クイズ これは何なんですか?

Game lesson 3

この[N]はいくらですか?

Game lesson 5

温泉旅行を計画しよう!

Game lesson 6

どこで何をする?

Game lesson 7

何で、何をたべる???

Game lesson 16

サイコロゲーム