ques = new Array()
cor = new Array()

ans = new Array()
ans[1] = new Array()
ans[2] = new Array()
ans[3] = new Array()
ans[4] = new Array()
ans[5] = new Array()
ans[6] = new Array()
ans[7] = new Array()
ans[8] = new Array()
ans[9] = new Array()
ans[10] = new Array()

fb = new Array()
fb[1] = new Array()
fb[2] = new Array()
fb[3] = new Array()
fb[4] = new Array()
fb[5] = new Array()
fb[6] = new Array()
fb[7] = new Array()
fb[8] = new Array()
fb[9] = new Array()
fb[10] = new Array()


ques[1] = "It is only illegal drugs that are addictive?"
cor[1] =2
ans[1][1]="True."
ans[1][2]="False."

fb[1][1]="Illegal drugs can be addictive but legal drugs like alcohol and tobacco also cause addiction."
fb[1][2]="That's right. Alcohol and tobacco are legal and people can become addicted to them."


ques[2] = "Which of these best describe physical addiction?"
cor[2] =3
ans[2][1]="The user can give up the drug without any bad effects but they choose not to."
ans[2][2]="The user needs to take more of the drug to have a noticeable effect."
ans[2][3]="The drug has caused the user's nerve cells to alter."
fb[2][1]="Addicted users can give up taking the drug but withdrawal symptoms can make it difficult."
fb[2][2]="This describes tolerance where the user needs more of the drug to get the same hit."
fb[2][3]="Yes, that's right. The drug actually affects the user's nervous system."


ques[3] = "How is ecstasy classified according to UK law?"
cor[3] =1
ans[3][1]="Class A."
ans[3][2]="Class B."
ans[3][3]="Class C."
fb[3][1]="That's right. Possession and supply are both serious offences."
fb[3][2]="No, that's not right. Ecstasy is a Class A drug."
fb[3][3]="No, that's not right. Ecstasy is a Class A drug."


ques[4] = "What type of drug is alcohol?"
cor[4] =3
ans[4][1]="Alcohol is a stimulant."
ans[4][2]="Alcohol causes hallucinations."
ans[4][3]="Alcohol is a sedative"
fb[4][1]="Bad luck. Alcohol is a sedative."
fb[4][2]="Sorry but that's wrong. Alcohol disrupts a person's co-ordination because it is a sedative."
fb[4][3]="Excellent. Alcohol is a sedative and slows down the transmission of nerve signals."


ques[5] = "What are the effects of amphetamine?"
cor[5] =1
ans[5][1]="Amphetamine increases heart rate, blood pressure and alertness."
ans[5][2]="Amphetamine makes the user see hallucinations."
ans[5][3]="Amphetamine relaxes the user and makes them feel sleepy."
fb[5][1]="That's right. Amphetamine is a stimulant."
fb[5][2]="Bad luck. Amphetamine is a stimulant that increases heart rate and blood pressure."
fb[5][3]="No. Amphetamine acts as a stimulant rather than a sedative."

ques[6] = "Cannabis was made legal in 2004."
cor[6] =2
ans[6][1]="True."
ans[6][2]="False."

fb[6][1]="No. Cannabis was reclassified as Class C. This changed the penalties but it is still illegal to possess or supply the drug."
fb[6][2]="Yes, that's correct. Cannabis is still illegal although it was reclassified to Class C in January 2004."


ques[7] = "How is cocaine classified under UK law?"
cor[7] =1
ans[7][1]="Class A."
ans[7][2]="Class B."
ans[7][3]="Class C."
fb[7][1]="Yes, cocaine is a hard drug and is Class A."
fb[7][2]="No, it is a Class A drug."
fb[7][3]="No, cocaine is a Class A drug."

ques[8] = "What types of drugs are magic mushrooms?"
cor[8] =2
ans[8][1]="Magic mushrooms are stimulants like ecstasy."
ans[8][2]="Magic mushrooms cause hallucinations like LSD."
ans[8][3]="Magic mushrooms are sedatives like alcohol."
fb[8][1]="Sorry but that's not correct. Magic mushrooms cause hallucinations."
fb[8][2]="Well done. Magic mushrooms cause hallucinations like LSD."
fb[8][3]="Magic mushrooms are not sedatives. They cause hallucinations like LSD."

ques[9] = "You can become physically dependent on sniffing solvents."
cor[9] =2
ans[9][1]="True."
ans[9][2]="False."

fb[9][1]="Solvents don't cause physical addiction but they can cause psychological dependence."
fb[9][2]="Solvents do not cause physical dependence but regular users can become psychologically dependent on sniffing solvents. They need it to feel good about themselves and get through the day."


ques[10] = "What kinds of problems can smoking tobacco cause?"
cor[10] =3
ans[10][1]="Lung and heart problems."
ans[10][2]="Addiction to nicotine"
ans[10][3]="Both 1 and 2."
fb[10][1]="Tobacco can cause problems with user's heart and lungs but it can also cause addiction. "
fb[10][2]="Nicotine is addictive but tobacco also causes problems with user's heart and lungs."
fb[10][3]="Yes, tobacco can cause lots of problems including addiction, heart and lung disorders."


