Showing
1 changed file
with
1272 additions
and
0 deletions
REF_incorrect_note.html
0 → 100644
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 | + | ||
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 | + |
-
Please register or login to post a comment