-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathwriting.html
More file actions
79 lines (73 loc) · 4.07 KB
/
writing.html
File metadata and controls
79 lines (73 loc) · 4.07 KB
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
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tổng quan Kỹ năng Viết (Writing)</title>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="icon" href="img/favicon.png" type="image/x-icon">
</head>
<body>
<header id="header-placeholder"></header>
<div class="content-pusher">
<div class="container">
<div class="page-intro">
<h1>Tổng quan Kỹ năng Viết (Writing)</h1>
<p>Nắm vững yêu cầu và chiến lược cho từng phần thi</p>
</div>
<main class="writing-overview-container">
<!-- Part 1 -->
<div class="writing-part-card">
<div class="part-number">Part One</div>
<h3>Trả lời tin nhắn (Basic personal information)</h3>
<p>Bạn sẽ nhận 5 tin nhắn ngắn từ một thành viên trong câu lạc bộ và phải viết câu trả lời ngắn cho mỗi tin nhắn.</p>
<div class="part-details">
<div><strong>📝 Số từ:</strong> 1 - 10 từ / câu trả lời</div>
<div><strong>⏱️ Thời gian:</strong> 3 phút</div>
</div>
</div>
<!-- Part 2 -->
<div class="writing-part-card">
<div class="part-number">Part Two</div>
<h3>Điền đơn & trả lời câu hỏi</h3>
<p>Bạn sẽ điền thông tin cá nhân vào một biểu mẫu và trả lời một câu hỏi liên quan đến câu lạc bộ.</p>
<div class="part-details">
<div><strong>📝 Số từ:</strong> 40 - 50 từ (khuyến nghị)</div>
<div><strong>⏱️ Thời gian:</strong> 7 phút</div>
</div>
</div>
<!-- Part 3 -->
<div class="writing-part-card">
<div class="part-number">Part Three</div>
<h3>Trò chuyện trong Chat Room</h3>
<p>Bạn sẽ tham gia một phòng chat và trả lời 3 câu hỏi từ các thành viên khác. Bạn cần sử dụng ngôn ngữ thân mật, tự nhiên.</p>
<div class="part-details">
<div><strong>📝 Số từ:</strong> 30 - 40 từ / câu trả lời</div>
<div><strong>⏱️ Thời gian:</strong> 10 phút</div>
</div>
</div>
<!-- Part 4 -->
<div class="writing-part-card">
<div class="part-number">Part Four</div>
<h3>Viết Email</h3>
<p>Bạn nhận được một email từ câu lạc bộ. Bạn cần viết 2 email phản hồi: một cho bạn bè (thân mật) và một cho quản lý câu lạc bộ (trang trọng).</p>
<div class="part-details">
<div><strong>📝 Email cho bạn:</strong> ~75 từ (tối đa)</div>
<div><strong>⏱️ Thời gian cho bạn:</strong> 10 phút</div>
</div>
<div class="part-details" style="margin-top: 10px; border-top: 1px dashed #ccc; padding-top: 10px;">
<div><strong>📝 Email cho quản lý:</strong> ~225 từ (tối đa)</div>
<div><strong>⏱️ Thời gian cho quản lý:</strong> 20 phút</div>
</div>
</div>
</main>
</div>
<div style="padding-top:10px ;"></div>
<footer id="footer-placeholder"></footer>
</div>
<script src="js/main.js"></script>
</body>
</html>