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
245a55c2
Commit
245a55c2
authored
1 year ago
by
Philip Kaluđerčić
Browse files
Options
Downloads
Patches
Plain Diff
Add indicators for how often a question has been presented
parent
5e52a2da
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
+3
-2
3 additions, 2 deletions
quiz.html
with
3 additions
and
2 deletions
quiz.html
+
3
−
2
View file @
245a55c2
...
...
@@ -75,7 +75,7 @@
</p>
<footer>
<code>
$Id: quiz.html,v 1.2
4
2024/01/21 13:
01:16
oj14ozun Exp oj14ozun $
</code>
<code>
$Id: quiz.html,v 1.2
5
2024/01/21 13:
25:04
oj14ozun Exp oj14ozun $
</code>
<code
id=
"js-version"
></code>
</footer>
</aside>
...
...
@@ -105,7 +105,8 @@
<button
id=
"action"
></button>
<span
id=
"stats"
>
<abbr
title=
"Wie oft richtig"
id=
"correct"
></abbr>
:
<abbr
title=
"Wie oft falsch"
id=
"wrong"
></abbr>
<abbr
title=
"Wie oft richtig"
id=
"correct"
></abbr>
:
<abbr
title=
"Wie oft falsch"
id=
"wrong"
></abbr>
,
<abbr
title=
"Wie viele wurden gesehen"
id=
"seen"
></abbr>
/
<abbr
title=
"Wie viele gibt es"
id=
"total"
></abbr>
</span>
<input
type=
"checkbox"
id=
"display-hl"
class=
"display-hl"
/>
<span
class=
"display-hl"
>
Hebe
<abbr
title=
"Wörter wie "immer", "nie", ..."
>
Warnwörter
</abbr>
hervor
</span>
...
...
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