-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse-sat.html
71 lines (67 loc) · 3.56 KB
/
course-sat.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>课程 Course</title>
<link href="style/main.css" rel="stylesheet" type="text/css">
<!--<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.1/jquery.mobile-1.4.1.min.css">
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.1/jquery.mobile-1.4.1.min.js"></script>-->
</head>
<body>
<div id="top">
<div class="logo">
<a href="about.html"><img src="images/logo.png"></a>
</div>
</div>
<div id="head">
<div class="menu">
<ul>
<li><a href="about.html">ABOUT 概况</a></li>
<li><a href="philosophy.html">PHILOSOPHY 理念</a></li>
<li class="current"><a href="course.html">COURSE 课程</a></li>
<li><a href="qa.html">Q&A 问答</a></li>
<li><a href="contact.html">CONTACT 联络我</a></li>
</ul>
</div>
</div>
<div id="body">
<div class="content">
<div class="article">
<div class="a_img">
<table width="100%" border="0">
<tr>
<td align="left"><img src="images/course_pic1.jpg" width="292" height="171"></td>
<td align="center"><img src="images/course_pic2.jpg" width="259" height="171"></td>
<td align="right"><img src="images/course_pic3.jpg" width="258" height="171"></td>
</tr>
</table>
</div>
<div class="course_02">
<img src="images/course_SAT.png">
</div>
<div class="course_01">
<h3>SAT </h3>
<p>The SAT writing section includes multiple-choice questions and an essay. </p>
<p>Students have 35 minutes to answer 49 multiple-choice questions, which account for 70 percent of their writing score. These multiple-choice questions revolve around grammar, mechanics, and word choice to test students’ ability to identify sentence errors and improve sentences and paragraphs. </p>
<p>Students have 25 minutes to write an essay, which accounts for 30 percent of their writing score. The essay addresses a controversial or multi-faceted issue and tests students’ reasoning skills through how to articulate a well-defined argument and develop it in a logical and coherent fashion. </p>
<p> </p>
<h3>My Approach</h3>
<p>In class students will examine the rhetorical appeals and dig into their practical applications for the production of a convincing essay. They will be trained to break the Chinese-English styled thinking pattern and replace it with the Western empirical logics. Students will learn to appeal to an audience’s emotions and values (pathos), express complex arguments with careful reasoning (logos), and enhance their own authority or credibility (ethos) through expert opinions and appropriate wording. The ultimate goal is to help students demonstrate effective written competency with logic and clarity, and to pave the way for their future research endeavors in international academia.</p>
<div class="changelan">
<a href="course-sat_zh.html"><img src="images/chinese.png"></a>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="menu">
<div class="follow">
<img src="images/follow.png">
<p>Cell:13391226650 Email: <a href="mailto:springwu40@hotmail.com">springwu40@hotmail.com</a></p>
</div>
</div>
</div>
</body>
</html>