Skip to content

Commit

Permalink
Formulierungen optimiert
Browse files Browse the repository at this point in the history
  • Loading branch information
Entkenntnis committed Nov 4, 2024
1 parent 6452d4e commit 5c53ec0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/server/routes/hints.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import escapeHTML from 'escape-html'
/** @type {import('../../data/types.js').HintsData} */
export const hintsData = {
5: {
entries: [
{ question: 'wie denn ?', answer: 'Schon mit der Maus probiert?' },
],
entries: [{ question: 'wie denn ?', answer: 'Probier mal mit der Maus' }],
},
15: {
entries: [
Expand All @@ -29,7 +27,7 @@ export const hintsData = {
entries: [
{
question: 'Hilfe bitte',
answer: 'Schon die Flaggen im Video entdeckt?',
answer: 'Hast du die Flaggen im Video entdeckt?',
},
],
},
Expand Down Expand Up @@ -100,7 +98,7 @@ export const hintsData = {
entries: [
{
question: 'Wie funktioniert diese Aufgabe ',
answer: 'Hast du schon die Druckvorschau geöffnet?',
answer: 'Hast du die Druckvorschau geöffnet?',
},
],
},
Expand Down

0 comments on commit 5c53ec0

Please sign in to comment.