I'm seeking some help. I have a form which is a pyshological checklist of current and past behaviors. The social worker will interview the client and check off the behavior, how the behavior appears currently, and what it was like in the past.
For example, there is a behavior called Abuse. The person is currently abused both physically and emotionally. In the past, the person was abused only sexually.
The social worker wants the form to appear like this, I placed check marks to represent the selections:
Code: Select all
Behavior Current Prior
[x]Abuse [x]Physical []Physical
[x]Emotional []Emotional
[]Sexual [x]Sexual
[]Other []Other
[x]Aggression []Physical []Physical
[x]Verbal []Verbal
[x]Object []Object
[]Passive []PassiveThank you in advance.