Skip to content

Commit

Permalink
gzafazfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Bazsina committed May 28, 2024
1 parent 22fbdd0 commit b3d6d39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
File renamed without changes.
20 changes: 10 additions & 10 deletions sdw/script.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
const questions = [
{
question: "Hány éves Arnold Schwarzenegger?",
question: "Who do you inherit the farm from?",
answers: [
{ text: "65", correct: false},
{ text: "76", correct: true},
{ text: "79", correct: false},
{ text: "74", correct: false},
{ text: "Grandpa", correct: true},
{ text: "Cousin", correct: false},
{ text: "Father", correct: false},
{ text: "Uncle", correct: false},
]
},
{
question: "Melyik Amerikai államnak volt a kormányzója?",
question: "What is the town called?",
answers: [
{ text: "Texas", correct: false},
{ text: "New Jersey", correct: false},
{ text: "Florida", correct: false},
{ text: "Kalifornia", correct: true},
{ text: "Eagle town", correct: false},
{ text: "Seagull town", correct: false},
{ text: "Pelican town", correct: true},
{ text: "Flamingo town", correct: false},
]
},
{
Expand Down

0 comments on commit b3d6d39

Please sign in to comment.