﻿var ___quiz1 = 
{ 
    title : 'Mental Health IQ Quiz',
    correct : 'Correct!',
    wrong : 'Try again.',
    questions : 
    [
        {
            question : 'Who can be affected by mental illness?',
            answers :
            [
                {
                    answer : 'victims of a traumatic event'
                },
                {
                    answer : 'school-age children'
                },
                {
                    answer : 'adults in demanding careers'
                },
                {
                    answer : 'everyone',
                    correct : true
                }
            ]
        },
        {
            question : 'What is the greatest barrier to accessing treatment for mental illness?',
            answers :
            [
                {
                    answer : 'lack of skilled professionals'
                },
                {
                    answer : 'stigma',
                    correct : true
                },
                {
                    answer : 'transportation'
                },
                {
                    answer : 'failure to recognize symptoms'
                }
            ]
        },
        {
            question : 'Early intervention and/or medical treatment for a mental illness may prevent...?',
            answers :
            [
                {
                    answer : 'disability'
                },
                {
                    answer : 'suicide'
                },
                {
                    answer : 'a life of undue hardship and pain'
                },
                {
                    answer : 'all of the above',
                    correct : true
                }
            ]
        },
        {
            question : 'What are the three most common mental illnesses in Canada right now?',
            answers :
            [
                {
                    answer : 'Schizophrenia, Mood Disorders, Post Traumatic Stress Disorder'
                },
                {
                    answer : 'ADHD, Anxiety Disorders, Personality Disorders'
                },
                {
                    answer : 'Eating Disorders, Organic Brain Disorders, Personality Disorders'
                },
                {
                    answer : 'Anxiety Disorders, Mood Disorders, Substance Abuse and Dependency Disorders',
                    correct : true
                }
            ]
        },
        {
            question : 'How many Canadian adults will develop an Anxiety Disorder this year?',
            answers :
            [
                {
                    answer : '1 million'
                },
                {
                    answer : '100,000'
                },
                {
                    answer : '3 million',
                    correct : true
                },
                {
                    answer : '750,000'
                }
            ]
        },
        {
            question : 'Mental illness can be caused by...?',
            answers :
            [
                {
                    answer : 'a biochemical process in the brain'
                },
                {
                    answer : 'chronic stress and fatigue'
                },
                {
                    answer : 'distressing life events'
                },
                {
                    answer : 'all of the above',
                    correct : true
                }
            ]
        },
        {
            question : 'People with Schizophrenia have...?',
            answers :
            [
                {
                    answer : 'two or more personalities'
                },
                {
                    answer : 'irrational beliefs and hallucinations',
                    correct : true
                },
                {
                    answer : 'a history of child abuse'
                },
                {
                    answer : 'fathers who were distant'
                }
            ]
        },
        {
            question : 'Early warning signs of a mental illness may include:',
            answers :
            [
                {
                    answer : 'significant changes in behaviour or personality'
                },
                {
                    answer : 'confused thoughts and speech'
                },
                {
                    answer : 'suspiciousness and withdrawal'
                },
                {
                    answer : 'all of the above',
                    correct : true
                }
            ]
        },
        {
            question : 'Which mental illness is characterized by dramatic mood swings?',
            answers :
            [
                {
                    answer : 'Bipolar Disorder',
                    correct : true
                },
                {
                    answer : 'Obsessive Compulsive Disorder'
                },
                {
                    answer : 'ADHD'
                },
                {
                    answer : 'Seasonal Affective Disorder (SAD)'
                }
            ]
        },
        {
            question : 'What can you do to look after your mental health?',
            answers :
            [
                {
                    answer : 'take control of your own life'
                },
                {
                    answer : 'know the signs and symptoms of mental illnesses'
                },
                {
                    answer : 'talk to your doctor about any mental health concerns'
                },
                {
                    answer : 'all of the above',
                    correct : true
                }
            ]
        }
    ]
}; 
