2025수능 수학 선택과목 집단별 정답률
• 공통과목
확통 94%기하 97%미적 98%
확통 92%기하 96%미적 97%
확통 88%기하 95%미적 97%
4
확통 92%기하 95%미적 97%
5
확통 89%기하 93%미적 94%
6
확통 73%기하 83%미적 90%
7
확통 89%기하 93%미적 97%
8
확통 76%기하 89%미적 94%
9
확통 83%기하 91%미적 95%
10
확통 71%기하 85%미적 92%
11
let lock_recomment = false; function recommendArticle() { if (lock_recomment) { return; } lock_recomment = true; jQuery.ajax({ type: "post", url: "./recommend.ajax.php", catche:false, data: {bo_table:"free", wr_id:"10624374"}, dataType : "json", success: function(res) { lock_recomment = false; alert(res.msg); switch (res.code) { case "success" : $('#recommendButtonNew span').html( parseInt($('#recommendButtonNew span').html()) + 1 ); $('.artc_info .count_reply span').html( parseInt($('.artc_info .count_reply span').html()) + 1 ); break; default : return false; break; } }, error: function(res) { lock_recomment = false; } }); }