This repository was archived by the owner on Mar 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsampleCourse.xml
More file actions
78 lines (77 loc) · 2.62 KB
/
sampleCourse.xml
File metadata and controls
78 lines (77 loc) · 2.62 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
<?xml version="1.0" encoding="UTF-8"?>
<course>
<name>Sicherheit im Internet</name>
<url>https://open.hpi.de/courses/intsec2014</url>
<abstract>Pressemeldungen über den Diebstahl sensibler Daten in bislang ungekannten Größenordnungen verdeutlichen immer wieder...</abstract>
<description>Der Kurs erklärt zunächst Grundbegriffe, wie z.B. \"Schwachstelle\", \"Angriff\" oder \"Sicherheitszwischenfall\"...</description>
<categories>
<category>Computer Science</category>
<category>Internet</category>
</categories>
<difficulty>Beginner</difficulty>
<requirements>
<requirement>Interest in Internet Security</requirement>
<requirement>courseref:internetworking2013</requirement>
</requirements>
<learningObjectives>
<learningObjective>learn sth.</learningObjective>
<learningObjective>goal2</learningObjective>
</learningObjectives>
<costs>
<priceCurrency>EUR</priceCurrency>
<price>0</price>
</costs>
<languages>
<language>en</language>
</languages>
<workload>
<lowerBound>3</lowerBound>
<upperBound>8</upperBound>
</workload>
<startDate>2014-07-01T12:00:00</startDate>
<endDate>2014-09-01T12:00:00</endDate>
<duration>P8W</duration>
<picture>test.jpg</picture>
<video>test.mp4</video>
<instructors>
<instructor>
<name>Christoph Meinel</name>
<academicTitle>Prof.</academicTitle>
<academicTitle>Dr.</academicTitle>
<role>Course Instructor</role>
</instructor>
</instructors>
<partnerInstitute>
<name>Hasso Plattner Institute</name>
<description>The Hasso Plattner Institute is a ...</description>
</partnerInstitute>
<moocProvider>openHPI</moocProvider>
<units>
<unit>
<name>Week 1</name>
<description>Einführung. Übersicht. Kursplan, etc.</description>
<videos>
<video>test.mp4</video>
</videos>
<assignments>
<assignment>
<name>Weekly Assignment 1</name>
</assignment>
</assignments>
</unit>
</units>
<deadlines>
<deadline>
<questions>
<question>Question1</question>
</questions>
<status>returned</status>
<importantForCertificate>false</importantForCertificate>
<start>2014-07-02T12:00:00</start>
<end>2014-07-03T12:00:00</end>
<title>Deadline1</title>
</deadline>
</deadlines>
<hashtag>#sampleCourse</hashtag>
<entity>127234683</entity>
</course>