-
Notifications
You must be signed in to change notification settings - Fork 8
/
about_demo_de.html
338 lines (304 loc) · 16.8 KB
/
about_demo_de.html
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html lang="de"><!-- InstanceBegin template="/Templates/main-D.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=gAEABXnBxw">
<link rel="icon" type="image/png" href="/favicon-32x32.png?v=gAEABXnBxw" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png?v=gAEABXnBxw" sizes="16x16">
<link rel="manifest" href="/manifest.json?v=gAEABXnBxw">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=gAEABXnBxw" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico?v=gAEABXnBxw">
<meta name="apple-mobile-web-app-title" content="SEB">
<meta name="application-name" content="SEB">
<meta name="theme-color" content="#ffffff">
<!-- InstanceBeginEditable name="head" -->
<script src="video-js/video.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="video-js/video-js.css" type="text/css" media="screen" title="Video JS" charset="utf-8">
<script type="text/javascript" charset="utf-8">
// Add VideoJS to all video tags on the page when the DOM is ready
VideoJS.setupAllWhenReady();
</script>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="doctitle" -->
<title>Safe Exam Browser - Demo</title>
<!-- InstanceEndEditable -->
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Docs CSS -->
<link href="css/docs.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="css/basic.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="news_de.html" class="navbar-brand">
<span><img class="sebbrandimg" src="images/SEBIcon_40_2x.png" alt="SEB-Logo" width="40"></span>
Safe Exam Browser
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="news_de.html">News</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Über<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="about_overview_de.html">Übersicht</a>
</li>
<li>
<a href="about_demo_de.html">Demo</a>
</li>
<li>
<a href="about_roadmap_de.html">Roadmap</a>
</li>
<li>
<a href="about_publications_de.html">Publikationen</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Allianz<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="alliance/members.html">Contributors</a>
</li>
<li>
<a href="alliance/council.html">Council</a>
</li>
<li>
<a href="alliance/documents.html">Documents</a>
</li>
<li>
<a href="alliance/benefits.html">Benefits</a>
</li>
<li>
<a href="alliance/fees.html">Fees</a>
</li>
<li>
<a href="alliance/join.html">Join</a>
</li>
<li>
<a href="alliance/faq.html">FAQ</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Download<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="download_de.html">Downloads</a>
</li>
<li>
<a href="download_releases_de.html">Frühere Versionen</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Windows<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="windows/win_usermanual_de.html">Benutzerhandbuch</a>
</li>
<li>
<a href="windows/win_release_notes_de.html">Release Notes</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">macOS<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="macosx/mac_usermanual_de.html">Benutzerhandbuch</a>
</li>
<li>
<a href="macosx/mac_release_notes_de.html">Release Notes</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">iOS<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="ios/ios_usermanual_en.html">User Manual</a>
</li>
<li>
<a href="ios/ios_tutorial_en.html">Tutorial</a>
</li>
<li>
<a href="ios/ios_release_notes_de.html">Release Notes</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="developer/overview.html">Informationen für Entwickler</a>
</li>
<li>
<a href="support_de.html">Support Links</a>
</li>
<li>
<a href="faq/faq_de.html">FAQ</a>
</li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container bs-docs-container">
<!-- InstanceBeginEditable name="MainContent" -->
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Über SEB <small>Demo</small></h1>
<ol class="breadcrumb">
<li><a href="about_demo_en.html">English</a>
</li>
<li class="active">Deutsch
</li>
</ol>
</div>
</div>
<!-- /.row -->
<!-- Content Row -->
<div class="row">
<!-- Sidebar Column -->
<div class="col-md-3">
<div class="list-group">
<a href="news_de.html" class="list-group-item">News</a>
<a href="about_overview_de.html" class="list-group-item">Über SEB</a>
<a href="about_demo_de.html" class="list-group-item active">Über SEB - Demo</a>
<a href="about_roadmap_de.html" class="list-group-item">Über SEB - Roadmap</a>
<a href="about_publications_de.html" class="list-group-item">Über SEB - Publikationen</a>
<a href="alliance/members.html" class="list-group-item">Allianz</a>
<a href="download_de.html" class="list-group-item">Download</a>
<a href="windows/win_usermanual_de.html" class="list-group-item">Dokumentation Windows</a>
<a href="macosx/mac_usermanual_de.html" class="list-group-item">Dokumentation macOS</a>
<a href="ios/ios_usermanual_en.html" class="list-group-item">Dokumentation iOS</a>
<a href="support_de.html" class="list-group-item">Support</a>
</div>
</div>
<!-- Content Column -->
<div class="col-md-9">
<!-- Content -->
<h2></h2>
<p>SEB kann mit einer Moodle Demonstrations-Prüfung ausprobiert werden, welche auf dieser <a href="https://safeexambrowser.org/exams/" target="_blank">Demoprüfungs-Portalseite</a> verlinkt ist. Die speziellen Links auf dieser Seite starten direkt eine Moodle-Prüfung in SEB, wenn sie in einem beliebigen Webbrowser angeklickt werden und SEB zuvor installiert wurde.</p>
<p>Alles über Safe Exam Browser in audio-visueller Form: <a href="#podcast">Podcast</a>, <a href="#demovideo">Demo-Video</a> und <a href="#screenshots">Bildschirmfotos</a>.</p>
<!--<p>Ausserdem eine <a href="demo/">Demo-Version</a> mit vorkonfigurierter Moodle-Prüfung.</p>-->
<h3 class="page-header"> <a name="podcast" id="podcast"></a>Podcast</h3>
<p>Interview zum Safe Exam Browser (Audio-Podcast mit Standbildern).</p>
<div class="image1 podcastbox">
<!-- Begin VideoJS -->
<div class="video-js-box">
<!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
<video id="SEB_Adventspodcast" class="video-js" width="300" height="300" controls preload="auto" poster="Media/SEB_Adventspodcast.jpg">
<source src="Media/SEB_Adventspodcast.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
<source src="Media/SEB_Adventspodcast.webm" type='video/webm; codecs="vp8, vorbis"' />
<source src="Media/SEB_Adventspodcast.ogv" type='video/ogg; codecs="theora, vorbis"' />
<!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
<object id="flash_fallback_1" class="vjs-flash-fallback" width="300" height="300" type="application/x-shockwave-flash"
data="flowplayer/flowplayer-3.2.5.swf">
<param name="movie" value="flowplayer/flowplayer-3.2.5.swf" />
<param name="allowfullscreen" value="true" />
<param name="flashvars" value='config={"playlist":["Media/SEB_Adventspodcast.jpg", {"url": "Media/SEB_Adventspodcast.mp4","autoPlay":false,"autoBuffering":true}]}' />
<!-- Image Fallback. Typically the same as the poster image. -->
<img src="Media/SEB_Adventspodcast.jpg" width="300" height="300" alt="Poster Image"
title="No video playback capabilities. Use another browser like Safari or Google Chrome or install a recent Flash Player." />
</object>
</video>
<!-- Download links provided for devices that can't play video in the browser. -->
<p class="vjs-no-video">Video-Download als <a href="Media/SEB_Adventspodcast.mp4">MP4</a> - <a href="Media/SEB_Adventspodcast.webm"> WebM</a> - <a href="Media/SEB_Adventspodcast.ogv">Ogg Theora/Vorbis</a> </p>
</div>
<!-- End VideoJS -->
</div>
<p>Podcast im <a href="Media/SEB_Adventspodcast.m4a">m4a-Format</a></p>
<h3 class="page-header"><a name="demovideo" id="demovideo"></a>Demo-Video</h3>
<p>So funktioniert der Safe Exam Browser (in Englisch).</p>
<div class="image1">
<!-- Begin VideoJS -->
<div class="video-js-box">
<!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
<video id="SafeExamBrowser" class="video-js" width="550" height="400" controls preload="auto" poster="Media/SafeExamBrowser.jpg">
<source src="Media/SafeExamBrowser.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
<source src="Media/SafeExamBrowser.webm" type='video/webm; codecs="vp8, vorbis"' />
<source src="Media/SafeExamBrowser.ogv" type='video/ogg; codecs="theora, vorbis"' />
<!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
<object id="flash_fallback_2" class="vjs-flash-fallback" width="550" height="400" type="application/x-shockwave-flash"
data="flowplayer/flowplayer-3.2.5.swf">
<param name="movie" value="flowplayer/flowplayer-3.2.5.swf" />
<param name="allowfullscreen" value="true" />
<param name="flashvars" value='config={"playlist":["Media/SafeExamBrowser.jpg", {"url": "Media/SafeExamBrowser.mp4","autoPlay":false,"autoBuffering":true}]}' />
<!-- Image Fallback. Typically the same as the poster image. -->
<img src="Media/SafeExamBrowser.jpg" width="550" height="400" alt="Poster Image"
title="No video playback capabilities. Use another browser like Safari or Google Chrome or install a recent Flash Player." />
</object>
</video>
<!-- Download links provided for devices that can't play video in the browser. -->
<p class="vjs-no-video">Video-Download als <a href="Media/SafeExamBrowser.mp4">MP4</a> - <a href="Media/SafeExamBrowser.webm">WebM</a> - <a href="Media/SafeExamBrowser.ogv">Ogg Theora/Vorbis</a> </p>
</div>
<!-- End VideoJS -->
</div>
<h3 class="page-header"><a name="screenshots" id="screenshots"></a>Bildschirmfotos</h3>
<p class="image1"><img class="img-responsive" src="Media/SEB_Bildschirmfoto_VirtualBox.png" alt="SEB about to be started in a virtualized OS X" /></p>
<p class="imagecaption">Hier wird versucht, Safe Exam Browser für macOS in einem virtualisierten macOS zu starten …</p>
<p class="image1"><img class="img-responsive" src="Media/SEB_Bildschirmfoto_VM_Detektor.png" alt="But the VM detector of SEB prevents this" /></p>
<p class="imagecaption">… was der VM-Detektor von SEB verhindert.</p>
<!-- / Content -->
<p> </p>
</div>
<!-- / Content Column -->
</div>
<!-- /.row (Content Row)-->
<hr>
<!-- InstanceEndEditable -->
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © 2010-2024 <a href="http://www.ethz.ch" target="_blank">ETH Zürich</a>, <a href="https://ethz.ch/de/die-eth-zuerich/organisation/abteilungen/informatikdienste.html" target="_blank">Informatikdienste</a></p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Bootstrap Docs (for Sidebar) JavaScript -->
<script src="js/docs.min.js"></script>
<!-- InstanceBeginEditable name="scripts" -->
<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd --></html>