From b3d6d39ca90657305894144766255579e6e4dc24 Mon Sep 17 00:00:00 2001 From: Bazsina Date: Tue, 28 May 2024 12:15:33 +0200 Subject: [PATCH] gzafazfig --- sdw/index.html => index.html | 0 sdw/script.js | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 10 deletions(-) rename sdw/index.html => index.html (100%) diff --git a/sdw/index.html b/index.html similarity index 100% rename from sdw/index.html rename to index.html diff --git a/sdw/script.js b/sdw/script.js index 6f7e8f1..2387b93 100644 --- a/sdw/script.js +++ b/sdw/script.js @@ -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}, ] }, {