var quizTitle = "Unit 7 Quiz"


qnum++
cnum = 0
questions[qnum] = "In assessing the risk of dangerous violence, when working with someone known to have been abusive, it is important to consider which of the following? (check all that apply)"
choices[qnum] = new Array()
choices[qnum][cnum++] = "The person’s culture and/or social class"
choices[qnum][cnum++] = "The person’s history of serious violence"
choices[qnum][cnum++] = "The person’s access to weapons"
choices[qnum][cnum++] = "Criminal record"
choices[qnum][cnum++] = "The person’s degree of remorse "
correctAnswers[qnum] = [2,3,4]
cnum = 0
hints[qnum] = "History of serious violence, which may be reflected in a criminal record, is the most predictive of future violence.  Access to weapons is also an important risk factor.  Degree of remorse does not predict future behavior, and culture or class is not relevant to assessing risk."
scrambleQuestion(qnum)

qnum++
cnum = 0
questions[qnum] = "Perpetrators' violent behaviors can be caused by alcoholism and/or drug use."
choices[qnum] = new Array()
choices[qnum][cnum++] = "True"
choices[qnum][cnum++] = "False"
correctAnswers[qnum] = 2
cnum = 0
hints[qnum] = new Array()
hints[qnum][cnum++] = "Statement is false.  Substance abuse is often given as an explanation or excuse for violence.  It may increase the likelihood of violence, but it does not cause it."
hints[qnum][cnum++] = "This is the correct answer.  Substance abuse is often given as an explanation or excuse for violence.  It may increase the likelihood of violence, but it does not cause it."

qnum++
cnum = 0
questions[qnum] = "If a woman calls a mental health agency because of domestic violence and says that the only way her husband will get help is if they see a couple's therapist together, the best response(s) would be:  (check all that apply)"
choices[qnum] = new Array()
choices[qnum][cnum++] = "Agree to treat them as a couple, because otherwise he will have no help."
choices[qnum][cnum++] = "Refuse to see them, because seeing them together would be dangerous."
choices[qnum][cnum++] = "Explain that a decision about couples therapy is made only after initial interviews are done separately."
choices[qnum][cnum++] = "Give the caller information about safety and resources."
correctAnswers[qnum] = [3,4]
cnum = 0
hints[qnum] = "(3) and (4).  It is not unusual for couples where there is domestic violence to seek couples therapy and refuse to be seen separately.  Best practice would respond to the caller with information and offer to see the couple, but not together."

qnum++
cnum = 0
questions[qnum] = "&quot;Abuse by perpetrators is a form of exerting power and control&quot;; this expresses:"
choices[qnum] = new Array()
choices[qnum][cnum++] = "a psychological theory of domestic violence"
choices[qnum][cnum++] = "a family theory of domestic violence"
choices[qnum][cnum++] = "a feminist view of domestic violence"
correctAnswers[qnum] = 3
cnum = 0
hints[qnum] = "The answer is a feminist view of domestic violence.  Psychological theories would look toward the background and individual characteristics of the perpetrator.  Family therapy theories would traditionally look at the interactional patterns of the couple."
scrambleQuestion(qnum)

qnum++
cnum = 0
questions[qnum] = "Perpetrators: (check all that apply)"
choices[qnum] = new Array()
choices[qnum][cnum++] = "are obvious in their appearance and behavior"
choices[qnum][cnum++] = "often blame their victims for the violence"
choices[qnum][cnum++] = "rarely assume responsibility for their abusive behavior without treatment"
choices[qnum][cnum++] = "often minimize their behavior without treatment"
correctAnswers[qnum] = [2,3,4]
cnum = 0
hints[qnum] = "(2), (3), and (4) are often true of perpetrators."

qnum++
cnum = 0
questions[qnum] = "When assessing risk in a domestic violence situation, it is important to consider the safety of which of the following:  (check all that apply)"
choices[qnum] = new Array()
choices[qnum][cnum++] = "the social worker"
choices[qnum][cnum++] = "the victim"
choices[qnum][cnum++] = "children in the family"
correctAnswers[qnum] = [1,2,3]
cnum = 0
hints[qnum] = "All of the above should be considered."
scrambleQuestion(qnum)

qnum++
cnum = 0
questions[qnum] = "Which treatment approach for batterers is certified by the Massachusetts Department of Public Health?"
choices[qnum] = new Array()
choices[qnum][cnum++] = "Psycho-educational groups"
choices[qnum][cnum++] = "Anger management"
choices[qnum][cnum++] = "Psychotherapy"
choices[qnum][cnum++] = "Batterers' Anonymous"
correctAnswers[qnum] = 1
cnum = 0
hints[qnum] = "At this time the Duluth model, which is psycho-educational program with a feminist understanding of violence, is State-Certified in Massachusetts."
scrambleQuestion(qnum)

qnum++
cnum = 0
questions[qnum] = "Batterers who participate in intervention programs usually stop their violence."
choices[qnum] = new Array()
choices[qnum][cnum++] = "True"
choices[qnum][cnum++] = "False"
correctAnswers[qnum] = 2
cnum = 0
hints[qnum] = new Array()
hints[qnum][cnum++] = "Statement is false. Many people who begin such programs drop out.  Even those who finish do not always stop violent or controlling behaviors."
hints[qnum][cnum++] = "This is the correct answer.  Many people who begin such programs drop out.  Even those who finish do not always stop violent or controlling behaviors."

qnum++
cnum = 0
questions[qnum] = "Arrest of a batterer may have unintended negative consequences for the survivor."
choices[qnum] = new Array()
choices[qnum][cnum++] = "True"
choices[qnum][cnum++] = "False"
correctAnswers[qnum] = 1
cnum = 0
hints[qnum] = new Array()
hints[qnum][cnum++] = "This is the correct answer.  Arrest may be a deterrent to future violence.  However, it may also escalate violence, deprive a family of income, and cause humiliation to the family."
hints[qnum][cnum++] = "This statement is ture.  Arrest may be a deterrent to future violence.  However, it may also escalate violence, deprive a family of income, and cause humiliation to the family."

qnum++
cnum = 0
questions[qnum] = "Because many batterers have themselves been victims of abuse or witnessed abuse in their family of origin, psychotherapy is the best intervention to stop the violence."
choices[qnum] = new Array()
choices[qnum][cnum++] = "True"
choices[qnum][cnum++] = "False"
correctAnswers[qnum] = 2
cnum = 0
hints[qnum] = new Array()
hints[qnum][cnum++] = "Statement is false.  Psychotherapy may indeed be a useful intervention for a batterer, but it is apparently not an effective means for stopping the violence."
hints[qnum][cnum++] = "This is the correct answer.  Psychotherapy may indeed be a useful intervention for a batterer, but it is apparently not an effective means for stopping the violence."
