Simulado.Titulo = "Intelligence Vocab";
Simulado.PDF = "uol_quiznet_23_vocab_intelligence_070619.pdf";

Simulado.Questoes[0] = new Questao("The adjective ‘intelligent’ has lots of synonyms (words with a similar meaning) – but which word means the opposite of intelligent?");
Simulado.Questoes[0].Alternativas[0] = new Alternativa("smart",false,"Smart is a synonym of intelligent (but more informal in use)");
Simulado.Questoes[0].Alternativas[1] = new Alternativa("bright",false,"Bright is a synonym of intelligent (but more informal in use)");
Simulado.Questoes[0].Alternativas[2] = new Alternativa("thick",true,"Thick is a synonym of stupid (but more informal).");
Simulado.Questoes[0].Alternativas[3] = new Alternativa("clever",false,"Clever is a synonym of intelligent");

Simulado.Questoes[1] = new Questao("If someone is very clever, we can say ‘she’s as bright as a _________’");
Simulado.Questoes[1].Alternativas[0] = new Alternativa("bottom",false,"‘She’s as bright as a bottom’ is not correct.");
Simulado.Questoes[1].Alternativas[1] = new Alternativa("button",true,"‘She’s as bright as a button’ is correct – it means clever and full of life.");
Simulado.Questoes[1].Alternativas[2] = new Alternativa("light",false,"‘She’s as bright as a light’ is not correct.");
Simulado.Questoes[1].Alternativas[3] = new Alternativa("star",false,"‘She’s as bright as a star’ is not correct.");

Simulado.Questoes[2] = new Questao("When James missed some of the course, he had to work hard to __________ the rest of the class.");
Simulado.Questoes[2].Alternativas[0] = new Alternativa("put up with",false,"‘Put up with’ means to suffer something – e.g. She put up with her husband.");
Simulado.Questoes[2].Alternativas[1] = new Alternativa("catch up with",true,"Also an athlete behind in a race runs fast to ‘catch up with’ the other runners.");
Simulado.Questoes[2].Alternativas[2] = new Alternativa("go up with",false,"‘Go up with’ is not correct");
Simulado.Questoes[2].Alternativas[3] = new Alternativa("get up with",false,"‘Get up’ with is not correct");

Simulado.Questoes[3] = new Questao("Which of these qualifications is usually taken at school and not university?");
Simulado.Questoes[3].Alternativas[0] = new Alternativa("BA",false,"BA stands for Batchelor of Arts (a degree) and is taken at university.");
Simulado.Questoes[3].Alternativas[1] = new Alternativa("MA",false,"MA stands for Masters of Arts (a Masters) and is taken at university.");
Simulado.Questoes[3].Alternativas[2] = new Alternativa("GCSE",true,"GCSE is a general certificate taken in secondary school (often at 16).");
Simulado.Questoes[3].Alternativas[3] = new Alternativa("PhD",false,"PhD stands for Doctor of Philosophy (a doctorate) and is the highest level taken at university.");

Simulado.Questoes[4] = new Questao("Mark knew all the answers in the pub quiz – he’s so ___________.");
Simulado.Questoes[4].Alternativas[0] = new Alternativa("knowledgeable",true,"‘Knowledgeable’ is the correct spelling.");
Simulado.Questoes[4].Alternativas[1] = new Alternativa("knowledgable",false,"‘Knowledgable’ is not correct –‘e’ after the ‘g’ makes the ‘g’ a soft sound.");
Simulado.Questoes[4].Alternativas[2] = new Alternativa("knowlegeable",false,"‘Knowlegeable’ is not the correct spelling – often we have ‘dge’ together.");
Simulado.Questoes[4].Alternativas[3] = new Alternativa("knowlegable",false,"‘Knowlegable’ is not the correct spelling - often we have ‘dge’ together.");

Simulado.Questoes[5] = new Questao("The adjective ‘stupid’ has lots of synonyms (words with a similar meaning) – but which word means the opposite of ‘stupid’?");
Simulado.Questoes[5].Alternativas[0] = new Alternativa("thick",false,"Thick is a synonym of stupid (but more informal)");
Simulado.Questoes[5].Alternativas[1] = new Alternativa("dim",false,"Dim is a synonym of stupid (but more informal)");
Simulado.Questoes[5].Alternativas[2] = new Alternativa("dull",false,"Dull is a synonym of stupid (but more informal)");
Simulado.Questoes[5].Alternativas[3] = new Alternativa("brainy",true,"Brainy is a synonym of intelligent (but more informal)");
