Skip to content
Snippets Groups Projects
Commit 673325bf authored by Philip Kaluđerčić's avatar Philip Kaluđerčić :u7121:
Browse files

Add option to highlight words that are easily missed

parent 43ff7923
No related branches found
No related tags found
No related merge requests found
......@@ -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/12 13:23:32 oj14ozun Exp oj14ozun $</code>
<code>$Id: quiz.html,v 1.6 2024/01/18 11: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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment