Simulado.Titulo = "Food & Cooking";
Simulado.PDF = "uol_quiznet_24_vocab_food.pdf";

Simulado.Questoes[0] = new Questao("Which of the following is NOT a citrus fruit?");
Simulado.Questoes[0].Alternativas[0] = new Alternativa("lemon",false,"Lemon is a citrus fruit - it comes from a citrus tree.");
Simulado.Questoes[0].Alternativas[1] = new Alternativa("apple",true,"Apple is a not a citrus fruit - the others come from a citrus tree.");
Simulado.Questoes[0].Alternativas[2] = new Alternativa("orange",false,"Orange is a citrus fruit - it comes from a citrus tree.");
Simulado.Questoes[0].Alternativas[3] = new Alternativa("grapefruit",false,"Cauliflower is the correct answer.");

Simulado.Questoes[1] = new Questao("What do we call the vegetable in the picture opposite?");
Simulado.Questoes[1].Alternativas[0] = new Alternativa("cauliflower",true,"Cauliflower is the correct answer.");
Simulado.Questoes[1].Alternativas[1] = new Alternativa("cabbage",false,"Cabbage is not the correct answer.");
Simulado.Questoes[1].Alternativas[2] = new Alternativa("lettuce",false,"Lettuce is not the correct answer.");
Simulado.Questoes[1].Alternativas[3] = new Alternativa("carrot",false,"Carrot is not the correct answer.");

Simulado.Questoes[2] = new Questao("If you cook something in oil, you ________ it.");
Simulado.Questoes[2].Alternativas[0] = new Alternativa("boil",false,"If you boil something you put it in hot water.");
Simulado.Questoes[2].Alternativas[1] = new Alternativa("steam",false,"If you steam something, you put it over hot water and allow the steam (vapour) to cook it.");
Simulado.Questoes[2].Alternativas[2] = new Alternativa("fry",true,"If you fry something, you cook it in oil.");
Simulado.Questoes[2].Alternativas[3] = new Alternativa("grill",false,"If you grill something, you cook it under the heat.");

Simulado.Questoes[3] = new Questao("What do we call a small amount of food you eat if you are hungry between meals?");
Simulado.Questoes[3].Alternativas[0] = new Alternativa("a snack",true,"A snack is a small amount of food you might eat if you were hungry between meals.");
Simulado.Questoes[3].Alternativas[1] = new Alternativa("a take away",false,"A take-away is when you have food from a restaurant delivered to your house.");
Simulado.Questoes[3].Alternativas[2] = new Alternativa("a TV dinner",false,"A TV dinner is a pre-cooked meal which you can simply put in the oven.");
Simulado.Questoes[3].Alternativas[3] = new Alternativa("convenience food",false,"Convenience food is food which can be prepared very easily by adding water or putting in the microwave.");

Simulado.Questoes[4] = new Questao("What’s the name of the job in the picture?");
Simulado.Questoes[4].Alternativas[0] = new Alternativa("cook",false,"A very professional cook is usually known as a ‘chef’.");
Simulado.Questoes[4].Alternativas[1] = new Alternativa("chef",true,"A very professional cook is usually known as a ‘chef’.");
Simulado.Questoes[4].Alternativas[2] = new Alternativa("shef",false,"The pronunciation ‘shef’ is correct, but how is it spelled?");
Simulado.Questoes[4].Alternativas[3] = new Alternativa("chief",false,"A ‘chief’ is another word for boss or person in charge, e.g. chief engineer.");

Simulado.Questoes[5] = new Questao("I’m starving! I could eat a ___________");
Simulado.Questoes[5].Alternativas[0] = new Alternativa("cow",false,"If you are hungry, we say “I’m starving!” but not “I could eat a cow”");
Simulado.Questoes[5].Alternativas[1] = new Alternativa("pig",false,"If you are hungry, we say “I’m starving!” but not “I could eat a pig”");
Simulado.Questoes[5].Alternativas[2] = new Alternativa("house",false,"If you are hungry, we say “I’m starving!” but not “I could eat a house”");
Simulado.Questoes[5].Alternativas[3] = new Alternativa("horse",true,"If you are hungry, we say “I’m starving! I could eat a horse”.");
