forked from emreugurlu/open-security-training
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimsmanifest.xml
More file actions
36 lines (32 loc) · 1.73 KB
/
imsmanifest.xml
File metadata and controls
36 lines (32 loc) · 1.73 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest identifier="cybersecurity-privacy-training" version="1.0"
xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2"
xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_rootv1p2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd
http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd
http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd">
<metadata>
<schema>ADL SCORM</schema>
<schemaversion>1.2</schemaversion>
</metadata>
<organizations default="cybersecurity-training-org">
<organization identifier="cybersecurity-training-org">
<title>Cybersecurity & Privacy Training</title>
<item identifier="module_combined" identifierref="resource_combined">
<title>Complete Cybersecurity & Privacy Training</title>
</item>
</organization>
</organizations>
<resources>
<resource identifier="resource_combined" type="webcontent" adlcp:scormtype="sco" href="index.html">
<file href="index.html"/>
<file href="phishing-smishing-vishing-training/enhanced-interactive-training.html"/>
<file href="ceo-executive-fraud-training/enhanced-interactive-training.html"/>
<file href="watering-hole-attacks-training/enhanced-interactive-training.html"/>
<file href="general-cybersecurity-training/enhanced-interactive-training.html"/>
<file href="privacy-awareness-training/enhanced-interactive-training.html"/>
<file href="secure-coding-training/enhanced-interactive-training.html"/>
</resource>
</resources>
</manifest>