kyubumJang

DELETE REF_html file

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr" />
<meta name="viewport" content="width=1300, maximum-scale=1.5">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>LEET 전국 모의고사</title>
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="imagetoolbar" content="no" />
<script type="text/javascript" src="/common/js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="http://img.megals.co.kr/common/js/jquery.bxslider.js"></script> <!-- 추가함 -->
<link type="text/css" rel="stylesheet" href="http://img.megals.co.kr/common/css/common.css" />
<link type="text/css" rel="stylesheet" href="/exam_leet/2020/css/leet.css" />
<link type="text/css" rel="stylesheet" href="/exam_leet/2020/css/leet.service.css" />
<script src="http://img.megals.co.kr/common/js/common.js"></script>
<script src="/Highcharts/js/highcharts.js"></script>
<script src="/Highcharts/js/modules/data.js"></script>
<script src="/Highcharts/js/highcharts-more.js"></script>
</head>
<body>
<div id="wrap_leet">
<!-- GNB -->
<div id="head">
<a href="/exam_leet/2020/2020_leet_exam_app.asp" class="m1"><img src="http://img.megals.co.kr/mock_test/2020/service/leetmock_title.png" alt="LEET 전국 모의고사" /></a>
<a href="/megals.asp" class="m3"><img src="http://img.megals.co.kr/mock_test/2020/service/logo.png" alt="메가로스쿨" /></a>
</div>
<!--// GNB -->
<div id="body">
<!-- LNB -->
<dl id="menu">
<dt>
<p class="logo">
<a href="2020_exam_report_main.asp">성적분석 서비스</a>
</p>
<label for="lnbSel01" class="hide_txt">모의고사 선택</label>
<select id="lnbSel01" style="width:75%" onChange="javascript:ExamSeqSubmit();">
<option value="1030" selected>제2회 전국모의고사</option>
<option value="1029" >제1회 전국모의고사</option>
</select>
</dt>
<dd class="tit">
<span>성적확인</span>
</dd>
<dd class=" mn lnb_mn">
<a href="javascript:ExamReport(0);">성적 및 LT 지수 분석</a>
</dd>
<dd class=" mn lnb_mn">
<a href="javascript:ExamReport(1);">회차별 성적 분석</a>
</dd>
<dd class=" tit lnb_mn type2">
<a href="javascript:ExamReport(2);">모의지원 분석</a>
</dd>
<dd class="on tit lnb_mn">
<a href="javascript:ExamReport(3);">채점결과 분석</a>
</dd><!--
<dd class="br">
<a href="#;" style="display:inline-block; width: 170px; height: 100px; margin: 20px 15px;">
<img src="http://img.megals.co.kr/mock_test/2019/service/leetmock_applybtn.png" alt="LEET 전국모의고사 신청하기">
</a>
</dd>-->
</dl>
<form name="ExamMenuFrm" method="post">
<input type="hidden" name="exam_cd" value="1030" />
<input type="hidden" name="exam_no" value="02031458" />
</form>
<script type="text/javascript">
//<![CDATA[
// LNB 현재위치 하이라이트
$('#menu > a').eq( 0 ).addClass('on');
function ExamSeqSubmit(){
var f = document.ExamMenuFrm;
var m = $('#lnbSel01 option:selected').val();
f.exam_cd.value = m;
ExamReport(0);
}
function ExamReport(r){
var f = document.ExamMenuFrm;
if (r == 0) {
f.action = "/exam_leet/2020/report/2020_exam_report1_1.asp";
} else if (r == 1){
f.action = "/exam_leet/2020/report/2020_exam_report1_2.asp";
} else if (r == 2){
f.action = "/exam_leet/2020/report/2020_exam_report2.asp";
} else if (r == 3){
f.action = "/exam_leet/2020/report/2020_exam_report3.asp";
} else{
f.action = "/exam_leet/2020/report/2020_exam_report1_1.asp";
}
f.submit();
}
//]]>
</script>
<!-- 구글 : 사이트 접속로그 -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22237001-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!--// LNB -->
<!-- MAIN -->
<div id="main">
<!--1. 과목별 성적 통계 결과 -->
<h2 class="tit20 mt0"><span>1.</span> 과목별 성적 통계 결과</h2>
<h3 class="tit30">
언어이해
<em class="fSmall mt10">
<strong class="mark9">* 응시인원</strong> : 943명
<strong class="ml20 mark9">* 원점수 평균</strong> : 15.5점
<strong class="ml20 mark9">* 표준편차</strong> : 4.4
</em>
</h3>
<table class="tbl01">
<colgroup>
<col span="8" style="width:12.5%" />
</colgroup>
<thead>
<tr>
<th scope="col" colspan="4">원점수 기준</th>
<th scope="col" colspan="4" >표준점수 기준</th>
</tr>
<tr>
<th scope="col">최고점</th>
<th scope="col">최저점</th>
<th scope="col">상위 10% 컷</th>
<th scope="col">상위 30% 컷</th>
<th scope="col">최고점</th>
<th scope="col">최저점</th>
<th scope="col">상위 10% 컷</th>
<th scope="col" >상위 30% 컷</th>
</tr>
</thead>
<tbody>
<tr>
<td>28점</td>
<td>0점</td>
<td>21점</td>
<td>18점</td>
<td>70.5점</td>
<td>13.3점</td>
<td>56.2점</td>
<td>50.1점</td>
</tr>
</tbody>
</table>
<h3 class="tit30">
추리논증
<em class="fSmall mt10">
<strong class="mark9">* 응시인원</strong> : 943명
<strong class="ml20 mark9">* 원점수 평균</strong> : 21.2점
<strong class="ml20 mark9">* 표준편차</strong> : 5.1
</em>
</h3>
<table class="tbl01">
<colgroup>
<col span="8" style="width:12.5%" />
</colgroup>
<thead>
<tr>
<th scope="col" colspan="4">원점수 기준</th>
<th scope="col" colspan="4" >표준점수 기준</th>
</tr>
<tr>
<th scope="col">최고점</th>
<th scope="col">최저점</th>
<th scope="col">상위 10% 컷</th>
<th scope="col">상위 30% 컷</th>
<th scope="col">최고점</th>
<th scope="col">최저점</th>
<th scope="col">상위 10% 컷</th>
<th scope="col" >상위 30% 컷</th>
</tr>
</thead>
<tbody>
<tr>
<td>35점</td>
<td>0점</td>
<td>27점</td>
<td>24점</td>
<td>92.1점</td>
<td>10.5점</td>
<td>73.4점</td>
<td>66.4점</td>
</tr>
</tbody>
</table>
<!--//1. 과목별 성적 통계 결과-->
<!--2. 과목별 채점결과 -->
<h2 class="tit20"><span>2.</span> 과목별 채점결과</h2>
<h3 class="tit30">언어이해</h3>
<table class="tbl02" style="width:500px;">
<colgroup>
<col style="width:15%" />
<col style="width:10%" />
<col style="width:15%" />
<col style="width:10%" />
</colgroup>
<tbody>
<tr>
<th>정답 수/ 총 문항</th>
<td>21/30 문항</td>
<th>정답률</th>
<td>70%</td>
</tr>
</tbody>
</table>
<div class="scroll">
<table class="tbl01 mt10" style="width:1500px;">
<colgroup>
<col style="width:100px" />
</colgroup>
<thead>
<tr>
<th>구분</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
<th>12</th>
<th>13</th>
<th>14</th>
<th>15</th>
<th>16</th>
<th>17</th>
<th>18</th>
<th>19</th>
<th>20</th>
<th>21</th>
<th>22</th>
<th>23</th>
<th>24</th>
<th>25</th>
<th>26</th>
<th>27</th>
<th>28</th>
<th>29</th>
<th>30</th>
</tr>
</thead>
<tbody>
<tr>
<th>정오</th>
<td>O</td>
<td>O</td>
<td>O</td>
<td>X</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>X</td>
<td>X</td>
<td>O</td>
<td>O</td>
<td>X</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>X</td>
<td>X</td>
<td>O</td>
<td>X</td>
<td>O</td>
<td>O</td>
<td>X</td>
<td>X</td>
<td>O</td>
<td>O</td>
</tr>
<tr>
<th>
전체<br>
정답률(%)
</th>
<td>81</td>
<td>65</td>
<td>70</td>
<td>41</td>
<td>59</td>
<td>58</td>
<td>58</td>
<td>53</td>
<td>30</td>
<td>73</td>
<td>44</td>
<td>67</td>
<td>44</td>
<td>53</td>
<td>62</td>
<td>43</td>
<td>69</td>
<td>65</td>
<td>54</td>
<td>27</td>
<td>52</td>
<td>41</td>
<td>54</td>
<td>16</td>
<td>54</td>
<td>41</td>
<td>41</td>
<td>25</td>
<td>56</td>
<td>56</td>
</tr>
<tr>
<th>
난이도
<a href="javascript:;" class="ico_help">
도움말
<span class="help_layer" style="right:-314px;top:-156px;">
<img src="http://img.megals.co.kr/mock_test/2020/service/help_layer03.png" alt="">
</span>
</a>
</th>
<td>B</td>
<td>B</td>
<td>B</td>
<td>C</td>
<td>C</td>
<td>C</td>
<td>C</td>
<td>C</td>
<td>D</td>
<td>B</td>
<td>C</td>
<td>B</td>
<td>C</td>
<td>C</td>
<td>B</td>
<td>C</td>
<td>B</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>C</td>
<td>D</td>
<td>C</td>
<td>E</td>
<td>C</td>
<td>C</td>
<td>D</td>
<td>D</td>
<td>C</td>
<td>C</td>
</tr>
</tbody>
</table>
</div>
<h3 class="tit30">추리논증</h3>
<table class="tbl02" style="width:500px;">
<colgroup>
<col style="width:15%" />
<col style="width:10%" />
<col style="width:15%" />
<col style="width:10%" />
</colgroup>
<tbody>
<tr>
<th>정답 수/ 총 문항</th>
<td>28/40 문항</td>
<th>정답률</th>
<td>70%</td>
</tr>
</tbody>
</table>
<div class="scroll">
<table class="tbl01 mt10" style="width:1500px;">
<colgroup>
<col style="width:100px" />
</colgroup>
<thead>
<tr>
<th>구분</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
<th>12</th>
<th>13</th>
<th>14</th>
<th>15</th>
<th>16</th>
<th>17</th>
<th>18</th>
<th>19</th>
<th>20</th>
<th>21</th>
<th>22</th>
<th>23</th>
<th>24</th>
<th>25</th>
<th>26</th>
<th>27</th>
<th>28</th>
<th>29</th>
<th>30</th>
<th>31</th>
<th>32</th>
<th>33</th>
<th>34</th>
<th>35</th>
<th>36</th>
<th>37</th>
<th>38</th>
<th>39</th>
<th>40</th>
</tr>
</thead>
<tbody>
<tr>
<th>정오</th>
<td>O</td>
<td>X</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>O</td>
<td>X</td>
<td>O</td>
<td>X</td>
<td>O</td>
<td>X</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>X</td>
<td>O</td>
<td>O</td>
<td>O</td>
<td>X</td>
<td>O</td>
<td>X</td>
<td>X</td>
<td>O</td>
</tr>
<tr>
<th>
전체<br>
정답률(%)
</th>
<td>55</td>
<td>19</td>
<td>74</td>
<td>82</td>
<td>56</td>
<td>20</td>
<td>75</td>
<td>63</td>
<td>18</td>
<td>64</td>
<td>56</td>
<td>50</td>
<td>45</td>
<td>88</td>
<td>13</td>
<td>76</td>
<td>39</td>
<td>65</td>
<td>82</td>
<td>55</td>
<td>72</td>
<td>32</td>
<td>31</td>
<td>61</td>
<td>54</td>
<td>54</td>
<td>56</td>
<td>59</td>
<td>76</td>
<td>63</td>
<td>52</td>
<td>33</td>
<td>29</td>
<td>64</td>
<td>78</td>
<td>30</td>
<td>62</td>
<td>46</td>
<td>30</td>
<td>46</td>
</tr>
<tr>
<th>
난이도
<a href="javascript:;" class="ico_help">
도움말
<span class="help_layer" style="right:-314px;top:-156px;">
<img src="http://img.megals.co.kr/mock_test/2020/service/help_layer03.png" alt="">
</span>
</a>
</th>
<td>C</td>
<td>E</td>
<td>B</td>
<td>A</td>
<td>C</td>
<td>E</td>
<td>B</td>
<td>B</td>
<td>E</td>
<td>B</td>
<td>C</td>
<td>C</td>
<td>C</td>
<td>A</td>
<td>E</td>
<td>B</td>
<td>D</td>
<td>B</td>
<td>A</td>
<td>C</td>
<td>B</td>
<td>D</td>
<td>D</td>
<td>C</td>
<td>C</td>
<td>C</td>
<td>C</td>
<td>C</td>
<td>B</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>D</td>
<td>B</td>
<td>B</td>
<td>D</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>C</td>
</tr>
</tbody>
</table>
</div>
<div class="box04 mt30">
<strong class="mark9 f13">우선 복습 문항</strong>
<p class="mt5">
우선 복습 문항이란 쉬운 난도임에도 불구하고 틀린 문항으로, 난도가 낮은 문항을 틀린다는 것은 그만큼의 점수를 손해 본다는 것을 의미하기 때문에 해당 문항에 대해서는 반드시 정답을 맞혀야 합니다.
</p>
<table class="tbl02 mt20" style="width:100%">
<colgroup>
<col style="width:20%" />
<col style="width:80%" />
</colgroup>
<tbody>
<tr>
<th>언어이해</th>
<td>12</td>
</tr>
<tr>
<th>추리논증</th>
<td>7, 8</td>
</tr>
</tbody>
</table>
</div>
<!--//2. 과목별 채점결과 -->
<!-- 오답노트 -->
<h3 class="tit30" id="ox_note">오답노트</h3>
<div class="sel_box mt10" style="width:910px;padding-right:20px;">
<select name="select_exam_cd" id="select_exam_cd" title="" onChange="javascript:ExamFrmSubmit(this.value,02031458, 20);">
<option value="1030" selected>제2회 전국모의고사</option>
<option value="1029" >제1회 전국모의고사</option>
</select>
&nbsp;&nbsp;
<select name="select_sub_cd" id="select_sub_cd" onChange="javascript:SubFrmSubmit(this.value);">
<option value="20" selected>언어이해</option>
<option value="21" >추리논증</option>
</select>
<em class="fright" id="btn_ox_add">
<a href="javascript:ItemPopupAct();" onFocus="this.blur();" class="btn31a"><i>오답노트 문항추가</i></a>
</em>
</div>
<!-- 문항선택 -->
<form name="SubFrm" method="post" action="#">
<input type="hidden" name="exam_cd" value="1030" />
<input type="hidden" name="exam_no" value="02031458" />
<input type="hidden" name="sub_cd" id="sub_cd" value="20" />
<input type="hidden" name="mem_id" value="yunju712" />
<input type="hidden" name="exam_view_mode" value="" />
<table class="tbl02 tbl_note mt10" style="width:950px; text-align:center" summary="문항선택">
<caption>문항선택</caption>
<tbody>
<div class="tx_03_question_box">
<tr>
<tr>
<th style="width:60px;">문항선택</th>
<td><a href="javascript:ItemSelectView('1',0)" id="select_qst_0">1</a></td>
<td><a href="javascript:ItemSelectView('4',1)" id="select_qst_1">4</a></td>
<td><a href="javascript:ItemSelectView('8',2)" id="select_qst_2">8</a></td>
<td><a href="javascript:ItemSelectView('9',3)" id="select_qst_3">9</a></td>
<td><a href="javascript:ItemSelectView('12',4)" id="select_qst_4">12</a></td>
<td><a href="javascript:ItemSelectView('21',5)" id="select_qst_5">21</a></td>
<td><a href="javascript:ItemSelectView('22',6)" id="select_qst_6">22</a></td>
<td><a href="javascript:ItemSelectView('24',7)" id="select_qst_7">24</a></td>
<td><a href="javascript:ItemSelectView('27',8)" id="select_qst_8">27</a></td>
<td><a href="javascript:ItemSelectView('28',9)" id="select_qst_9">28</a></td>
<td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td>
</tr>
</tr>
</div>
</tbody>
</table>
<!-- //문항선택 -->
<!-- 오답노트 및 문제풀이 CONTENT S -->
<div id="Item_Content_view"></div>
<!-- //오답노트 및 문제풀이 CONTENT -->
<!--// MAIN -->
</div>
<!--// id=body -->
</div>
<!--// id=wrap_leet -->
</body>
</html>
<script type="text/javascript">
//<![CDATA[
//초기 문제 불러오기
ItemSelectView(1);
function ItemPopupAct(){
window.open('2020_exam_report3_pop.asp', 'report_pop', 'width=814, height=644,scrollbars=yes,left=0,top=0');
document.SubFrm.action = "2020_exam_report3_pop.asp";
document.SubFrm.target = "report_pop";
document.SubFrm.submit();
}
function SelectExamTest() {
if($("#select_exam_cd").css("display") == "none"){
$("#select_exam_cd").slideDown();
}else{
$("#select_exam_cd").slideUp();
}
}
function SelectSubTest(){
if($("#select_sub_cd").css("display") == "none"){
$("#select_sub_cd").slideDown();
}else{
$("#select_sub_cd").slideUp();
}
}
function SelectGbnTest(){
if($("#select_gbn_cd").css("display") == "none"){
$("#select_gbn_cd").slideDown();
}else{
$("#select_gbn_cd").slideUp();
}
}
function ExamFrmSubmit(exam_cd, exam_no){
document.ExamMenuFrm.exam_cd.value = exam_cd;
document.ExamMenuFrm.exam_no.value = exam_no;
document.ExamMenuFrm.action = "2020_exam_report3.asp?mode=";
document.ExamMenuFrm.submit();
}
function ModeFrmSubmit(mode){
//document.SubFrm.sub_cd.value = sub_cd;
document.ExamMenuFrm.action = "2020_exam_report3.asp?mode="+mode;
document.ExamMenuFrm.submit();
}
function SubFrmSubmit(sub_cd){
//document.SubFrm.sub_cd.value = sub_cd;
document.ExamMenuFrm.action = "2020_exam_report3.asp?sub_cd="+sub_cd+"#ox_note";
document.ExamMenuFrm.submit();
}
function GbnFrmSubmit(gbn){
//document.SubFrm.sub_cd.value = sub_cd;
document.ExamMenuFrm.action = "2020_exam_report3.asp?mode=&sub_cd=20&gbn="+gbn;
document.ExamMenuFrm.submit();
}
function ItemSelectView(item_no,obj){
var exam_cd = $("input[name=exam_cd]").val();
var sub_cd = $("#sub_cd").val();
var exam_no = $("input[name=exam_no]").val();
var exam_view_mode = $("input[name=exam_view_mode]").val();
//초기화
$("[id^='select_qst_']").removeClass("select")
if (obj) {
$('#select_qst_'+obj).attr("class","select");
//var position = $('#btn_ox_add').offset();
//$('html, body').animate({scrollTop : position.top}, 500);
} else {
$('#select_qst_0').attr("class","select");
}
//alert("mode=view&exam_cd="+exam_cd+"&sub_cd="+sub_cd+"&exam_no="+exam_no+"&item_no="+item_no+"&exam_view_mode="+exam_view_mode);
// $("#Item_Content_view").html('');
//j-query ajax
$.ajax({
type:"POST",
url:"2020_exam_report1_2_ax.asp",
data:"mode=view&exam_cd="+exam_cd+"&sub_cd="+sub_cd+"&exam_no="+exam_no+"&item_no="+item_no+"&exam_view_mode="+exam_view_mode+"&gbn_mode=",
success:function(content){
$("#Item_Content_view").html(content);
}
});
}
//모범답안 확인
function cor_img_change(){
$("#info_img_submit").hide();
$("#ItemResultData").show();
$("#cor_defult_img").show();
}
//byte체킹
function updateChar(FieldName, contentName){
var strCount = 0;
var tempStr, tempStr2;
var frm = document.getElementById(contentName);
var size = frm.value.length;
for(i = 0;i < size;i++) {
tempStr = frm.value.charAt(i);
if(escape(tempStr).length > 4) strCount += 2;
else strCount += 1 ;
}
if (strCount > FieldName){
alert("최대 " + FieldName + "byte이므로 초과된 글자수는 자동으로 삭제됩니다.");
strCount = 0;
tempStr2 = "";
for(i = 0; i < size; i++)
{
tempStr = frm.value.charAt(i);
if(escape(tempStr).length > 4) strCount += 2;
else strCount += 1 ;
if (strCount > FieldName)
{
if(escape(tempStr).length > 4) strCount -= 2;
else strCount -= 1 ;
break;
}
else tempStr2 += tempStr;
}
frm.value = tempStr2;
return false;
}
}
//오답 노트 메모
function ox_memo_submit(exam_no, item_no){
var exam_cd = $("input[name=exam_cd]").val();
var sub_cd = $("#sub_cd").val();
var mem_id = $("input[name=mem_id]").val();
var exam_view_mode = $("input[name=exam_view_mode]").val();
var ox_memo = '';
var i = 0;
var chk_cnt = 1;
ox_memo = ox_memo + ', ' + $("#ox_memo").val();
//j-query ajax
$.ajax({
type:"POST",
url:"2020_exam_report1_2_ax.asp",
data:"mode=upd&exam_cd="+exam_cd+"&sub_cd="+sub_cd+"&mem_id="+mem_id+"&exam_no="+exam_no+"&item_no="+item_no+"&exam_view_mode="+exam_view_mode+"&ox_memo="+escape(ox_memo),
success:function(rw){
if(rw == "Y"){
alert("답안 선택 이유가 등록되었습니다.");
ItemSelectView(item_no);
}else{
alert("답안 선택 이유가 등록에 실패하였습니다.");
return;
}
}
});
}
//]]>
</script>
<!DOCTYPE html>
<html>
<head>
<meta http-eqiv="Content-Type" content="text/html" charset="euc-kr">
<meta name="viewport" content="width=1300, maximum-scale=1.5">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>성공을 위한 러닝 메이트 - 메가로스쿨</title>
<script type="text/javascript" src="http://img.megals.co.kr/common/js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="http://img.megals.co.kr/common/js/common.js"></script>
<link rel="stylesheet" type="text/css" href="http://img.megals.co.kr/common/css/common.css" />
<link rel="stylesheet" type="text/css" href="http://img.megals.co.kr/common/css/lecture.css" />
<link type="text/css" rel="stylesheet" href="/exam_leet/2020/css/leet.css" />
</head>
<body class="pop_body">
<div id='AreaDiv' style='position:absolute; z-index: 10000;left:0px; width:100%; height:1713px;display:none; background-color:#000000; filter:Alpha(opacity=60); opacity:0.6; -moz-opacity:0.6;top:0px;'>&nbsp;</div>
<div id="show_image_popup" style="width:100%;position:absolute;left:0px;display:none;z-index:10001;text-align:center;"><img src="" id="show_image" title="클릭하면 닫혀요." onclick="close_show_popup();" width="340" style="cursor:pointer;"></div>
<div id="wrap_forPopup1">
<h1 class="tit17">오답노트 문항추가</h1>
<!-- BODY -->
<div id="body">
<h3 class="tit30 mt0">
<strong class="mark1">2</strong>회 전국모의고사 <strong class="mark1">언어이해</strong>
</h3>
<form name="NoteFrm" method="post" action="2020_exam_report3_pop_proc.asp">
<Input type="hidden" name="exam_cd" value="1030" >
<Input type="hidden" name="exam_no" value="02031458" >
<Input type="hidden" name="sub_cd" value="20" >
<Input type="hidden" name="mem_id" value="" >
<input type="hidden" name="exam_view_mode" value="" />
<table cellspacing="0" class="tbl_type19 tbl03" summary="No,배점,정답,답안,정오,문항분류표,오답노트 문항 전체추가 순으로 제공합니다.">
<caption>오답노트 문항 추가</caption>
<colgroup>
<col span="5" style="width:8%" />
<col span="4" style="width:15%" />
</colgroup>
<thead>
<tr>
<th scope="col" class="first" rowspan="2">No</th>
<th scope="col" rowspan="2">배점</th>
<th scope="col" rowspan="2">정답</th>
<th scope="col" rowspan="2">답안</th>
<th scope="col" rowspan="2">정오</th>
<th scope="col" colspan="2">문항분류표</th>
<th scope="col" class="last" rowspan="2">오답노트 문항<br />전체추가<br /><p class="mt5"><input type="checkbox" id="all_check" onclick="Item_all_check();" /></p></th>
</tr>
<tr>
<th>주제</th>
<!--<th>유형</th>-->
<th>문항보기</th>
</tr>
</thead>
<tbody>
<tr>
<td class="first">1</td>
<td>1</td>
<td>3</td>
<td>3</td>
<td>O</td>
<td>법학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q1.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="1" checked>
</td>
</tr>
<tr>
<td class="first">2</td>
<td>1</td>
<td>4</td>
<td>4</td>
<td>O</td>
<td>법학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q2.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="2">
</td>
</tr>
<tr>
<td class="first">3</td>
<td>1</td>
<td>4</td>
<td>4</td>
<td>O</td>
<td>법학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q3.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="3">
</td>
</tr>
<tr>
<td class="first">4</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>X</td>
<td>사학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q4.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="4" checked>
</td>
</tr>
<tr>
<td class="first">5</td>
<td>1</td>
<td>5</td>
<td>5</td>
<td>O</td>
<td>사학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q5.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="5">
</td>
</tr>
<tr>
<td class="first">6</td>
<td>1</td>
<td>3</td>
<td>3</td>
<td>O</td>
<td>사학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q6.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="6">
</td>
</tr>
<tr>
<td class="first">7</td>
<td>1</td>
<td>3</td>
<td>3</td>
<td>O</td>
<td>과학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q7.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="7">
</td>
</tr>
<tr>
<td class="first">8</td>
<td>1</td>
<td>3</td>
<td>4</td>
<td>X</td>
<td>과학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q8.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="8" checked>
</td>
</tr>
<tr>
<td class="first">9</td>
<td>1</td>
<td>3</td>
<td>2</td>
<td>X</td>
<td>과학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q9.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="9" checked>
</td>
</tr>
<tr>
<td class="first">10</td>
<td>1</td>
<td>5</td>
<td>5</td>
<td>O</td>
<td>문학비평</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q10.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="10">
</td>
</tr>
<tr>
<td class="first">11</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>O</td>
<td>문학비평</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q11.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="11">
</td>
</tr>
<tr>
<td class="first">12</td>
<td>1</td>
<td>3</td>
<td>2</td>
<td>X</td>
<td>문학비평</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q12.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="12" checked>
</td>
</tr>
<tr>
<td class="first">13</td>
<td>1</td>
<td>5</td>
<td>5</td>
<td>O</td>
<td>경제</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q13.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="13">
</td>
</tr>
<tr>
<td class="first">14</td>
<td>1</td>
<td>2</td>
<td>2</td>
<td>O</td>
<td>경제</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q14.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="14">
</td>
</tr>
<tr>
<td class="first">15</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>O</td>
<td>경제</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q15.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="15">
</td>
</tr>
<tr>
<td class="first">16</td>
<td>1</td>
<td>3</td>
<td>3</td>
<td>O</td>
<td>사회일반</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q16.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="16">
</td>
</tr>
<tr>
<td class="first">17</td>
<td>1</td>
<td>5</td>
<td>5</td>
<td>O</td>
<td>사회일반</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q17.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="17">
</td>
</tr>
<tr>
<td class="first">18</td>
<td>1</td>
<td>4</td>
<td>4</td>
<td>O</td>
<td>사회일반</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q18.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="18">
</td>
</tr>
<tr>
<td class="first">19</td>
<td>1</td>
<td>2</td>
<td>2</td>
<td>O</td>
<td>철학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q19.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="19">
</td>
</tr>
<tr>
<td class="first">20</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>O</td>
<td>철학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q20.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="20">
</td>
</tr>
<tr>
<td class="first">21</td>
<td>1</td>
<td>4</td>
<td>1</td>
<td>X</td>
<td>철학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q21.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="21" checked>
</td>
</tr>
<tr>
<td class="first">22</td>
<td>1</td>
<td>4</td>
<td>5</td>
<td>X</td>
<td>윤리</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q22.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="22" checked>
</td>
</tr>
<tr>
<td class="first">23</td>
<td>1</td>
<td>4</td>
<td>4</td>
<td>O</td>
<td>윤리</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q23.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="23">
</td>
</tr>
<tr>
<td class="first">24</td>
<td>1</td>
<td>3</td>
<td>5</td>
<td>X</td>
<td>윤리</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q24.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="24" checked>
</td>
</tr>
<tr>
<td class="first">25</td>
<td>1</td>
<td>3</td>
<td>3</td>
<td>O</td>
<td>기술</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q25.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="25">
</td>
</tr>
<tr>
<td class="first">26</td>
<td>1</td>
<td>2</td>
<td>2</td>
<td>O</td>
<td>기술</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q26.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="26">
</td>
</tr>
<tr>
<td class="first">27</td>
<td>1</td>
<td>23</td>
<td>4</td>
<td>X</td>
<td>기술</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q27.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="27" checked>
</td>
</tr>
<tr>
<td class="first">28</td>
<td>1</td>
<td>3</td>
<td>2</td>
<td>X</td>
<td>법철학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q28.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="28" checked>
</td>
</tr>
<tr>
<td class="first">29</td>
<td>1</td>
<td>3</td>
<td>3</td>
<td>O</td>
<td>법철학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q29.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="29">
</td>
</tr>
<tr>
<td class="first">30</td>
<td>1</td>
<td>2</td>
<td>2</td>
<td>O</td>
<td>법철학</td>
<!--<td></td>-->
<td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q30.jpg');" class="btn20b"><i>보기</i></a></td>
<td class="last">
<input type="checkbox" name="add_item_no" id="" value="30">
</td>
</tr>
</tbody>
</table>
<div class="mt30 tcenter">
<a href="javascript:NoteAddSubmit();" class="btn34a"><i>저장하기</i></a>
<!--<a href="javascript:self.close();" class="btn31b"><i>닫기</i></a>-->
</div>
</div>
<!--// BODY -->
</div>
<!--// id=wrap_forPopup1 -->
</body>
</html>
<script type="text/javascript">
<!--
function imgload(src){
showPicture(src);
}
function note_info(idx){
if(idx == 1){
$("#note_info_content").show();
}else{
$("#note_info_content").hide();
}
}
function showPicture(src) {
var winl = (screen.width)/2;
var wint = (screen.height)/14;
$("#show_image").attr("src",src);
$("#AreaDiv").css("height",document.getElementById("wrap_forPopup1").offsetHeight);
$("#show_image_popup").css("top",wint);
$("#AreaDiv").show();
$("#show_image_popup").show();
}
function Item_all_check(){
var f = document.NoteFrm;
var n_flg = false;
if(document.getElementById("all_check").checked == true){
if(f.add_item_no.length > 1){
for (var i=0;i<f.add_item_no.length;i++){
f.add_item_no[i].checked = true;
}
}else{
f.add_item_no.checked = true;
}
}else{
if(f.add_item_no.length > 1){
for (var i=0;i<f.add_item_no.length;i++){
f.add_item_no[i].checked = false;
}
}else{
f.add_item_no.checked = false;
}
}
}
function close_show_popup(){
$("#AreaDiv").hide();
$("#show_image_popup").hide();
}
function NoteAddSubmit(){
var f = document.NoteFrm;
var n_flg = false;
for (var i=0;i<f.add_item_no.length;i++){
if(f.add_item_no[i].checked == true){
n_flg = true;
}
}
if(n_flg == false){
alert("추가하실 오답노트 문항을 선택해주세요.");
f.add_item_no[0].focus();
return;
}
f.submit();
}
//-->
</script>
\ No newline at end of file