kyubumJang

DELETE Unnecessary files

1 -
2 -
3 -<!DOCTYPE html>
4 -<html>
5 -<head>
6 - <meta http-equiv="content-type" content="text/html; charset=euc-kr" />
7 - <meta name="viewport" content="width=1300, maximum-scale=1.5">
8 - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9 - <title>LEET 전국 모의고사</title>
10 -
11 - <meta http-equiv="content-style-type" content="text/css" />
12 - <meta http-equiv="content-script-type" content="text/javascript" />
13 - <meta http-equiv="imagetoolbar" content="no" />
14 -
15 - <script type="text/javascript" src="/common/js/jquery-1.10.2.min.js"></script>
16 - <script type="text/javascript" src="http://img.megals.co.kr/common/js/jquery.bxslider.js"></script> <!-- 추가함 -->
17 - <link type="text/css" rel="stylesheet" href="http://img.megals.co.kr/common/css/common.css" />
18 - <link type="text/css" rel="stylesheet" href="/exam_leet/2020/css/leet.css" />
19 - <link type="text/css" rel="stylesheet" href="/exam_leet/2020/css/leet.service.css" />
20 -
21 - <script src="http://img.megals.co.kr/common/js/common.js"></script>
22 - <script src="/Highcharts/js/highcharts.js"></script>
23 - <script src="/Highcharts/js/modules/data.js"></script>
24 - <script src="/Highcharts/js/highcharts-more.js"></script>
25 -
26 -
27 -</head>
28 -<body>
29 -
30 -
31 -
32 -
33 -
34 -
35 -
36 -
37 -
38 -
39 -<div id="wrap_leet">
40 -
41 -<!-- GNB -->
42 -
43 -<div id="head">
44 - <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>
45 - <a href="/megals.asp" class="m3"><img src="http://img.megals.co.kr/mock_test/2020/service/logo.png" alt="메가로스쿨" /></a>
46 -</div>
47 -<!--// GNB -->
48 -
49 - <div id="body">
50 -
51 - <!-- LNB -->
52 - <dl id="menu">
53 - <dt>
54 - <p class="logo">
55 - <a href="2020_exam_report_main.asp">성적분석 서비스</a>
56 - </p>
57 - <label for="lnbSel01" class="hide_txt">모의고사 선택</label>
58 - <select id="lnbSel01" style="width:75%" onChange="javascript:ExamSeqSubmit();">
59 -
60 - <option value="1030" selected>제2회 전국모의고사</option>
61 -
62 - <option value="1029" >제1회 전국모의고사</option>
63 -
64 - </select>
65 - </dt>
66 - <dd class="tit">
67 - <span>성적확인</span>
68 - </dd>
69 -
70 -
71 - <dd class=" mn lnb_mn">
72 - <a href="javascript:ExamReport(0);">성적 및 LT 지수 분석</a>
73 - </dd>
74 - <dd class=" mn lnb_mn">
75 - <a href="javascript:ExamReport(1);">회차별 성적 분석</a>
76 - </dd>
77 - <dd class=" tit lnb_mn type2">
78 - <a href="javascript:ExamReport(2);">모의지원 분석</a>
79 - </dd>
80 - <dd class="on tit lnb_mn">
81 - <a href="javascript:ExamReport(3);">채점결과 분석</a>
82 - </dd><!--
83 - <dd class="br">
84 - <a href="#;" style="display:inline-block; width: 170px; height: 100px; margin: 20px 15px;">
85 - <img src="http://img.megals.co.kr/mock_test/2019/service/leetmock_applybtn.png" alt="LEET 전국모의고사 신청하기">
86 - </a>
87 - </dd>-->
88 -</dl>
89 -
90 -
91 - <form name="ExamMenuFrm" method="post">
92 - <input type="hidden" name="exam_cd" value="1030" />
93 - <input type="hidden" name="exam_no" value="02031458" />
94 -
95 - </form>
96 -
97 - <script type="text/javascript">
98 - //<![CDATA[
99 - // LNB 현재위치 하이라이트
100 - $('#menu > a').eq( 0 ).addClass('on');
101 -
102 - function ExamSeqSubmit(){
103 - var f = document.ExamMenuFrm;
104 - var m = $('#lnbSel01 option:selected').val();
105 -
106 - f.exam_cd.value = m;
107 -
108 - ExamReport(0);
109 - }
110 -
111 - function ExamReport(r){
112 -
113 - var f = document.ExamMenuFrm;
114 - if (r == 0) {
115 - f.action = "/exam_leet/2020/report/2020_exam_report1_1.asp";
116 - } else if (r == 1){
117 - f.action = "/exam_leet/2020/report/2020_exam_report1_2.asp";
118 - } else if (r == 2){
119 - f.action = "/exam_leet/2020/report/2020_exam_report2.asp";
120 - } else if (r == 3){
121 - f.action = "/exam_leet/2020/report/2020_exam_report3.asp";
122 - } else{
123 - f.action = "/exam_leet/2020/report/2020_exam_report1_1.asp";
124 - }
125 - f.submit();
126 -
127 - }
128 - //]]>
129 - </script>
130 -
131 -
132 - <!-- 구글 : 사이트 접속로그 -->
133 - <script type="text/javascript">
134 - var _gaq = _gaq || [];
135 - _gaq.push(['_setAccount', 'UA-22237001-5']);
136 - _gaq.push(['_trackPageview']);
137 -
138 - (function() {
139 - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
140 - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
141 - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
142 - })();
143 - </script>
144 -
145 - <!--// LNB -->
146 -
147 - <!-- MAIN -->
148 - <div id="main">
149 -
150 - <!--1. 과목별 성적 통계 결과 -->
151 - <h2 class="tit20 mt0"><span>1.</span> 과목별 성적 통계 결과</h2>
152 -
153 -
154 - <h3 class="tit30">
155 - 언어이해
156 - <em class="fSmall mt10">
157 - <strong class="mark9">* 응시인원</strong> : 943명
158 - <strong class="ml20 mark9">* 원점수 평균</strong> : 15.5점
159 - <strong class="ml20 mark9">* 표준편차</strong> : 4.4
160 - </em>
161 - </h3>
162 - <table class="tbl01">
163 - <colgroup>
164 - <col span="8" style="width:12.5%" />
165 - </colgroup>
166 - <thead>
167 - <tr>
168 - <th scope="col" colspan="4">원점수 기준</th>
169 - <th scope="col" colspan="4" >표준점수 기준</th>
170 - </tr>
171 - <tr>
172 - <th scope="col">최고점</th>
173 - <th scope="col">최저점</th>
174 - <th scope="col">상위 10% 컷</th>
175 - <th scope="col">상위 30% 컷</th>
176 - <th scope="col">최고점</th>
177 - <th scope="col">최저점</th>
178 - <th scope="col">상위 10% 컷</th>
179 - <th scope="col" >상위 30% 컷</th>
180 - </tr>
181 - </thead>
182 - <tbody>
183 - <tr>
184 - <td>28점</td>
185 - <td>0점</td>
186 - <td>21점</td>
187 - <td>18점</td>
188 - <td>70.5점</td>
189 - <td>13.3점</td>
190 - <td>56.2점</td>
191 - <td>50.1점</td>
192 - </tr>
193 - </tbody>
194 - </table>
195 -
196 - <h3 class="tit30">
197 - 추리논증
198 - <em class="fSmall mt10">
199 - <strong class="mark9">* 응시인원</strong> : 943명
200 - <strong class="ml20 mark9">* 원점수 평균</strong> : 21.2점
201 - <strong class="ml20 mark9">* 표준편차</strong> : 5.1
202 - </em>
203 - </h3>
204 - <table class="tbl01">
205 - <colgroup>
206 - <col span="8" style="width:12.5%" />
207 - </colgroup>
208 - <thead>
209 - <tr>
210 - <th scope="col" colspan="4">원점수 기준</th>
211 - <th scope="col" colspan="4" >표준점수 기준</th>
212 - </tr>
213 - <tr>
214 - <th scope="col">최고점</th>
215 - <th scope="col">최저점</th>
216 - <th scope="col">상위 10% 컷</th>
217 - <th scope="col">상위 30% 컷</th>
218 - <th scope="col">최고점</th>
219 - <th scope="col">최저점</th>
220 - <th scope="col">상위 10% 컷</th>
221 - <th scope="col" >상위 30% 컷</th>
222 - </tr>
223 - </thead>
224 - <tbody>
225 - <tr>
226 - <td>35점</td>
227 - <td>0점</td>
228 - <td>27점</td>
229 - <td>24점</td>
230 - <td>92.1점</td>
231 - <td>10.5점</td>
232 - <td>73.4점</td>
233 - <td>66.4점</td>
234 - </tr>
235 - </tbody>
236 - </table>
237 -
238 - <!--//1. 과목별 성적 통계 결과-->
239 -
240 -
241 - <!--2. 과목별 채점결과 -->
242 - <h2 class="tit20"><span>2.</span> 과목별 채점결과</h2>
243 -
244 - <h3 class="tit30">언어이해</h3>
245 - <table class="tbl02" style="width:500px;">
246 - <colgroup>
247 - <col style="width:15%" />
248 - <col style="width:10%" />
249 - <col style="width:15%" />
250 - <col style="width:10%" />
251 - </colgroup>
252 - <tbody>
253 - <tr>
254 - <th>정답 수/ 총 문항</th>
255 - <td>21/30 문항</td>
256 - <th>정답률</th>
257 - <td>70%</td>
258 - </tr>
259 - </tbody>
260 - </table>
261 - <div class="scroll">
262 - <table class="tbl01 mt10" style="width:1500px;">
263 - <colgroup>
264 - <col style="width:100px" />
265 - </colgroup>
266 - <thead>
267 - <tr>
268 - <th>구분</th>
269 -
270 -
271 - <th>1</th>
272 -
273 -
274 - <th>2</th>
275 -
276 -
277 - <th>3</th>
278 -
279 -
280 - <th>4</th>
281 -
282 -
283 - <th>5</th>
284 -
285 -
286 - <th>6</th>
287 -
288 -
289 - <th>7</th>
290 -
291 -
292 - <th>8</th>
293 -
294 -
295 - <th>9</th>
296 -
297 -
298 - <th>10</th>
299 -
300 -
301 - <th>11</th>
302 -
303 -
304 - <th>12</th>
305 -
306 -
307 - <th>13</th>
308 -
309 -
310 - <th>14</th>
311 -
312 -
313 - <th>15</th>
314 -
315 -
316 - <th>16</th>
317 -
318 -
319 - <th>17</th>
320 -
321 -
322 - <th>18</th>
323 -
324 -
325 - <th>19</th>
326 -
327 -
328 - <th>20</th>
329 -
330 -
331 - <th>21</th>
332 -
333 -
334 - <th>22</th>
335 -
336 -
337 - <th>23</th>
338 -
339 -
340 - <th>24</th>
341 -
342 -
343 - <th>25</th>
344 -
345 -
346 - <th>26</th>
347 -
348 -
349 - <th>27</th>
350 -
351 -
352 - <th>28</th>
353 -
354 -
355 - <th>29</th>
356 -
357 -
358 - <th>30</th>
359 -
360 - </tr>
361 - </thead>
362 - <tbody>
363 - <tr>
364 - <th>정오</th>
365 -
366 - <td>O</td>
367 -
368 - <td>O</td>
369 -
370 - <td>O</td>
371 -
372 - <td>X</td>
373 -
374 - <td>O</td>
375 -
376 - <td>O</td>
377 -
378 - <td>O</td>
379 -
380 - <td>X</td>
381 -
382 - <td>X</td>
383 -
384 - <td>O</td>
385 -
386 - <td>O</td>
387 -
388 - <td>X</td>
389 -
390 - <td>O</td>
391 -
392 - <td>O</td>
393 -
394 - <td>O</td>
395 -
396 - <td>O</td>
397 -
398 - <td>O</td>
399 -
400 - <td>O</td>
401 -
402 - <td>O</td>
403 -
404 - <td>O</td>
405 -
406 - <td>X</td>
407 -
408 - <td>X</td>
409 -
410 - <td>O</td>
411 -
412 - <td>X</td>
413 -
414 - <td>O</td>
415 -
416 - <td>O</td>
417 -
418 - <td>X</td>
419 -
420 - <td>X</td>
421 -
422 - <td>O</td>
423 -
424 - <td>O</td>
425 -
426 - </tr>
427 - <tr>
428 - <th>
429 - 전체<br>
430 - 정답률(%)
431 - </th>
432 -
433 - <td>81</td>
434 -
435 - <td>65</td>
436 -
437 - <td>70</td>
438 -
439 - <td>41</td>
440 -
441 - <td>59</td>
442 -
443 - <td>58</td>
444 -
445 - <td>58</td>
446 -
447 - <td>53</td>
448 -
449 - <td>30</td>
450 -
451 - <td>73</td>
452 -
453 - <td>44</td>
454 -
455 - <td>67</td>
456 -
457 - <td>44</td>
458 -
459 - <td>53</td>
460 -
461 - <td>62</td>
462 -
463 - <td>43</td>
464 -
465 - <td>69</td>
466 -
467 - <td>65</td>
468 -
469 - <td>54</td>
470 -
471 - <td>27</td>
472 -
473 - <td>52</td>
474 -
475 - <td>41</td>
476 -
477 - <td>54</td>
478 -
479 - <td>16</td>
480 -
481 - <td>54</td>
482 -
483 - <td>41</td>
484 -
485 - <td>41</td>
486 -
487 - <td>25</td>
488 -
489 - <td>56</td>
490 -
491 - <td>56</td>
492 -
493 - </tr>
494 - <tr>
495 - <th>
496 - 난이도
497 - <a href="javascript:;" class="ico_help">
498 - 도움말
499 - <span class="help_layer" style="right:-314px;top:-156px;">
500 - <img src="http://img.megals.co.kr/mock_test/2020/service/help_layer03.png" alt="">
501 - </span>
502 - </a>
503 - </th>
504 -
505 - <td>B</td>
506 -
507 - <td>B</td>
508 -
509 - <td>B</td>
510 -
511 - <td>C</td>
512 -
513 - <td>C</td>
514 -
515 - <td>C</td>
516 -
517 - <td>C</td>
518 -
519 - <td>C</td>
520 -
521 - <td>D</td>
522 -
523 - <td>B</td>
524 -
525 - <td>C</td>
526 -
527 - <td>B</td>
528 -
529 - <td>C</td>
530 -
531 - <td>C</td>
532 -
533 - <td>B</td>
534 -
535 - <td>C</td>
536 -
537 - <td>B</td>
538 -
539 - <td>B</td>
540 -
541 - <td>C</td>
542 -
543 - <td>D</td>
544 -
545 - <td>C</td>
546 -
547 - <td>D</td>
548 -
549 - <td>C</td>
550 -
551 - <td>E</td>
552 -
553 - <td>C</td>
554 -
555 - <td>C</td>
556 -
557 - <td>D</td>
558 -
559 - <td>D</td>
560 -
561 - <td>C</td>
562 -
563 - <td>C</td>
564 -
565 - </tr>
566 - </tbody>
567 - </table>
568 - </div>
569 -
570 - <h3 class="tit30">추리논증</h3>
571 - <table class="tbl02" style="width:500px;">
572 - <colgroup>
573 - <col style="width:15%" />
574 - <col style="width:10%" />
575 - <col style="width:15%" />
576 - <col style="width:10%" />
577 - </colgroup>
578 - <tbody>
579 - <tr>
580 - <th>정답 수/ 총 문항</th>
581 - <td>28/40 문항</td>
582 - <th>정답률</th>
583 - <td>70%</td>
584 - </tr>
585 - </tbody>
586 - </table>
587 - <div class="scroll">
588 - <table class="tbl01 mt10" style="width:1500px;">
589 - <colgroup>
590 - <col style="width:100px" />
591 - </colgroup>
592 - <thead>
593 - <tr>
594 - <th>구분</th>
595 -
596 -
597 - <th>1</th>
598 -
599 -
600 - <th>2</th>
601 -
602 -
603 - <th>3</th>
604 -
605 -
606 - <th>4</th>
607 -
608 -
609 - <th>5</th>
610 -
611 -
612 - <th>6</th>
613 -
614 -
615 - <th>7</th>
616 -
617 -
618 - <th>8</th>
619 -
620 -
621 - <th>9</th>
622 -
623 -
624 - <th>10</th>
625 -
626 -
627 - <th>11</th>
628 -
629 -
630 - <th>12</th>
631 -
632 -
633 - <th>13</th>
634 -
635 -
636 - <th>14</th>
637 -
638 -
639 - <th>15</th>
640 -
641 -
642 - <th>16</th>
643 -
644 -
645 - <th>17</th>
646 -
647 -
648 - <th>18</th>
649 -
650 -
651 - <th>19</th>
652 -
653 -
654 - <th>20</th>
655 -
656 -
657 - <th>21</th>
658 -
659 -
660 - <th>22</th>
661 -
662 -
663 - <th>23</th>
664 -
665 -
666 - <th>24</th>
667 -
668 -
669 - <th>25</th>
670 -
671 -
672 - <th>26</th>
673 -
674 -
675 - <th>27</th>
676 -
677 -
678 - <th>28</th>
679 -
680 -
681 - <th>29</th>
682 -
683 -
684 - <th>30</th>
685 -
686 -
687 - <th>31</th>
688 -
689 -
690 - <th>32</th>
691 -
692 -
693 - <th>33</th>
694 -
695 -
696 - <th>34</th>
697 -
698 -
699 - <th>35</th>
700 -
701 -
702 - <th>36</th>
703 -
704 -
705 - <th>37</th>
706 -
707 -
708 - <th>38</th>
709 -
710 -
711 - <th>39</th>
712 -
713 -
714 - <th>40</th>
715 -
716 - </tr>
717 - </thead>
718 - <tbody>
719 - <tr>
720 - <th>정오</th>
721 -
722 - <td>O</td>
723 -
724 - <td>X</td>
725 -
726 - <td>O</td>
727 -
728 - <td>O</td>
729 -
730 - <td>O</td>
731 -
732 - <td>X</td>
733 -
734 - <td>X</td>
735 -
736 - <td>X</td>
737 -
738 - <td>X</td>
739 -
740 - <td>O</td>
741 -
742 - <td>X</td>
743 -
744 - <td>O</td>
745 -
746 - <td>X</td>
747 -
748 - <td>O</td>
749 -
750 - <td>X</td>
751 -
752 - <td>O</td>
753 -
754 - <td>O</td>
755 -
756 - <td>O</td>
757 -
758 - <td>O</td>
759 -
760 - <td>O</td>
761 -
762 - <td>O</td>
763 -
764 - <td>O</td>
765 -
766 - <td>O</td>
767 -
768 - <td>O</td>
769 -
770 - <td>O</td>
771 -
772 - <td>O</td>
773 -
774 - <td>O</td>
775 -
776 - <td>O</td>
777 -
778 - <td>O</td>
779 -
780 - <td>O</td>
781 -
782 - <td>O</td>
783 -
784 - <td>X</td>
785 -
786 - <td>O</td>
787 -
788 - <td>O</td>
789 -
790 - <td>O</td>
791 -
792 - <td>X</td>
793 -
794 - <td>O</td>
795 -
796 - <td>X</td>
797 -
798 - <td>X</td>
799 -
800 - <td>O</td>
801 -
802 - </tr>
803 - <tr>
804 - <th>
805 - 전체<br>
806 - 정답률(%)
807 - </th>
808 -
809 - <td>55</td>
810 -
811 - <td>19</td>
812 -
813 - <td>74</td>
814 -
815 - <td>82</td>
816 -
817 - <td>56</td>
818 -
819 - <td>20</td>
820 -
821 - <td>75</td>
822 -
823 - <td>63</td>
824 -
825 - <td>18</td>
826 -
827 - <td>64</td>
828 -
829 - <td>56</td>
830 -
831 - <td>50</td>
832 -
833 - <td>45</td>
834 -
835 - <td>88</td>
836 -
837 - <td>13</td>
838 -
839 - <td>76</td>
840 -
841 - <td>39</td>
842 -
843 - <td>65</td>
844 -
845 - <td>82</td>
846 -
847 - <td>55</td>
848 -
849 - <td>72</td>
850 -
851 - <td>32</td>
852 -
853 - <td>31</td>
854 -
855 - <td>61</td>
856 -
857 - <td>54</td>
858 -
859 - <td>54</td>
860 -
861 - <td>56</td>
862 -
863 - <td>59</td>
864 -
865 - <td>76</td>
866 -
867 - <td>63</td>
868 -
869 - <td>52</td>
870 -
871 - <td>33</td>
872 -
873 - <td>29</td>
874 -
875 - <td>64</td>
876 -
877 - <td>78</td>
878 -
879 - <td>30</td>
880 -
881 - <td>62</td>
882 -
883 - <td>46</td>
884 -
885 - <td>30</td>
886 -
887 - <td>46</td>
888 -
889 - </tr>
890 - <tr>
891 - <th>
892 - 난이도
893 - <a href="javascript:;" class="ico_help">
894 - 도움말
895 - <span class="help_layer" style="right:-314px;top:-156px;">
896 - <img src="http://img.megals.co.kr/mock_test/2020/service/help_layer03.png" alt="">
897 - </span>
898 - </a>
899 - </th>
900 -
901 - <td>C</td>
902 -
903 - <td>E</td>
904 -
905 - <td>B</td>
906 -
907 - <td>A</td>
908 -
909 - <td>C</td>
910 -
911 - <td>E</td>
912 -
913 - <td>B</td>
914 -
915 - <td>B</td>
916 -
917 - <td>E</td>
918 -
919 - <td>B</td>
920 -
921 - <td>C</td>
922 -
923 - <td>C</td>
924 -
925 - <td>C</td>
926 -
927 - <td>A</td>
928 -
929 - <td>E</td>
930 -
931 - <td>B</td>
932 -
933 - <td>D</td>
934 -
935 - <td>B</td>
936 -
937 - <td>A</td>
938 -
939 - <td>C</td>
940 -
941 - <td>B</td>
942 -
943 - <td>D</td>
944 -
945 - <td>D</td>
946 -
947 - <td>C</td>
948 -
949 - <td>C</td>
950 -
951 - <td>C</td>
952 -
953 - <td>C</td>
954 -
955 - <td>C</td>
956 -
957 - <td>B</td>
958 -
959 - <td>B</td>
960 -
961 - <td>C</td>
962 -
963 - <td>D</td>
964 -
965 - <td>D</td>
966 -
967 - <td>B</td>
968 -
969 - <td>B</td>
970 -
971 - <td>D</td>
972 -
973 - <td>B</td>
974 -
975 - <td>C</td>
976 -
977 - <td>D</td>
978 -
979 - <td>C</td>
980 -
981 - </tr>
982 - </tbody>
983 - </table>
984 - </div>
985 -
986 -
987 - <div class="box04 mt30">
988 - <strong class="mark9 f13">우선 복습 문항</strong>
989 - <p class="mt5">
990 - 우선 복습 문항이란 쉬운 난도임에도 불구하고 틀린 문항으로, 난도가 낮은 문항을 틀린다는 것은 그만큼의 점수를 손해 본다는 것을 의미하기 때문에 해당 문항에 대해서는 반드시 정답을 맞혀야 합니다.
991 - </p>
992 - <table class="tbl02 mt20" style="width:100%">
993 - <colgroup>
994 - <col style="width:20%" />
995 - <col style="width:80%" />
996 - </colgroup>
997 - <tbody>
998 - <tr>
999 - <th>언어이해</th>
1000 - <td>12</td>
1001 - </tr>
1002 - <tr>
1003 - <th>추리논증</th>
1004 - <td>7, 8</td>
1005 - </tr>
1006 - </tbody>
1007 - </table>
1008 - </div>
1009 - <!--//2. 과목별 채점결과 -->
1010 -
1011 -
1012 -
1013 -
1014 - <!-- 오답노트 -->
1015 - <h3 class="tit30" id="ox_note">오답노트</h3>
1016 - <div class="sel_box mt10" style="width:910px;padding-right:20px;">
1017 - <select name="select_exam_cd" id="select_exam_cd" title="" onChange="javascript:ExamFrmSubmit(this.value,02031458, 20);">
1018 -
1019 - <option value="1030" selected>제2회 전국모의고사</option>
1020 -
1021 - <option value="1029" >제1회 전국모의고사</option>
1022 -
1023 - </select>
1024 - &nbsp;&nbsp;
1025 - <select name="select_sub_cd" id="select_sub_cd" onChange="javascript:SubFrmSubmit(this.value);">
1026 - <option value="20" selected>언어이해</option>
1027 - <option value="21" >추리논증</option>
1028 - </select>
1029 -
1030 - <em class="fright" id="btn_ox_add">
1031 - <a href="javascript:ItemPopupAct();" onFocus="this.blur();" class="btn31a"><i>오답노트 문항추가</i></a>
1032 - </em>
1033 - </div>
1034 -
1035 - <!-- 문항선택 -->
1036 - <form name="SubFrm" method="post" action="#">
1037 - <input type="hidden" name="exam_cd" value="1030" />
1038 - <input type="hidden" name="exam_no" value="02031458" />
1039 - <input type="hidden" name="sub_cd" id="sub_cd" value="20" />
1040 - <input type="hidden" name="mem_id" value="yunju712" />
1041 - <input type="hidden" name="exam_view_mode" value="" />
1042 - <table class="tbl02 tbl_note mt10" style="width:950px; text-align:center" summary="문항선택">
1043 - <caption>문항선택</caption>
1044 - <tbody>
1045 - <div class="tx_03_question_box">
1046 - <tr>
1047 -
1048 - <tr>
1049 - <th style="width:60px;">문항선택</th>
1050 -
1051 - <td><a href="javascript:ItemSelectView('1',0)" id="select_qst_0">1</a></td>
1052 -
1053 - <td><a href="javascript:ItemSelectView('4',1)" id="select_qst_1">4</a></td>
1054 -
1055 - <td><a href="javascript:ItemSelectView('8',2)" id="select_qst_2">8</a></td>
1056 -
1057 - <td><a href="javascript:ItemSelectView('9',3)" id="select_qst_3">9</a></td>
1058 -
1059 - <td><a href="javascript:ItemSelectView('12',4)" id="select_qst_4">12</a></td>
1060 -
1061 - <td><a href="javascript:ItemSelectView('21',5)" id="select_qst_5">21</a></td>
1062 -
1063 - <td><a href="javascript:ItemSelectView('22',6)" id="select_qst_6">22</a></td>
1064 -
1065 - <td><a href="javascript:ItemSelectView('24',7)" id="select_qst_7">24</a></td>
1066 -
1067 - <td><a href="javascript:ItemSelectView('27',8)" id="select_qst_8">27</a></td>
1068 -
1069 - <td><a href="javascript:ItemSelectView('28',9)" id="select_qst_9">28</a></td>
1070 - <td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td>
1071 - </tr>
1072 -
1073 - </tr>
1074 -
1075 - </div>
1076 - </tbody>
1077 - </table>
1078 - <!-- //문항선택 -->
1079 -
1080 - <!-- 오답노트 및 문제풀이 CONTENT S -->
1081 - <div id="Item_Content_view"></div>
1082 - <!-- //오답노트 및 문제풀이 CONTENT -->
1083 -
1084 - <!--// MAIN -->
1085 -
1086 - </div>
1087 - <!--// id=body -->
1088 -
1089 -</div>
1090 -<!--// id=wrap_leet -->
1091 -
1092 -</body>
1093 -</html>
1094 -
1095 -
1096 -<script type="text/javascript">
1097 -//<![CDATA[
1098 -
1099 -
1100 - //초기 문제 불러오기
1101 - ItemSelectView(1);
1102 -
1103 -
1104 - function ItemPopupAct(){
1105 - window.open('2020_exam_report3_pop.asp', 'report_pop', 'width=814, height=644,scrollbars=yes,left=0,top=0');
1106 - document.SubFrm.action = "2020_exam_report3_pop.asp";
1107 - document.SubFrm.target = "report_pop";
1108 - document.SubFrm.submit();
1109 - }
1110 -
1111 - function SelectExamTest() {
1112 - if($("#select_exam_cd").css("display") == "none"){
1113 - $("#select_exam_cd").slideDown();
1114 - }else{
1115 - $("#select_exam_cd").slideUp();
1116 - }
1117 - }
1118 -
1119 - function SelectSubTest(){
1120 - if($("#select_sub_cd").css("display") == "none"){
1121 - $("#select_sub_cd").slideDown();
1122 - }else{
1123 - $("#select_sub_cd").slideUp();
1124 - }
1125 - }
1126 -
1127 - function SelectGbnTest(){
1128 - if($("#select_gbn_cd").css("display") == "none"){
1129 - $("#select_gbn_cd").slideDown();
1130 - }else{
1131 - $("#select_gbn_cd").slideUp();
1132 - }
1133 - }
1134 -
1135 - function ExamFrmSubmit(exam_cd, exam_no){
1136 - document.ExamMenuFrm.exam_cd.value = exam_cd;
1137 - document.ExamMenuFrm.exam_no.value = exam_no;
1138 - document.ExamMenuFrm.action = "2020_exam_report3.asp?mode=";
1139 - document.ExamMenuFrm.submit();
1140 - }
1141 -
1142 - function ModeFrmSubmit(mode){
1143 - //document.SubFrm.sub_cd.value = sub_cd;
1144 - document.ExamMenuFrm.action = "2020_exam_report3.asp?mode="+mode;
1145 - document.ExamMenuFrm.submit();
1146 - }
1147 -
1148 - function SubFrmSubmit(sub_cd){
1149 - //document.SubFrm.sub_cd.value = sub_cd;
1150 - document.ExamMenuFrm.action = "2020_exam_report3.asp?sub_cd="+sub_cd+"#ox_note";
1151 - document.ExamMenuFrm.submit();
1152 - }
1153 -
1154 - function GbnFrmSubmit(gbn){
1155 - //document.SubFrm.sub_cd.value = sub_cd;
1156 - document.ExamMenuFrm.action = "2020_exam_report3.asp?mode=&sub_cd=20&gbn="+gbn;
1157 - document.ExamMenuFrm.submit();
1158 - }
1159 -
1160 - function ItemSelectView(item_no,obj){
1161 - var exam_cd = $("input[name=exam_cd]").val();
1162 - var sub_cd = $("#sub_cd").val();
1163 - var exam_no = $("input[name=exam_no]").val();
1164 - var exam_view_mode = $("input[name=exam_view_mode]").val();
1165 -
1166 - //초기화
1167 - $("[id^='select_qst_']").removeClass("select")
1168 -
1169 - if (obj) {
1170 - $('#select_qst_'+obj).attr("class","select");
1171 -
1172 - //var position = $('#btn_ox_add').offset();
1173 - //$('html, body').animate({scrollTop : position.top}, 500);
1174 - } else {
1175 - $('#select_qst_0').attr("class","select");
1176 - }
1177 -
1178 - //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);
1179 -
1180 -// $("#Item_Content_view").html('');
1181 -
1182 - //j-query ajax
1183 - $.ajax({
1184 - type:"POST",
1185 - url:"2020_exam_report1_2_ax.asp",
1186 - 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=",
1187 - success:function(content){
1188 - $("#Item_Content_view").html(content);
1189 - }
1190 - });
1191 - }
1192 -
1193 - //모범답안 확인
1194 - function cor_img_change(){
1195 - $("#info_img_submit").hide();
1196 - $("#ItemResultData").show();
1197 - $("#cor_defult_img").show();
1198 - }
1199 -
1200 -
1201 - //byte체킹
1202 - function updateChar(FieldName, contentName){
1203 - var strCount = 0;
1204 - var tempStr, tempStr2;
1205 - var frm = document.getElementById(contentName);
1206 - var size = frm.value.length;
1207 -
1208 - for(i = 0;i < size;i++) {
1209 - tempStr = frm.value.charAt(i);
1210 - if(escape(tempStr).length > 4) strCount += 2;
1211 - else strCount += 1 ;
1212 - }
1213 -
1214 - if (strCount > FieldName){
1215 - alert("최대 " + FieldName + "byte이므로 초과된 글자수는 자동으로 삭제됩니다.");
1216 - strCount = 0;
1217 - tempStr2 = "";
1218 - for(i = 0; i < size; i++)
1219 - {
1220 - tempStr = frm.value.charAt(i);
1221 - if(escape(tempStr).length > 4) strCount += 2;
1222 - else strCount += 1 ;
1223 - if (strCount > FieldName)
1224 - {
1225 - if(escape(tempStr).length > 4) strCount -= 2;
1226 - else strCount -= 1 ;
1227 - break;
1228 - }
1229 - else tempStr2 += tempStr;
1230 - }
1231 -
1232 - frm.value = tempStr2;
1233 -
1234 - return false;
1235 - }
1236 - }
1237 -
1238 -
1239 - //오답 노트 메모
1240 - function ox_memo_submit(exam_no, item_no){
1241 - var exam_cd = $("input[name=exam_cd]").val();
1242 - var sub_cd = $("#sub_cd").val();
1243 - var mem_id = $("input[name=mem_id]").val();
1244 - var exam_view_mode = $("input[name=exam_view_mode]").val();
1245 - var ox_memo = '';
1246 -
1247 - var i = 0;
1248 - var chk_cnt = 1;
1249 -
1250 - ox_memo = ox_memo + ', ' + $("#ox_memo").val();
1251 - //j-query ajax
1252 - $.ajax({
1253 - type:"POST",
1254 - url:"2020_exam_report1_2_ax.asp",
1255 - 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),
1256 - success:function(rw){
1257 - if(rw == "Y"){
1258 - alert("답안 선택 이유가 등록되었습니다.");
1259 - ItemSelectView(item_no);
1260 - }else{
1261 - alert("답안 선택 이유가 등록에 실패하였습니다.");
1262 - return;
1263 - }
1264 - }
1265 - });
1266 - }
1267 -
1268 -
1269 -//]]>
1270 -</script>
1271 -
1272 -
1 -
2 -<!DOCTYPE html>
3 -
4 -<html>
5 -<head>
6 - <meta http-eqiv="Content-Type" content="text/html" charset="euc-kr">
7 - <meta name="viewport" content="width=1300, maximum-scale=1.5">
8 - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9 - <title>성공을 위한 러닝 메이트 - 메가로스쿨</title>
10 - <script type="text/javascript" src="http://img.megals.co.kr/common/js/jquery-1.10.2.min.js"></script>
11 - <script type="text/javascript" src="http://img.megals.co.kr/common/js/common.js"></script>
12 - <link rel="stylesheet" type="text/css" href="http://img.megals.co.kr/common/css/common.css" />
13 - <link rel="stylesheet" type="text/css" href="http://img.megals.co.kr/common/css/lecture.css" />
14 - <link type="text/css" rel="stylesheet" href="/exam_leet/2020/css/leet.css" />
15 -</head>
16 -<body class="pop_body">
17 -
18 -
19 -
20 -
21 -
22 -<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>
23 -<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>
24 -
25 -
26 -<div id="wrap_forPopup1">
27 -
28 - <h1 class="tit17">오답노트 문항추가</h1>
29 -
30 - <!-- BODY -->
31 - <div id="body">
32 - <h3 class="tit30 mt0">
33 -<strong class="mark1">2</strong>회 전국모의고사 <strong class="mark1">언어이해</strong>
34 - </h3>
35 -
36 -
37 - <form name="NoteFrm" method="post" action="2020_exam_report3_pop_proc.asp">
38 - <Input type="hidden" name="exam_cd" value="1030" >
39 - <Input type="hidden" name="exam_no" value="02031458" >
40 - <Input type="hidden" name="sub_cd" value="20" >
41 - <Input type="hidden" name="mem_id" value="" >
42 - <input type="hidden" name="exam_view_mode" value="" />
43 -
44 - <table cellspacing="0" class="tbl_type19 tbl03" summary="No,배점,정답,답안,정오,문항분류표,오답노트 문항 전체추가 순으로 제공합니다.">
45 - <caption>오답노트 문항 추가</caption>
46 - <colgroup>
47 - <col span="5" style="width:8%" />
48 - <col span="4" style="width:15%" />
49 - </colgroup>
50 - <thead>
51 -
52 -
53 - <tr>
54 - <th scope="col" class="first" rowspan="2">No</th>
55 - <th scope="col" rowspan="2">배점</th>
56 - <th scope="col" rowspan="2">정답</th>
57 - <th scope="col" rowspan="2">답안</th>
58 - <th scope="col" rowspan="2">정오</th>
59 - <th scope="col" colspan="2">문항분류표</th>
60 - <th scope="col" class="last" rowspan="2">오답노트 문항<br />전체추가<br /><p class="mt5"><input type="checkbox" id="all_check" onclick="Item_all_check();" /></p></th>
61 - </tr>
62 - <tr>
63 - <th>주제</th>
64 - <!--<th>유형</th>-->
65 - <th>문항보기</th>
66 - </tr>
67 - </thead>
68 - <tbody>
69 -
70 - <tr>
71 - <td class="first">1</td>
72 - <td>1</td>
73 - <td>3</td>
74 - <td>3</td>
75 - <td>O</td>
76 - <td>법학</td>
77 - <!--<td></td>-->
78 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q1.jpg');" class="btn20b"><i>보기</i></a></td>
79 - <td class="last">
80 -
81 - <input type="checkbox" name="add_item_no" id="" value="1" checked>
82 -
83 - </td>
84 - </tr>
85 -
86 - <tr>
87 - <td class="first">2</td>
88 - <td>1</td>
89 - <td>4</td>
90 - <td>4</td>
91 - <td>O</td>
92 - <td>법학</td>
93 - <!--<td></td>-->
94 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q2.jpg');" class="btn20b"><i>보기</i></a></td>
95 - <td class="last">
96 -
97 - <input type="checkbox" name="add_item_no" id="" value="2">
98 -
99 - </td>
100 - </tr>
101 -
102 - <tr>
103 - <td class="first">3</td>
104 - <td>1</td>
105 - <td>4</td>
106 - <td>4</td>
107 - <td>O</td>
108 - <td>법학</td>
109 - <!--<td></td>-->
110 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q3.jpg');" class="btn20b"><i>보기</i></a></td>
111 - <td class="last">
112 -
113 - <input type="checkbox" name="add_item_no" id="" value="3">
114 -
115 - </td>
116 - </tr>
117 -
118 - <tr>
119 - <td class="first">4</td>
120 - <td>1</td>
121 - <td>2</td>
122 - <td>3</td>
123 - <td>X</td>
124 - <td>사학</td>
125 - <!--<td></td>-->
126 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q4.jpg');" class="btn20b"><i>보기</i></a></td>
127 - <td class="last">
128 -
129 - <input type="checkbox" name="add_item_no" id="" value="4" checked>
130 -
131 - </td>
132 - </tr>
133 -
134 - <tr>
135 - <td class="first">5</td>
136 - <td>1</td>
137 - <td>5</td>
138 - <td>5</td>
139 - <td>O</td>
140 - <td>사학</td>
141 - <!--<td></td>-->
142 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q5.jpg');" class="btn20b"><i>보기</i></a></td>
143 - <td class="last">
144 -
145 - <input type="checkbox" name="add_item_no" id="" value="5">
146 -
147 - </td>
148 - </tr>
149 -
150 - <tr>
151 - <td class="first">6</td>
152 - <td>1</td>
153 - <td>3</td>
154 - <td>3</td>
155 - <td>O</td>
156 - <td>사학</td>
157 - <!--<td></td>-->
158 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q6.jpg');" class="btn20b"><i>보기</i></a></td>
159 - <td class="last">
160 -
161 - <input type="checkbox" name="add_item_no" id="" value="6">
162 -
163 - </td>
164 - </tr>
165 -
166 - <tr>
167 - <td class="first">7</td>
168 - <td>1</td>
169 - <td>3</td>
170 - <td>3</td>
171 - <td>O</td>
172 - <td>과학</td>
173 - <!--<td></td>-->
174 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q7.jpg');" class="btn20b"><i>보기</i></a></td>
175 - <td class="last">
176 -
177 - <input type="checkbox" name="add_item_no" id="" value="7">
178 -
179 - </td>
180 - </tr>
181 -
182 - <tr>
183 - <td class="first">8</td>
184 - <td>1</td>
185 - <td>3</td>
186 - <td>4</td>
187 - <td>X</td>
188 - <td>과학</td>
189 - <!--<td></td>-->
190 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q8.jpg');" class="btn20b"><i>보기</i></a></td>
191 - <td class="last">
192 -
193 - <input type="checkbox" name="add_item_no" id="" value="8" checked>
194 -
195 - </td>
196 - </tr>
197 -
198 - <tr>
199 - <td class="first">9</td>
200 - <td>1</td>
201 - <td>3</td>
202 - <td>2</td>
203 - <td>X</td>
204 - <td>과학</td>
205 - <!--<td></td>-->
206 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q9.jpg');" class="btn20b"><i>보기</i></a></td>
207 - <td class="last">
208 -
209 - <input type="checkbox" name="add_item_no" id="" value="9" checked>
210 -
211 - </td>
212 - </tr>
213 -
214 - <tr>
215 - <td class="first">10</td>
216 - <td>1</td>
217 - <td>5</td>
218 - <td>5</td>
219 - <td>O</td>
220 - <td>문학비평</td>
221 - <!--<td></td>-->
222 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q10.jpg');" class="btn20b"><i>보기</i></a></td>
223 - <td class="last">
224 -
225 - <input type="checkbox" name="add_item_no" id="" value="10">
226 -
227 - </td>
228 - </tr>
229 -
230 - <tr>
231 - <td class="first">11</td>
232 - <td>1</td>
233 - <td>1</td>
234 - <td>1</td>
235 - <td>O</td>
236 - <td>문학비평</td>
237 - <!--<td></td>-->
238 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q11.jpg');" class="btn20b"><i>보기</i></a></td>
239 - <td class="last">
240 -
241 - <input type="checkbox" name="add_item_no" id="" value="11">
242 -
243 - </td>
244 - </tr>
245 -
246 - <tr>
247 - <td class="first">12</td>
248 - <td>1</td>
249 - <td>3</td>
250 - <td>2</td>
251 - <td>X</td>
252 - <td>문학비평</td>
253 - <!--<td></td>-->
254 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q12.jpg');" class="btn20b"><i>보기</i></a></td>
255 - <td class="last">
256 -
257 - <input type="checkbox" name="add_item_no" id="" value="12" checked>
258 -
259 - </td>
260 - </tr>
261 -
262 - <tr>
263 - <td class="first">13</td>
264 - <td>1</td>
265 - <td>5</td>
266 - <td>5</td>
267 - <td>O</td>
268 - <td>경제</td>
269 - <!--<td></td>-->
270 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q13.jpg');" class="btn20b"><i>보기</i></a></td>
271 - <td class="last">
272 -
273 - <input type="checkbox" name="add_item_no" id="" value="13">
274 -
275 - </td>
276 - </tr>
277 -
278 - <tr>
279 - <td class="first">14</td>
280 - <td>1</td>
281 - <td>2</td>
282 - <td>2</td>
283 - <td>O</td>
284 - <td>경제</td>
285 - <!--<td></td>-->
286 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q14.jpg');" class="btn20b"><i>보기</i></a></td>
287 - <td class="last">
288 -
289 - <input type="checkbox" name="add_item_no" id="" value="14">
290 -
291 - </td>
292 - </tr>
293 -
294 - <tr>
295 - <td class="first">15</td>
296 - <td>1</td>
297 - <td>1</td>
298 - <td>1</td>
299 - <td>O</td>
300 - <td>경제</td>
301 - <!--<td></td>-->
302 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q15.jpg');" class="btn20b"><i>보기</i></a></td>
303 - <td class="last">
304 -
305 - <input type="checkbox" name="add_item_no" id="" value="15">
306 -
307 - </td>
308 - </tr>
309 -
310 - <tr>
311 - <td class="first">16</td>
312 - <td>1</td>
313 - <td>3</td>
314 - <td>3</td>
315 - <td>O</td>
316 - <td>사회일반</td>
317 - <!--<td></td>-->
318 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q16.jpg');" class="btn20b"><i>보기</i></a></td>
319 - <td class="last">
320 -
321 - <input type="checkbox" name="add_item_no" id="" value="16">
322 -
323 - </td>
324 - </tr>
325 -
326 - <tr>
327 - <td class="first">17</td>
328 - <td>1</td>
329 - <td>5</td>
330 - <td>5</td>
331 - <td>O</td>
332 - <td>사회일반</td>
333 - <!--<td></td>-->
334 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q17.jpg');" class="btn20b"><i>보기</i></a></td>
335 - <td class="last">
336 -
337 - <input type="checkbox" name="add_item_no" id="" value="17">
338 -
339 - </td>
340 - </tr>
341 -
342 - <tr>
343 - <td class="first">18</td>
344 - <td>1</td>
345 - <td>4</td>
346 - <td>4</td>
347 - <td>O</td>
348 - <td>사회일반</td>
349 - <!--<td></td>-->
350 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q18.jpg');" class="btn20b"><i>보기</i></a></td>
351 - <td class="last">
352 -
353 - <input type="checkbox" name="add_item_no" id="" value="18">
354 -
355 - </td>
356 - </tr>
357 -
358 - <tr>
359 - <td class="first">19</td>
360 - <td>1</td>
361 - <td>2</td>
362 - <td>2</td>
363 - <td>O</td>
364 - <td>철학</td>
365 - <!--<td></td>-->
366 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q19.jpg');" class="btn20b"><i>보기</i></a></td>
367 - <td class="last">
368 -
369 - <input type="checkbox" name="add_item_no" id="" value="19">
370 -
371 - </td>
372 - </tr>
373 -
374 - <tr>
375 - <td class="first">20</td>
376 - <td>1</td>
377 - <td>1</td>
378 - <td>1</td>
379 - <td>O</td>
380 - <td>철학</td>
381 - <!--<td></td>-->
382 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q20.jpg');" class="btn20b"><i>보기</i></a></td>
383 - <td class="last">
384 -
385 - <input type="checkbox" name="add_item_no" id="" value="20">
386 -
387 - </td>
388 - </tr>
389 -
390 - <tr>
391 - <td class="first">21</td>
392 - <td>1</td>
393 - <td>4</td>
394 - <td>1</td>
395 - <td>X</td>
396 - <td>철학</td>
397 - <!--<td></td>-->
398 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q21.jpg');" class="btn20b"><i>보기</i></a></td>
399 - <td class="last">
400 -
401 - <input type="checkbox" name="add_item_no" id="" value="21" checked>
402 -
403 - </td>
404 - </tr>
405 -
406 - <tr>
407 - <td class="first">22</td>
408 - <td>1</td>
409 - <td>4</td>
410 - <td>5</td>
411 - <td>X</td>
412 - <td>윤리</td>
413 - <!--<td></td>-->
414 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q22.jpg');" class="btn20b"><i>보기</i></a></td>
415 - <td class="last">
416 -
417 - <input type="checkbox" name="add_item_no" id="" value="22" checked>
418 -
419 - </td>
420 - </tr>
421 -
422 - <tr>
423 - <td class="first">23</td>
424 - <td>1</td>
425 - <td>4</td>
426 - <td>4</td>
427 - <td>O</td>
428 - <td>윤리</td>
429 - <!--<td></td>-->
430 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q23.jpg');" class="btn20b"><i>보기</i></a></td>
431 - <td class="last">
432 -
433 - <input type="checkbox" name="add_item_no" id="" value="23">
434 -
435 - </td>
436 - </tr>
437 -
438 - <tr>
439 - <td class="first">24</td>
440 - <td>1</td>
441 - <td>3</td>
442 - <td>5</td>
443 - <td>X</td>
444 - <td>윤리</td>
445 - <!--<td></td>-->
446 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q24.jpg');" class="btn20b"><i>보기</i></a></td>
447 - <td class="last">
448 -
449 - <input type="checkbox" name="add_item_no" id="" value="24" checked>
450 -
451 - </td>
452 - </tr>
453 -
454 - <tr>
455 - <td class="first">25</td>
456 - <td>1</td>
457 - <td>3</td>
458 - <td>3</td>
459 - <td>O</td>
460 - <td>기술</td>
461 - <!--<td></td>-->
462 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q25.jpg');" class="btn20b"><i>보기</i></a></td>
463 - <td class="last">
464 -
465 - <input type="checkbox" name="add_item_no" id="" value="25">
466 -
467 - </td>
468 - </tr>
469 -
470 - <tr>
471 - <td class="first">26</td>
472 - <td>1</td>
473 - <td>2</td>
474 - <td>2</td>
475 - <td>O</td>
476 - <td>기술</td>
477 - <!--<td></td>-->
478 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q26.jpg');" class="btn20b"><i>보기</i></a></td>
479 - <td class="last">
480 -
481 - <input type="checkbox" name="add_item_no" id="" value="26">
482 -
483 - </td>
484 - </tr>
485 -
486 - <tr>
487 - <td class="first">27</td>
488 - <td>1</td>
489 - <td>23</td>
490 - <td>4</td>
491 - <td>X</td>
492 - <td>기술</td>
493 - <!--<td></td>-->
494 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q27.jpg');" class="btn20b"><i>보기</i></a></td>
495 - <td class="last">
496 -
497 - <input type="checkbox" name="add_item_no" id="" value="27" checked>
498 -
499 - </td>
500 - </tr>
501 -
502 - <tr>
503 - <td class="first">28</td>
504 - <td>1</td>
505 - <td>3</td>
506 - <td>2</td>
507 - <td>X</td>
508 - <td>법철학</td>
509 - <!--<td></td>-->
510 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q28.jpg');" class="btn20b"><i>보기</i></a></td>
511 - <td class="last">
512 -
513 - <input type="checkbox" name="add_item_no" id="" value="28" checked>
514 -
515 - </td>
516 - </tr>
517 -
518 - <tr>
519 - <td class="first">29</td>
520 - <td>1</td>
521 - <td>3</td>
522 - <td>3</td>
523 - <td>O</td>
524 - <td>법철학</td>
525 - <!--<td></td>-->
526 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q29.jpg');" class="btn20b"><i>보기</i></a></td>
527 - <td class="last">
528 -
529 - <input type="checkbox" name="add_item_no" id="" value="29">
530 -
531 - </td>
532 - </tr>
533 -
534 - <tr>
535 - <td class="first">30</td>
536 - <td>1</td>
537 - <td>2</td>
538 - <td>2</td>
539 - <td>O</td>
540 - <td>법철학</td>
541 - <!--<td></td>-->
542 - <td><a href="javascript:showPicture('http://img.megamd.co.kr/exam/2021_LEET/2HUI/1/Q30.jpg');" class="btn20b"><i>보기</i></a></td>
543 - <td class="last">
544 -
545 - <input type="checkbox" name="add_item_no" id="" value="30">
546 -
547 - </td>
548 - </tr>
549 -
550 - </tbody>
551 - </table>
552 -
553 - <div class="mt30 tcenter">
554 - <a href="javascript:NoteAddSubmit();" class="btn34a"><i>저장하기</i></a>
555 - <!--<a href="javascript:self.close();" class="btn31b"><i>닫기</i></a>-->
556 - </div>
557 - </div>
558 - <!--// BODY -->
559 -
560 -</div>
561 -<!--// id=wrap_forPopup1 -->
562 -
563 -</body>
564 -</html>
565 -<script type="text/javascript">
566 -<!--
567 - function imgload(src){
568 - showPicture(src);
569 - }
570 -
571 - function note_info(idx){
572 -
573 - if(idx == 1){
574 - $("#note_info_content").show();
575 - }else{
576 - $("#note_info_content").hide();
577 - }
578 -
579 - }
580 -
581 - function showPicture(src) {
582 -
583 -
584 - var winl = (screen.width)/2;
585 - var wint = (screen.height)/14;
586 -
587 - $("#show_image").attr("src",src);
588 - $("#AreaDiv").css("height",document.getElementById("wrap_forPopup1").offsetHeight);
589 - $("#show_image_popup").css("top",wint);
590 - $("#AreaDiv").show();
591 - $("#show_image_popup").show();
592 -
593 - }
594 -
595 -
596 - function Item_all_check(){
597 -
598 - var f = document.NoteFrm;
599 - var n_flg = false;
600 -
601 - if(document.getElementById("all_check").checked == true){
602 -
603 - if(f.add_item_no.length > 1){
604 - for (var i=0;i<f.add_item_no.length;i++){
605 - f.add_item_no[i].checked = true;
606 - }
607 - }else{
608 - f.add_item_no.checked = true;
609 - }
610 -
611 - }else{
612 - if(f.add_item_no.length > 1){
613 - for (var i=0;i<f.add_item_no.length;i++){
614 - f.add_item_no[i].checked = false;
615 - }
616 - }else{
617 - f.add_item_no.checked = false;
618 - }
619 - }
620 - }
621 -
622 - function close_show_popup(){
623 - $("#AreaDiv").hide();
624 - $("#show_image_popup").hide();
625 - }
626 -
627 -
628 -
629 - function NoteAddSubmit(){
630 -
631 - var f = document.NoteFrm;
632 -
633 - var n_flg = false;
634 -
635 -
636 - for (var i=0;i<f.add_item_no.length;i++){
637 -
638 - if(f.add_item_no[i].checked == true){
639 -
640 - n_flg = true;
641 - }
642 -
643 - }
644 -
645 - if(n_flg == false){
646 - alert("추가하실 오답노트 문항을 선택해주세요.");
647 - f.add_item_no[0].focus();
648 - return;
649 - }
650 -
651 -
652 - f.submit();
653 -
654 - }
655 -
656 -//-->
657 -</script>
...\ No newline at end of file ...\ No newline at end of file
1 -<u>LEET</u>
2 -<strong>기출채점 오답노트</strong>
1 -<!DOCTYPE html>
2 -<html>
3 - <head>
4 - <meta charset="utf-8">
5 - <meta name="viewport" content="width=device-width">
6 - <title>LEET 기출문제 자동채점 및 오답노트 생성</title>
7 - <link href="style.css" rel="stylesheet" type="text/css" />
8 - <style>
9 - .nav{
10 - height: 70px;
11 - border-bottom: 1px solid black;
12 - display: flex;
13 - align-items: center;
14 - }
15 - .nav-right-items{
16 - display: flex;
17 - margin-left: auto;
18 - }
19 - .nav-item{
20 - margin-left: 10px;
21 - }
22 - .title{
23 - text-align: center;
24 - font-size: 54px;
25 - font-weight: bold;
26 - line-height: 68px;
27 - letter-spacing: -1px;
28 - }
29 - .subtitle{
30 - text-align: center;
31 - font-size: 15px;
32 - font-weight:300;
33 - font-weight: 700;
34 - line-height: 36px;
35 - letter-spacing: -.2px;
36 - color: #000;
37 - word-break: keep-all;
38 - }
39 - .main{
40 - width: 800px;
41 - margin: 0 auto;
42 - margin-top: 60px;
43 - }
44 - .price{
45 - display: flex;
46 - }
47 - .price-item{
48 - width: 300px;
49 - height: 300px;
50 - border: 1px solid black;
51 - margin: 20px;
52 - border-radius: 4px;
53 - text-align: center;
54 - }
55 - .price-item-title{
56 - font-family: "NunitoSans";
57 - font-weight: 900;
58 - font-size: 20px;
59 - text-align: center;
60 - line-height: 36px;
61 - letter-spacing: -.1px;
62 - background: rgba(0,0,0,.03);
63 - color: #000;
64 - border-bottom: 1px solid black;
65 - }
66 - .price-item-price{
67 - font-family: "NunitoSans";
68 - font-weight: 900;
69 - font-size: 20px;
70 - padding: 20px;
71 - text-align: center;
72 - }
73 - .price-item-detail{
74 - font-family: "NunitoSans";
75 - font-weight: 900;
76 - font-size: 20px;
77 - padding: 20px;
78 - text-align: center;
79 - }
80 - .price-item-button{
81 - padding: .5rem 1rem;
82 - font-size: 1.25rem;
83 - line-height: 1.5;
84 - border-radius: .3rem;
85 - color: #007bff;
86 - background-color: transparent;
87 - background-image: none;
88 - border-color: #007bff;
89 - }
90 - </style>
91 - </head>
92 - <body>
93 - <div class = "nav">
94 - <div class = "nav-right-items"></div>
95 - <div class = "nav-item">메뉴1</div>
96 - <div class = "nav-item">메뉴2</div>
97 - <div class = "nav-item">메뉴3</div>
98 - <div class = "nav-item">메뉴4</div>
99 - </div>
100 - </div>
101 - <div class = "main">
102 - <div class = "title">
103 - LEET
104 - </div>
105 - <div class = "subtitle">
106 - 시험 공부를 하다보면 틀린 문제를 한 곳에 모아서 다시 한 번 보거나 자주 틀리는 문제유형을 구분해서 보고 싶은 경우가 있다. 하나하나 손으로 문제 풀이한 것을 찾아볼 필요없이 OMR입력하는 것처럼 입력만 하면 답지에 의한 채점과 문제에 해당하는 카테고리끼리 묶어, 틀린문제들 모아서 시험지처럼 만들기(하나의 PDF), 해설서에 있는 답지 뒤에 붙여주는 기능을 제공하는 것이 목적이다. ​현재는 리트와 관련된 기출문제와 OMR채점 기능밖에 없지만 앞으로 기출문제가 있는 객관식 시험이라면 대부분 추가할 예정이다. 수험생이 많은 우리나라에서 하나쯤은 있을법한 사이트이지만 웹상에서 존재하지 않아 기획하게 되었다.
107 - </div>
108 - <div class = "price">
109 - <div class = "price-item">
110 - <div class = "price-item-title">
111 - 2020학년도 법학적성시험
112 - </div>
113 - <div class = "price-item-price">
114 - $0 / mo
115 - </div>
116 - <div class = "price-item-detail">
117 - 10 users included
118 - </div>
119 - <button class = "price-item-button">
120 - click me
121 - </button>
122 - </div>
123 - <div class = "price-item">
124 - <div class = "price-item-title">
125 - 2019학년도 법학적성시험
126 - </div>
127 - <div class = "price-item-price">
128 - $0 / mo
129 - </div>
130 - <div class = "price-item-detail">
131 - 10 users included
132 - </div>
133 - <button class = "price-item-button">
134 - click me
135 - </button>
136 - </div>
137 - <div class = "price-item">
138 - <div class = "price-item-title">
139 - 2018학년도 법학적성시험
140 - </div>
141 - <div class = "price-item-price">
142 - $0 / mo
143 - </div>
144 - <div class = "price-item-detail">
145 - 10 users included
146 - </div>
147 - <button class = "price-item-button">
148 - click me
149 - </button>
150 - </div>
151 - </div>
152 - </div>
153 -
154 - <script src="script.js"></script>
155 - </body>
156 -</html>
...\ No newline at end of file ...\ No newline at end of file
1 -
2 -<!DOCTYPE html>
3 -<!--[if lte IE 9]> <html class="no-js ie"> <![endif]-->
4 -<!--[if gt IE 9]><!--> <html class="no-js"> <!--<![endif]-->
5 -<head>
6 - <meta charset="utf-8">
7 -<meta http-equiv="X-UA-Compatible" content="IE=Edge">
8 -<meta http-equiv="Cache-Control" content="no-cache">
9 -
10 - <title>Wix Website Editor</title>
11 -
12 - <link rel="icon" type="image/png" href="https://www.wix.com/favicon.ico">
13 -
14 - <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>
15 - <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=
16 - !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)};
17 - 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,
18 - "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">
19 - (function () {
20 - function sendBeacon(url) {
21 - var sent = false
22 - try {
23 - sent = navigator.sendBeacon(url)
24 - } catch (e) {
25 - }
26 - if (!sent) {
27 - (new Image()).src = url
28 - }
29 - }
30 -
31 - var urlParams = new URLSearchParams(window.location.search);
32 - var origin = 'bolt';
33 - var fedOpsAppName = 'santa-editor';
34 - var editTypeToReport = 'none' ;
35 - var editorSessionIdForFedsOps = '241e7904-517e-4dc2-9792-3950608ed829';
36 - var fedopsParams = '&msid=bfd49c58-b118-4451-aae7-ce2d1e093372&uuid=633251cb-86b1-4379-99ad-6c23ceb3d27f';
37 - var is_rollout = 0;
38 -
39 - window.fedops = window.fedops || {};
40 - window.fedops.apps = window.fedops.apps || {};
41 - window.fedops.apps[fedOpsAppName] = { startLoadTime: window.performance && window.performance.now && window.performance.now() };
42 -
43 - window.loggerModel = {
44 - is_rollout: is_rollout,
45 - origin: origin,
46 - editorSessionId: editorSessionIdForFedsOps,
47 - fedOpsAppName: fedOpsAppName
48 - };
49 - var url = '//frog.wix.com/editor-performance?src=72&evid=41&appName=' + fedOpsAppName +
50 - '&is_rollout=' + is_rollout + '&origin=' + origin +
51 - '&session_id=' + editorSessionIdForFedsOps + '&type=' + editTypeToReport +
52 - fedopsParams;
53 - sendBeacon(url);
54 - })();
55 -</script>
56 - <link rel="stylesheet" href="https://static.parastorage.com/services/santa-editor/1.9916.0/cssCache/packages/rEditor/src/main/editor.css" type="text/css" />
57 -
58 - <script type="text/javascript">
59 - 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"};
60 -var debugMode = "nodebug";
61 -var siteId = '4e8631a0-75cb-4264-b273-2a1b0bf34000';
62 -
63 -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"}; ;
64 -var editorVersionsInfo = {"userOverride":"none","isEligibleForSwitch":false,"isNewUser":true};
65 -var commonConfig = {"brand":"wix"};
66 - </script>
67 -</head>
68 -
69 -<body>
70 -
71 -<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MDD5C4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
72 -<div id="video-preloader" class="video-preloader">
73 - <video id="editor-video-preloader" width=320 height=320 poster="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" loop autoplay muted=true></video>
74 - <script>
75 - // editor assets serving domain
76 - var videoUrl = "https://editorassets.parastorage.com/video-preloader/editor/v2/";
77 - var videoName = "video-preloader-" + Math.floor((Math.random() * 5) + 1);
78 - var videoElement = document.getElementById('editor-video-preloader');
79 - var devicePixelRatio = window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI;
80 - var retinaSuffix = devicePixelRatio >= 2 ? "-@2x" : "";
81 - videoElement.src = videoUrl + videoName + retinaSuffix + ".mp4";
82 - videoElement.load();
83 - </script>
84 -</div>
85 -<div id="root"></div><script type="text/javascript">
86 - var santaBase = 'https://static.parastorage.com/services/santa/1.10675.0';
87 - var editorBase = 'https://static.parastorage.com/services/santa-editor/1.9916.0';
88 - var editorVersionSource = 'production';
89 -</script>
90 -
91 -<script src="https://static.parastorage.com/services/third-party/requirejs/2.1.15/require.min.js"></script>
92 -<script src="https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=es2015,es2016,es2017,fetch&flags=gated&unknown=polyfill&rum=0"></script>
93 -<script src="https://static.parastorage.com/services/santa-editor/1.9916.0/app/main-r.min.js"></script>
94 -
95 -<script type="text/javascript">
96 - var _gaq = _gaq || [];
97 - _gaq.push(['_setAccount', 'UA-2117194-1']);
98 - _gaq.push(['_setDomainName', '.wix.com']);
99 - _gaq.push(['_trackPageview']);
100 - (function() {
101 - var ga = document.createElement('script');
102 - ga.type = 'text/javascript';
103 - ga.async = true;
104 - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
105 - var s = document.getElementsByTagName('script')[0];
106 - s.parentNode.insertBefore(ga, s);
107 - })();
108 -</script>
109 -
110 -
111 -
112 -</body>
113 -</html>