Skip to content

Commit

Permalink
Merge pull request #254 from Entkenntnis/252-new-questions-are-waiting
Browse files Browse the repository at this point in the history
4 new hints
  • Loading branch information
Entkenntnis authored Nov 7, 2024
2 parents 9e0af22 + aa76b4d commit 12b2844
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/server/routes/hints.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@ import escapeHTML from 'escape-html'

/** @type {import('../../data/types.js').HintsData} */
export const hintsData = {
3: {
entries: [
{
question: 'Was ist die Lösung',
answer: 'höre dir die Morse-Nachricht an',
},
],
},
5: {
entries: [
{ question: 'wie denn ?', answer: 'Probier mal mit der Maus' },
{ question: 'wie mit der Maus', answer: 'Markieren!' },
{
question: 'wie auf dem I-Pad markieren?',
answer: 'Mit Finger lange drücken',
},
],
},
7: {
Expand Down Expand Up @@ -49,6 +61,14 @@ export const hintsData = {
},
],
},
24: {
entries: [
{
question: 'ich verstehe die aufgabe nicht',
answer: 'Da ist ein Text der kurz erscheint',
},
],
},
36: {
entries: [
{
Expand Down Expand Up @@ -207,6 +227,14 @@ export const hintsData = {
},
],
},
68: {
entries: [
{
question: 'Krieg ich einen Tipp',
answer: 'Welches Gemälde sieht du? Ist berühmt und hat einen Namen.',
},
],
},
71: {
entries: [
{
Expand Down

0 comments on commit 12b2844

Please sign in to comment.