Hướng dẫn Luyện từ vựng chung cư
Luyện từ vựng chung cư giúp người học luyện từ tiếng Hàn trong tình huống thực tế. Bài BSKorean này giữ nội dung rõ ràng, dễ xem và liên kết với phần luyện tập.
Luyện tập trong ứng dụng BSKorean
Bài học liên quan
.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}}
Luyện trong tình huống chung cư
Short Intro
Phần này giải thích chung cư bằng tiếng Việt và giữ nguyên thứ tự luyện tập của bản gốc.
Hãy đọc câu tiếng Hàn trước, sau đó đối chiếu phiên âm và nghĩa tiếng Việt trong bảng.
Luyện trong tình huống chung cư
- Khi luyện chung cư, hãy chú ý từ khóa tiếng Hàn, cách phát âm và cách dùng an toàn trong đời sống thực tế.
- Khi luyện chung cư, hãy chú ý từ khóa tiếng Hàn, cách phát âm và cách dùng an toàn trong đời sống thực tế.
- Khi luyện chung cư, hãy chú ý từ khóa tiếng Hàn, cách phát âm và cách dùng an toàn trong đời sống thực tế.
- Khi luyện chung cư, hãy chú ý từ khóa tiếng Hàn, cách phát âm và cách dùng an toàn trong đời sống thực tế.
- Khi luyện chung cư, hãy chú ý từ khóa tiếng Hàn, cách phát âm và cách dùng an toàn trong đời sống thực tế.
Word List
| tiếng Hàn | Phiên âm | Nghĩa tiếng Việt | How You Use It | Ví dụ |
|---|---|---|---|---|
| 아파트 | a-pa-teu | căn hộ | Apartment complex or building. | 아파트 입구 |
| 동 | dong | số tòa nhà | Apartment building number. | 101동 |
| 호 | ho | số phòng; số căn | Apartment unit. | 1203호 |
| 층 | cheung | lượng từ cho tầng | Phần này giải thích chung cư bằng tiếng Việt và giữ nguyên thứ tự luyện tập của bản gốc. | 5층 |
| 입구 | ip-gu | lối vào | Place to enter. | 입구 |
| 관리사무소 | gwal-li-sa-mu-so | văn phòng quản lý | Apartment office. | 관리사무소 |
| 주차장 | ju-cha-jang | bãi đỗ xe | Parking area. | 지하 주차장 |
| 지하 | ji-ha | basement | Underground level. | 지하 1층 |
| 엘리베이터 | el-li-be-i-teo | thang máy | Lift inside building. | 엘리베이터 |
| 경비실 | gyeong-bi-sil | phòng bảo vệ; văn phòng bảo vệ | Guard office. | 경비실 |
Luyện trong tình huống chung cư
MulVí dụle Choice Quiz
Luyện trong tình huống chung cư
Hướng dẫn tiếng Việt cho chung cư
Hướng dẫn tiếng Việt cho chung cư
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”,”tầng.”,”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=>’
‘).join(”):’
‘; }
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();
})();
Bảng ôn tập ngắn
| Practice Goal | Korean to Remember | Nghĩa tiếng Việt |
|---|---|---|
| Hãy đọc câu tiếng Hàn trước, sau đó đối chiếu phiên âm và nghĩa tiếng Việt trong bảng. | 아파트 | căn hộ |
| Khi luyện chung cư, hãy chú ý từ khóa tiếng Hàn, cách phát âm và cách dùng an toàn trong đời sống thực tế. | 동 | số tòa nhà |
| Nội dung giữ cùng hình ảnh và bố cục để người học dễ so sánh với bản tiếng Anh. | 호 | số phòng; số căn |
| Phần này giải thích chung cư bằng tiếng Việt và giữ nguyên thứ tự luyện tập của bản gốc. | 층 | lượng từ cho tầng |
| Hãy đọc câu tiếng Hàn trước, sau đó đối chiếu phiên âm và nghĩa tiếng Việt trong bảng. | 입구 | lối vào |
| Khi luyện chung cư, hãy chú ý từ khóa tiếng Hàn, cách phát âm và cách dùng an toàn trong đời sống thực tế. | 관리사무소 | văn phòng quản lý |
| Nội dung giữ cùng hình ảnh và bố cục để người học dễ so sánh với bản tiếng Anh. | 주차장 | bãi đỗ xe |
| Phần này giải thích chung cư bằng tiếng Việt và giữ nguyên thứ tự luyện tập của bản gốc. | 지하 | basement |
