-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkhoahoc.xml
More file actions
42 lines (39 loc) · 1.71 KB
/
khoahoc.xml
File metadata and controls
42 lines (39 loc) · 1.71 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
<?xml version="1.0" encoding="UTF-8"?>
<elearning
xmlns:course="http://example.com/course"
xmlns:instructor="http://example.com/instructor"
xmlns:student="http://example.com/student">
<course:course id="C001" category="Lập trình">
<course:title>Python cơ bản</course:title>
<instructor:instructor id="I001">
<instructor:name>Nguyễn Văn Phú</instructor:name>
<instructor:email>nguyenvanphu@example.com</instructor:email>
</instructor:instructor>
<course:students>
<student:student id="S001" progress="80">
<student:name>Trần Gia Bảo</student:name>
</student:student>
<student:student id="S002" progress="50">
<student:name>Hoàng Minh Cảnh</student:name>
</student:student>
</course:students>
</course:course>
<course:course id="C002" category="Thiết kế">
<course:title>Thiết kế UX/UI nâng cao</course:title>
<instructor:instructor id="I002">
<instructor:name>Lê Thị Dung</instructor:name>
<instructor:email>lethidung@example.com</instructor:email>
</instructor:instructor>
<course:students>
<student:student id="S003" progress="95">
<student:name>Phạm Văn Nhật</student:name>
</student:student>
<student:student id="S004" progress="75">
<student:name>Vũ Đình Huy</student:name>
</student:student>
<student:student id="S005" progress="60">
<student:name>Đỗ Thị Giang</student:name>
</student:student>
</course:students>
</course:course>
</elearning>