Advertisement
alexx876

Untitled

Aug 31st, 2021
1,194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2.                     {
  3.                         q: 'Where are you from?',
  4.                         answers: [
  5.                             'I am Italy', 'I’m from Italy',  'Have no idea. I’m lost', 'I am Italian'
  6.                         ],
  7.                         answerId:  1
  8.                     },
  9.                     {
  10.                         q: 'Who is calling?',
  11.                         answers: [
  12.                             'I’ ll call you back', 'I am calling', 'It’s Bond. James Bond', 'Speaking'
  13.                         ],
  14.                         answerId:  2
  15.                     },
  16.                     {
  17.                         q: 'Excuse me, could you give me _______, please?  Sorry,I don’t smoke.',
  18.                         answers: [
  19.                             'fire','a lighter','light','firebox'
  20.                         ],
  21.                         answerId:  1
  22.                     },
  23.                     {
  24.                         q: 'Shop Assistant: Can I help you?\n' +
  25.                             'Customer: Yes, I’d like to buy_____ trousers.',
  26.                         answers: [
  27.                             'a','an','this','these'
  28.                         ],
  29.                         answerId:  3
  30.                     },
  31.                     {
  32.                         q: 'Which pair of jeans looks better? That pair looks____ on you.',
  33.                         answers: [
  34.                             'more good','the best','the better','more best'
  35.                         ],
  36.                         answerId:  1
  37.                     },
  38.                     {
  39.                         q: 'I can’t hang out tonight. I am completely________. I’ve bought these terribly  expensive heels. ',
  40.                         answers: [
  41.                             'broken','breaking','broke','broken down'
  42.                         ],
  43.                         answerId:  2
  44.                     },
  45.                     {
  46.                         q: 'What about going to the cinema?',
  47.                         answers: [
  48.                             'Twice a month','Some new movie','Great idea!','I think so..'
  49.                         ],
  50.                         answerId:  2
  51.                     },
  52.                     {
  53.                         q: '-- I bet it’s going to rain.\n' +
  54.                             '--  I ________! The clouds are clearing..',
  55.                         answers: [
  56.                             'argue','against','disagree','complain'
  57.                         ],
  58.                         answerId:  2
  59.                     },
  60.                     {
  61.                         q: 'Laura: Where_____ you  last Tuesday? I tried to phone you. \n' +
  62.                             'Beatriz: Oh, I was with my ex...Don’t look at me like that!',
  63.                         answers: [
  64.                             'were','was','are','is'
  65.                         ],
  66.                         answerId:  0
  67.                     },
  68.                     {
  69.                         q: 'Have you ever____the IELTS test?',
  70.                         answers: [
  71.                             'had','took','take','taken'
  72.                         ],
  73.                         answerId:  3
  74.                     },
  75.                     {
  76.                         q: 'It’s raining today. Make sure ___  an umbrella with you.',
  77.                         answers: [
  78.                             'to take',' taking','you took','having taken'
  79.                         ],
  80.                         answerId:  0
  81.                     },
  82.                     {
  83.                         q: '__________ people know the answer to that question.',
  84.                         answers: [
  85.                             'Few',' Little ',' Least ',' A little'
  86.                         ],
  87.                         answerId:  0
  88.                     },
  89.                     {
  90.                         q: 'Hey dude! Let’s ____ wasted tonight.',
  91.                         answers: [
  92.                             'go','get','fly','going'
  93.                         ],
  94.                         answerId:  1
  95.                     },
  96.                     {
  97.                         q: 'He must be really____. He drives a new Ferrari.',
  98.                         answers: [
  99.                             'overpriced',' posh ',' miserly ',' loaded'
  100.                         ],
  101.                         answerId:  3
  102.                     },
  103.                     {
  104.                         q: 'He is always messing around! -- Well, boys ___ be boys',
  105.                         answers: [
  106.                             'should ','must','will','shall be'
  107.                         ],
  108.                         answerId:  2
  109.                     },
  110.                     {
  111.                         q: 'A lot of trains______ late today due to heavy storm',
  112.                         answers: [
  113.                             'run',' are run ','will run','are running'
  114.                         ],
  115.                         answerId:  3
  116.                     },
  117.                     {
  118.                         q: 'Does he want to run for the office?',
  119.                         answers: [
  120.                             'Yes, but I don’t think he will win. But we’ll see..','No, he doesn’t. He will take a cab.','Yes, he is good at running. He jogs every morning.','No, he is going to work from home today!'
  121.                         ],
  122.                         answerId:  0
  123.                     },
  124.                     {
  125.                         q: 'I don’t really like haggis!____  money in the world wouldn’t get me to eat it.',
  126.                         answers: [
  127.                             'No',' Whatever','Enough','All the'
  128.                         ],
  129.                         answerId:  3
  130.                     },
  131.                     {
  132.                         q: 'Did you know he is coming to our houseparty?  No, I had no idea_______',
  133.                         answers: [
  134.                             'whoever',' whatever ',' whatsoever ',' whichever'
  135.                         ],
  136.                         answerId:  2
  137.                     },
  138.                     {
  139.                         q: 'If I______ enough money, I______go to St. Tropez!',
  140.                         answers: [
  141.                             'had, will',' had, would ',' had had, would ',' have, would have'
  142.                         ],
  143.                         answerId: 1
  144.                     },
  145.                     {
  146.                         q: 'If only I __________ texted her yesterday!',
  147.                         answers: [
  148.                             'wasn’t',' didn’t ',' hadn’t ',' haven’t'
  149.                         ],
  150.                         answerId: 2
  151.                     },
  152.                     {
  153.                         q: 'I’ve drunk a glass of wine  every __________ day of my life, and it’s never done me any harm!',
  154.                         answers: [
  155.                             'particular','individual','single','one'
  156.                         ],
  157.                         answerId: 2
  158.                     },
  159.                     {
  160.                         q: 'Turning back now is out of the __________ .',
  161.                         answers: [
  162.                             'agenda','matter','question','possibility'
  163.                         ],
  164.                         answerId: 2
  165.                     },
  166.                     {
  167.                         q: 'There has been so much media __________ of their breakup that I’m completely fed up with it.',
  168.                         answers: [
  169.                             'circulation','attention','broadcasting','coverage'
  170.                         ],
  171.                         answerId: 3
  172.                     },
  173.                     {
  174.                         q: 'If I were you I would __________ clear of this area late at night.',
  175.                         answers: [
  176.                             'stick','steer','stop','stand'
  177.                         ],
  178.                         answerId: 1
  179.                     },
  180.                 ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement