-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhigh_03.html
409 lines (404 loc) · 19.6 KB
/
high_03.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<html lang="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.utterances {
position: relative;
box-sizing: border-box;
width: 100%;
max-width: 760px;
margin-left: auto;
margin-right: auto;
}
.utterances-frame {
color-scheme: light;
position: absolute;
left: 0;
right: 0;
width: 1px;
min-width: 100%;
max-width: 100%;
height: 100%;
border: 0;
}
</style>
<title>High School Credit</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="generator" content="GitBook 3.2.3">
<script src="https://kit.fontawesome.com/77ad8525ff.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://bluecow03.github.io/highschool/high/style.css">
<link rel="stylesheet" href="https://bluecow03.github.io/highschool/high/collapsible-chapters.css">
<link rel="stylesheet" href="https://bluecow03.github.io/highschool/high/website.css">
<link rel="stylesheet" href="https://bluecow03.github.io/highschool/high/search.css">
<link rel="stylesheet" href="https://bluecow03.github.io/highschool/high/website(1).css">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./high/hsc.png">
<link rel="shortcut icon" href="./high/hsc.ico" type="image/x-icon">
<link rel="next" href="https://bluecow03.github.io/highschool/high_00.html">
</head>
<body>
<div class="book without-animation with-summary font-size-2 font-family-1">
<div class="book-summary">
<nav role="navigation">
<ul class="summary">
<li class="chapter active expanded" data-level="1.1" data-path="./">
<a href="https://bluecow03.github.io/highschool/high_main.html">
고교 학점제
</a>
</li>
<li class="chapter expanded" data-level="1.2" data-path="basics/">
<a href="https://bluecow03.github.io/highschool/high_00.html">
고교 학점제란?
<i class="exc-trigger fa"></i>
</a>
<ul class="articles">
<li class="chapter " data-level="1.2.1" data-path="basics/01-hello-javascript.html">
<a href="https://bluecow03.github.io/highschool/high_01.html">
01. 고교 학점제의 장ㆍ단점
</a>
</li>
<li class="chapter " data-level="1.2.2" data-path="basics/02-variables.html">
<a href="https://bluecow03.github.io/highschool/high_02.html">
02. 고교 학점제에 대한 나의 생각
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.3" data-path="useful/">
<a href="https://bluecow03.github.io/highschool/high_03.html">
자기 소개서
<i class="exc-trigger fa"></i>
</a>
</li>
<li class="divider"></li>
<li>
<a href="https://www.gitbook.com/" target="blank" class="gitbook-link" style="display: none;">
Published with GitBook
</a>
</li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<a class="btn pull-left js-toolbar-action" aria-label="" href="https://bluecow03.github.io/highschool">
<i class="fa fa-align-justify"></i>
</a>
<a class="btn pull-right js-toolbar-action" aria-label="GitHub" href="https://bluecow03.github.io/highschool">
<i class="fa fa-github"></i>
</a>
<a class="btn pull-left js-toolbar-action" aria-label="" href="https://bluecow03.github.io/highschool">
<i class="fa fa-edit"></i>
수정 요청하기
</a>
<div class="dropdown pull-right js-toolbar-action">
<a class="btn toggle-dropdown" aria-label="Share" href="https://bluecow03.github.io/highschool">
<i class="fa fa-share-alt"></i>
</a>
<div class="dropdown-menu dropdown-left">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="buttons">
<button class="button size-5 ">Facebook</button>
<button class="button size-5 ">Google+</button>
<button class="button size-5 ">Twitter</button>
<button class="button size-5 ">Weibo</button>
<button class="button size-5 ">Instapaper</button>
</div>
</div>
</div>
<a class="btn pull-right js-toolbar-action" aria-label="" href="https://bluecow03.github.io/highschool">
<i class="fa fa-facebook"></i>
</a>
<a class="btn pull-right js-toolbar-action" aria-label="" href="https://bluecow03.github.io/highschool">
<i class="fa fa-twitter"></i>
</a>
<div class="dropdown pull-left font-settings js-toolbar-action">
<a class="btn toggle-dropdown" aria-label="Font Settings" href="https://bluecow03.github.io/highschool">
<i class="fa fa-font"></i>
</a>
<div class="dropdown-menu dropdown-right">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="buttons">
<button class="button size-2 font-reduce">A</button>
<button class="button size-2 font-enlarge">A</button>
</div>
<div class="buttons">
<button class="button size-2 ">Serif</button>
<button class="button size-2 ">Sans</button>
</div>
<div class="buttons">
<button class="button size-3 ">White</button>
<button class="button size-3 ">Sepia</button>
<button class="button size-3 ">Night</button>
</div>
</div>
</div>
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href="https://bluecow03.github.io/highschool">HighSchool Credit</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<div id="book-search-results">
<div class="search-noresults">
<section class="normal markdown-section">
<h1 id="자기 소개서">자기 소개서</h1>
<h2 id="성장 과정">성장 과정</h2>
<p>
[아버지로부터 배운 해결사 기질]<br><br>
제 성장에 자양분이 되어 준 것은 아버지였습니다. 아버지를 통해 어떤 문제가 생겨도 이를 끝끝내 해결하고자
하는 의지와 문제 해결 능력을 배울 수 있었습니다. 아버지께서는 IMF 이후에 창틀 제작 일을 해 오고 계십니다.
경제 위기로 인해 당장 집안의 생계가 풍전등화의 위기에 놓여 있었습니다. 아버지께서는 이를 위해 고모부로부터
창틀 일을 배우신 후, 지금까지도 창틀 제작 일을 하고 계십니다. 이는 위기의 우리 가족을 구해 준 고마운
동아줄입니다. 가족에게 처한 문제를 방관하지 않고, 적극적 해결책을 모색한 아버지의 모습은 제게 무슨 문제든
적극적으로 해결하려고 하면 못할 것이 없다는 교훈을 주셨습니다.<br><br>
과학 조별 과제를 할 때, 조장으로서 산재해 있던 여러 문제를 해결하고 선생님으로부터 좋은 평가를 받았던 경험이
있습니다. 이는 아버지로부터 배운 문제 해결력이 없었다면 불가능한 미션이었을지 모릅니다. 조별 회의에
상습적으로 불참하는 조원의 참석률을 높였습니다. 직접 그 조원과 만나 얘기를 들었습니다. 속 깊은 얘기 후, 그
친구 안에 감춰져 있던 과제에 대한 의지를 읽었습니다. 이 친구의 의견을 적극적으로 반영하고 모든 발언 시간
때마다 이 친구가 제일 먼저 생각을 표현하도록 자리를 마련하였습니다. 자연스럽게 그 친구는 과제에 대한 흥미가
높아졌고, 마지막에는 누구도 나서지 않던 과제 발표를 자임했습니다.<br>
</p>
<h2 id="자기 소개">자기 소개</h2>
<p>
[상상이 현실이 된다]<br><br>
저는 제가 속한 집단의 발전을 위해 끊임없이 고민하고 이를 실행에 옮길 수 있는 ‘아이디어 뱅크’입니다.
제가 다니던 고등학교의 발전을 위한 아이디어 공모전에 제출한 ‘자율 감독 시험’이 실제로 직업기초능력평가 때,
시행될 때의 쾌감은 지금도 잊을 수가 없습니다. 고등학교 때부터 자유와 책임이란 슬로건에 대해 특별한 관심을
두고 있던 저는 제 친구들이 자유의 진정한 의미를 몸소 느끼고 성장할 수 있는 계기를 만들고 싶단 생각에 위와
같은 아이디어를 제안했습니다. 기존 교내 시험 감독을 선생님이 보시던 것에서 우리가 직접 감독이 되어서 시험을
치르고 성적을 내는 일련의 과정을 통해 자율적 환경 속에서 책임 있는 사회인으로 성장할 수 있을 거로 생각했던
것이 제 아이디어의 골자였습니다.<br><br>
이 아이디어는 공모전에서 3등을 차지했고, 교장 선생님의 인가를 받아 실제로 다음 학기 직업기초능력평가 때,
자율 감독 제가 시행되었습니다. 매년 고등학교 2학년을 대상으로 치르는 직업기초능력평가를 3학년 학생들이 자율
감독으로 참여하여 2학년 학생들을 감독함으로 선생님들과 학생들의 부담감을 줄여줌으로 이 시험 체제는 성공적으로
마무리되었습니다. 이후에도 직업기초능력평가 때에 자율 감독 제를 실시하고 있습니다.
</p>
<script>
function attachComments() {
const el = document.querySelector('.markdown-section');
if (!el) return;
const script = document.createElement('script');
script.src = 'https://utteranc.es/client.js';
script.setAttribute('repo', 'velopert/learnjs');
script.setAttribute('issue-term', 'title');
script.setAttribute('crossorigin', 'anonymous');
script.setAttribute('label', 'comments');
el.appendChild(script);
}
setTimeout(attachComments, 100);
</script>
<div class="utterances">
<iframe class="utterances-frame" title="Comments" scrolling="no" src="https://bluecow03.github.io/highschool/high_03.html" loading="lazy"></iframe>
</div>
</section>
</div>
<div class="search-results">
<div class="has-results">
<h1 class="search-results-title">
<span class="search-results-count"></span> results matching "<span class="search-query"></span>"
</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class="search-query"></span>"</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="https://bluecow03.github.io/highschool/high_02.html" class="navigation navigation-prev " aria-label="Previous page: 00. 소개">
<i class="fa fa-angle-left"></i>
</a>
</div>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged(
{"page":{
"title":"00",
"level":"1.1",
"depth":1,
"next":{
"title":"01",
"level":"1.2",
"depth":1,
"path":"basics/README.md",
"ref":"./basics/README.md",
"articles":[{
"title":"02",
"level":"1.2.1",
"depth":2,
"articles":[]
},
{
"title":"03",
"level":"1.2.2",
"depth":2,
"articles":[]
},
{
"title":"04",
"level":"1.2.3",
"depth":2,
"articles":[]
},
{
"title":"05",
"level":"1.2.4",
"depth":2,
"articles":[]
},
{
"title":"06",
"level":"1.2.5",
"depth":2,
"articles":[]
},
{
"title":"07",
"level":"1.2.6",
"depth":2,
"articles":[]
},
{
"title":"08",
"level":"1.2.7",
"depth":2,
"articles":[]
},
{
"title":"09",
"level":"1.2.8",
"depth":2,
"articles":[]
},
{"title":"10",
"level":"1.2.9",
"depth":2,
"articles":[]
}]
},
"dir":"ltr"},
"config":{
"gitbook":"*",
"theme":"default",
"variables":{},
"plugins":[
"collapsible-chapters",
"comment",
"hide-published-with",
"github",
"edit-link"
],
"pluginsConfig":{
"github":{
"url":"https://github.com/BlueCow03/highschool"
},
"search":{},
"collapsible-chapters":{},
"lunr":{
"maxIndexSize":1000000,
"ignoreSpecialCharacters":false
},
"hide-published-with":{},
"fontsettings":{
"theme":"white",
"family":"sans",
"size":2
},
"highlight":{},
"sharing":{
"facebook":true,
"twitter":true,
"vk":false,
"all":["facebook","twitter"]
},
"edit-link":{
"label":"수정 요청하기",
"base":"https://github.com/BlueCow03/highschool/edit/master"
},
"theme-default":{
"styles":{
"website":"styles/website.css",
"pdf":"styles/pdf.css",
"epub":"styles/epub.css",
"mobi":"styles/mobi.css",
"ebook":"styles/ebook.css",
"print":"styles/print.css"
},
"showLevel":false
},
"comment":{}
},
"structure":{
"langs":"LANGS.md",
"readme":"README.md",
"glossary":"GLOSSARY.md",
"summary":"SUMMARY.md"
},
"pdf":{
"pageNumbers":true,
"fontSize":12,
"fontFamily":"Arial",
"paperSize":"a4",
"chapterMark":"pagebreak",
"pageBreaksBefore":"/",
"margin":{
"right":62,
"left":62,
"top":56,
"bottom":56}
},
"styles":{
"website":"styles/website.css",
"pdf":"styles/pdf.css",
"epub":"styles/epub.css",
"mobi":"styles/mobi.css",
"ebook":"styles/ebook.css",
"print":"styles/print.css"}
},
"file":{
"path":"README.md",
"mtime":"2019-05-18T02:44:31.008Z",
"type":"markdown"
},
"gitbook":{
"version":"3.2.3",
"time":"2019-06-09T12:51:25.214Z"
},
"basePath":".",
"book":{"language":""}
}
);
});
</script>
</div>
<script src="https://bluecow03.github.io/highschool/high/gitbook.js"></script>
<script src="https://bluecow03.github.io/highschool/high/theme.js"></script>
<script src="https://bluecow03.github.io/highschool/high/collapsible-chapters.js"></script>
<script src="https://bluecow03.github.io/highschool/high/plugin.js"></script>
<script src="https://bluecow03.github.io/highschool/high/plugin(1).js"></script>
<script src="https://bluecow03.github.io/highschool/high/plugin(2).js"></script>
<script src="https://bluecow03.github.io/highschool/high/search-engine.js"></script>
<script src="https://bluecow03.github.io/highschool/high/search.js"></script>
<script src="https://bluecow03.github.io/highschool/high/lunr.min.js"></script>
<script src="https://bluecow03.github.io/highschool/high/search-lunr.js"></script>
<script src="https://bluecow03.github.io/highschool/high/buttons.js"></script>
<script src="https://bluecow03.github.io/highschool/high/fontsettings.js"></script>
</body>
</html>