Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sp-quiz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philip Kaluđerčić
sp-quiz
Commits
c36938a3
Commit
c36938a3
authored
1 year ago
by
Philip Kaluđerčić
Browse files
Options
Downloads
Patches
Plain Diff
Initial revision
parents
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quiz.html
+83
-0
83 additions, 0 deletions
quiz.html
with
83 additions
and
0 deletions
quiz.html
0 → 100644
+
83
−
0
View file @
c36938a3
<!DOCTYPE html>
<html
lang=
"de"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"referrer"
content=
"none"
/>
<meta
name=
"viewport"
content=
"width=device-width"
/>
<title>
Fragen aus der Systemprogrammung
</title>
<link
rel=
"stylesheet"
href=
"./style.css"
/>
</head>
<body>
<main>
<div
id=
"metadata"
>
Quelle:
<span
id=
"metadata-data"
>
N/A
</span>
</div>
<div
id=
"info"
>
<aside>
<h1>
Fragen aus der
<a
href=
"https://sys.cs.fau.de/lehre/current/sp2/"
>
Systemprogrammierung
</a></h1>
<p>
Finde hier eine
<strong>
inoffizielle
</strong>
Sammlung von
Alt-Klausurfragen
zu
<abbr
title=
"Systemprogrammierung"
>
SP
</abbr>
. Es
besteht
<strong>
keine Garantie
</strong>
, dass die
Antworten hier richtig sind, aber ich versuche dennoch zu
erklären wieso ich die Fragen so beantworte.
</p>
<p>
Die Datenbank an Fragen ist nicht vollständig. Alle
Fragen wurden händisch abgeschrieben und kommentiert. Ich
schreibe mir diese in einem eigenem Datei Format, und
sammele die Dateien auf
dem
<a
href=
"https://gitlab.cs.fau.de/oj14ozun/sp-quiz"
>
CIP
GitLab
</a>
. Sollte man Interesse haben hierzu
beizutragen, ist dort alles dazu dokumentiert. Es ist
auch möglich auf der Seite Fragen zu stellen, wenn man
meint, dass eine Antwort nicht stimmt.
</p>
<hr
/>
<p>
<strong>
Tipp zum Benutzen dieser Seite:
</strong>
Man kann alles mit der Tastatur eingebe. Die
Fragen
<em>
1
</em>
bis
<em>
10
</em>
können auch über die
Tasten
<kbd>
1
</kbd>
bis
<kbd>
0
</kbd>
eingegeben werden,
und mit
<kbd>
Enter
</kbd>
(oder
<kbd>
Space
</kbd>
) bestätigt werden. Ein
weiteres
<kbd>
Enter
</kbd>
(oder
<kbd>
Space
</kbd>
) öffnet die nächste Frage.
</p>
<footer>
<code>
$Id
</code>
</footer>
</aside>
<button
id=
"info-toggle"
>
i
</button>
</div>
<noscript>
<p>
Diese Seite benötigt leider Javascript um beabsichtigt
funktionieren!
</p>
<p>
Die Fragen können
auch
<a
href=
"./sp.json"
>
hier
</a>
direkt heruntergeladen und
selbst verwertet werden.
</p>
</noscript>
<img
id=
"media"
/>
<section
id=
"text"
>
<!-- questions shall be inserted here -->
</section>
</main>
<section
id=
"options"
>
<ol
id=
"answers"
></ol>
</section>
<button
id=
"action"
></button>
<span
id=
"stats"
></span>
</body>
<script
src=
"quiz.js"
></script>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment