[카테고리:] Learn Korean

Interactive BSkorean Learn Korean powered by the platform word database.

  • アパート関連単語練習

    アパート関連単語練習

    アパート関連単語練習ガイド

    アパート関連単語練習は、実際の場面で韓国語の言葉を練習するための内容です。このBSKorean記事は読みやすく、アプリ練習にもつながる構成です。

    BSKoreanアプリで練習

    関連レッスン


    .bs3001-practice{background:#fbf8f1;border:1px solid #eadfce;border-radius:8px;padding:22px;margin:24px 0;color:#1f2a33}
    .bs3001-practice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
    .bs3001-card,.bs3001-quiz-card{background:#fff;border:1px solid #e4ddd0;border-radius:8px;padding:18px}
    .bs3001-flash-word{font-size:34px;font-weight:800;margin:10px 0}
    .bs3001-muted{color:#5f6b70;font-size:14px}
    .bs3001-btn{border:0;border-radius:7px;background:#2b6b8f;color:#fff;padding:10px 14px;margin:4px;cursor:pointer;font-weight:700}
    .bs3001-btn.secondary{background:#68767d}
    .bs3001-choice{display:block;width:100%;text-align:left;background:#fff;border:1px solid #d8e2dd;color:#1f2a33;padding:10px;border-radius:7px;margin:8px 0;cursor:pointer}
    .bs3001-choice.correct{border-color:#287c6a;background:#edf7f2}
    .bs3001-choice.wrong{border-color:#c75b4a;background:#fff0ed}
    .bs3001-input{width:100%;max-width:360px;padding:10px;border:1px solid #cfd8d5;border-radius:7px}
    .bs3001-score{font-weight:800;color:#287c6a}
    .bs3001-missed li{margin-bottom:8px}
    @media(max-width:640px){.bs3001-practice{padding:16px}.bs3001-flash-word{font-size:28px}}

    アパートの場面で練習

    Short Intro

    このセクションではアパートを日本語で説明し、元の練習順序を保っています。

    まず韓国語の文を読み、次に読み方と日本語の意味を表で確認してください。

    アパートの場面で練習

    • アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。
    • アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。
    • アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。
    • アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。
    • アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。

    Word List

    韓国語 読み方 日本語の意味 How You Use It
    아파트 a-pa-teu マンション; アパート Apartment complex or building. 아파트 입구
    dong 棟; 建物番号 Apartment building number. 101동
    ho 号; 部屋番号 Apartment unit. 1203호
    cheung アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。 5층
    입구 ip-gu 入口 Place to enter. 입구
    관리사무소 gwal-li-sa-mu-so 管理事務所; 管理オフィス Apartment office. 관리사무소
    주차장 ju-cha-jang 駐車場 Parking area. 지하 주차장
    지하 ji-ha basement Underground level. 지하 1층
    엘리베이터 el-li-be-i-teo エレベーター Lift inside building. 엘리베이터
    경비실 gyeong-bi-sil 警備室; 守衛室 Guard office. 경비실

    アパートの場面で練習


    Mul例le Choice Quiz

    アパートの場面で練習


    アパートの日本語ガイド

    アパートの日本語ガイド

    Score:

    Review missed items

      (function(){
      const root=document.querySelector(‘[data-practice=”apartment”]’);
      if(!root) return;
      const data={“words”:[[“아파트”,”a-pa-teu”,”apartment”,”Apartment complex or building.”,”아파트 입구”],[“동”,”dong”,”building number”,”Apartment building number.”,”101동”],[“호”,”ho”,”unit number”,”Apartment unit.”,”1203호”],[“층”,”cheung”,”floor”,”階またはフロア.”,”5층”],[“입구”,”ip-gu”,”entrance”,”Place to enter.”,”입구”],[“관리사무소”,”gwal-li-sa-mu-so”,”management office”,”Apartment office.”,”관리사무소”],[“주차장”,”ju-cha-jang”,”parking lot”,”Parking area.”,”지하 주차장”],[“지하”,”ji-ha”,”basement”,”Underground level.”,”지하 1층”],[“엘리베이터”,”el-li-be-i-teo”,”elevator”,”Lift inside building.”,”엘리베이터”],[“경비실”,”gyeong-bi-sil”,”security office”,”Guard office.”,”경비실”]],”situations”:[[“In 101동 1203호, which part is the building?”,”101동”,[“1203호”,”101동”,”5층”,”입구”],”동 marks the apartment building number.”],[“You need help from the apartment office. Which sign should you look for?”,”관리사무소”,[“경비실”,”관리사무소”,”주차장”,”호”],”관리사무소 is the management office.”]]};
      let flash=0, mc=0, spell=0, sit=0, score=0, total=0, missed=[];
      const $=(sel)=>root.querySelector(sel);
      function showFlash(){
      const w=data.words[flash % data.words.length];
      $(‘.flash-word’).textContent=w[0];
      $(‘.flash-roman’).textContent=w[1];
      $(‘.flash-meaning’).textContent=’Click “Show Meaning” to check yourself.’;
      $(‘.flash-example’).textContent=w[4];
      }
      function showMeaning(){
      const w=data.words[flash % data.words.length];
      $(‘.flash-meaning’).textContent=w[2]+’ – ‘+w[3];
      }
      function nextFlash(){ flash++; showFlash(); }
      function makeOptions(answer, source){
      const pool=source.filter(v=>v!==answer).sort(()=>Math.random()-0.5).slice(0,3);
      return [answer,…pool].sort(()=>Math.random()-0.5);
      }
      function updateScore(){ $(‘.score’).textContent=score+’ / ‘+total; $(‘.missed’).innerHTML=missed.length?missed.map(m=>’

    • ‘+m+’
    • ‘).join(”):’

    • No missed items yet.
    • ‘; }
      function showMc(){
      const w=data.words[mc % data.words.length];
      $(‘.mc-question’).textContent=’What does “‘+w[0]+’” mean?’;
      $(‘.mc-options’).innerHTML=makeOptions(w[2], data.words.map(x=>x[2])).map(o=>’‘).join(”);
      }
      function showSpell(){
      const w=data.words[spell % data.words.length];
      $(‘.spell-question’).textContent=’Type the Korean for: ‘+w[2];
      $(‘.spell-input’).value=”;
      $(‘.spell-feedback’).textContent=”;
      }
      function showSituation(){
      const q=data.situations[sit % data.situations.length];
      $(‘.sit-question’).textContent=q[0];
      $(‘.sit-options’).innerHTML=q[2].map(o=>’‘).join(”);
      $(‘.sit-feedback’).textContent=”;
      }
      root.addEventListener(‘click’, function(e){
      if(e.target.matches(‘[data-action=”show-meaning”]’)) showMeaning();
      if(e.target.matches(‘[data-action=”next-flash”]’)) nextFlash();
      if(e.target.closest(‘.mc-options’) && e.target.matches(‘.bs3001-choice’)){
      const w=data.words[mc % data.words.length]; total++;
      if(e.target.dataset.answer===w[2]){score++; e.target.classList.add(‘correct’);} else {e.target.classList.add(‘wrong’); missed.push(w[0]+’ = ‘+w[2]);}
      mc++; updateScore(); setTimeout(showMc,500);
      }
      if(e.target.matches(‘[data-action=”check-spelling”]’)){
      const w=data.words[spell % data.words.length]; total++;
      if($(‘.spell-input’).value.trim()===w[0]){score++; $(‘.spell-feedback’).textContent=’Correct: ‘+w[0];} else {missed.push(‘Spelling: ‘+w[2]+’ -> ‘+w[0]); $(‘.spell-feedback’).textContent=’Answer: ‘+w[0];}
      spell++; updateScore();
      }
      if(e.target.matches(‘[data-action=”next-spelling”]’)) showSpell();
      if(e.target.closest(‘.sit-options’) && e.target.matches(‘.bs3001-choice’)){
      const q=data.situations[sit % data.situations.length]; total++;
      if(e.target.dataset.answer===q[1]){score++; e.target.classList.add(‘correct’); $(‘.sit-feedback’).textContent=q[3];} else {e.target.classList.add(‘wrong’); missed.push(‘Situation: ‘+q[0]+’ Answer: ‘+q[1]); $(‘.sit-feedback’).textContent=’Answer: ‘+q[1]+’. ‘+q[3];}
      sit++; updateScore(); setTimeout(showSituation,900);
      }
      });
      showFlash(); showMc(); showSpell(); showSituation(); updateScore();
      })();

      ミニ復習表

      Practice Goal Korean to Remember 日本語の意味
      アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。 아파트 マンション; アパート
      アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。 棟; 建物番号
      アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。 号; 部屋番号
      アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。
      アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。 입구 入口
      アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。 관리사무소 管理事務所; 管理オフィス
      アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。 주차장 駐車場
      アパートを練習するときは、韓国語の重要語、発音、実生活での安全な使い方に注意してください。 지하 basement

      関連レッスン

  • ฝึกคำศัพท์เกษตร ปศุสัตว์ และประมง

    ฝึกคำศัพท์เกษตร ปศุสัตว์ และประมง


    คู่มือ ฝึกคำศัพท์เกษตร ปศุสัตว์ และประมง

    ฝึกคำศัพท์เกษตร ปศุสัตว์ และประมง ช่วยให้ผู้เรียนฝึกคำภาษาเกาหลีในสถานการณ์จริง บทความ BSKorean นี้จัดให้อ่านง่าย ตรวจทานง่าย และเชื่อมกับการฝึกในแอป

    ฝึกในแอป BSKorean

    บทเรียนที่เกี่ยวข้อง

    ส่วนนี้อธิบาย งานเกษตรในเกาหลี เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

    ฝึกในสถานการณ์ งานเกษตรในเกาหลี

    ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

    Loading agri-fishery terms…
    0 / 0

    เมื่อฝึก งานเกษตรในเกาหลี ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.

    Loading…

    เนื้อหายังคงรูปภาพและโครงหน้าเดิมไว้ เพื่อให้ผู้เรียนเทียบกับฉบับภาษาอังกฤษได้ง่าย.




    Correct 0 / Wrong 0 / Skip 0

    ฝึกในสถานการณ์ งานเกษตรในเกาหลี

    ส่วนนี้อธิบาย งานเกษตรในเกาหลี เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

    Category

    Level

    Level Detail

    Learning History
    Agri-fishery practice counts are saved in this browser.

    ฝึกในสถานการณ์ งานเกษตรในเกาหลี

    ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

  • ฝึกคำศัพท์ป้ายถนน

    ฝึกคำศัพท์ป้ายถนน

    คู่มือ ฝึกคำศัพท์ป้ายถนน

    ฝึกคำศัพท์ป้ายถนน ช่วยให้ผู้เรียนฝึกคำภาษาเกาหลีในสถานการณ์จริง บทความ BSKorean นี้จัดให้อ่านง่าย ตรวจทานง่าย และเชื่อมกับการฝึกในแอป

    ฝึกในแอป BSKorean

    บทเรียนที่เกี่ยวข้อง


    .bs3001-practice{background:#fbf8f1;border:1px solid #eadfce;border-radius:8px;padding:22px;margin:24px 0;color:#1f2a33}
    .bs3001-practice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
    .bs3001-card,.bs3001-quiz-card{background:#fff;border:1px solid #e4ddd0;border-radius:8px;padding:18px}
    .bs3001-flash-word{font-size:34px;font-weight:800;margin:10px 0}
    .bs3001-muted{color:#5f6b70;font-size:14px}
    .bs3001-btn{border:0;border-radius:7px;background:#2b6b8f;color:#fff;padding:10px 14px;margin:4px;cursor:pointer;font-weight:700}
    .bs3001-btn.secondary{background:#68767d}
    .bs3001-choice{display:block;width:100%;text-align:left;background:#fff;border:1px solid #d8e2dd;color:#1f2a33;padding:10px;border-radius:7px;margin:8px 0;cursor:pointer}
    .bs3001-choice.correct{border-color:#287c6a;background:#edf7f2}
    .bs3001-choice.wrong{border-color:#c75b4a;background:#fff0ed}
    .bs3001-input{width:100%;max-width:360px;padding:10px;border:1px solid #cfd8d5;border-radius:7px}
    .bs3001-score{font-weight:800;color:#287c6a}
    .bs3001-missed li{margin-bottom:8px}
    @media(max-width:640px){.bs3001-practice{padding:16px}.bs3001-flash-word{font-size:28px}}

    ฝึกในสถานการณ์ ป้ายถนน

    Short Intro

    ส่วนนี้อธิบาย ป้ายถนน เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

    ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

    ฝึกในสถานการณ์ ป้ายถนน

    • เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
    • เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
    • เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
    • เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
    • เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.

    Word List

    ภาษาเกาหลี คำอ่าน ความหมายภาษาไทย How You Use It ตัวอย่าง
    입구 ip-gu ทางเข้า Place to enter. 건물 입구
    출구 chul-gu ทางออก Place to leave. 주차장 출구
    주차 ju-cha ที่จอดรถ Car parking. 주차 가능
    금지 geum-ji ข้อห้าม; การห้าม Do not do it. 주차 금지
    가능 ga-neung possible / allowed Allowed action. 주차 가능
    보행자 bo-haeng-ja คนเดินเท้า; ผู้เดินถนน Person walking. 보행자 전용
    전용 jeon-yong exclusive use เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 보행자 전용
    주의 ju-ui ข้อควรระวัง; ระวัง Be careful. 미끄럼 주의
    공사중 gong-sa-jung under construction Construction in progress. 공사중
    우회 u-hoe ทางเบี่ยง; เส้นทางอ้อม Go around. 우회하세요

    ฝึกในสถานการณ์ ป้ายถนน


    Mulตัวอย่างle Choice Quiz

    ฝึกในสถานการณ์ ป้ายถนน


    คำแนะนำภาษาไทยสำหรับ ป้ายถนน

    คำแนะนำภาษาไทยสำหรับ ป้ายถนน

    Score:

    Review missed items

      (function(){
      const root=document.querySelector(‘[data-practice=”street”]’);
      if(!root) return;
      const data={“words”:[[“입구”,”ip-gu”,”entrance”,”Place to enter.”,”건물 입구”],[“출구”,”chul-gu”,”exit”,”Place to leave.”,”주차장 출구”],[“주차”,”ju-cha”,”parking”,”Car parking.”,”주차 가능”],[“금지”,”geum-ji”,”prohibited”,”Do not do it.”,”주차 금지”],[“가능”,”ga-neung”,”possible / allowed”,”Allowed action.”,”주차 가능”],[“보행자”,”bo-haeng-ja”,”pedestrian”,”Person walking.”,”보행자 전용”],[“전용”,”jeon-yong”,”exclusive use”,”Only for that purpose.”,”보행자 전용”],[“주의”,”ju-ui”,”caution”,”Be careful.”,”미끄럼 주의”],[“공사중”,”gong-sa-jung”,”under construction”,”Construction in progress.”,”공사중”],[“우회”,”u-hoe”,”detour”,”Go around.”,”우회하세요”]],”situations”:[[“A sign says 주차 금지. What is the rule?”,”No parking”,[“Parking allowed”,”No parking”,”Entrance”,”Detour”],”금지 means prohibited.”],[“A sign says 보행자 전용. Who is it for?”,”pedestrians only”,[“cars only”,”pedestrians only”,”delivery only”,”bicycles only”],”전용 means exclusive use.”]]};
      let flash=0, mc=0, spell=0, sit=0, score=0, total=0, missed=[];
      const $=(sel)=>root.querySelector(sel);
      function showFlash(){
      const w=data.words[flash % data.words.length];
      $(‘.flash-word’).textContent=w[0];
      $(‘.flash-roman’).textContent=w[1];
      $(‘.flash-meaning’).textContent=’Click “Show Meaning” to check yourself.’;
      $(‘.flash-example’).textContent=w[4];
      }
      function showMeaning(){
      const w=data.words[flash % data.words.length];
      $(‘.flash-meaning’).textContent=w[2]+’ – ‘+w[3];
      }
      function nextFlash(){ flash++; showFlash(); }
      function makeOptions(answer, source){
      const pool=source.filter(v=>v!==answer).sort(()=>Math.random()-0.5).slice(0,3);
      return [answer,…pool].sort(()=>Math.random()-0.5);
      }
      function updateScore(){ $(‘.score’).textContent=score+’ / ‘+total; $(‘.missed’).innerHTML=missed.length?missed.map(m=>’

    • ‘+m+’
    • ‘).join(”):’

    • No missed items yet.
    • ‘; }
      function showMc(){
      const w=data.words[mc % data.words.length];
      $(‘.mc-question’).textContent=’What does “‘+w[0]+’” mean?’;
      $(‘.mc-options’).innerHTML=makeOptions(w[2], data.words.map(x=>x[2])).map(o=>’‘).join(”);
      }
      function showSpell(){
      const w=data.words[spell % data.words.length];
      $(‘.spell-question’).textContent=’Type the Korean for: ‘+w[2];
      $(‘.spell-input’).value=”;
      $(‘.spell-feedback’).textContent=”;
      }
      function showSituation(){
      const q=data.situations[sit % data.situations.length];
      $(‘.sit-question’).textContent=q[0];
      $(‘.sit-options’).innerHTML=q[2].map(o=>’‘).join(”);
      $(‘.sit-feedback’).textContent=”;
      }
      root.addEventListener(‘click’, function(e){
      if(e.target.matches(‘[data-action=”show-meaning”]’)) showMeaning();
      if(e.target.matches(‘[data-action=”next-flash”]’)) nextFlash();
      if(e.target.closest(‘.mc-options’) && e.target.matches(‘.bs3001-choice’)){
      const w=data.words[mc % data.words.length]; total++;
      if(e.target.dataset.answer===w[2]){score++; e.target.classList.add(‘correct’);} else {e.target.classList.add(‘wrong’); missed.push(w[0]+’ = ‘+w[2]);}
      mc++; updateScore(); setTimeout(showMc,500);
      }
      if(e.target.matches(‘[data-action=”check-spelling”]’)){
      const w=data.words[spell % data.words.length]; total++;
      if($(‘.spell-input’).value.trim()===w[0]){score++; $(‘.spell-feedback’).textContent=’Correct: ‘+w[0];} else {missed.push(‘Spelling: ‘+w[2]+’ -> ‘+w[0]); $(‘.spell-feedback’).textContent=’Answer: ‘+w[0];}
      spell++; updateScore();
      }
      if(e.target.matches(‘[data-action=”next-spelling”]’)) showSpell();
      if(e.target.closest(‘.sit-options’) && e.target.matches(‘.bs3001-choice’)){
      const q=data.situations[sit % data.situations.length]; total++;
      if(e.target.dataset.answer===q[1]){score++; e.target.classList.add(‘correct’); $(‘.sit-feedback’).textContent=q[3];} else {e.target.classList.add(‘wrong’); missed.push(‘Situation: ‘+q[0]+’ Answer: ‘+q[1]); $(‘.sit-feedback’).textContent=’Answer: ‘+q[1]+’. ‘+q[3];}
      sit++; updateScore(); setTimeout(showSituation,900);
      }
      });
      showFlash(); showMc(); showSpell(); showSituation(); updateScore();
      })();

      ตารางทบทวนสั้น

      Practice Goal Korean to Remember ความหมายภาษาไทย
      เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 입구 ทางเข้า
      เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 출구 ทางออก
      เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 주차 ที่จอดรถ
      เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 금지 ข้อห้าม; การห้าม
      เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 가능 possible / allowed
      เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 보행자 คนเดินเท้า; ผู้เดินถนน
      เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 전용 exclusive use
      เมื่อฝึก ป้ายถนน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 주의 ข้อควรระวัง; ระวัง

      บทเรียนที่เกี่ยวข้อง

    • ฝึกคำศัพท์ร้านขายยา

      ฝึกคำศัพท์ร้านขายยา

      คู่มือ ฝึกคำศัพท์ร้านขายยา

      ฝึกคำศัพท์ร้านขายยา ช่วยให้ผู้เรียนฝึกคำภาษาเกาหลีในสถานการณ์จริง บทความ BSKorean นี้จัดให้อ่านง่าย ตรวจทานง่าย และเชื่อมกับการฝึกในแอป

      ฝึกในแอป BSKorean

      บทเรียนที่เกี่ยวข้อง


      .bs3001-practice{background:#fbf8f1;border:1px solid #eadfce;border-radius:8px;padding:22px;margin:24px 0;color:#1f2a33}
      .bs3001-practice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
      .bs3001-card,.bs3001-quiz-card{background:#fff;border:1px solid #e4ddd0;border-radius:8px;padding:18px}
      .bs3001-flash-word{font-size:34px;font-weight:800;margin:10px 0}
      .bs3001-muted{color:#5f6b70;font-size:14px}
      .bs3001-btn{border:0;border-radius:7px;background:#2b6b8f;color:#fff;padding:10px 14px;margin:4px;cursor:pointer;font-weight:700}
      .bs3001-btn.secondary{background:#68767d}
      .bs3001-choice{display:block;width:100%;text-align:left;background:#fff;border:1px solid #d8e2dd;color:#1f2a33;padding:10px;border-radius:7px;margin:8px 0;cursor:pointer}
      .bs3001-choice.correct{border-color:#287c6a;background:#edf7f2}
      .bs3001-choice.wrong{border-color:#c75b4a;background:#fff0ed}
      .bs3001-input{width:100%;max-width:360px;padding:10px;border:1px solid #cfd8d5;border-radius:7px}
      .bs3001-score{font-weight:800;color:#287c6a}
      .bs3001-missed li{margin-bottom:8px}
      @media(max-width:640px){.bs3001-practice{padding:16px}.bs3001-flash-word{font-size:28px}}

      ฝึกในสถานการณ์ ร้านขายยา

      Short Intro

      ส่วนนี้อธิบาย ร้านขายยา เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

      ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

      ฝึกในสถานการณ์ ร้านขายยา

      • เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
      • เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
      • เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
      • เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
      • เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.

      Word List

      ภาษาเกาหลี คำอ่าน ความหมายภาษาไทย How You Use It ตัวอย่าง
      약국 yak-guk ร้านขายยา Place to buy medicine. 약국이 어디예요?
      감기약 gam-gi-yak ยาแก้หวัด; ยารักษาหวัด เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 감기약 주세요
      기침 gi-chim ไอ Coughing symptom. 기침이 나요
      콧물 kon-mul น้ำมูกไหล Nasal symptom. 콧물이 나요
      mok คอ; ลำคอ Throat in this context. 목이 아파요
      yeol สิบ (เลขเกาหลีแท้) High body temperature. 열이 있어요
      두통 du-tong ปวดศีรษะ Head pain. 두통이 있어요
      처방전 cheo-bang-jeon ใบสั่งยา Doctor’s medicine order. 처방전 있어요
      복용 bo-gyong การรับประทานยา; ขนาดยา Dosage or usage. 복용 방법
      식후 sik-hu หลังอาหาร Take after eating. 식후에 드세요
      졸려요 jol-lyeo-yo sleepy Causes drowsiness. 이 약 졸려요?
      알레르기 al-le-reu-gi โรคภูมิแพ้ Allergy information. 알레르기 있어요

      ฝึกในสถานการณ์ ร้านขายยา


      Mulตัวอย่างle Choice Quiz

      ฝึกในสถานการณ์ ร้านขายยา


      คำแนะนำภาษาไทยสำหรับ ร้านขายยา

      คำแนะนำภาษาไทยสำหรับ ร้านขายยา

      Score:

      Review missed items

        (function(){
        const root=document.querySelector(‘[data-practice=”pharmacy”]’);
        if(!root) return;
        const data={“words”:[[“약국”,”yak-guk”,”pharmacy”,”Place to buy medicine.”,”약국이 어디예요?”],[“감기약”,”gam-gi-yak”,”cold medicine”,”Medicine for cold symptoms.”,”감기약 주세요”],[“기침”,”gi-chim”,”cough”,”Coughing symptom.”,”기침이 나요”],[“콧물”,”kon-mul”,”runny nose”,”Nasal symptom.”,”콧물이 나요”],[“목”,”mok”,”throat”,”Throat in this context.”,”목이 아파요”],[“열”,”yeol”,”fever”,”High body temperature.”,”열이 있어요”],[“두통”,”du-tong”,”headache”,”Head pain.”,”두통이 있어요”],[“처방전”,”cheo-bang-jeon”,”prescription”,”Doctor’s medicine order.”,”처방전 있어요”],[“복용”,”bo-gyong”,”taking medicine”,”Dosage or usage.”,”복용 방법”],[“식후”,”sik-hu”,”after meals”,”Take after eating.”,”식후에 드세요”],[“졸려요”,”jol-lyeo-yo”,”sleepy”,”Causes drowsiness.”,”이 약 졸려요?”],[“알레르기”,”al-le-reu-gi”,”allergy”,”Allergy information.”,”알레르기 있어요”]],”situations”:[[“You have a cough. Which Korean phrase works?”,”기침이 나요”,[“기침이 나요”,”식후에 드세요”,”처방전 있어요”,”알레르기 있어요”],”기침이 나요 means I have a cough.”],[“The pharmacist says 식후에 드세요. When should you take it?”,”after meals”,[“before sleeping”,”after meals”,”with coffee”,”only once”],”식후 means after meals.”]]};
        let flash=0, mc=0, spell=0, sit=0, score=0, total=0, missed=[];
        const $=(sel)=>root.querySelector(sel);
        function showFlash(){
        const w=data.words[flash % data.words.length];
        $(‘.flash-word’).textContent=w[0];
        $(‘.flash-roman’).textContent=w[1];
        $(‘.flash-meaning’).textContent=’Click “Show Meaning” to check yourself.’;
        $(‘.flash-example’).textContent=w[4];
        }
        function showMeaning(){
        const w=data.words[flash % data.words.length];
        $(‘.flash-meaning’).textContent=w[2]+’ – ‘+w[3];
        }
        function nextFlash(){ flash++; showFlash(); }
        function makeOptions(answer, source){
        const pool=source.filter(v=>v!==answer).sort(()=>Math.random()-0.5).slice(0,3);
        return [answer,…pool].sort(()=>Math.random()-0.5);
        }
        function updateScore(){ $(‘.score’).textContent=score+’ / ‘+total; $(‘.missed’).innerHTML=missed.length?missed.map(m=>’

      • ‘+m+’
      • ‘).join(”):’

      • No missed items yet.
      • ‘; }
        function showMc(){
        const w=data.words[mc % data.words.length];
        $(‘.mc-question’).textContent=’What does “‘+w[0]+’” mean?’;
        $(‘.mc-options’).innerHTML=makeOptions(w[2], data.words.map(x=>x[2])).map(o=>’‘).join(”);
        }
        function showSpell(){
        const w=data.words[spell % data.words.length];
        $(‘.spell-question’).textContent=’Type the Korean for: ‘+w[2];
        $(‘.spell-input’).value=”;
        $(‘.spell-feedback’).textContent=”;
        }
        function showSituation(){
        const q=data.situations[sit % data.situations.length];
        $(‘.sit-question’).textContent=q[0];
        $(‘.sit-options’).innerHTML=q[2].map(o=>’‘).join(”);
        $(‘.sit-feedback’).textContent=”;
        }
        root.addEventListener(‘click’, function(e){
        if(e.target.matches(‘[data-action=”show-meaning”]’)) showMeaning();
        if(e.target.matches(‘[data-action=”next-flash”]’)) nextFlash();
        if(e.target.closest(‘.mc-options’) && e.target.matches(‘.bs3001-choice’)){
        const w=data.words[mc % data.words.length]; total++;
        if(e.target.dataset.answer===w[2]){score++; e.target.classList.add(‘correct’);} else {e.target.classList.add(‘wrong’); missed.push(w[0]+’ = ‘+w[2]);}
        mc++; updateScore(); setTimeout(showMc,500);
        }
        if(e.target.matches(‘[data-action=”check-spelling”]’)){
        const w=data.words[spell % data.words.length]; total++;
        if($(‘.spell-input’).value.trim()===w[0]){score++; $(‘.spell-feedback’).textContent=’Correct: ‘+w[0];} else {missed.push(‘Spelling: ‘+w[2]+’ -> ‘+w[0]); $(‘.spell-feedback’).textContent=’Answer: ‘+w[0];}
        spell++; updateScore();
        }
        if(e.target.matches(‘[data-action=”next-spelling”]’)) showSpell();
        if(e.target.closest(‘.sit-options’) && e.target.matches(‘.bs3001-choice’)){
        const q=data.situations[sit % data.situations.length]; total++;
        if(e.target.dataset.answer===q[1]){score++; e.target.classList.add(‘correct’); $(‘.sit-feedback’).textContent=q[3];} else {e.target.classList.add(‘wrong’); missed.push(‘Situation: ‘+q[0]+’ Answer: ‘+q[1]); $(‘.sit-feedback’).textContent=’Answer: ‘+q[1]+’. ‘+q[3];}
        sit++; updateScore(); setTimeout(showSituation,900);
        }
        });
        showFlash(); showMc(); showSpell(); showSituation(); updateScore();
        })();

        ตารางทบทวนสั้น

        Practice Goal Korean to Remember ความหมายภาษาไทย
        เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 약국 ร้านขายยา
        เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 감기약 ยาแก้หวัด; ยารักษาหวัด
        เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 기침 ไอ
        เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 콧물 น้ำมูกไหล
        เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. คอ; ลำคอ
        เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. สิบ (เลขเกาหลีแท้)
        เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 두통 ปวดศีรษะ
        เมื่อฝึก ร้านขายยา ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 처방전 ใบสั่งยา

        บทเรียนที่เกี่ยวข้อง

      • ฝึกคำศัพท์หน้างานก่อสร้าง

        ฝึกคำศัพท์หน้างานก่อสร้าง


        คู่มือ ฝึกคำศัพท์หน้างานก่อสร้าง

        ฝึกคำศัพท์หน้างานก่อสร้าง ช่วยให้ผู้เรียนฝึกคำภาษาเกาหลีในสถานการณ์จริง บทความ BSKorean นี้จัดให้อ่านง่าย ตรวจทานง่าย และเชื่อมกับการฝึกในแอป

        ฝึกในแอป BSKorean

        บทเรียนที่เกี่ยวข้อง

        ส่วนนี้อธิบาย ไซต์ก่อสร้าง เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

        ฝึกในสถานการณ์ ไซต์ก่อสร้าง

        ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

        Loading construction terms…
        0 / 0

        Korean construction term

        Loading…

        เมื่อฝึก ไซต์ก่อสร้าง ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.




        Correct 0 / Wrong 0 / Skip 0

        ฝึกในสถานการณ์ ไซต์ก่อสร้าง

        เนื้อหายังคงรูปภาพและโครงหน้าเดิมไว้ เพื่อให้ผู้เรียนเทียบกับฉบับภาษาอังกฤษได้ง่าย.

        Construction Category

        Level

        Level Detail

        Learning History
        Construction practice counts are saved in this browser.

        ฝึกในสถานการณ์ ไซต์ก่อสร้าง

        ส่วนนี้อธิบาย ไซต์ก่อสร้าง เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

        ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

      • ฝึกคำศัพท์โรงงาน

        ฝึกคำศัพท์โรงงาน


        คู่มือ ฝึกคำศัพท์โรงงาน

        ฝึกคำศัพท์โรงงาน ช่วยให้ผู้เรียนฝึกคำภาษาเกาหลีในสถานการณ์จริง บทความ BSKorean นี้จัดให้อ่านง่าย ตรวจทานง่าย และเชื่อมกับการฝึกในแอป

        ฝึกในแอป BSKorean

        บทเรียนที่เกี่ยวข้อง

        ส่วนนี้อธิบาย โรงงาน เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

        ฝึกในสถานการณ์ โรงงาน

        ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

        Loading factory terms…
        0 / 0

        Korean factory term

        Loading…

        เมื่อฝึก โรงงาน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.




        Correct 0 / Wrong 0 / Skip 0

        ฝึกในสถานการณ์ โรงงาน

        เนื้อหายังคงรูปภาพและโครงหน้าเดิมไว้ เพื่อให้ผู้เรียนเทียบกับฉบับภาษาอังกฤษได้ง่าย.

        Factory Category

        Level

        Level Detail

        Learning History
        Factory practice counts are saved in this browser.

        ฝึกในสถานการณ์ โรงงาน

        ส่วนนี้อธิบาย โรงงาน เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

        ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

      • ฝึกคำศัพท์ภาษาเกาหลี

        ฝึกคำศัพท์ภาษาเกาหลี

        คู่มือ ฝึกคำศัพท์ภาษาเกาหลี

        ฝึกคำศัพท์ภาษาเกาหลี ช่วยให้ผู้เรียนฝึกคำภาษาเกาหลีในสถานการณ์จริง บทความ BSKorean นี้จัดให้อ่านง่าย ตรวจทานง่าย และเชื่อมกับการฝึกในแอป

        ฝึกในแอป BSKorean

        บทเรียนที่เกี่ยวข้อง


        .bs-practice-hero,
        .bs-practice-app,
        .bs-practice-info {
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
        }
        .page-id-887 .entry-hero {
        display: none;
        }
        .bs-practice-hero-compact {
        padding: 18px 16px 12px;
        border-bottom: 1px solid #dbe7dc;
        background: #f3faf4;
        }
        .bs-practice-hero .bs-eyebrow {
        margin: 0 0 4px;
        color: #376344;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
        }
        .bs-practice-hero h1,\n.bs-practice-hero h2 {
        margin: 0 0 6px;
        font-size: clamp(1.45rem, 5vw, 2.05rem);
        line-height: 1.12;
        }
        .bs-practice-hero p {
        margin: 0;
        max-width: 680px;
        color: #4b5d53;
        }
        .bs-practice-app {
        padding: 14px 12px 24px;
        }
        .bs-practice-status,
        .bs-score-row,
        .bs-practice-controls,
        .bs-practice-tabs {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        align-items: center;
        }
        .bs-practice-status,
        .bs-score-row {
        justify-content: space-between;
        color: #4b5d53;
        font-size: 0.9rem;
        }
        .bs-word-card {
        position: relative;
        margin-top: 10px;
        padding: 22px 16px 18px;
        min-height: 196px;
        border: 1px solid #dfe7df;
        border-radius: 8px;
        background: #fffdf8;
        box-shadow: 0 10px 28px rgba(42, 66, 48, 0.08);
        }
        .bs-card-kicker {
        margin: 0 0 8px;
        color: #6b7b70;
        font-size: 0.82rem;
        font-weight: 700;
        }
        .bs-word-card h2 {
        margin: 0 72px 8px 0;
        font-size: clamp(2.15rem, 12vw, 4.2rem);
        line-height: 1.05;
        word-break: keep-all;
        }
        .bs-card-roman {
        margin: 0 0 12px;
        color: #54705d;
        font-size: 0.95rem;
        }
        .bs-card-example {
        margin: 0;
        color: #2b342e;
        font-size: 1rem;
        }
        .bs-speak-button,
        .bs-favorite-button {
        position: absolute;
        top: 12px;
        border: 1px solid #bdd2c0;
        border-radius: 8px;
        background: #eef8ef;
        color: #23472e;
        min-height: 38px;
        padding: 0 11px;
        font-size: 0.82rem;
        font-weight: 700;
        }
        .bs-speak-button { right: 74px; }
        .bs-favorite-button { right: 12px; }
        .bs-favorite-button.is-active {
        background: #244b32;
        color: #fff;
        }
        .bs-choice-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 12px;
        }
        .bs-choice {
        width: 100%;
        border: 1px solid #d2ded3;
        border-radius: 8px;
        background: #ffffff;
        padding: 13px 12px;
        color: #243229;
        font-weight: 700;
        text-align: left;
        min-height: 48px;
        }
        .bs-choice.is-correct {
        border-color: #2e7d45;
        background: #edf8ef;
        }
        .bs-choice.is-wrong {
        border-color: #c15445;
        background: #fff0ed;
        }
        .bs-feedback {
        min-height: 28px;
        margin: 10px 0;
        color: #37483d;
        font-weight: 700;
        }
        .bs-practice-controls button,
        .bs-practice-tab {
        border: 1px solid #c8d6c9;
        border-radius: 8px;
        background: #fff;
        color: #2b4031;
        min-height: 38px;
        padding: 8px 12px;
        font-size: 0.9rem;
        font-weight: 700;
        }
        .bs-practice-tab.is-active,
        .bs-practice-controls button:hover,
        .bs-choice:hover {
        border-color: #2d6840;
        background: #eaf6ec;
        }
        .bs-practice-settings {
        margin-top: 22px;
        padding: 16px;
        border: 1px solid #dde7de;
        border-radius: 8px;
        background: #f8fbf7;
        }
        .bs-practice-settings h2,
        .bs-practice-info h2 {
        margin-top: 0;
        font-size: 1.25rem;
        }
        .bs-practice-settings h3 {
        margin: 16px 0 8px;
        font-size: 1rem;
        }
        .bs-practice-tabs-levels {
        max-height: none;
        }
        .bs-history {
        margin-top: 14px;
        padding: 12px;
        border-radius: 8px;
        background: #ffffff;
        color: #46584d;
        }
        .bs-history strong,
        .bs-history span {
        display: block;
        }
        .bs-practice-info {
        padding: 8px 16px 32px;
        }
        @media (min-width: 760px) {
        .bs-practice-app {
        padding-left: 18px;
        padding-right: 18px;
        }
        .bs-choice-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .bs-practice-settings {
        padding: 20px;
        }
        }

        .bs-construction-entry {
        max-width: 980px;
        margin: 12px auto 4px;
        padding: 14px 16px;
        border: 1px solid #d9e6d8;
        border-radius: 10px;
        background: #fffaf0;
        box-shadow: 0 1px 0 rgba(23, 56, 36, 0.04);
        }
        .bs-construction-entry h2 {
        margin: 0 0 6px;
        color: #173824;
        font-size: clamp(1.08rem, 4vw, 1.35rem);
        line-height: 1.22;
        }
        .bs-construction-entry p {
        margin: 0 0 10px;
        color: #46584d;
        line-height: 1.55;
        }
        .bs-construction-entry-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        }
        .bs-construction-entry-actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 14px;
        border-radius: 999px;
        font-weight: 800;
        text-decoration: none;
        }
        .bs-construction-entry-actions a:first-child {
        background: #173824;
        color: #ffffff;
        }
        .bs-construction-entry-actions a:last-child {
        background: #dff3e5;
        color: #173824;
        }
        @media (max-width: 640px) {
        .bs-construction-entry {
        margin-left: 12px;
        margin-right: 12px;
        }
        .bs-construction-entry-actions a {
        width: 100%;
        }
        }

        ส่วนนี้อธิบาย ภาษาเกาหลีใช้จริง เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

        ฝึกในสถานการณ์ ภาษาเกาหลีใช้จริง

        ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

        ฝึกในสถานการณ์ ภาษาเกาหลีใช้จริง

        เมื่อฝึก ภาษาเกาหลีใช้จริง ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.

        เริ่มฝึก
        เริ่มฝึก

        ฝึกในสถานการณ์ ภาษาเกาหลีใช้จริง

        เนื้อหายังคงรูปภาพและโครงหน้าเดิมไว้ เพื่อให้ผู้เรียนเทียบกับฉบับภาษาอังกฤษได้ง่าย.

        เริ่มฝึก
        เริ่มฝึก
        Loading words…
        0 / 0

        Korean

        Loading…

        ส่วนนี้อธิบาย ภาษาเกาหลีใช้จริง เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.




        Correct 0 / Wrong 0 / Skip 0

        ฝึกในสถานการณ์ ภาษาเกาหลีใช้จริง

        ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

        Category

        Level

        Level Detail

        Importance

        Learning History
        Studied word counts are saved in this browser.

        ฝึกในสถานการณ์ ภาษาเกาหลีใช้จริง

        เมื่อฝึก ภาษาเกาหลีใช้จริง ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.

        เนื้อหายังคงรูปภาพและโครงหน้าเดิมไว้ เพื่อให้ผู้เรียนเทียบกับฉบับภาษาอังกฤษได้ง่าย.

        Available Categories

        • เมื่อฝึก ภาษาเกาหลีใช้จริง ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
        • เมื่อฝึก ภาษาเกาหลีใช้จริง ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
        • เมื่อฝึก ภาษาเกาหลีใช้จริง ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
        • เมื่อฝึก ภาษาเกาหลีใช้จริง ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
        • เมื่อฝึก ภาษาเกาหลีใช้จริง ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
        • เมื่อฝึก ภาษาเกาหลีใช้จริง ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
        • เมื่อฝึก ภาษาเกาหลีใช้จริง ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
      • ฝึกคำศัพท์ป้ายรถไฟใต้ดิน

        ฝึกคำศัพท์ป้ายรถไฟใต้ดิน

        คู่มือ ฝึกคำศัพท์ป้ายรถไฟใต้ดิน

        ฝึกคำศัพท์ป้ายรถไฟใต้ดิน ช่วยให้ผู้เรียนฝึกคำภาษาเกาหลีในสถานการณ์จริง บทความ BSKorean นี้จัดให้อ่านง่าย ตรวจทานง่าย และเชื่อมกับการฝึกในแอป

        ฝึกในแอป BSKorean

        บทเรียนที่เกี่ยวข้อง


        .bs3001-practice{background:#fbf8f1;border:1px solid #eadfce;border-radius:8px;padding:22px;margin:24px 0;color:#1f2a33}
        .bs3001-practice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
        .bs3001-card,.bs3001-quiz-card{background:#fff;border:1px solid #e4ddd0;border-radius:8px;padding:18px}
        .bs3001-flash-word{font-size:34px;font-weight:800;margin:10px 0}
        .bs3001-muted{color:#5f6b70;font-size:14px}
        .bs3001-btn{border:0;border-radius:7px;background:#2b6b8f;color:#fff;padding:10px 14px;margin:4px;cursor:pointer;font-weight:700}
        .bs3001-btn.secondary{background:#68767d}
        .bs3001-choice{display:block;width:100%;text-align:left;background:#fff;border:1px solid #d8e2dd;color:#1f2a33;padding:10px;border-radius:7px;margin:8px 0;cursor:pointer}
        .bs3001-choice.correct{border-color:#287c6a;background:#edf7f2}
        .bs3001-choice.wrong{border-color:#c75b4a;background:#fff0ed}
        .bs3001-input{width:100%;max-width:360px;padding:10px;border:1px solid #cfd8d5;border-radius:7px}
        .bs3001-score{font-weight:800;color:#287c6a}
        .bs3001-missed li{margin-bottom:8px}
        @media(max-width:640px){.bs3001-practice{padding:16px}.bs3001-flash-word{font-size:28px}}

        ฝึกในสถานการณ์ ป้ายรถไฟใต้ดิน

        Short Intro

        ส่วนนี้อธิบาย ป้ายรถไฟใต้ดิน เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

        ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

        ฝึกในสถานการณ์ ป้ายรถไฟใต้ดิน

        • เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
        • เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
        • เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
        • เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
        • เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.

        Word List

        ภาษาเกาหลี คำอ่าน ความหมายภาษาไทย How You Use It ตัวอย่าง
        출구 chul-gu ทางออก เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 2번 출구
        환승 hwan-seung โอนย้าย; การถ่ายโอนการขนส่ง เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 2호선 환승
        방면 bang-myeon ทิศทาง; มุ่งหน้าไปทาง เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 서울역 방면
        승강장 seung-gang-jang ชานชาลา; พื้นที่ขึ้นรถ เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 승강장 가는 길
        화장실 hwa-jang-sil ห้องน้ำ เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 화장실 오른쪽
        오른쪽 o-reun-jjok ขวา Direction word. 오른쪽으로 가세요
        왼쪽 oen-jjok ซ้าย Direction word. 왼쪽 출구
        직진 jik-jin ตรงไป Continue forward. 직진하세요
        계단 gye-dan บันได Stairway sign. 계단 이용
        엘리베이터 el-li-be-i-teo ลิฟต์ Accessible vertical movement. 엘리베이터

        ฝึกในสถานการณ์ ป้ายรถไฟใต้ดิน


        Mulตัวอย่างle Choice Quiz

        ฝึกในสถานการณ์ ป้ายรถไฟใต้ดิน


        คำแนะนำภาษาไทยสำหรับ ป้ายรถไฟใต้ดิน

        คำแนะนำภาษาไทยสำหรับ ป้ายรถไฟใต้ดิน

        Score:

        Review missed items

          (function(){
          const root=document.querySelector(‘[data-practice=”subway”]’);
          if(!root) return;
          const data={“words”:[[“출구”,”chul-gu”,”exit”,”Use this to leave the station.”,”2번 출구”],[“환승”,”hwan-seung”,”transfer”,”Use this to change subway lines.”,”2호선 환승”],[“방면”,”bang-myeon”,”toward / direction”,”Shows the direction a train or passage goes.”,”서울역 방면”],[“승강장”,”seung-gang-jang”,”platform”,”Where passengers board the train.”,”승강장 가는 길”],[“화장실”,”hwa-jang-sil”,”restroom”,”Facility sign for toilets.”,”화장실 오른쪽”],[“오른쪽”,”o-reun-jjok”,”right”,”Direction word.”,”오른쪽으로 가세요”],[“왼쪽”,”oen-jjok”,”left”,”Direction word.”,”왼쪽 출구”],[“직진”,”jik-jin”,”straight”,”Continue forward.”,”직진하세요”],[“계단”,”gye-dan”,”stairs”,”Stairway sign.”,”계단 이용”],[“엘리베이터”,”el-li-be-i-teo”,”elevator”,”Accessible vertical movement.”,”엘리베이터”]],”situations”:[[“You need to leave the station and meet someone outside Exit 3. Which word should you look for?”,”출구”,[“환승”,”출구”,”방면”,”계단”],”출구 means exit, and exit numbers matter in Korean subway stations.”],[“You are changing from Line 2 to Line 7 without leaving the station. Which word matters most?”,”환승”,[“화장실”,”환승”,”직진”,”출구”],”환승 means transfer, so it keeps you inside the subway system.”]]};
          let flash=0, mc=0, spell=0, sit=0, score=0, total=0, missed=[];
          const $=(sel)=>root.querySelector(sel);
          function showFlash(){
          const w=data.words[flash % data.words.length];
          $(‘.flash-word’).textContent=w[0];
          $(‘.flash-roman’).textContent=w[1];
          $(‘.flash-meaning’).textContent=’Click “Show Meaning” to check yourself.’;
          $(‘.flash-example’).textContent=w[4];
          }
          function showMeaning(){
          const w=data.words[flash % data.words.length];
          $(‘.flash-meaning’).textContent=w[2]+’ – ‘+w[3];
          }
          function nextFlash(){ flash++; showFlash(); }
          function makeOptions(answer, source){
          const pool=source.filter(v=>v!==answer).sort(()=>Math.random()-0.5).slice(0,3);
          return [answer,…pool].sort(()=>Math.random()-0.5);
          }
          function updateScore(){ $(‘.score’).textContent=score+’ / ‘+total; $(‘.missed’).innerHTML=missed.length?missed.map(m=>’

        • ‘+m+’
        • ‘).join(”):’

        • No missed items yet.
        • ‘; }
          function showMc(){
          const w=data.words[mc % data.words.length];
          $(‘.mc-question’).textContent=’What does “‘+w[0]+’” mean?’;
          $(‘.mc-options’).innerHTML=makeOptions(w[2], data.words.map(x=>x[2])).map(o=>’‘).join(”);
          }
          function showSpell(){
          const w=data.words[spell % data.words.length];
          $(‘.spell-question’).textContent=’Type the Korean for: ‘+w[2];
          $(‘.spell-input’).value=”;
          $(‘.spell-feedback’).textContent=”;
          }
          function showSituation(){
          const q=data.situations[sit % data.situations.length];
          $(‘.sit-question’).textContent=q[0];
          $(‘.sit-options’).innerHTML=q[2].map(o=>’‘).join(”);
          $(‘.sit-feedback’).textContent=”;
          }
          root.addEventListener(‘click’, function(e){
          if(e.target.matches(‘[data-action=”show-meaning”]’)) showMeaning();
          if(e.target.matches(‘[data-action=”next-flash”]’)) nextFlash();
          if(e.target.closest(‘.mc-options’) && e.target.matches(‘.bs3001-choice’)){
          const w=data.words[mc % data.words.length]; total++;
          if(e.target.dataset.answer===w[2]){score++; e.target.classList.add(‘correct’);} else {e.target.classList.add(‘wrong’); missed.push(w[0]+’ = ‘+w[2]);}
          mc++; updateScore(); setTimeout(showMc,500);
          }
          if(e.target.matches(‘[data-action=”check-spelling”]’)){
          const w=data.words[spell % data.words.length]; total++;
          if($(‘.spell-input’).value.trim()===w[0]){score++; $(‘.spell-feedback’).textContent=’Correct: ‘+w[0];} else {missed.push(‘Spelling: ‘+w[2]+’ -> ‘+w[0]); $(‘.spell-feedback’).textContent=’Answer: ‘+w[0];}
          spell++; updateScore();
          }
          if(e.target.matches(‘[data-action=”next-spelling”]’)) showSpell();
          if(e.target.closest(‘.sit-options’) && e.target.matches(‘.bs3001-choice’)){
          const q=data.situations[sit % data.situations.length]; total++;
          if(e.target.dataset.answer===q[1]){score++; e.target.classList.add(‘correct’); $(‘.sit-feedback’).textContent=q[3];} else {e.target.classList.add(‘wrong’); missed.push(‘Situation: ‘+q[0]+’ Answer: ‘+q[1]); $(‘.sit-feedback’).textContent=’Answer: ‘+q[1]+’. ‘+q[3];}
          sit++; updateScore(); setTimeout(showSituation,900);
          }
          });
          showFlash(); showMc(); showSpell(); showSituation(); updateScore();
          })();

          ตารางทบทวนสั้น

          Practice Goal Korean to Remember ความหมายภาษาไทย
          เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 출구 ทางออก
          เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 환승 โอนย้าย; การถ่ายโอนการขนส่ง
          เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 방면 ทิศทาง; มุ่งหน้าไปทาง
          เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 승강장 ชานชาลา; พื้นที่ขึ้นรถ
          เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 화장실 ห้องน้ำ
          เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 오른쪽 ขวา
          เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 왼쪽 ซ้าย
          เมื่อฝึก ป้ายรถไฟใต้ดิน ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 직진 ตรงไป

          บทเรียนที่เกี่ยวข้อง

        • ฝึกคำศัพท์ร้านสะดวกซื้อ

          ฝึกคำศัพท์ร้านสะดวกซื้อ


          คู่มือ ฝึกคำศัพท์ร้านสะดวกซื้อ

          ฝึกคำศัพท์ร้านสะดวกซื้อ ช่วยให้ผู้เรียนฝึกคำภาษาเกาหลีในสถานการณ์จริง บทความ BSKorean นี้จัดให้อ่านง่าย ตรวจทานง่าย และเชื่อมกับการฝึกในแอป

          ฝึกในแอป BSKorean

          บทเรียนที่เกี่ยวข้อง

          ส่วนนี้อธิบาย ร้านสะดวกซื้อ เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

          ฝึกในสถานการณ์ ร้านสะดวกซื้อ

          ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

          Loading convenience store words…
          0 / 0

          เมื่อฝึก ร้านสะดวกซื้อ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.

          Loading…

          เนื้อหายังคงรูปภาพและโครงหน้าเดิมไว้ เพื่อให้ผู้เรียนเทียบกับฉบับภาษาอังกฤษได้ง่าย.




          Correct 0 / Wrong 0 / Skip 0

          ฝึกในสถานการณ์ ร้านสะดวกซื้อ

          ส่วนนี้อธิบาย ร้านสะดวกซื้อ เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

          Convenience Store Category

          Level

          Level Detail

          Importance

          Learning History
          Convenience store practice counts are saved in this browser.

          คำแนะนำภาษาไทยสำหรับ ร้านสะดวกซื้อ

          ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

          เริ่มฝึก

          ฝึกในสถานการณ์ ร้านสะดวกซื้อ

        • ฝึกวลีในคาเฟ่

          ฝึกวลีในคาเฟ่

          คู่มือ ฝึกวลีในคาเฟ่

          ฝึกวลีในคาเฟ่ ช่วยให้ผู้เรียนฝึกคำภาษาเกาหลีในสถานการณ์จริง บทความ BSKorean นี้จัดให้อ่านง่าย ตรวจทานง่าย และเชื่อมกับการฝึกในแอป

          ฝึกในแอป BSKorean

          บทเรียนที่เกี่ยวข้อง


          .bs3001-practice{background:#fbf8f1;border:1px solid #eadfce;border-radius:8px;padding:22px;margin:24px 0;color:#1f2a33}
          .bs3001-practice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
          .bs3001-card,.bs3001-quiz-card{background:#fff;border:1px solid #e4ddd0;border-radius:8px;padding:18px}
          .bs3001-flash-word{font-size:34px;font-weight:800;margin:10px 0}
          .bs3001-muted{color:#5f6b70;font-size:14px}
          .bs3001-btn{border:0;border-radius:7px;background:#2b6b8f;color:#fff;padding:10px 14px;margin:4px;cursor:pointer;font-weight:700}
          .bs3001-btn.secondary{background:#68767d}
          .bs3001-choice{display:block;width:100%;text-align:left;background:#fff;border:1px solid #d8e2dd;color:#1f2a33;padding:10px;border-radius:7px;margin:8px 0;cursor:pointer}
          .bs3001-choice.correct{border-color:#287c6a;background:#edf7f2}
          .bs3001-choice.wrong{border-color:#c75b4a;background:#fff0ed}
          .bs3001-input{width:100%;max-width:360px;padding:10px;border:1px solid #cfd8d5;border-radius:7px}
          .bs3001-score{font-weight:800;color:#287c6a}
          .bs3001-missed li{margin-bottom:8px}
          @media(max-width:640px){.bs3001-practice{padding:16px}.bs3001-flash-word{font-size:28px}}

          ฝึกในสถานการณ์ คาเฟ่

          Short Intro

          ส่วนนี้อธิบาย คาเฟ่ เป็นภาษาไทย โดยคงลำดับการฝึกจากต้นฉบับไว้.

          ให้อ่านประโยคภาษาเกาหลีก่อน แล้วจึงเทียบคำอ่านและความหมายภาษาไทยในตาราง.

          ฝึกในสถานการณ์ คาเฟ่

          • เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
          • เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
          • เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
          • เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.
          • เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย.

          Word List

          ภาษาเกาหลี คำอ่าน ความหมายภาษาไทย How You Use It ตัวอย่าง
          주문 ju-mun การสั่งซื้อ; คำสั่งซื้อ The act of ordering. 주문하시겠어요?
          주세요 ju-se-yo please give me เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 아메리카노 주세요
          아이스 a-i-seu แบบเย็น; ตัวเลือกเครื่องดื่มเย็น Cold drink option. 아이스 라떼
          따뜻한 tta-tteut-han แบบร้อน; อุ่น Hot drink option. 따뜻한 커피
          포장 po-jang การบรรจุ; การหีบห่อ เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 포장이요
          매장 mae-jang ร้านค้า; ร้าน Drink inside. 매장이요
          하나 ha-na หนึ่ง (เลขเกาหลีแท้) Count one item. 하나 주세요
          두 잔 du jan two cups Count two drinks. 라떼 두 잔
          시럽 si-reop น้ำเชื่อม Sweetener option. 시럽 빼 주세요
          빼 주세요 ppae ju-se-yo ช่วยไม่ใส่อันนี้ให้หน่อย เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 얼음 빼 주세요

          ฝึกในสถานการณ์ คาเฟ่


          Mulตัวอย่างle Choice Quiz

          ฝึกในสถานการณ์ คาเฟ่


          คำแนะนำภาษาไทยสำหรับ คาเฟ่

          คำแนะนำภาษาไทยสำหรับ คาเฟ่

          Score:

          Review missed items

            (function(){
            const root=document.querySelector(‘[data-practice=”cafe”]’);
            if(!root) return;
            const data={“words”:[[“주문”,”ju-mun”,”order”,”The act of ordering.”,”주문하시겠어요?”],[“주세요”,”ju-se-yo”,”please give me”,”Safe polite request ending.”,”아메리카노 주세요”],[“아이스”,”a-i-seu”,”iced”,”Cold drink option.”,”아이스 라떼”],[“따뜻한”,”tta-tteut-han”,”warm / hot”,”Hot drink option.”,”따뜻한 커피”],[“포장”,”po-jang”,”takeout”,”Take the drink out.”,”포장이요”],[“매장”,”mae-jang”,”in store”,”Drink inside.”,”매장이요”],[“하나”,”ha-na”,”one”,”Count one item.”,”하나 주세요”],[“두 잔”,”du jan”,”two cups”,”Count two drinks.”,”라떼 두 잔”],[“시럽”,”si-reop”,”syrup”,”Sweetener option.”,”시럽 빼 주세요”],[“빼 주세요”,”ppae ju-se-yo”,”please remove”,”Ask to leave something out.”,”얼음 빼 주세요”]],”situations”:[[“You want one iced Americano. Which phrase works?”,”아이스 아메리카노 하나 주세요”,[“포장이요”,”아이스 아메리카노 하나 주세요”,”시럽 빼 주세요”,”매장이요”],”Drink + number + 주세요 is the core cafe ordering แบบฝึกหัด.”],[“The staff asks 포장이세요? What are they asking?”,”takeout”,[“takeout”,”iced”,”receipt”,”points”],”포장 means takeout.”]]};
            let flash=0, mc=0, spell=0, sit=0, score=0, total=0, missed=[];
            const $=(sel)=>root.querySelector(sel);
            function showFlash(){
            const w=data.words[flash % data.words.length];
            $(‘.flash-word’).textContent=w[0];
            $(‘.flash-roman’).textContent=w[1];
            $(‘.flash-meaning’).textContent=’Click “Show Meaning” to check yourself.’;
            $(‘.flash-example’).textContent=w[4];
            }
            function showMeaning(){
            const w=data.words[flash % data.words.length];
            $(‘.flash-meaning’).textContent=w[2]+’ – ‘+w[3];
            }
            function nextFlash(){ flash++; showFlash(); }
            function makeOptions(answer, source){
            const pool=source.filter(v=>v!==answer).sort(()=>Math.random()-0.5).slice(0,3);
            return [answer,…pool].sort(()=>Math.random()-0.5);
            }
            function updateScore(){ $(‘.score’).textContent=score+’ / ‘+total; $(‘.missed’).innerHTML=missed.length?missed.map(m=>’

          • ‘+m+’
          • ‘).join(”):’

          • No missed items yet.
          • ‘; }
            function showMc(){
            const w=data.words[mc % data.words.length];
            $(‘.mc-question’).textContent=’What does “‘+w[0]+’” mean?’;
            $(‘.mc-options’).innerHTML=makeOptions(w[2], data.words.map(x=>x[2])).map(o=>’‘).join(”);
            }
            function showSpell(){
            const w=data.words[spell % data.words.length];
            $(‘.spell-question’).textContent=’Type the Korean for: ‘+w[2];
            $(‘.spell-input’).value=”;
            $(‘.spell-feedback’).textContent=”;
            }
            function showSituation(){
            const q=data.situations[sit % data.situations.length];
            $(‘.sit-question’).textContent=q[0];
            $(‘.sit-options’).innerHTML=q[2].map(o=>’‘).join(”);
            $(‘.sit-feedback’).textContent=”;
            }
            root.addEventListener(‘click’, function(e){
            if(e.target.matches(‘[data-action=”show-meaning”]’)) showMeaning();
            if(e.target.matches(‘[data-action=”next-flash”]’)) nextFlash();
            if(e.target.closest(‘.mc-options’) && e.target.matches(‘.bs3001-choice’)){
            const w=data.words[mc % data.words.length]; total++;
            if(e.target.dataset.answer===w[2]){score++; e.target.classList.add(‘correct’);} else {e.target.classList.add(‘wrong’); missed.push(w[0]+’ = ‘+w[2]);}
            mc++; updateScore(); setTimeout(showMc,500);
            }
            if(e.target.matches(‘[data-action=”check-spelling”]’)){
            const w=data.words[spell % data.words.length]; total++;
            if($(‘.spell-input’).value.trim()===w[0]){score++; $(‘.spell-feedback’).textContent=’Correct: ‘+w[0];} else {missed.push(‘Spelling: ‘+w[2]+’ -> ‘+w[0]); $(‘.spell-feedback’).textContent=’Answer: ‘+w[0];}
            spell++; updateScore();
            }
            if(e.target.matches(‘[data-action=”next-spelling”]’)) showSpell();
            if(e.target.closest(‘.sit-options’) && e.target.matches(‘.bs3001-choice’)){
            const q=data.situations[sit % data.situations.length]; total++;
            if(e.target.dataset.answer===q[1]){score++; e.target.classList.add(‘correct’); $(‘.sit-feedback’).textContent=q[3];} else {e.target.classList.add(‘wrong’); missed.push(‘Situation: ‘+q[0]+’ Answer: ‘+q[1]); $(‘.sit-feedback’).textContent=’Answer: ‘+q[1]+’. ‘+q[3];}
            sit++; updateScore(); setTimeout(showSituation,900);
            }
            });
            showFlash(); showMc(); showSpell(); showSituation(); updateScore();
            })();

            ตารางทบทวนสั้น

            Practice Goal Korean to Remember ความหมายภาษาไทย
            เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 주문 การสั่งซื้อ; คำสั่งซื้อ
            เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 주세요 please give me
            เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 아이스 แบบเย็น; ตัวเลือกเครื่องดื่มเย็น
            เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 따뜻한 แบบร้อน; อุ่น
            เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 포장 การบรรจุ; การหีบห่อ
            เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 매장 ร้านค้า; ร้าน
            เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 하나 หนึ่ง (เลขเกาหลีแท้)
            เมื่อฝึก คาเฟ่ ให้สังเกตคำสำคัญภาษาเกาหลี การออกเสียง และการใช้จริงอย่างปลอดภัย. 두 잔 two cups

            บทเรียนที่เกี่ยวข้อง