@digabi/exam-engine-exams 19.19.0 → 19.19.2-xml-exams.0
Sign up to get free protection for your applications and to get access to all the features.
- package/A_E/A_E.xml +175 -0
- package/A_E/A_E_fi-FI.mex +0 -0
- package/A_X/A_X.xml +424 -0
- package/A_X/A_X_fi-FI.mex +0 -0
- package/A_X/attachments/1.A.webm +0 -0
- package/A_X/attachments/1.A_KV.webm +0 -0
- package/A_X/attachments/2.A.ogg +0 -0
- package/A_X/attachments/4.A.ogg +0 -0
- package/FF/FF.xml +2323 -0
- package/FF/FF_fi-FI.mex +0 -0
- package/FF/FF_sv-FI.mex +0 -0
- package/FF/attachments/4A.jpg +0 -0
- package/FF/attachments/4B.jpg +0 -0
- package/FF/attachments/4B.png +0 -0
- package/FF/attachments/T3_FI.webm +0 -0
- package/FF/attachments/T3_SV.webm +0 -0
- package/FF/attachments/T5_FI.webm +0 -0
- package/FF/attachments/T5_SV.webm +0 -0
- package/FF/attachments/T9_1_FI.webm +0 -0
- package/FF/attachments/T9_1_SV.webm +0 -0
- package/FF/attachments/T9_2_FI.webm +0 -0
- package/FF/attachments/T9_2_SV.webm +0 -0
- package/GE/GE.xml +1572 -0
- package/GE/GE_fi-FI.mex +0 -0
- package/GE/GE_sv-FI.mex +0 -0
- package/MexDocumentation/MexDocumentation.xml +3127 -0
- package/MexDocumentation/MexDocumentation_fi-FI.mex +0 -0
- package/MexDocumentation/attachments/custom.css +93 -0
- package/MexDocumentation/attachments/example.jpg +0 -0
- package/MexDocumentation/attachments/example1.webm +0 -0
- package/MexDocumentation/attachments/example2.webm +0 -0
- package/MexDocumentation/attachments/example3.webm +0 -0
- package/MexDocumentation/attachments/example_high.jpg +0 -0
- package/MexDocumentation/attachments/example_small.jpg +0 -0
- package/MexDocumentation/attachments/map-example-1.jpg +0 -0
- package/MexDocumentation/attachments/map-example-2.jpg +0 -0
- package/MexDocumentation/attachments/map-example-3.jpg +0 -0
- package/N/N.xml +2307 -0
- package/N/N_fi-FI.mex +0 -0
- package/N/N_fi-FI_vi.mex +0 -0
- package/N/N_sv-FI.mex +0 -0
- package/N/attachments/13A.jpg +0 -0
- package/SC/SC.xml +2275 -0
- package/SC/SC_fi-FI.mex +0 -0
- package/SC/SC_fi-FI_hi.mex +0 -0
- package/SC/SC_sv-FI.mex +0 -0
- package/SC/attachments/1.1.ogg +0 -0
- package/SC/attachments/1.2.ogg +0 -0
- package/SC/attachments/1.3_1.4.ogg +0 -0
- package/SC/attachments/1.5.ogg +0 -0
- package/SC/attachments/1.ogg +0 -0
- package/SC/attachments/2.1.ogg +0 -0
- package/SC/attachments/2.2.ogg +0 -0
- package/SC/attachments/2.3.ogg +0 -0
- package/SC/attachments/2.4.ogg +0 -0
- package/SC/attachments/24.1.jpg +0 -0
- package/SC/attachments/3.1.ogg +0 -0
- package/SC/attachments/3.2_3.3.ogg +0 -0
- package/SC/attachments/3.4_3.5.ogg +0 -0
- package/SC/attachments/4.1.ogg +0 -0
- package/SC/attachments/4.2.ogg +0 -0
- package/SC/attachments/5.webm +0 -0
- package/SC/attachments/6.1.ogg +0 -0
- package/SC/attachments/6.2.ogg +0 -0
- package/SC/attachments/6.3.ogg +0 -0
- package/SC/attachments/6.ogg +0 -0
- package/SC/attachments/7.1.0478.jpg +0 -0
- package/SC/attachments/7.1.4327.jpg +0 -0
- package/SC/attachments/7.1.7279.jpg +0 -0
- package/SC/attachments/7.1.ogg +0 -0
- package/SC/attachments/7.2.1617.jpg +0 -0
- package/SC/attachments/7.2.7276.jpg +0 -0
- package/SC/attachments/7.2.7291.jpg +0 -0
- package/SC/attachments/7.2.jpg +0 -0
- package/SC/attachments/7.2.ogg +0 -0
- package/SC/attachments/7.3.4375.jpg +0 -0
- package/SC/attachments/7.3.4927.jpg +0 -0
- package/SC/attachments/7.3.7459.jpg +0 -0
- package/SC/attachments/7.3.ogg +0 -0
- package/SC/attachments/7.4.jpg +0 -0
- package/SC/attachments/7_hvp.jpg +0 -0
- package/SC/attachments/audio-test.ogg +0 -0
- package/SC/attachments/custom.css +50 -0
- package/SC/attachments/maxmoritz.png +0 -0
- package/package.json +6 -4
Binary file
|
@@ -0,0 +1,93 @@
|
|
1
|
+
code,
|
2
|
+
.code {
|
3
|
+
line-height: 1.5rem;
|
4
|
+
background-color: #f6f8fa;
|
5
|
+
border-radius: 0.25rem;
|
6
|
+
color: #000;
|
7
|
+
}
|
8
|
+
|
9
|
+
.e-exam .code {
|
10
|
+
margin: 0 0 1rem 0;
|
11
|
+
padding: 1rem;
|
12
|
+
white-space: pre-wrap;
|
13
|
+
}
|
14
|
+
|
15
|
+
summary {
|
16
|
+
cursor: pointer;
|
17
|
+
margin-bottom: 1rem;
|
18
|
+
font-weight: 600;
|
19
|
+
}
|
20
|
+
|
21
|
+
div.tree div {
|
22
|
+
padding-left: 1rem;
|
23
|
+
border-left: 2px solid #c6e6f2;
|
24
|
+
margin-bottom: 1rem;
|
25
|
+
margin-left: 2rem;
|
26
|
+
}
|
27
|
+
|
28
|
+
div.tree div:hover {
|
29
|
+
border-color: #88d0d0;
|
30
|
+
}
|
31
|
+
|
32
|
+
.marquee {
|
33
|
+
overflow: hidden;
|
34
|
+
}
|
35
|
+
|
36
|
+
.marquee > * {
|
37
|
+
display: inline-block;
|
38
|
+
white-space: nowrap;
|
39
|
+
padding-left: 100%;
|
40
|
+
animation: marquee 5s linear infinite;
|
41
|
+
}
|
42
|
+
|
43
|
+
@keyframes marquee {
|
44
|
+
0% {
|
45
|
+
transform: translateX(0);
|
46
|
+
}
|
47
|
+
100% {
|
48
|
+
transform: translateX(-100%);
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
.rainbow {
|
53
|
+
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
|
54
|
+
-webkit-background-clip: text;
|
55
|
+
color: transparent;
|
56
|
+
}
|
57
|
+
|
58
|
+
a:hover {
|
59
|
+
cursor: pointer;
|
60
|
+
}
|
61
|
+
|
62
|
+
.example {
|
63
|
+
border: 0.25rem solid #f6f8fa;
|
64
|
+
padding: 1rem;
|
65
|
+
margin-bottom: 1rem;
|
66
|
+
}
|
67
|
+
|
68
|
+
.code + .example {
|
69
|
+
margin-top: -1rem;
|
70
|
+
}
|
71
|
+
|
72
|
+
.spacing-example span {
|
73
|
+
display: inline-block;
|
74
|
+
margin-right: 1rem;
|
75
|
+
margin-bottom: 1rem;
|
76
|
+
border: 1px solid grey;
|
77
|
+
}
|
78
|
+
|
79
|
+
.grid-example .e-column {
|
80
|
+
background-color: darkcyan;
|
81
|
+
color: white;
|
82
|
+
border-radius: 0.25rem;
|
83
|
+
padding: 0.5rem;
|
84
|
+
margin-bottom: 1rem;
|
85
|
+
}
|
86
|
+
|
87
|
+
.warning-box {
|
88
|
+
border: 1px solid #7c5c5c;
|
89
|
+
border-radius: 4px;
|
90
|
+
padding: 1rem;
|
91
|
+
background-color: #ffb1b1;
|
92
|
+
color: rgb(190, 0, 0);
|
93
|
+
}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|