Simulado.Titulo = "Question tags";
Simulado.PDF = "uol_quiznet_25_grammar_question_tags_070814.pdf";

Simulado.Questoes[0] = new Questao("He lives in Tokyo now, ___________");
Simulado.Questoes[0].Alternativas[0] = new Alternativa("lives he?",false,"Make a question tag with the auxiliary verb ‘does’ not with the main verb ‘lives’.");
Simulado.Questoes[0].Alternativas[1] = new Alternativa("doesn’t he?",true,"Make a question tag with the negative auxiliary verb ‘doesn’t’ and make a question word order.");
Simulado.Questoes[0].Alternativas[2] = new Alternativa("does he?",false,"Make a question tag with the negative auxiliary verb ‘doesn’t’");
Simulado.Questoes[0].Alternativas[3] = new Alternativa("he does?",false,"Make a question tag with the negative auxiliary verb ‘doesn’t’ and make a question word order.");

Simulado.Questoes[1] = new Questao("You should be on holiday, _________ you?");
Simulado.Questoes[1].Alternativas[0] = new Alternativa("couldn’t",false,"Use the same modal verb in the statement and the question tag.");
Simulado.Questoes[1].Alternativas[1] = new Alternativa("wouldn’t",false,"Use the same modal verb in the statement and the question tag.");
Simulado.Questoes[1].Alternativas[2] = new Alternativa("shouldn’t",true,"Use the same modal verb in the statement and the question tag.");
Simulado.Questoes[1].Alternativas[3] = new Alternativa("can’t",false,"Use the same modal verb in the statement and the question tag.");

Simulado.Questoes[2] = new Questao("You’re from Beijing, ___________");
Simulado.Questoes[2].Alternativas[0] = new Alternativa("aren’t you",false,"‘aren’t you’ is the correct question tag, but remember to use a ‘?’ at the end.");
Simulado.Questoes[2].Alternativas[1] = new Alternativa("aren’t you?",true,"‘aren’t you?’ is the correct answer – change you’re to are you and make it negative.");
Simulado.Questoes[2].Alternativas[2] = new Alternativa("you aren’t?",false,"Remember to change the you’re into a question – aren’t you?");
Simulado.Questoes[2].Alternativas[3] = new Alternativa("isn’t it?",false,"The verb must stay the same i.e. You’re cannot change to isn’t it?");

Simulado.Questoes[3] = new Questao("You couldn’t give me a cigarette, ___________");
Simulado.Questoes[3].Alternativas[0] = new Alternativa("you could?",false,"Use a positive question tag after a negative statement, & change the order of the subject and verb.");
Simulado.Questoes[3].Alternativas[1] = new Alternativa("you couldn’t?",false,"Change the order of the subject and verb to make a question word order.");
Simulado.Questoes[3].Alternativas[2] = new Alternativa("could you?",true,"Use a positive question tag after a negative statement, & use a question word order.");
Simulado.Questoes[3].Alternativas[3] = new Alternativa("couldn’t you?",false,"Use a positive question tag after a negative statement.");

Simulado.Questoes[4] = new Questao("Get the phone, ____________");
Simulado.Questoes[4].Alternativas[0] = new Alternativa("get you?",false,"Don’t use the main verb in the question tag.");
Simulado.Questoes[4].Alternativas[1] = new Alternativa("do you?",false,"Requests that are like commands use an irregular tag.");
Simulado.Questoes[4].Alternativas[2] = new Alternativa("you will?",false,"Requests that are like commands use the question tag ‘will’, but remember to change the word order.");
Simulado.Questoes[4].Alternativas[3] = new Alternativa("will you?",true,"Requests that are like commands use the question tag ‘will’.");

Simulado.Questoes[5] = new Questao("You worked with Jill in the post-office, ____________");
Simulado.Questoes[5].Alternativas[0] = new Alternativa("didn’t you?",true,"Use the negative auxiliary verb, and change the word order - ‘didn’t you’.");
Simulado.Questoes[5].Alternativas[1] = new Alternativa("did you?",false,"Use a negative question tag after a positive statement.");
Simulado.Questoes[5].Alternativas[2] = new Alternativa("worked you?",false,"Use an auxiliary verb ‘did’, not a main verb ‘work’");
Simulado.Questoes[5].Alternativas[3] = new Alternativa("isn’t it?",false,"If you have a main verb in the statement ‘work’ you must use the auxiliary verb ‘do’ in the tag.");
