-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathwriting_part2.html
More file actions
394 lines (348 loc) · 17.8 KB
/
writing_part2.html
File metadata and controls
394 lines (348 loc) · 17.8 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
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
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Writing - Part 2</title>
<link rel="stylesheet" href="css/style.css">
<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">
<!-- 1. Tích hợp CSS của Driver.js -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/driver.js@1.0.1/dist/driver.css"/>
<style>
/* CSS cho nút Help/Tour */
.tour-btn {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #fff;
border: 1px solid #ddd;
color: #333;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
z-index: 999;
font-size: 24px;
transition: transform 0.2s, background-color 0.2s;
}
.tour-btn:hover {
transform: scale(1.1);
background-color: #f8f9fa;
}
/* Tùy chỉnh giao diện Popover của Driver.js */
.driver-popover.driverjs-theme {
background-color: #fff;
color: #333;
border-radius: 8px;
padding: 15px;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
max-width: 300px;
}
.driver-popover.driverjs-theme .driver-popover-title {
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
color: var(--primary-blue, #007bff);
}
.driver-popover.driverjs-theme .driver-popover-description {
font-size: 14px;
line-height: 1.5;
color: #555;
}
.driver-popover.driverjs-theme button {
background-color: var(--primary-blue, #007bff);
color: #fff;
text-shadow: none;
border: none;
border-radius: 4px;
padding: 6px 12px;
}
/* CSS cho phần Sample Answer */
.sample-answer-wrapper {
margin-top: 20px;
padding: 15px;
background-color: #f8f9fa;
border-radius: 8px;
border-left: 4px solid #28a745;
font-size: 0.95em;
}
</style>
</head>
<body>
<header id="header-placeholder"></header>
<!-- 2. Nút kích hoạt lại Tour -->
<div class="tour-btn" id="restart-tour" title="Hướng dẫn sử dụng">❓</div>
<div class="content-pusher">
<div class="container">
<div class="page-intro">
<h1>Writing - Part 2</h1>
<p>Điền đơn & Trả lời câu hỏi (Recommended time: 7 phút)</p>
</div>
<!-- CẨM NANG -->
<div class="explanation-box">
<h3>💡 Cẩm nang trả lời Part 2</h3>
<p>Bạn có <strong>7 phút</strong> để trả lời một câu hỏi mở.</p>
<ul>
<li><strong>Mục tiêu số từ:</strong> Đề bài thường yêu cầu 20-30 từ. Tại đây, hệ thống cho phép tối đa <strong>75 từ</strong> để bạn viết thoải mái, nhưng sẽ chặn nếu vượt quá.</li>
<li><strong>Phát triển ý:</strong> Câu trả lời nên bao gồm 2-3 ý nhỏ để thể hiện khả năng diễn đạt.
<ul>
<li><strong>Ví dụ:</strong> Với câu hỏi "Why are you interested in travel?", bạn có thể trả lời: <br>(1) Mở mang kiến thức với văn hóa mới, <br>(2) Khiến tôi vui vẻ và tò mò, <br>(3) Muốn khám phá thêm những điều mới lạ khác trên thế giới.</li>
</ul>
</li>
<li><strong>Ngữ pháp:</strong> Sử dụng các thì đơn giản (hiện tại đơn, quá khứ đơn) và các cấu trúc câu cơ bản. Đừng quên kiểm tra lại lỗi chính tả trước khi hết giờ.</li>
</ul>
</div>
<div id="topic-selector-grid" class="topic-grid">
<!-- Các nút chọn chủ đề sẽ được chèn vào đây -->
</div>
<main id="writing-container">
<!-- Chỉ một bài tập được hiển thị tại một thời điểm -->
</main>
</div>
<footer id="footer-placeholder"></footer>
</div>
<script src="js/main.js"></script>
<script src="js/data-writing-part2.js"></script>
<!-- 3. Tích hợp Script của Driver.js -->
<script src="https://cdn.jsdelivr.net/npm/driver.js@1.0.1/dist/driver.js.iife.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
const selectorContainer = document.getElementById('topic-selector-grid');
const contentContainer = document.getElementById('writing-container');
const topics = writingPart2Data;
let activeTimerInterval;
if (!topics || topics.length === 0) {
contentContainer.innerHTML = `<p class="error">Không có dữ liệu cho Writing Part 2.</p>`;
return;
}
topics.forEach((topic, index) => {
const button = document.createElement('button');
button.className = 'topic-selector-btn';
button.textContent = `Chủ đề ${index + 1}`;
button.dataset.target = `#${topic.id}`;
selectorContainer.appendChild(button);
const card = document.createElement('div');
card.className = 'quiz-card writing-card';
card.id = topic.id;
card.innerHTML = `
<div class="card-header"><h2>${topic.title}</h2></div>
<div class="writing-timer-bar">
<button class="action-btn start-writing-btn">Bắt đầu tính giờ (7 phút)</button>
<div class="timer-display">07:00</div>
</div>
<div class="writing-prompt">
<label for="${topic.id}-answer" style="font-weight:bold; font-size:1.1em; display:block; margin-bottom:10px;">${topic.question}</label>
<textarea id="${topic.id}-answer" rows="6" placeholder="Your answer (20-75 words)..." style="width:100%; padding:10px; border-radius:5px; border:1px solid #ccc;"></textarea>
<div class="word-count-container" style="text-align:right; margin-top:5px; font-style:italic; color:#666;"><span class="word-count">0/75 words</span></div>
</div>
<div class="card-actions" style="margin-top:20px; text-align:center; border-top:1px dashed #dee2e6; padding-top:20px;">
<button class="action-btn show-sample-btn">📖 Xem câu trả lời mẫu</button>
</div>
<div class="sample-answer-wrapper" style="display: none;">
<h4>Câu trả lời tham khảo:</h4>
<div class="sample-answer" style="line-height:1.6;"><p>${topic.sampleAnswer}</p></div>
</div>
`;
contentContainer.appendChild(card);
});
const allButtons = selectorContainer.querySelectorAll('.topic-selector-btn');
const allCards = contentContainer.querySelectorAll('.writing-card');
function showTopic(targetId) {
allCards.forEach(card => card.classList.remove('active'));
allButtons.forEach(btn => btn.classList.remove('active'));
const targetCard = document.querySelector(targetId);
const targetButton = selectorContainer.querySelector(`[data-target='${targetId}']`);
if (targetCard) targetCard.classList.add('active');
if (targetButton) targetButton.classList.add('active');
// Reset Timer
if (activeTimerInterval) clearInterval(activeTimerInterval);
allCards.forEach(c => {
const btn = c.querySelector('.start-writing-btn');
const display = c.querySelector('.timer-display');
if (btn) {
btn.disabled = false;
btn.textContent = 'Bắt đầu tính giờ (7 phút)';
}
if (display) display.textContent = '07:00';
});
}
// Logic Load bài làm cũ
function loadAnswers(card) {
const storageKey = `writing_part2_${card.id}`;
const savedAnswer = localStorage.getItem(storageKey);
if (savedAnswer) {
const textarea = card.querySelector('textarea');
if (textarea) {
textarea.value = savedAnswer;
textarea.dispatchEvent(new Event('input')); // Trigger đếm từ
}
}
}
allCards.forEach(loadAnswers);
// Sự kiện Click chọn chủ đề
selectorContainer.addEventListener('click', function(e) {
if (e.target.classList.contains('topic-selector-btn')) {
showTopic(e.target.dataset.target);
}
});
// Sự kiện nhập liệu (Đếm từ & Auto Start Timer & Hard Limit 75 words)
contentContainer.addEventListener('input', function(e) {
if (e.target.tagName === 'TEXTAREA') {
const card = e.target.closest('.writing-card');
const MAX_WORDS = 75; // Giới hạn cứng 75 từ cho thoải mái
let val = e.target.value;
let words = val.trim().split(/\s+/).filter(word => word.length > 0);
// --- LOGIC CHẶN NHẬP LIỆU (HARD LIMIT) ---
if (words.length > MAX_WORDS) {
// Nếu vượt quá, cắt lấy đúng 75 từ và gán ngược lại
e.target.value = words.slice(0, MAX_WORDS).join(" ");
// Cập nhật lại mảng words
words = e.target.value.trim().split(/\s+/).filter(word => word.length > 0);
}
// Cập nhật số từ
const wordCountSpan = card.querySelector('.word-count');
wordCountSpan.textContent = `${words.length}/${MAX_WORDS} words`;
// Style cảnh báo
if (words.length >= MAX_WORDS) {
wordCountSpan.style.color = '#dc3545';
wordCountSpan.style.fontWeight = 'bold';
} else {
wordCountSpan.style.color = '#666';
wordCountSpan.style.fontWeight = 'normal';
}
// Lưu bài làm
const storageKey = `writing_part2_${card.id}`;
localStorage.setItem(storageKey, e.target.value);
// Tự động bắt đầu timer nếu chưa chạy
const startBtn = card.querySelector('.start-writing-btn');
if (startBtn && !startBtn.disabled) {
startBtn.click();
}
}
});
// Sự kiện Click Timer & Show Sample
contentContainer.addEventListener('click', function(e) {
if (e.target.classList.contains('start-writing-btn')) {
if (activeTimerInterval) clearInterval(activeTimerInterval);
const button = e.target;
const display = button.nextElementSibling;
const card = button.closest('.writing-card');
button.disabled = true;
button.textContent = 'Đang tính giờ...';
let time = 420; // 7 phút
activeTimerInterval = setInterval(() => {
time--;
const minutes = Math.floor(time / 60);
const seconds = time % 60;
display.textContent = `${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}`;
if (time <= 0) {
clearInterval(activeTimerInterval);
display.textContent = "Hết giờ!";
alert("Hết giờ làm bài!");
card.querySelector('textarea').disabled = true;
}
}, 1000);
}
if (e.target.classList.contains('show-sample-btn')) {
const wrapper = e.target.closest('.card-actions').nextElementSibling;
const isVisible = wrapper.style.display === 'block';
wrapper.style.display = isVisible ? 'none' : 'block';
e.target.textContent = isVisible ? '📖 Xem câu trả lời mẫu' : '🙈 Ẩn câu trả lời mẫu';
}
});
if (allButtons.length > 0) showTopic(allButtons[0].dataset.target);
// --- KÍCH HOẠT TOUR HƯỚNG DẪN PART 2 ---
setTimeout(initWritingPart2Tour, 800);
});
function initWritingPart2Tour() {
const driver = window.driver.js.driver;
const driverObj = driver({
showProgress: true,
animate: true,
doneBtnText: 'Đã hiểu',
nextBtnText: 'Tiếp theo',
prevBtnText: 'Quay lại',
popoverClass: 'driverjs-theme',
steps: [
{
element: '.explanation-box',
popover: {
title: 'Cẩm nang Part 2',
description: 'Nhiệm vụ của bạn là trả lời 1 câu hỏi mở trong 7 phút. Mục tiêu là 20-30 từ, nhưng ở đây bạn có giới hạn <strong>75 từ</strong> để viết thoải mái hơn.',
side: "bottom",
align: 'center'
}
},
{
element: '#topic-selector-grid',
popover: {
title: 'Chọn chủ đề',
description: 'Danh sách các câu hỏi thường gặp trong Part 2.',
side: "top",
align: 'center'
}
},
{
element: '.writing-card.active .writing-prompt',
popover: {
title: 'Khu vực trả lời',
description: 'Đọc câu hỏi và nhập câu trả lời vào đây. Đồng hồ sẽ <strong>tự động chạy</strong> khi bạn bắt đầu gõ.',
side: "top",
align: 'center'
}
},
{
element: '.writing-card.active .word-count-container',
popover: {
title: 'Giới hạn từ',
description: 'Theo dõi số từ tại đây. Hệ thống sẽ chặn khi bạn đạt 75 từ. Hãy cố gắng viết súc tích.',
side: "left",
align: 'center'
}
},
{
element: '.writing-card.active .start-writing-btn',
popover: {
title: 'Thời gian',
description: 'Bạn có 7 phút. Khi hết giờ, ô nhập liệu sẽ bị khóa.',
side: "bottom",
align: 'center'
}
},
{
element: '.writing-card.active .show-sample-btn',
popover: {
title: 'Tham khảo',
description: 'Bấm vào đây để xem câu trả lời mẫu đạt chuẩn (đủ ý, đúng ngữ pháp).',
side: "top",
align: 'center'
}
},
{
element: '#restart-tour',
popover: {
title: 'Hỗ trợ',
description: 'Xem lại hướng dẫn này bất cứ lúc nào.',
side: "left",
align: 'center'
}
}
]
});
const hasSeenTour = localStorage.getItem('hasSeenWritingPart2Tour');
if (!hasSeenTour) {
driverObj.drive();
localStorage.setItem('hasSeenWritingPart2Tour', 'true');
}
document.getElementById('restart-tour').addEventListener('click', () => {
driverObj.drive();
});
}
</script>
</body>
</html>