Win the Cambridge CupWe're sorry but this game doesn't work properly without JavaScript enabled. Please
enable it to continue.
const settings = {
PLAYER_NAME: "EFL Academy",
BOT_NAME: "Trinity",
pictureFrameLifetime: 1800, // in milliseconds
quizTimeLimit: 20, //in seconds
typerTimeLimit: 20, // in seconds
botDifficulty: 0.6, // range [0, 1]; 0 - easy, 1 - hard, 0.5 - medium
};
const quizData = [
{
question: "I want to ___ Melanie ___ on a date but I'm scared she'll say no.",
answer: "ask out",
},
{
question: "Has Andrew ___ Jasmine ___ yet?",
answer: "asked out",
},
{
question: "Did you hear? Andrew has ___ ___ with his girlfriend. Now's your chance!",
answer: "broken up",
},
{
question: "___ ___ with someone as attractive as Andrew is absolutely crazy. You should stay with him.",
answer: "breaking up",
},
{
question: "What was it that ___ ___ Andrew and his girlfriend? They seemed so happy.",
answer: "came between",
},
];
const typerighterData = [
{
word: "ask out",
def: "Why don't you _____ her _____ if you like her so much?",
},
{
word: "pick on",
def: "Bully. Be mean to.",
},
{
word: "take to",
def: "Start to like someone. Begin to like something. ",
},
{
word: "come between",
def: "To cause trouble in a relationship. ",
},
];