-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
51 lines (47 loc) · 2.12 KB
/
test.html
File metadata and controls
51 lines (47 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="test.css">
<link rel="stylesheet" href="fonts.css">
<title>Document</title>
</head>
<body>
<div id="container2">
<div style="display: flex;justify-content: center;align-items: center; column-gap: 20px;">
<!-- <label for="fileInput" id="fileInputLabel2" class="hover-box"></label> -->
<button id="toggleDrag3" class="hover_box2">-</button>
<button id="Load">@</button>
<div class="boor">
<select id="subjectSelect">
<option value="">Chọn môn</option>
<option value="english">English</option>
<option value="ds">Đại số</option>
<option value="jp">Japanese</option>
<option value="gt">Giải tích 1</option>
</select>
</div>
</div>
<div style="display: flex;justify-content: space-between;align-items: center;">
<div class="ai_title">Please read Question Carefully!</div>
<div class="time_box_ai">
<span id="timer">9:00</span>
<img src="clock.svg" alt="">
</div>
</div>
<div id="question" style="margin:10px 0;">Tương anh trưởng bản Nghệ An hết lòng vì dân, bỗng chốc trắng tay ...
Vì ô tô hư hoàn toàn
Hơn 1 tháng trước, nước lũ tràn về trong đêm quá nhanh, bản làng nguy cơ bị cô lập</div>
<div id="options">
<div class="option-btn">9737</div>
<div class="option-btn correct">9737</div>
<div class="option-btn">9737</div>
<div class="option-btn incorrect">9737</div>
</div>
<div class="border_ai"></div>
<div id="explanation">👉 Bạn có muốn mình làm thêm dạng trắc nghiệm nhiều đáp án đúng (có thể chọn nhiều phương
án A, B, C, D) không?</div>
</div>
</body>
</html>