var preguntas = [
    {   //1
        pregunta:"“_______ do you do?” I am a teacher",
        respuestas:["How", "What", "Who"],
        correcta:1
    },
    {   //2
        pregunta:"The film was great. I liked it _____",
        respuestas:["a lot", "a lot of", "much"],
        correcta:0
    },
    {   //3
        pregunta:"Choose the best option",
        respuestas:["The persons in my town are friendly", "A people in my town is friendly", "The people in my town are friendly"],
        correcta:2
    },
    {   //4
        pregunta:"That book _______ interesting",
        respuestas:["looks like", "looks", "look"],
        correcta:1
    },
    {   //5
        pregunta:"I went _____ England last summer",
        respuestas:["at", "in", "to"],
        correcta:2
    },
    {   //6
        pregunta:"What ______ he like? He is tall, handsome and very sexy",
        respuestas:["does", "is", "do"],
        correcta:1
    },
    {   //7
        pregunta:"The house was empty. There _________ there",
        respuestas:["was nobody", "wasn’t nobody", "was anybody"],
        correcta:0
    },
    {   //8
        pregunta:"She works at the hospital, _________?",
        respuestas:["does she", "isn’t she", "doesn’t she"],
        correcta:2
    },
    {   //9
        pregunta:"Simon __________ in Madrid until 1982",
        respuestas:["has lived", "is living", "lived"],
        correcta:2
    },
    {   //10
        pregunta:"She __________ her homework since 9 o’clock",
        respuestas:["is doing", "has been doing", "will be doing"],
        correcta:1
    },
    {   //11
        pregunta:"Those houses _________ in the 18th century",
        respuestas:["were building", "have built", "were built"],
        correcta:2
    },
    {   //12
        pregunta:"If I ________ the thief again, I would definitely recognise him",
        respuestas:["knew", "see", "saw"],
        correcta:2
    }
];

