kyubumJang

DELETE Unnecessary files

<!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
<u>LEET</u>
<strong>기출채점 오답노트</strong>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>LEET 기출문제 자동채점 및 오답노트 생성</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style>
.nav{
height: 70px;
border-bottom: 1px solid black;
display: flex;
align-items: center;
}
.nav-right-items{
display: flex;
margin-left: auto;
}
.nav-item{
margin-left: 10px;
}
.title{
text-align: center;
font-size: 54px;
font-weight: bold;
line-height: 68px;
letter-spacing: -1px;
}
.subtitle{
text-align: center;
font-size: 15px;
font-weight:300;
font-weight: 700;
line-height: 36px;
letter-spacing: -.2px;
color: #000;
word-break: keep-all;
}
.main{
width: 800px;
margin: 0 auto;
margin-top: 60px;
}
.price{
display: flex;
}
.price-item{
width: 300px;
height: 300px;
border: 1px solid black;
margin: 20px;
border-radius: 4px;
text-align: center;
}
.price-item-title{
font-family: "NunitoSans";
font-weight: 900;
font-size: 20px;
text-align: center;
line-height: 36px;
letter-spacing: -.1px;
background: rgba(0,0,0,.03);
color: #000;
border-bottom: 1px solid black;
}
.price-item-price{
font-family: "NunitoSans";
font-weight: 900;
font-size: 20px;
padding: 20px;
text-align: center;
}
.price-item-detail{
font-family: "NunitoSans";
font-weight: 900;
font-size: 20px;
padding: 20px;
text-align: center;
}
.price-item-button{
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem;
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
}
</style>
</head>
<body>
<div class = "nav">
<div class = "nav-right-items"></div>
<div class = "nav-item">메뉴1</div>
<div class = "nav-item">메뉴2</div>
<div class = "nav-item">메뉴3</div>
<div class = "nav-item">메뉴4</div>
</div>
</div>
<div class = "main">
<div class = "title">
LEET
</div>
<div class = "subtitle">
시험 공부를 하다보면 틀린 문제를 한 곳에 모아서 다시 한 번 보거나 자주 틀리는 문제유형을 구분해서 보고 싶은 경우가 있다. 하나하나 손으로 문제 풀이한 것을 찾아볼 필요없이 OMR입력하는 것처럼 입력만 하면 답지에 의한 채점과 문제에 해당하는 카테고리끼리 묶어, 틀린문제들 모아서 시험지처럼 만들기(하나의 PDF), 해설서에 있는 답지 뒤에 붙여주는 기능을 제공하는 것이 목적이다. ​현재는 리트와 관련된 기출문제와 OMR채점 기능밖에 없지만 앞으로 기출문제가 있는 객관식 시험이라면 대부분 추가할 예정이다. 수험생이 많은 우리나라에서 하나쯤은 있을법한 사이트이지만 웹상에서 존재하지 않아 기획하게 되었다.
</div>
<div class = "price">
<div class = "price-item">
<div class = "price-item-title">
2020학년도 법학적성시험
</div>
<div class = "price-item-price">
$0 / mo
</div>
<div class = "price-item-detail">
10 users included
</div>
<button class = "price-item-button">
click me
</button>
</div>
<div class = "price-item">
<div class = "price-item-title">
2019학년도 법학적성시험
</div>
<div class = "price-item-price">
$0 / mo
</div>
<div class = "price-item-detail">
10 users included
</div>
<button class = "price-item-button">
click me
</button>
</div>
<div class = "price-item">
<div class = "price-item-title">
2018학년도 법학적성시험
</div>
<div class = "price-item-price">
$0 / mo
</div>
<div class = "price-item-detail">
10 users included
</div>
<button class = "price-item-button">
click me
</button>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<!--[if lte IE 9]> <html class="no-js ie"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="Cache-Control" content="no-cache">
<title>Wix Website Editor</title>
<link rel="icon" type="image/png" href="https://www.wix.com/favicon.ico">
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MDD5C4');</script>
<script id="sentry">(function(c,t,u,n,p,l,y,z,v){function e(b){if(!w){w=!0;var d=t.getElementsByTagName(u)[0],a=t.createElement(u);a.src=z;a.crossorigin="anonymous";a.addEventListener("load",function(){try{c[n]=q;c[p]=r;var a=c[l],d=a.init;a.init=function(a){for(var b in a)Object.prototype.hasOwnProperty.call(a,b)&&(v[b]=a[b]);d(v)};B(b,a)}catch(A){console.error(A)}});d.parentNode.insertBefore(a,d)}}function B(b,d){try{for(var a=0;a<b.length;a++)if("function"===typeof b[a])b[a]();var f=m.data,g=!1,h=!1;for(a=0;a<f.length;a++)if(f[a].f){h=
!0;var e=f[a];!1===g&&"init"!==e.f&&d.init();g=!0;d[e.f].apply(d,e.a)}!1===h&&d.init();var k=c[n],l=c[p];for(a=0;a<f.length;a++)f[a].e&&k?k.apply(c,f[a].e):f[a].p&&l&&l.apply(c,[f[a].p])}catch(C){console.error(C)}}for(var g=!0,x=!1,k=0;k<document.scripts.length;k++)if(-1<document.scripts[k].src.indexOf(y)){g="no"!==document.scripts[k].getAttribute("data-lazy");break}var w=!1,h=[],m=function(b){(b.e||b.p||b.f&&-1<b.f.indexOf("capture")||b.f&&-1<b.f.indexOf("showReportDialog"))&&g&&e(h);m.data.push(b)};
m.data=[];c[l]={onLoad:function(b){h.push(b);g&&!x||e(h)},forceLoad:function(){x=!0;g&&setTimeout(function(){e(h)})}};"init addBreadcrumb captureMessage captureException captureEvent configureScope withScope showReportDialog".split(" ").forEach(function(b){c[l][b]=function(){m({f:b,a:arguments})}});var q=c[n];c[n]=function(b,d,a,f,e){m({e:[].slice.call(arguments)});q&&q.apply(c,arguments)};var r=c[p];c[p]=function(b){m({p:b.reason});r&&r.apply(c,arguments)};g||setTimeout(function(){e(h)})})(window,document,
"script","onerror","onunhandledrejection","Sentry","c2379ecfcd16477d998f2f07532d6f32","https://browser.sentry-cdn.com/5.5.0/bundle.min.js",{"dsn":"https://c2379ecfcd16477d998f2f07532d6f32@sentry.wixpress.com/17"});</script> <script type="text/javascript">
(function () {
function sendBeacon(url) {
var sent = false
try {
sent = navigator.sendBeacon(url)
} catch (e) {
}
if (!sent) {
(new Image()).src = url
}
}
var urlParams = new URLSearchParams(window.location.search);
var origin = 'bolt';
var fedOpsAppName = 'santa-editor';
var editTypeToReport = 'none' ;
var editorSessionIdForFedsOps = '241e7904-517e-4dc2-9792-3950608ed829';
var fedopsParams = '&msid=bfd49c58-b118-4451-aae7-ce2d1e093372&uuid=633251cb-86b1-4379-99ad-6c23ceb3d27f';
var is_rollout = 0;
window.fedops = window.fedops || {};
window.fedops.apps = window.fedops.apps || {};
window.fedops.apps[fedOpsAppName] = { startLoadTime: window.performance && window.performance.now && window.performance.now() };
window.loggerModel = {
is_rollout: is_rollout,
origin: origin,
editorSessionId: editorSessionIdForFedsOps,
fedOpsAppName: fedOpsAppName
};
var url = '//frog.wix.com/editor-performance?src=72&evid=41&appName=' + fedOpsAppName +
'&is_rollout=' + is_rollout + '&origin=' + origin +
'&session_id=' + editorSessionIdForFedsOps + '&type=' + editTypeToReport +
fedopsParams;
sendBeacon(url);
})();
</script>
<link rel="stylesheet" href="https://static.parastorage.com/services/santa-editor/1.9916.0/cssCache/packages/rEditor/src/main/editor.css" type="text/css" />
<script type="text/javascript">
var editorModel = {"siteHeader":{"id":"4e8631a0-75cb-4264-b273-2a1b0bf34000","userId":"633251cb-86b1-4379-99ad-6c23ceb3d27f","revision":25,"version":1592538967779,"applicationType":"HtmlWeb","documentType":"document","published":true,"pageIdList":{"masterPageJsonFileName":"633251_aee966376a14a925c6fc1f1f78b5f36e_25.json","topology":["https:\/\/static.wix.com\/sites\/{filename}.z?v=3","https:\/\/fallback.wix.com\/wix-html-editor-pages-webapp\/pageForEditor\/{filename}?v=3"],"pages":[{"pageId":"m5v9b","title":"오답노트 (All)","pageJsonFileName":"633251_f70ab786ceca80d10dcfb9a04110ef2a_22.json"},{"pageId":"c1537","title":"메인","pageJsonFileName":"633251_e3326309dfb4dd3e1d66e1215c5af1ca_24.json"},{"pageId":"xx1ja","title":"기출문제 (Title)","pageJsonFileName":"633251_9182920b5db2293a2b588384a19bce91_20.json"},{"pageId":"h5i34","title":"오답노트 (Title)","pageJsonFileName":"633251_0b8539130aa5c771d1732db0e104c6fa_21.json"},{"pageId":"lbltw","title":"기출문제 (All)","pageJsonFileName":"633251_59630a3d664930ed9064af5ca8d2e58b_21.json"}]},"originalTemplateId":"646c97d6-69bf-45ab-8d99-86ff7639badc"},"metaSiteId":"bfd49c58-b118-4451-aae7-ce2d1e093372","mode":"nodebug","selenium":false,"firstSave":false,"serviceMappings":{"2":{"idInMetaSite":2,"idInApp":"4e8631a0-75cb-4264-b273-2a1b0bf34000","applicationType":"HtmlWeb"}},"metaSiteData":{"siteName":"incorrect-note","title":"","favicon":"","metaTags":[{"name":"description","value":"","property":false},{"name":"fb_admins_meta_tag","value":"","property":false},{"name":"keywords","value":"","property":false}],"thumbnail":"","premiumFeatures":[],"indexable":true,"suppressTrackingCookies":false,"adaptiveMobileOn":true,"externalUriMappings":[],"ogImage":""},"publicUrl":"https:\/\/jkb2221.wixsite.com\/incorrect-note","relativeWixUri":"\/incorrect-note","editorSessionId":"241e7904-517e-4dc2-9792-3950608ed829","usedMetaSiteNames":[],"runningExperiments":{"se_repeater_direction":"new","specs.wixCode.DataBackups":"true","se_corvidAllowDeleteRoutersJs":"new","specs.media.MediaManager3":"true","se_mediaPanelShowCreateMediaSection":"true","specs.wos.SiteHistoryBM":"true","se_storesEditorActionsOverrideAppDefId":"new","specs.wos.businessManagerPhase5":"true","newBlogPostTickerSection":"old","specs.media-manager-g6.NewCheckout":"true","se_googleMapDatabinding":"new","se_deleteNonMandatorySection":"new","se_corvidIdeOpenOnDevModeOn":"new","specs.abTranslate.santa-editor.abSpec-MobileFriendlyTextChanges":"1","se_mediaPanelShowRecommendedMedia":"false","se_wixBooking_bizMgrImprovement":"new","se_addVectorImageConnect":"new","se_multilingualMaintenance":"old","searchSuggestions":"new","se_mouseOpsConnect":"new","specs.market.remove-ng-webapp":"true","se_textInputNumberFormats":"new","pagesPanelBlogTab":"new","se_migrateToMeshScreen":"all","se_audioPlayerRemoveAutoplay":"old","se_advancedA11y":"new","se_personalSale":"new","se_wixBooking_AddPanel":"new","se_multilingualDropPanelToggles":"old","specs.marketplace.use-new-marketplace-standalone":"false","se_multilingualAddImplicitBiData":"new","se_localizedLanguagePicker":"new","searchAddPanel":"true","se_NewHorizontalMenuAddPanel":"old","se_tooManyPagesLimitation":"new","WixStoresLaunch":"new","se_unifiedChatWidget":"new","se_customErrorPageOmniSetup":"new","sv_moveWixCodeToViewerApp":"new","se_leanGalleriesSection":"old","se_addPanel_videoBox_maskedSection":"new","se_appStudioAppMenu":"new","se_newBlogQuickMigration":"new","specs.media.MediaManager3Migrate":"true","se_multilingualMobileMenu":"new","se_focusBoxUIChanges":"new","se_santaMembers":"new","se_audioPlayerWixMusic":"old","se_enableDragFromEditBox":"new","se_wixBooking_DailyTimetableFT":"new","newBlogArchiveSection":"new","specs.market.AscendUpgrade":"true","newBlogArchiveListSection":"old","se_enablePageCrossSiteCopyPaste":"new","ds_performance_improvements":"old","se_mobileAlgoPoc":"new","se_formsDonationsSubSection":"new","se_showDisplayNameInEditBox":"new","se_fedopsLogger":"new","se_mediaPanelAddSection":"B","se_enableLayersEntryPoints":"new","se_publishNotAlwaysSaving":"new","se_storesCurrencyConverter":"new","se_UploadButtonMaxFileSize":"false","se_mediaPanelIcon":"C","specs.market.newPricingLabel":"false","se_multilingualNotifyOnLangPickerDelete":"dialogPanel","specs.wixCode.DataBackupsInEditor":"true","se_bgScrollEffects":"new","se_mediaPanelColor":"orange","specs.wos.displayOldBlog":"true","se_googleTranslate":"new","se_adjustWPhoto":"new","se_wixBookings_BookableTimetableOnAddPanel":"old","se_siteMembersLink":"new","se_wixData6thButtonExpanded":"new","se_codeEditorSearchInAllFiles":"new","se_wixBooking_WidgetPhase1_5FT":"new","se_wixStores_iZettleWelcomeModal":"new","ESI_based_Conduction":"old","se_publishRC":"new","se_hideInnerElementsInCloseWidget":"new","specs.wixCode.NewCorvidDropPanel":"false","se_appStudioFullstory":"new","se_wixBooking_SingleServiceWidgetFT":"new","specs.wos.PrefetchBizMgrFromEditor":"new","se_epBuilderDuplicateWidgetsOnLoad":"new","developerModeToggle":"new","se_newBlogPagesPanel":"new","se_multilingualNotifyOnComponentChange":"dialogPanel","YontiEditorConduction":"new","se_mobileDiscoverabilityModal":"generic-image-preview","specs.abTranslate.santa-editor.abSpec-FormsAddPanel":"1","se_appWidgetAsRoot":"new","newBlogCategoryMenuSection":"new","specs.wixCode.SelectAll":"false","se_epMoveHighlightsAboveFocusBox":"old","se_refreshOnConcurrentEditing":"new","se_multilingualAddComponentOnInstall":"new","se_multilingual":"new","se_wixBooking_expandPanelButton":"old","se_addPanelContentManager":"new","se_removeTextButtons":"true","se_addElementsPlatformization":"new","specs.wixForum.BusinessManager":"true","newBlogCategoryListSection":"old","specs.wos.businessManagerPhase4":"true","se_mediaPanelNewTexts":"true","specs.wixCode.AutoCMSFrontendSearch":"true","se_richTextBoxAddPanel":"new","se_customErrorPage":"new","displayWixAdsNewVersion":"new","se_instanceInAuthorizationHeader":"new","se_custom_element_show_attributes_panel":"new","se_multilingualModeV1":"new","se_addPanelOrganizing":"new","se_appBuilderVariations":"new","se_stateBox":"new","specs.madeforBaseUI":"false","se_addPanel_vectorArt_featuredSection":"new","se_mergeGfpp":"new","se_siteMembersMultilingual":"old","se_multilingualChangeLanguageOnInstall":"new","se_showDynamicPagesIntroWhenRoutersExist":"new","bp_nativeComponentDetectorXY":"new","se_obMigrationFlow":"new","specs.wixCode.TableHeaderActions":"true","se_altTextForBgImages":"new","se_wixBooking_6thButtonWithLinkToPagesPanel":"old","se_disableSiteButtonsForNotOwner":"new","searchExpandableLayout":"old","se_presentBlogMigration":"new","specs.wus.useNewDropdown":"false","newBlogPostListSection":"old","specs.marketplace.ShowNewTerminator":"true","se_PaginationBarTargetAudience":"Data","se_adjustBackgroundImage":"new","specs.wixCode.FriendlyCollectionNames":"true","se_wixBooking_6thButtonImprovementsFT":"new","specs.cashier.SePayButton":"true","se_addImageButtonConnect":"new"},"languageCode":"ko","metaSiteTemplate":false,"siteMetaData":{"preloader":{"uri":"","enabled":false},"contactInfo":{"companyName":"","phone":"","fax":"","email":"","address":""},"hasMobileStructure":false,"quickActions":{"socialLinks":[],"colorScheme":"dark","configuration":{"quickActionsMenuEnabled":false,"navigationMenuEnabled":true,"phoneEnabled":false,"emailEnabled":false,"addressEnabled":false,"socialLinksEnabled":false}},"headTags":"","renderHints":{"containsTPA":false,"isMeshReady":true,"containsAppPart":false,"containsAppPart2":false,"componentsCount":{"wysiwyg.viewer.components.HeaderContainer":1,"wysiwyg.viewer.components.FiveGridLine":1,"wysiwyg.viewer.components.DynamicContactForm":1,"wysiwyg.viewer.components.VectorImage":6,"wysiwyg.viewer.components.Column":8,"wysiwyg.viewer.components.menus.DropDownMenu":1,"wysiwyg.viewer.components.LinkBar":1,"wysiwyg.viewer.components.StripColumnsContainer":8,"mobile.core.components.Page":5,"wysiwyg.viewer.components.PagesContainer":1,"wysiwyg.viewer.components.WPhoto":5,"wysiwyg.viewer.components.WRichText":30,"mobile.core.components.Container":3,"wysiwyg.viewer.components.SiteButton":2,"wysiwyg.common.components.anchor.viewer.Anchor":4,"wysiwyg.viewer.components.mobile.TinyMenu":1,"wysiwyg.viewer.components.PageGroup":1,"wysiwyg.viewer.components.FooterContainer":1,"wysiwyg.viewer.components.MediaContainer":2,"wysiwyg.common.components.backtotopbutton.viewer.BackToTopButton":1,"wysiwyg.viewer.components.Repeater":2,"platform.components.AppController":4},"applications":{"dataBinding":{"controllersCount":{"router_dataset":4}}},"containsInteractions":false,"containsBPVariantsData":false}},"previewUrl":"https:\/\/editor.wix.com\/html\/editor\/web\/renderer\/render\/document\/4e8631a0-75cb-4264-b273-2a1b0bf34000?metaSiteId=bfd49c58-b118-4451-aae7-ce2d1e093372&editorSessionId=241e7904-517e-4dc2-9792-3950608ed829","permissionsInfo":{"loggedInUserId":"633251cb-86b1-4379-99ad-6c23ceb3d27f","ownerId":"633251cb-86b1-4379-99ad-6c23ceb3d27f","loggedInUserRoles":[{"role":"owner"}]},"geo":"KOR","metaSiteFlags":["UrlMigrated","UseHttps"],"userProfile":{"firstName":"규범","lastName":"장","imageUrl":"https:\/\/lh5.googleusercontent.com\/-QfDKGhzpn_Q\/AAAAAAAAAAI\/AAAAAAAAAAA\/AMZuuclXaH7U9u8sppRpVerRn-WBUu3Wgg\/s96-c\/photo.jpg"}}; var serviceTopology = {"scriptsLocationMap":{"dealer-client-api":"https://static.parastorage.com/services/dealer-client-api/1.1055.0","dealer-react-viewer":"https://static.parastorage.com/services/dealer-react-viewer/1.36.0","santa-editor":"https://static.parastorage.com/services/santa-editor/1.9916.0","wix-code-classic-editor":"https://static.parastorage.com/services/wix-code-classic-editor/1.213.0","wix-code-viewer-app":"https://static.parastorage.com/services/wix-code-viewer-app/1.538.0","marketplace-component":"https://static.parastorage.com/services/marketplace-component/1.1104.0","react-dealer-viewer":"https://static.parastorage.com/services/react-dealer-viewer/1.946.0","dbsm-viewer-app":"https://static.parastorage.com/services/dbsm-viewer-app/1.1123.0","fallback-viewer-app":"https://static.parastorage.com/services/fallback-viewer-app/1.0.0","wix-bolt":"https://static.parastorage.com/services/wix-bolt/1.6106.0","dealer-cms-translations":"https://static.parastorage.com/services/dealer-cms-translations/1.3002.0","promote-analytics-adapter":"https://static.parastorage.com/services/promote-analytics-adapter/2.431.0","wix-music-embed":"https://static.parastorage.com/services/wix-music-embed/1.26.0","santa-resources":"https://static.parastorage.com/services/santa-resources/1.2.0","wixapps":"https://static.parastorage.com/services/wixapps/2.486.0","js-platform-editor-sdk":"https://static.parastorage.com/services/js-platform-editor-sdk/1.747.0","ecommerce":"https://static.parastorage.com/services/ecommerce/1.203.0","advanced-seo-client":"https://static.parastorage.com/services/advanced-seo-client/1.812.0","dbsm-editor-app":"https://static.parastorage.com/services/dbsm-editor-app/1.1732.0","santa-platform-apps-container":"https://static.parastorage.com/services/santa-platform-apps-container/1.385.0","langs":"https://static.parastorage.com/services/langs/2.577.0","responsive-editor":"https://static.parastorage.com/services/responsive-editor/1.1072.0","semi-native-sdk":"https://static.parastorage.com/services/semi-native-sdk/1.8.0","automation":"https://static.parastorage.com/services/automation/1.23.0","wix-code-editor-app":"https://static.parastorage.com/services/wix-code-editor-app/1.707.0","web":"https://static.parastorage.com/services/web/2.1229.80","sitemembers":"https://static.parastorage.com/services/sm-js-sdk/1.31.0","js-wixcode-sdk":"https://static.parastorage.com/services/js-wixcode-sdk/1.383.0","universal-editor-app":"https://static.parastorage.com/services/universal-editor-app/1.403.0","editor-elements":"https://static.parastorage.com/services/editor-elements/1.780.0","tpa":"https://static.parastorage.com/services/tpa/2.1065.0","wix-code-platform":"https://static.parastorage.com/services/wix-code-platform/1.425.0","responsive-editor-presets-metadata":"https://static.parastorage.com/services/responsive-editor-presets-metadata/1.661.0","locale-dataset-data":"https://static.parastorage.com/services/locale-dataset-data/1.1432.0","santa":"https://static.parastorage.com/services/santa/1.10675.0","linguist-flags":"https://static.parastorage.com/services/linguist-flags/1.363.0","promote-seo-renderer":"https://static.parastorage.com/services/promote-seo-renderer/1.2.0","skins":"https://static.parastorage.com/services/skins/2.1229.80","santa-site-auth-module":"https://static.parastorage.com/services/santa-site-auth-module/1.9.0","document-management":"https://static.parastorage.com/services/document-management/1.2756.0","responsive-editor-packages":"https://static.parastorage.com/services/responsive-editor-packages/1.3934.0","manage-installed-apps":"https://static.parastorage.com/services/manage-installed-apps/1.315.0","wixcode-namespaces":"https://static.parastorage.com/services/wixcode-namespaces/1.536.0","media-gallery-g5":"https://static.parastorage.com/services/media-gallery-g5/1.792.0","core":"https://static.parastorage.com/services/core/2.1229.80","santa-langs":"https://static.parastorage.com/services/santa-langs/1.8879.0","ck-editor":"https://static.parastorage.com/services/ck-editor/1.87.3","wixmp-sdk":"https://static.parastorage.com/services/wixmp-sdk/1.16.0","marketplace-editor-container":"https://static.parastorage.com/services/marketplace-editor-container/1.482.0","bootstrap":"https://static.parastorage.com/services/bootstrap/2.1229.80","editorx-santa-editor-bridge":"https://static.parastorage.com/services/editorx-santa-editor-bridge/1.158.0","js-platform-apps-configuration":"https://static.parastorage.com/services/js-platform-apps-configuration/1.235.0","wix-code-code-editor":"https://static.parastorage.com/services/wix-code-code-editor/1.428.0","wix-ui-santa":"https://static.parastorage.com/services/wix-ui-santa/1.1200.0","tpa-gfpp-data":"https://static.parastorage.com/services/tpa-gfpp-data/1.520.0"},"requestRootUrl":"https://editor.wix.com/","scriptsVersionsMap":{"santa-data-fixer":"1.944.0","santa-site-metadata":"1.636.0","santa-main-r":"1.100.0","ghostable-structure-builder":"1.150.0","stylable-santa-flatten":"1.0.214","remote-widget-structure-builder":"1.220.0"},"appMarketEditorApiUrl":"https://editor.wix.com/_api/app-market-api/apps","appMarketEditorNewUrl":"https://editor.wix.com/wix-app-market/editor","appMarketEditorUrl":"https://editor.wix.com/app-market-editor","appStoreUrl":"https://editor.wix.com/wix-apps","autoSaveUrl":"https://editor.wix.com/html/autosave/","baseDomain":"wix.com","basePublicUrl":"https://www.wix.com/","biServerUrl":"https://frog.wix.com","blobUrl":"https://static.parastorage.com/wix_blob","commonServicesUrl":"https://api.wix.com/common-services","createFacebookUrl":"https://www.wix.com/create/website/html/facebook/fb/1","createMobileUrl":"https://meditor.wix.com/site/add/","createWebsiteUrl":"https://www.wix.com/create/website/all/all/web","dashboardServiceUrl":"https://dashboard.wix.com/wix-dashboard","dashboardUrl":"https://www.wix.com/create/my-account","developerMode":false,"digitalGoodsServerUrl":"https://dgs.wixapps.net/","directStaticServerUrl":"https://static.42.wix.com/","ecommerceCheckoutUrl":"https://www.safer-checkout.com/","ecommerceStoreManagerUrl":"https://editor.wix.com/ecommerce","editorAssetsBaseUrl":"https://editorassets.parastorage.com/","editorPageStoreUrl":"https://fallback.wix.com/wix-html-editor-pages-webapp/pageForEditor","editorServerRoot":"https://editor.wix.com/html/editor/web","appStudioServerRoot":"https://editor.wix.com/html/app-builder/web","editorServerRootFB":"https://editor.wix.com/html/editor/fb","emailServer":"https://assets.wix.com/common-services/notification/invoke","floggerUrl":"https://frog.wix.com","helpServer":"https://lc.wix.com/support/main/html5","htmlEditorRootUrl":"https://editor.wix.com/html/editor","locationBaseDomain":"42.wix.com","locationStaticServerRootUrl":"https://static.42.wix.com","locationStaticServerUrl":"https://static.42.wix.com/","mediaGalleryBaseUrl":"https://editor.wix.com/_partials/media-gallery-ng/0.352.0/","mediaGalleryBaseUrlB":"https://editor.wix.com/_partials/media-gallery-ng/0.352.0/","mediaGalleryG5BaseUrl":"https://editor.wix.com/_partials/media-gallery-g5/1.792.0/","mediaGalleryG5StaticBaseUrl":"//static.parastorage.com/services/media-gallery-g5/1.792.0/","mediaGalleryStaticBaseUrl":"//static.parastorage.com/services/media-gallery-ng/0.352.0/","mediaGalleryStaticBaseUrlB":"//static.parastorage.com/services/media-gallery-ng/0.352.0/","mediaManagerUrl":"https://editor.wix.com/_partials/media-gallery-g5/1.792.0/","mediaManagerFrameUrl":"//media-manager.wix.com/media-frame.min.js","mediaRootUrl":"https://static.wixstatic.com/","mediaServerRoot":"wix.com","nestedComponentsMapUrl":"","premiumServerUrl":"https://premium.wix.com","premiumStateApiUrl":"https://editor.wix.com/_api/wix/getTpaPremiumState","productionMode":true,"staticHTMLComponentUrl":"https://static.filesusr.com/","serverName":"wix.com","publicPageStoreUrl":"https://publicorigin.wix.com/wix-public-html-renderer/page","publicStaticBaseUri":"//static.parastorage.com/services/wix-public/1.299.0/","publicStaticsUrl":"//static.parastorage.com/services/wix-public/1.299.0/","screenshotServiceUrl":"https://screenshoter.wixpress.com/v1/screenshots","scriptsDomainUrl":"https://static.parastorage.com/","siteMembersUrl":"https://users.wix.com/wix-sm","staticAudioUrl":"https://music.wixstatic.com/mp3","staticDocsUrl":"https://docs.wixstatic.com/ugd","staticMediaUrl":"https://static.wixstatic.com/media","staticServerFallbackUrl":"https://static.parastorage.com/","staticServerUrl":"https://static.wix.com/","staticVideoUrl":"https://video.wixstatic.com/","wixCloudBaseDomain":"wix-code.com","wixCloudEditorBaseUrl":"https://editor.wix.com/wix-code-ide-server","wixCodeIdeServerUrl":"https://code.wix.com/wix-code-ide-server","wixCloudSiteExtensionsServiceUrl":"https://editor.wix.com/wix-code-service","wixCodeServiceUrl":"https://code.wix.com/wix-code-service","wixCloudMonitoringHubUrl":"https://editor.wix.com/_api/cloud-monitoring-hub","wixCodeMonitoringHubUrl":"https://monitoringhub.wix.com","staticVideoHeadRequestUrl":"https://storage.googleapis.com/video.wixstatic.com","wixStoresMigrationServiceUrl":"https://editor.wix.com/_api/wix-ecommerce-migration-web/","feedbackServiceUrl":"https://editor.wix.com/_api/feedback-server","salesSystemResolverUrl":"https://editor.wix.com/_api/wix/salesSystemResolver","dealerUrl":"https://editor.wix.com/_api/wix-dealer-integration-webapp","mediaUploadServerUrl":"https://files.wix.com/","adaptiveVideoDomain":"https://files.wix.com/","userFileDomainUrl":"filesusr.com","businessManagerUrl":"https://www.wix.com/dashboard","linguistUrl":"/_api/linguist","editorWorkerBaseUrl":"https://editor.wix.com/_partials","siteAssetsServerUrl":"https://siteassets.parastorage.com/pages","htmlComponentServer":"https://0.htmlcomponentservice.com"};
var debugMode = "nodebug";
var siteId = '4e8631a0-75cb-4264-b273-2a1b0bf34000';
var siteHeader = {"id":"4e8631a0-75cb-4264-b273-2a1b0bf34000","userId":"633251cb-86b1-4379-99ad-6c23ceb3d27f","revision":25,"version":1592538967779,"applicationType":"HtmlWeb","documentType":"document","published":true,"pageIdList":{"masterPageJsonFileName":"633251_aee966376a14a925c6fc1f1f78b5f36e_25.json","topology":["https:\/\/static.wix.com\/sites\/{filename}.z?v=3","https:\/\/fallback.wix.com\/wix-html-editor-pages-webapp\/pageForEditor\/{filename}?v=3"],"pages":[{"pageId":"m5v9b","title":"오답노트 (All)","pageJsonFileName":"633251_f70ab786ceca80d10dcfb9a04110ef2a_22.json"},{"pageId":"c1537","title":"메인","pageJsonFileName":"633251_e3326309dfb4dd3e1d66e1215c5af1ca_24.json"},{"pageId":"xx1ja","title":"기출문제 (Title)","pageJsonFileName":"633251_9182920b5db2293a2b588384a19bce91_20.json"},{"pageId":"h5i34","title":"오답노트 (Title)","pageJsonFileName":"633251_0b8539130aa5c771d1732db0e104c6fa_21.json"},{"pageId":"lbltw","title":"기출문제 (All)","pageJsonFileName":"633251_59630a3d664930ed9064af5ca8d2e58b_21.json"}]},"originalTemplateId":"646c97d6-69bf-45ab-8d99-86ff7639badc"}; ;
var editorVersionsInfo = {"userOverride":"none","isEligibleForSwitch":false,"isNewUser":true};
var commonConfig = {"brand":"wix"};
</script>
</head>
<body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MDD5C4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div id="video-preloader" class="video-preloader">
<video id="editor-video-preloader" width=320 height=320 poster="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" loop autoplay muted=true></video>
<script>
// editor assets serving domain
var videoUrl = "https://editorassets.parastorage.com/video-preloader/editor/v2/";
var videoName = "video-preloader-" + Math.floor((Math.random() * 5) + 1);
var videoElement = document.getElementById('editor-video-preloader');
var devicePixelRatio = window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI;
var retinaSuffix = devicePixelRatio >= 2 ? "-@2x" : "";
videoElement.src = videoUrl + videoName + retinaSuffix + ".mp4";
videoElement.load();
</script>
</div>
<div id="root"></div><script type="text/javascript">
var santaBase = 'https://static.parastorage.com/services/santa/1.10675.0';
var editorBase = 'https://static.parastorage.com/services/santa-editor/1.9916.0';
var editorVersionSource = 'production';
</script>
<script src="https://static.parastorage.com/services/third-party/requirejs/2.1.15/require.min.js"></script>
<script src="https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=es2015,es2016,es2017,fetch&flags=gated&unknown=polyfill&rum=0"></script>
<script src="https://static.parastorage.com/services/santa-editor/1.9916.0/app/main-r.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2117194-1']);
_gaq.push(['_setDomainName', '.wix.com']);
_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>
</body>
</html>