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
673325bf
Commit
673325bf
authored
1 year ago
by
Philip Kaluđerčić
Browse files
Options
Downloads
Patches
Plain Diff
Add option to highlight words that are easily missed
parent
43ff7923
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quiz.html
+11
-7
11 additions, 7 deletions
quiz.html
with
11 additions
and
7 deletions
quiz.html
+
11
−
7
View file @
673325bf
...
...
@@ -9,7 +9,7 @@
</head>
<body>
<main>
<div
id=
"metadata"
>
<div
id=
"metadata"
class=
"main"
>
Quelle:
<span
id=
"metadata-data"
>
N/A
</span>
</div>
...
...
@@ -58,7 +58,7 @@
</p>
<footer>
<code>
$Id: quiz.html,v 1.
5
2024/01/1
2
1
3:23:32
oj14ozun Exp oj14ozun $
</code>
<code>
$Id: quiz.html,v 1.
6
2024/01/1
8
1
1:05:28
oj14ozun Exp oj14ozun $
</code>
<code
id=
"js-version"
></code>
</footer>
</aside>
...
...
@@ -77,16 +77,20 @@
</p>
</noscript>
<img
id=
"media"
/>
<section
id=
"text"
>
<img
id=
"media"
class=
"main"
/>
<section
id=
"text"
class=
"main"
>
<!-- questions shall be inserted here -->
</section>
</main>
<section
id=
"options"
>
<section
id=
"options"
class=
"main"
>
<ol
id=
"answers"
></ol>
</section>
<button
id=
"action"
></button>
<span
id=
"stats"
></span>
<button
id=
"action"
class=
"main"
></button>
<span
id=
"stats"
class=
"main"
></span>
<input
type=
"checkbox"
id=
"display-hl"
class=
"main display-hl"
/>
<small
class=
"main display-hl"
>
Hebe Warnwörter hervor
</small>
<span
id=
"display-hl-hack"
></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