-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
323 lines (323 loc) · 12.5 KB
/
faq.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
<!DOCTYPE html>
<!--
AN4116047 許晏綾 第一次作業 3/17
AN4116047 Yen-Ling Hsu The First Homework 3/17
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>國立成功大學-全校不分系學士學位學程</title>
<link href="./img/favicon.ico" rel="icon" />
</head>
<body style="margin: 0">
<!--navbar-->
<div style="display: flex">
<div style="width: 20%; height: auto">
<a href="index.html"
><img
src="./img/logo.png"
alt="logo"
style="
width: 80%;
height: auto;
margin-left: 10%;
margin-right: 10%;
margin-top: 5%;
margin-bottom: 5%;
"
/></a>
<form action="#" style="margin-left: 10px; margin-right: 10px">
<input type="text" placeholder="關鍵字搜尋" />
<button
style="background-color: black; color: white; border-radius: 10%"
>
Search
</button>
</form>
<ul
style="
list-style-type: none;
color: white;
background-color: black;
height: 100%;
"
>
<li>
<a
href="about.html"
style="color: white; font-weight: bold; font-size: 18px"
>學程簡介</a
>
</li>
<li>
<div style="font-weight: bold; font-size: 18px">成員簡介</div>
<ul>
<li><a href="host.html" style="color: white">學程主任</a></li>
<li>
<a href="teacher.html" style="color: white">入世學者群</a>
</li>
<li>
<a href="executive.html" style="color: white">行政團隊</a>
</li>
</ul>
</li>
<li>
<a
href="news.html"
style="color: white; font-weight: bold; font-size: 18px"
>學程最新消息</a
>
</li>
<li>
<div style="font-weight: bold; font-size: 18px">
不一樣的128學分
</div>
<ul>
<li><a href="credit.html" style="color: white">學程路徑</a></li>
<li><a href="learn.html" style="color: white">學習地圖</a></li>
</ul>
</li>
<li>
<div style="font-weight: bold; font-size: 18px">相關辦法</div>
<ul>
<li><a href="download.html" style="color: white">修業規定</a></li>
<li>
<a href="download_dep.html" style="color: white"
>辦法規章-學生</a
>
</li>
<li>
<a href="download_teacher.html" style="color: white"
>辦法規章-老師</a
>
</li>
<li>
<a href="download_form.html" style="color: white">常用表單</a>
</li>
</ul>
</li>
<li>
<a
href="faq.html"
style="color: white; font-weight: bold; font-size: 18px"
>學程常見問題</a
>
</li>
<li>
<a
href="links.html"
style="color: white; font-weight: bold; font-size: 18px"
>相關連結</a
>
</li>
<li>
<div style="font-weight: bold; font-size: 18px">學生專區</div>
<ul>
<li>
<a href="university_area.html" style="color: white"
>學士生專區</a
>
</li>
<li>
<a href="high_student_area.html" style="color: white"
>高中生專區</a
>
</li>
</ul>
</li>
<li>
<a
href="contact.html"
style="color: white; font-weight: bold; font-size: 18px"
>聯絡我們</a
>
</li>
<li>
<a
href="sitemap.html"
style="color: white; font-weight: bold; font-size: 18px"
>網站地圖</a
>
</li>
<li>
<a
href="index_en.html"
style="color: white; font-weight: bold; font-size: 18px"
>English</a
>
</li>
</ul>
</div>
<div style="width: 80%">
<!--banner-->
<img
src="./img/ban_faq.jpg"
alt="banner"
style="width: 100%; height: auto"
/>
<!--FAQ-->
<div style="margin-left: 5%; margin-right: 5%">
<h2>學程常見問題</h2>
<hr size="4px" color="black" />
<div>
<h3>【關於】什麼是「全校不分系-1」?</h3>
<p style="font-size: 18px; margin: 0">現有學士學位學程的進化版</p>
<p style="font-size: 18px; margin: 0">
「全校不分系」是因應社會變遷與未來需求而進化的人才培育新模式,希望藉此培養學生解決問題的能力與強化學生的跨域整合能力,以培育未來社會所需或可能所需之人才。
</p>
<img src="./img/faq-1.png" alt="FAQ-1" style="width: 100%" />
<hr size="2px" color="black" />
</div>
<div>
<h3>【關於】什麼是「全校不分系-2」?</h3>
<img src="./img/faq-2.png" alt="FAQ-2" style="width: 100%" />
<hr size="2px" color="black" />
</div>
<div>
<h3>【關於】加入全校不分系的優點是?</h3>
<img src="./img/faq-3.png" alt="FAQ-3" style="width: 100%" />
<hr size="2px" color="black" />
</div>
<div>
<h3>【入學】如何成為成功大學全校不分系學士學位學程學生?</h3>
<img src="./img/faq-4.png" alt="FAQ-4" style="width: 100%" />
<hr size="2px" color="black" />
</div>
<div>
<h3>
【分發】全校不分系學士學位學程一年級新生如何分發學系?
是否授予學系學士學位?
</h3>
<p style="font-size: 18px; margin: 0">
提供多元的課程學習,透過延後分系、跨領域學習,探索興趣並發展能力,大一自由選課,充分發掘自已的興趣,大二再分流選系,符合轉系規定者優先分發,修滿分發學系畢業規定學分者,即可取得該分發學系學士學位。
</p>
<br />
<p style="font-size: 18px; margin: 0">
分發學系的規定: 依據「國立成功大學不分系學士班選系分發要點」
(查閱網站:學士學位學程/相關法規)辦理分發二年級學系。
</p>
<p style="font-size: 18px">
相關連結:<a href="download.html" style="color: #525252"
>不分系分發承認〈主修〉一覽表</a
>
</p>
<hr size="2px" color="black" />
</div>
<div>
<h3>
【分發】全校不分系學士學位學程升二年級時分發學系與其他學系學生轉系有何不同?
</h3>
<p style="font-size: 18px; margin: 0">
全校不分系學士學位學程升二年級時<span style="color: #b80c0c"
><strong>除了醫學系外</strong></span
>全校各學系皆可申請分發,一年級學年課業成績達到希望分發的學系當年度所規定招收轉系生申請條件(基本門檻)即可逕行分發,受轉系招收名額限制。
</p>
<br />
<p style="font-size: 18px; margin: 0">
詳見 <a href="download.html" style="color: #525252"
>不分系分發承認〈主修〉一覽表</a
><br />
若没有招收轉系生:<br />
經該學系及選系分發會議通過即可分發。
</p>
<p style="font-size: 18px">
成功大學各學系轉系條件規定:<br />
查閱網站:<a
href="https://reg.acad.ncku.edu.tw/p/412-1041-21591.php?Lang=zh-tw"
style="color: #525252"
target="_blank"
>成大首頁/行政單位/教務處/註冊組/相關法規/各學系轉系條件</a
>
</p>
<hr size="2px" color="black" />
</div>
<div>
<h3>【選課】全校不分系的修課方式與必修專題?</h3>
<p style="font-size: 18px; margin: 0">
不分系主要以問題導向和專題製作為學習方向,希望同學透過自己有興趣或發掘的問題去修課同時發展專題,因此畢業標準和一般學系的同學不同,<span
style="color: #b80c0c"
><strong>會著重專題課程</strong></span
>,未來也會針對同學所修課程比例授予學位。
</p>
<img src="./img/faq-7.jpeg" alt="FAQ-7" style="width: 100%" />
<hr size="2px" color="black" />
</div>
<div>
<h3>【選課】全校不分系學士學位學程的選課方式?</h3>
<p style="font-size: 18px; margin: 0">
可至全校各學系選讀您想修讀的課程,除一般課程外,另選讀藝術、人文、美學等通識課程,<span
style="color: #b80c0c"
><strong
>學生依據個人興趣,每學期在16~25學分規範中組合跨學院、學系選課</strong
></span
>,選課前有輔導選課說明會由學士學程系學會學長姊解說分析如何選課並於選課期間協助學弟妹完成選課作業。
</p>
<br />
<p
style="
font-size: 18px;
margin: 0;
color: #b80c0c;
font-weight: bold;
"
>
除此之外,須遵守全校共同修課規定。
</p>
<img src="./img/faq-8.jpg" alt="FAQ-8" style="width: 100%" />
<hr size="2px" color="black" />
</div>
<div>
<h3>【畢業】如何從全校不分系畢業呢?</h3>
<p style="font-size: 18px; margin: 0">
修習本校任一學院50學分以上,且符合該院任一學系之輔系標準,達成修習標準者,授予該學院學系之學士學位。
</p>
<br />
<p style="font-size: 18px">
相關連結:<a href="download.html" style="color: #525252"
>不分系對應學位學系〈輔系〉一覽表</a
>
</p>
<img src="./img/faq-9.jpg" alt="FAQ-9" style="width: 100%" />
<hr size="2px" color="black" />
</div>
<div>
<h3>【其他】不分系學程導師制度? 如何運作?</h3>
<img src="./img/faq-10.jpg" alt="FAQ-10" style="width: 100%" />
<hr size="2px" color="black" />
</div>
</div>
</div>
</div>
<!--footer-->
<footer
style="
background-color: black;
height: 150px;
display: flex;
align-items: center;
"
>
<a href="https://www.ncku.edu.tw/" target="_blank"
><img src="./img/ncku_logo.png" alt="NCKU" style=""
/></a>
<div>
<p style="color: white; margin: 0">服務電話:06-2757-575 轉 50202</p>
<p style="color: white; margin: 0">
聯絡地址:701 台南市大學路一號光復校區雲平大樓3樓
</p>
<p style="color: white; margin: 0">© YeyeLeaf</p>
</div>
<a href="https://www.facebook.com/ccep.ncku/" target="_blank"
><img src="./img/facebook.svg" alt="FaceBook" style="margin-left: 30px"
/></a>
<a href="https://www.instagram.com/ncku_ccep/" target="_blank"
><img src="./img/instagram.svg" alt="IG" style="margin-left: 15px"
/></a>
<a href="https://www.youtube.com/@cox780" target="_blank"
><img src="./img/youtube.svg" alt="YouTube" style="margin-left: 15px"
/></a>
</footer>
</body>
</html>