Skip to content

Commit

Permalink
removed 6th quesiton from riddle 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor on Mac committed Jan 16, 2024
1 parent 5234e9f commit df6b4ee
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dist/data/riddles.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ getRiddles = function () {
{ de: "5", en: "5", correct: true, points: 10 },
{ de: "3", en: "3", correct: false, points: 0 }
]
},
{
question: {
de: "Was fehlte dem Toten?",
en: "What was missing from the dead man?"
},
answers: [
{ de: "Hose", en: "Pants", correct: true, points: 10 },
{ de: "Hand", en: "Hand", correct: false, points: 0 },
{ de: "Brille", en: "Glasses", correct: false, points: 0 }
]
}
],
[
Expand Down

0 comments on commit df6b4ee

Please sign in to comment.