✍️ 연플래닝 오리지널 — 「아하! 보이는 직관수학」 자체 제작. 모든 문제·정답 손검산 완료. 답안을 제출해야 해설·정답이 열립니다(먼저 스스로 풀어 보세요).
💬 더 필요한 게 있나요?
난이도 조절(더 쉽게 / 더 어렵게) · 다른 유형 · 특정 개념 집중 · 문항 수 등 무엇이든 적어 주세요. 선생님이 확인합니다. (공개 아님)
`; return s;
}
const P=[
{ tier:'기초', type:'self', kind:'num',
q:'12 × 3 을(를) 계산하세요.',
fig:null,
answer:36,
hint:'쪼개서 곱해요: 12 = 10 + 2. 각각 곱하고 더하면 돼요.',
sol:{ ans:'36', fig:null,
steps:['12 를 10 와 2 로 쪼개요.','10 × 3 = 30, 2 × 3 = 6.','더하면 30 + 6 = 36.']}},
{ tier:'기초', type:'self', kind:'num',
q:'23 × 2 을(를) 계산하세요.',
fig:null,
answer:46,
hint:'쪼개서 곱해요: 23 = 20 + 3. 각각 곱하고 더하면 돼요.',
sol:{ ans:'46', fig:null,
steps:['23 를 20 와 3 로 쪼개요.','20 × 2 = 40, 3 × 2 = 6.','더하면 40 + 6 = 46.']}},
{ tier:'기초', type:'self', kind:'num',
q:'14 × 4 을(를) 계산하세요.',
fig:null,
answer:56,
hint:'쪼개서 곱해요: 14 = 10 + 4. 각각 곱하고 더하면 돼요.',
sol:{ ans:'56', fig:null,
steps:['14 를 10 와 4 로 쪼개요.','10 × 4 = 40, 4 × 4 = 16.','더하면 40 + 16 = 56.']}},
{ tier:'기초', type:'self', kind:'num',
q:'31 × 3 을(를) 계산하세요.',
fig:null,
answer:93,
hint:'쪼개서 곱해요: 31 = 30 + 1. 각각 곱하고 더하면 돼요.',
sol:{ ans:'93', fig:null,
steps:['31 를 30 와 1 로 쪼개요.','30 × 3 = 90, 1 × 3 = 3.','더하면 90 + 3 = 93.']}},
{ tier:'기초', type:'self', kind:'num',
q:'24 × 2 을(를) 계산하세요.',
fig:null,
answer:48,
hint:'쪼개서 곱해요: 24 = 20 + 4. 각각 곱하고 더하면 돼요.',
sol:{ ans:'48', fig:null,
steps:['24 를 20 와 4 로 쪼개요.','20 × 2 = 40, 4 × 2 = 8.','더하면 40 + 8 = 48.']}},
{ tier:'기초', type:'self', kind:'num',
q:'13 × 5 을(를) 계산하세요.',
fig:null,
answer:65,
hint:'쪼개서 곱해요: 13 = 10 + 3. 각각 곱하고 더하면 돼요.',
sol:{ ans:'65', fig:null,
steps:['13 를 10 와 3 로 쪼개요.','10 × 5 = 50, 3 × 5 = 15.','더하면 50 + 15 = 65.']}},
{ tier:'기초', type:'self', kind:'num',
q:'21 × 4 을(를) 계산하세요.',
fig:null,
answer:84,
hint:'쪼개서 곱해요: 21 = 20 + 1. 각각 곱하고 더하면 돼요.',
sol:{ ans:'84', fig:null,
steps:['21 를 20 와 1 로 쪼개요.','20 × 4 = 80, 1 × 4 = 4.','더하면 80 + 4 = 84.']}},
{ tier:'기초', type:'self', kind:'num',
q:'32 × 3 을(를) 계산하세요.',
fig:null,
answer:96,
hint:'쪼개서 곱해요: 32 = 30 + 2. 각각 곱하고 더하면 돼요.',
sol:{ ans:'96', fig:null,
steps:['32 를 30 와 2 로 쪼개요.','30 × 3 = 90, 2 × 3 = 6.','더하면 90 + 6 = 96.']}},
{ tier:'기초', type:'self', kind:'num',
q:'15 × 3 을(를) 계산하세요.',
fig:null,
answer:45,
hint:'쪼개서 곱해요: 15 = 10 + 5. 각각 곱하고 더하면 돼요.',
sol:{ ans:'45', fig:null,
steps:['15 를 10 와 5 로 쪼개요.','10 × 3 = 30, 5 × 3 = 15.','더하면 30 + 15 = 45.']}},
{ tier:'기초', type:'self', kind:'num',
q:'41 × 2 을(를) 계산하세요.',
fig:null,
answer:82,
hint:'쪼개서 곱해요: 41 = 40 + 1. 각각 곱하고 더하면 돼요.',
sol:{ ans:'82', fig:null,
steps:['41 를 40 와 1 로 쪼개요.','40 × 2 = 80, 1 × 2 = 2.','더하면 80 + 2 = 82.']}},
{ tier:'중급', type:'self', kind:'num',
q:'25 × 4 을(를) 계산하세요. (받아올림 주의)',
fig:null,
answer:100,
hint:'25 = 20 + 5 로 쪼개서 각각 곱한 뒤 더해요.',
sol:{ ans:'100', fig:null,
steps:['쪼개기: 20 × 4 = 80, 5 × 4 = 20.','더하면 80 + 20 = 100.','세로셈으로 해도 같아요 — 쪼개기가 그 원리예요!']}},
{ tier:'중급', type:'self', kind:'num',
q:'36 × 3 을(를) 계산하세요. (받아올림 주의)',
fig:null,
answer:108,
hint:'36 = 30 + 6 로 쪼개서 각각 곱한 뒤 더해요.',
sol:{ ans:'108', fig:null,
steps:['쪼개기: 30 × 3 = 90, 6 × 3 = 18.','더하면 90 + 18 = 108.','세로셈으로 해도 같아요 — 쪼개기가 그 원리예요!']}},
{ tier:'중급', type:'self', kind:'num',
q:'48 × 2 을(를) 계산하세요. (받아올림 주의)',
fig:null,
answer:96,
hint:'48 = 40 + 8 로 쪼개서 각각 곱한 뒤 더해요.',
sol:{ ans:'96', fig:null,
steps:['쪼개기: 40 × 2 = 80, 8 × 2 = 16.','더하면 80 + 16 = 96.','세로셈으로 해도 같아요 — 쪼개기가 그 원리예요!']}},
{ tier:'중급', type:'self', kind:'num',
q:'17 × 5 을(를) 계산하세요. (받아올림 주의)',
fig:null,
answer:85,
hint:'17 = 10 + 7 로 쪼개서 각각 곱한 뒤 더해요.',
sol:{ ans:'85', fig:null,
steps:['쪼개기: 10 × 5 = 50, 7 × 5 = 35.','더하면 50 + 35 = 85.','세로셈으로 해도 같아요 — 쪼개기가 그 원리예요!']}},
{ tier:'중급', type:'self', kind:'num',
q:'29 × 3 을(를) 계산하세요. (받아올림 주의)',
fig:null,
answer:87,
hint:'29 = 20 + 9 로 쪼개서 각각 곱한 뒤 더해요.',
sol:{ ans:'87', fig:null,
steps:['쪼개기: 20 × 3 = 60, 9 × 3 = 27.','더하면 60 + 27 = 87.','세로셈으로 해도 같아요 — 쪼개기가 그 원리예요!']}},
{ tier:'중급', type:'self', kind:'num',
q:'45 × 4 을(를) 계산하세요. (받아올림 주의)',
fig:null,
answer:180,
hint:'45 = 40 + 5 로 쪼개서 각각 곱한 뒤 더해요.',
sol:{ ans:'180', fig:null,
steps:['쪼개기: 40 × 4 = 160, 5 × 4 = 20.','더하면 160 + 20 = 180.','세로셈으로 해도 같아요 — 쪼개기가 그 원리예요!']}},
{ tier:'중급', type:'self', kind:'num',
q:'38 × 2 을(를) 계산하세요. (받아올림 주의)',
fig:null,
answer:76,
hint:'38 = 30 + 8 로 쪼개서 각각 곱한 뒤 더해요.',
sol:{ ans:'76', fig:null,
steps:['쪼개기: 30 × 2 = 60, 8 × 2 = 16.','더하면 60 + 16 = 76.','세로셈으로 해도 같아요 — 쪼개기가 그 원리예요!']}},
{ tier:'중급', type:'self', kind:'num',
q:'53 × 3 을(를) 계산하세요. (받아올림 주의)',
fig:null,
answer:159,
hint:'53 = 50 + 3 로 쪼개서 각각 곱한 뒤 더해요.',
sol:{ ans:'159', fig:null,
steps:['쪼개기: 50 × 3 = 150, 3 × 3 = 9.','더하면 150 + 9 = 159.','세로셈으로 해도 같아요 — 쪼개기가 그 원리예요!']}},
{ tier:'중급', type:'self', kind:'num',
q:'64 × 2 을(를) 계산하세요. (받아올림 주의)',
fig:null,
answer:128,
hint:'64 = 60 + 4 로 쪼개서 각각 곱한 뒤 더해요.',
sol:{ ans:'128', fig:null,
steps:['쪼개기: 60 × 2 = 120, 4 × 2 = 8.','더하면 120 + 8 = 128.','세로셈으로 해도 같아요 — 쪼개기가 그 원리예요!']}},
{ tier:'중급', type:'self', kind:'num',
q:'27 × 4 을(를) 계산하세요. (받아올림 주의)',
fig:null,
answer:108,
hint:'27 = 20 + 7 로 쪼개서 각각 곱한 뒤 더해요.',
sol:{ ans:'108', fig:null,
steps:['쪼개기: 20 × 4 = 80, 7 × 4 = 28.','더하면 80 + 28 = 108.','세로셈으로 해도 같아요 — 쪼개기가 그 원리예요!']}},
{ tier:'상위', type:'self', kind:'num',
q:'한 상자에 12개씩 든 사탕이 4상자 있습니다. 사탕은 모두 몇 개일까요?',
fig:null,
answer:48,
hint:'‘몇 개씩 몇 묶음’ = 곱셈! 12 × 4 를 쪼개서 계산하세요.',
sol:{ ans:'48개', fig:null,
steps:['식: 12 × 4.','쪼개기: 10 × 4 = 40, 2 × 4 = 8 → 합 48.','답은 48개.']}},
{ tier:'상위', type:'self', kind:'num',
q:'한 줄에 15명씩 6줄로 섰습니다. 모두 몇 명일까요?',
fig:null,
answer:90,
hint:'‘몇 개씩 몇 묶음’ = 곱셈! 15 × 6 를 쪼개서 계산하세요.',
sol:{ ans:'90명', fig:null,
steps:['식: 15 × 6.','쪼개기: 10 × 6 = 60, 5 × 6 = 30 → 합 90.','답은 90명.']}},
{ tier:'상위', type:'self', kind:'num',
q:'연필 한 다스는 12자루입니다. 5다스는 몇 자루일까요?',
fig:null,
answer:60,
hint:'‘몇 개씩 몇 묶음’ = 곱셈! 12 × 5 를 쪼개서 계산하세요.',
sol:{ ans:'60자루', fig:null,
steps:['식: 12 × 5.','쪼개기: 10 × 5 = 50, 2 × 5 = 10 → 합 60.','답은 60자루.']}},
{ tier:'상위', type:'self', kind:'num',
q:'책 한 권이 24쪽입니다. 3권이면 모두 몇 쪽일까요?',
fig:null,
answer:72,
hint:'‘몇 개씩 몇 묶음’ = 곱셈! 24 × 3 를 쪼개서 계산하세요.',
sol:{ ans:'72쪽', fig:null,
steps:['식: 24 × 3.','쪼개기: 20 × 3 = 60, 4 × 3 = 12 → 합 72.','답은 72쪽.']}},
{ tier:'상위', type:'self', kind:'num',
q:'한 봉지에 18개씩 든 과자가 5봉지 있습니다. 모두 몇 개일까요?',
fig:null,
answer:90,
hint:'‘몇 개씩 몇 묶음’ = 곱셈! 18 × 5 를 쪼개서 계산하세요.',
sol:{ ans:'90개', fig:null,
steps:['식: 18 × 5.','쪼개기: 10 × 5 = 50, 8 × 5 = 40 → 합 90.','답은 90개.']}},
{ tier:'상위', type:'self', kind:'num',
q:'123 × 3 을(를) 계산하세요.',
fig:null,
answer:369,
hint:'세 자리도 똑같이! 백·십·일로 쪼개서 각각 곱하고 더해요.',
sol:{ ans:'369', fig:null,
steps:['123 = 100 + 20 + 3 로 쪼개요.','각각 3 를 곱해서 더합니다.','답은 369.']}},
{ tier:'상위', type:'self', kind:'num',
q:'214 × 2 을(를) 계산하세요.',
fig:null,
answer:428,
hint:'세 자리도 똑같이! 백·십·일로 쪼개서 각각 곱하고 더해요.',
sol:{ ans:'428', fig:null,
steps:['214 = 200 + 10 + 4 로 쪼개요.','각각 2 를 곱해서 더합니다.','답은 428.']}},
{ tier:'상위', type:'self', kind:'num',
q:'132 × 4 을(를) 계산하세요.',
fig:null,
answer:528,
hint:'세 자리도 똑같이! 백·십·일로 쪼개서 각각 곱하고 더해요.',
sol:{ ans:'528', fig:null,
steps:['132 = 100 + 30 + 2 로 쪼개요.','각각 4 를 곱해서 더합니다.','답은 528.']}},
{ tier:'상위', type:'self', kind:'num',
q:'305 × 3 을(를) 계산하세요.',
fig:null,
answer:915,
hint:'세 자리도 똑같이! 백·십·일로 쪼개서 각각 곱하고 더해요.',
sol:{ ans:'915', fig:null,
steps:['305 = 300 + 0 + 5 로 쪼개요.','각각 3 를 곱해서 더합니다.','답은 915.']}},
{ tier:'상위', type:'self', kind:'num',
q:'241 × 2 을(를) 계산하세요.',
fig:null,
answer:482,
hint:'세 자리도 똑같이! 백·십·일로 쪼개서 각각 곱하고 더해요.',
sol:{ ans:'482', fig:null,
steps:['241 = 200 + 40 + 1 로 쪼개요.','각각 2 를 곱해서 더합니다.','답은 482.']}},
{ tier:'최상위', type:'self', kind:'num',
q:'25 × 4 를 암산으로 빠르게 하는 방법은? 답은 얼마일까요?',
fig:null,
answer:100,
hint:'25는 100의 4분의 1! 25 × 4 는 딱 떨어져요.',
sol:{ ans:'100', fig:null,
steps:['25 × 4 = 100.','25가 4개면 100 — 동전 25원 4개가 100원인 것과 같아요.','이 짝(25×4=100)은 외워두면 계산이 빨라져요!']}},
{ tier:'최상위', type:'self', kind:'num',
q:'19 × 5 를 20 × 5 로 계산한 뒤 고치려면 얼마를 빼야 할까요?',
fig:null,
answer:5,
hint:'19 = 20 − 1 이에요. 그럼 19 × 5 = 20 × 5 − ? × 5',
sol:{ ans:'5', fig:null,
steps:['19 × 5 = (20 − 1) × 5 = 20×5 − 1×5.','20×5 = 100 에서 5를 빼면 95.','확인: 19 × 5 = 95 ✓ 이런 게 쪼개기의 힘!']}},
{ tier:'최상위', type:'self', kind:'num',
q:'□ × 6 = 78 일 때, □ 에 알맞은 수는?',
fig:null,
answer:13,
hint:'곱셈을 거꾸로 = 나눗셈! □ = 78 ÷ 6.',
sol:{ ans:'13', fig:null,
steps:['□ = 78 ÷ 6.','= 13.','확인: 13 × 6 = 78 ✓']}},
{ tier:'최상위', type:'self', kind:'choice',
q:'12 × 4 와 4 × 12 중 어느 것이 더 클까요?',
fig:null,
choices:['12 × 4 가 크다','4 × 12 가 크다','두 값은 같다','알 수 없다'], answer:'두 값은 같다',
hint:'곱셈은 순서를 바꿔도 될까요?',
sol:{ ans:'두 값은 같다 (둘 다 48)', fig:null,
steps:['12 × 4 = 48, 4 × 12 = 48.','곱셈은 순서를 바꿔도 답이 같아요(교환법칙).','12개씩 4묶음이나 4개씩 12묶음이나 전체 개수는 같죠!']}},
{ tier:'최상위', type:'self', kind:'num',
q:'한 상자에 15개씩 든 귤이 4상자 있었는데 7개를 먹었습니다. 남은 귤은 몇 개일까요?',
fig:null,
answer:53,
hint:'두 걸음! 전체(15 × 4)를 구하고 7을 빼세요.',
sol:{ ans:'53개', fig:null,
steps:['전체: 15 × 4 = 60개.','7개를 먹었으니 60 − 7 = 53개.','식으로 쓰면 15 × 4 − 7 = 53 이에요.']}},
{ tier:'최상위', type:'self', kind:'num',
q:'99 × 4 를 100 × 4 로 계산한 뒤 얼마를 빼야 할까요?',
fig:null,
answer:4,
hint:'99 = 100 − 1 이에요.',
sol:{ ans:'4', fig:null,
steps:['99 × 4 = (100 − 1) × 4 = 400 − 1×4.','4를 빼면 396.','확인: 99 × 4 = 396 ✓']}},
{ tier:'최상위', type:'self', kind:'num',
q:'한 상자에 24개씩 든 사과가 5상자 있습니다. 이를 8명이 똑같이 나누면 한 명당 몇 개일까요?',
fig:null,
answer:15,
hint:'두 걸음! 전체(24 × 5)를 구하고 8로 나눠요.',
sol:{ ans:'15개', fig:null,
steps:['전체: 24 × 5 = 120개.','8명이 나누면 120 ÷ 8 = 15개.','식: 24 × 5 ÷ 8 = 15']}},
{ tier:'최상위', type:'self', kind:'num',
q:'20 × 3 = 60 입니다. 그러면 21 × 3 은 얼마일까요?',
fig:null,
answer:63,
hint:'21 = 20 + 1 이니, 3을 한 번 더 더하면?',
sol:{ ans:'63', fig:null,
steps:['21 × 3 = (20 + 1) × 3 = 60 + 3.','= 63.','1이 늘면 곱하는 수만큼 늘어나요!']}},
{ tier:'최상위', type:'self', kind:'num',
q:'□ × 7 = 91 일 때, □ 에 알맞은 수는?',
fig:null,
answer:13,
hint:'□ = 91 ÷ 7 이에요.',
sol:{ ans:'13', fig:null,
steps:['□ = 91 ÷ 7 = 13.','확인: 13 × 7 = 91 ✓','(70 + 21 = 91 로 쪼개서 확인해도 좋아요)']}},
{ tier:'최상위', type:'self', kind:'choice',
q:'50 × 4 와 25 × 8 중 어느 것이 더 클까요?',
fig:null,
choices:['50 × 4 가 크다','25 × 8 이 크다','두 값은 같다','알 수 없다'], answer:'두 값은 같다',
hint:'각각 계산해 보세요. 반으로 줄이고 두 배로 늘리면?',
sol:{ ans:'두 값은 같다 (둘 다 200)', fig:null,
steps:['50 × 4 = 200, 25 × 8 = 200.','한쪽을 반으로(50→25) 하고 다른 쪽을 2배(4→8) 하면 답은 그대로!','이걸 알면 암산이 쉬워져요.']}},
];
const TIERS=['기초','중급','상위','최상위'];
const TIER_DESC={기초:'영상만 봐도 바로 풀려요 — 배운 걸 그대로 적용.',중급:'한 번 더 생각 — 거꾸로·변형. 영상 안에 답이 있어요.',상위:'아래 학년 개념(선수 단원)을 함께 써야 풀려요.',최상위:'여러 개념·역발상·함정까지. 최고 난도.'};
let curTier='기초';
function tierProblems(t){ return P.map((p,i)=>({p,i})).filter(o=>o.p.tier===t); }
function renderTabs(){
const tb=document.getElementById('tabs'); tb.innerHTML='';
TIERS.forEach(t=>{ const n=tierProblems(t).length;
const b=document.createElement('button'); b.className='tab'+(t===curTier?' on':''); b.textContent=`${t} (${n})`;
b.onclick=()=>{curTier=t; renderTabs(); renderList();}; tb.appendChild(b); });
document.getElementById('tierNote').textContent=TIER_DESC[curTier];
}
function esc(x){return String(x).replace(/&/g,'&').replace(//g,'>');}
function renderList(){
const L=document.getElementById('list'); L.innerHTML='';
const items=tierProblems(curTier);
if(!items.length){ L.innerHTML='이 난도는 곧 채워집니다 — 파일럿은 기초·중급·상위 예시.
'; return; }
items.forEach(({p,i},k)=>{
const badge = p.type==='video' ? '🎬 영상해설' : '✍ 텍스트해설';
const pre = p.prereq ? `🔗 ${p.prereq.name}` : '';
const c=document.createElement('div'); c.className='card'; c.id='card'+i;
let ansUI = p.kind==='choice'
? ``+p.choices.map(o=>``).join('')+`
`
: `← 내 답을 쓰고 제출
`;
c.innerHTML=`
${curTier} · 문제 ${k+1} ${badge} ${pre}
${mfx(p.q)}
${p.fig?`${p.fig}
`:''}
${ansUI}
🔒 답을 제출해야 해설·정답이 열려요.
💡 힌트 — ${p.hint}
`;
L.appendChild(c);
});
}
const picked={};
// 분수 답 입력 지원: '3/4', '1 1/2', '0.75' 모두 인식
function parseAns(v){ v=String(v).trim().replace(/\s+/g,' ');
let m=/^(-?\d+)\s+(\d+)\/(\d+)$/.exec(v);
if(m){ const s=(+m[1])<0?-1:1; return s*(Math.abs(+m[1])+(+m[2])/(+m[3])); }
m=/^(-?\d+)\/(-?\d+)$/.exec(v); if(m) return (+m[1])/(+m[2]);
return parseFloat(v.replace(/[^0-9.\-]/g,''));
}
function pick(i,val,el){ picked[i]=val; document.querySelectorAll('#ch'+i+' button').forEach(b=>b.classList.remove('sel')); el.classList.add('sel'); }
function mfx(t){ if(!window.mathToHTML) return t;
// HTML 태그( 등)는 그대로 두고, 태그 사이 텍스트만 교과서식 수식으로 변환
return String(t).split(/(<[^>]+>)/).map(s=> s.charAt(0)==='<' ? s : mathToHTML(s)).join(''); }
function submit(i){
const p=P[i]; let mine;
if(p.kind==='choice'){ mine=picked[i]; if(mine==null){ alert('보기 중 하나를 먼저 고르세요.'); return; } }
else { const v=document.getElementById('in'+i).value.trim(); if(v===''){ alert('답을 먼저 입력하세요.'); return; } mine=parseAns(v); if(isNaN(mine)){ alert('숫자나 분수(예: 3/4)로 입력해 주세요.'); return; } }
const correct = p.kind==='choice' ? (mine===p.answer) : (Math.abs(mine-p.answer)<1e-6);
const vd=document.getElementById('vd'+i); vd.classList.remove('hide');
document.getElementById('lock'+i).classList.add('hide');
document.getElementById('show'+i).classList.remove('hide'); // 제출했으니 해설 열람 가능
if(correct){ vd.className='verdict ok'; vd.innerHTML='✅ 정답이에요! 잘했어요.'; reveal(i); }
else{ vd.className='verdict no'; vd.innerHTML='❌ 아쉬워요. 힌트를 보고 다시 풀어 볼까요? (해설도 열렸어요)';
document.getElementById('hint'+i).classList.remove('hide'); }
}
function reveal(i){
const p=P[i], sol=document.getElementById('sol'+i); sol.classList.remove('hide');
let steps=p.sol.steps.map(s=>`• ${mfx(s)}
`).join('');
let pre=p.prereq?``:'';
let vsol = p.type==='video' ? `🎬 이 문제 영상 해설 보기 (짧게)` : '';
sol.innerHTML=`📝 해설
${pre}${p.sol.fig?`${p.sol.fig}
`:''}${steps}정답: ${mfx(p.sol.ans)}
${vsol}`
+`🙋 이 해설이 어렵거나 더 자세히 알고 싶으면 말씀해주세요 — 상세 해설지를 새로 만들어 보내드릴게요.
`
+``;
}
/* ───────── "이 해설도 어려워요" 체크 → 하단 요청 코너로 모으기 ───────── */
const hardSet=new Set();
function toggleHard(i,on){ on?hardSet.add(i):hardSet.delete(i); syncHard(); }
function syncHard(){
const box=document.getElementById('hardList'); if(!box) return;
if(!hardSet.size){ box.style.display='none'; box.textContent=''; return; }
const names=[...hardSet].sort((a,b)=>a-b).map(i=>{
const list=tierProblems(P[i].tier); const k=list.findIndex(o=>o.i===i);
return `${P[i].tier} ${k+1}번`;
});
box.style.display='block';
box.innerHTML='🙋 해설이 어렵다고 표시한 문제: '+names.join(', ')+' — 보내기를 누르면 함께 전달돼요.';
}
/* ───────── 추가요청 보내기 (선생님 확인용 · 이 기기에 저장) ───────── */
function reqKey(){ return 'pbreq:'+location.pathname; }
function loadReq(){ try{ return JSON.parse(localStorage.getItem(reqKey())||'[]'); }catch(e){ return []; } }
function nowStr(){ const d=new Date(), p=n=>(n<10?'0':'')+n; return d.getFullYear()+'-'+p(d.getMonth()+1)+'-'+p(d.getDate())+' '+p(d.getHours())+':'+p(d.getMinutes()); }
function sendReq(){
const ta=document.getElementById('reqText'), note=document.getElementById('reqNote');
const text=(ta.value||'').trim();
const hard=[...hardSet].sort((a,b)=>a-b).map(i=>{ const list=tierProblems(P[i].tier); const k=list.findIndex(o=>o.i===i); return `${P[i].tier} ${k+1}번`; });
if(!text && !hard.length){ note.style.color='#C0503D'; note.textContent='요청 내용을 적거나, 어려운 해설을 체크해 주세요.'; return; }
const arr=loadReq(); arr.push({ date:nowStr(), text, hard, unit:'초3 곱셈' });
try{ localStorage.setItem(reqKey(), JSON.stringify(arr)); }catch(e){}
ta.value=''; hardSet.clear(); syncHard();
document.querySelectorAll('.retag input').forEach(c=>c.checked=false);
note.style.color='#2c8a55'; note.textContent='✅ 보냈어요! 선생님이 확인합니다. (이 기기에 저장됨)';
renderReq();
}
function renderReq(){
const box=document.getElementById('reqMine'); if(!box) return;
const arr=loadReq(); box.innerHTML='';
if(!arr.length) return;
box.innerHTML='📒 내가 보낸 요청 ('+arr.length+')
'
+ arr.slice().reverse().map(it=>`${it.hard&&it.hard.length?'🙋 어려운 해설: '+it.hard.join(', ')+'
':''}${(it.text||'').replace(/(내용 없음)'}
${it.date}
`).join('');
}
/* ───────── 인쇄 2모드 — 절약 인쇄(2단·컬러 유지) ───────── */
function ecoPrint(){
document.body.classList.add('eco-print');
window.addEventListener('afterprint', function h(){ document.body.classList.remove('eco-print'); window.removeEventListener('afterprint',h); });
window.print();
}
/* ───────── DrawBoard (문항별 손으로 풀기 — 화면 가득 전체화면) ───────── */
const canvas=document.getElementById('drawCanvas'), ctx=canvas.getContext('2d');
const drawOverlay=document.getElementById('drawOverlay'), drawWrap=document.getElementById('drawCanvasWrap');
let drawOn=false, tool='pen', dsize=6, dcolor='#1f2a2a', drawing=false, last=null, currentDrawQ=null;
const drawings={}; // i -> dataURL (문항별 손풀이)
const photos={}; // i -> dataURL (문항별 사진)
function sizeCanvas(restore){
const rect=drawWrap.getBoundingClientRect(), dpr=window.devicePixelRatio||1;
canvas.width=Math.round(rect.width*dpr); canvas.height=Math.round(rect.height*dpr);
canvas.style.width=rect.width+'px'; canvas.style.height=rect.height+'px';
ctx.setTransform(dpr,0,0,dpr,0,0); ctx.clearRect(0,0,rect.width,rect.height);
if(restore){ const img=new Image(); img.onload=()=>ctx.drawImage(img,0,0,rect.width,rect.height); img.src=restore; }
}
window.addEventListener('resize',()=>{ if(drawOn) sizeCanvas(drawings[currentDrawQ]); });
window.openDraw=function(i){
drawOn=true; currentDrawQ=i;
const plain=String(P[i].q).replace(/<[^>]*>/g,'');
document.getElementById('drawQref').textContent=P[i].tier+' · '+plain.slice(0,30)+'…';
drawOverlay.classList.add('on');
sizeCanvas(drawings[i]);
const el2=document.documentElement, req=el2.requestFullscreen||el2.webkitRequestFullscreen||el2.msRequestFullscreen;
if(req){ try{ req.call(el2).catch(()=>{}); }catch(e){} }
};
window.closeDraw=function(){
if(currentDrawQ!=null){
const hasInk=(()=>{ const d=ctx.getImageData(0,0,canvas.width,canvas.height).data; for(let k=3;k0) return true; return false; })();
if(hasInk){ drawings[currentDrawQ]=canvas.toDataURL('image/png'); renderThumbs(currentDrawQ); }
}
drawOn=false; currentDrawQ=null; drawOverlay.classList.remove('on');
if(document.fullscreenElement||document.webkitFullscreenElement){
(document.exitFullscreen||document.webkitExitFullscreen).call(document).catch(()=>{});
}
};
window.submitFromDraw=function(){ const i=currentDrawQ; closeDraw(); if(i!=null) submit(i); };
document.addEventListener('fullscreenchange',()=>{ if(!document.fullscreenElement && drawOn) closeDraw(); });
window.setTool=t=>{ tool=t; document.getElementById('toolPen').classList.toggle('on',t==='pen'); document.getElementById('toolErase').classList.toggle('on',t==='erase'); };
window.setSize=s=>{ dsize=s; ['szS','szM','szL'].forEach(id=>document.getElementById(id).classList.remove('on')); document.getElementById(s===3?'szS':s===12?'szL':'szM').classList.add('on'); };
window.setColor=c=>{ dcolor=c; };
window.clearDraw=()=>{ if(confirm('그린 것을 모두 지울까요?')) ctx.clearRect(0,0,canvas.width,canvas.height); };
function dpos(e){ const r=canvas.getBoundingClientRect(), t=e.touches?e.touches[0]:e; return [t.clientX-r.left, t.clientY-r.top]; }
function dstart(e){ if(!drawOn) return; e.preventDefault(); drawing=true; last=dpos(e); }
function dmove(e){ if(!drawOn||!drawing) return; e.preventDefault(); const p=dpos(e);
ctx.lineCap='round'; ctx.lineJoin='round';
if(tool==='erase'){ ctx.globalCompositeOperation='destination-out'; ctx.lineWidth=dsize*4; }
else{ ctx.globalCompositeOperation='source-over'; ctx.strokeStyle=dcolor; ctx.lineWidth=dsize; }
ctx.beginPath(); ctx.moveTo(last[0],last[1]); ctx.lineTo(p[0],p[1]); ctx.stroke(); last=p;
}
function dend(){ drawing=false; }
canvas.addEventListener('mousedown',dstart); canvas.addEventListener('mousemove',dmove); window.addEventListener('mouseup',dend);
canvas.addEventListener('touchstart',dstart,{passive:false}); canvas.addEventListener('touchmove',dmove,{passive:false}); canvas.addEventListener('touchend',dend,{passive:false});
/* ───────── 사진으로 올리기 (문항별) ───────── */
window.onPhoto=function(i,inputEl){
const file=inputEl.files&&inputEl.files[0]; if(!file) return;
const reader=new FileReader();
reader.onload=ev=>{ const img=new Image();
img.onload=()=>{ const maxW=900, sc=Math.min(1,maxW/img.width), w=Math.round(img.width*sc), h=Math.round(img.height*sc);
const cv=document.createElement('canvas'); cv.width=w; cv.height=h; cv.getContext('2d').drawImage(img,0,0,w,h);
photos[i]=cv.toDataURL('image/jpeg',0.6); renderThumbs(i); };
img.src=ev.target.result; };
reader.readAsDataURL(file); inputEl.value='';
};
window.removePhoto=function(i){ delete photos[i]; renderThumbs(i); };
window.removeDrawing=function(i){ delete drawings[i]; renderThumbs(i); };
function renderThumbs(i){
const box=document.getElementById('thumbs'+i); if(!box) return;
let h='';
if(drawings[i]) h+=`
`;
if(photos[i]) h+=`
`;
box.innerHTML=h;
const db=document.getElementById('drawBtn'+i), pb=document.getElementById('photoBtn'+i);
if(db) db.classList.toggle('has', !!drawings[i]);
if(pb) pb.classList.toggle('has', !!photos[i]);
}
// 탭을 바꿔 다시 그려도 그 문항의 손풀이·사진 썸네일이 되살아나게
const _renderList=renderList;
renderList=function(){ _renderList(); tierProblems(curTier).forEach(({p,i})=>renderThumbs(i)); };
renderTabs(); renderList(); renderReq();