Question

In: Psychology

>> Like again, I told you my name is Tynesha. I got a lot of stuff...

>> Like again, I told you my name is Tynesha. I got a lot of stuff to say about me, but you know, I don't know if you're going to be really interested or not. But I know I need to come here. I need something. I got two kids. My dude is at home. He's back again. He left. He comes back. He's in and out. He won't work. And I just want him there for the kids. I don't, I don't know how he sit around all day playing video games and not really helping me. I'm in nursing school. I'm trying to get my degree. My grades ain't what they supposed to be. They could be better, but they ain't because of him. He's always fussing. I can't even get my homework done. I can't get nothing done. And then everybody on me, you know, I got to work. I got to have all the money for the house. I got to take care of the kids. I got to leave work to take them to their appointments. And how much of that are they going to take before they fire me? I don't know. My friends, they help me. But they tired. They're getting tired of helping me because they say what's the point? Why is he there? He's there, and he ain't doing nothing. And you just keep taking him back, but then you ask us for our help. And I don't blame them. I know why they mad. Because they know I could do better. I'm going to nursing school. I was getting good grades. I was on the Dean's list every semester. And now here I am almost flunking. That ain't me. That ain't me. I can't keep doing this. I want my kids to have stuff. I want them to see better. I don't want them to grow up like I did in the projects or in these community apartments and watching people get shot or selling drugs. I want stuff for my family. That ain't what I want. I got to do something though because the kids, they're starting to act out at school. The teacher's calling me. They fighting with other kids. And I know what it is. You know, I know what it is. But I don't want all them people in my business. You know, but pretty soon I told him they going to be calling CSB that child protective thing or something, and then I'm going to be in trouble. Now what if they take my kids? I can't keep doing this. I can't.

>> After seeing Tynesha and haring her story, prepare a response to her using three specific listening skills. These are psycho-education or information giving, self-disclosure, and immediacy.

Questions:

1. Think about what you know about Tynesha's family, including her children and her partner. What additional information might be helpful?

2. What are some of the challenges involved in gathering information about family relationships when you are only speaking to one individual?

3. How could you adapt the genogram to working with a single client? What would be missing? Think beyond the simple lack of others' views and consider the dynamics.

4. At what point might you want to consider involving Tynesha's partner in counseling?

Solutions

Expert Solution

1. All we know about Tynesha is that she has kids and that her partner keeps coming in and going out of her life. Apart from that some information that would also be helpful would be- how old the children are, why does she let her partner come in and out like that, what about her parents, family and other relatives apart from her friends, how old Tynesha and her kids are.

2. When only speaking to one individual it's difficult to understand what exactly the family dyanmics are, as a single persons perspective might differ from what the reality may be or it might just differ to someone else's. There's also very limited information to form a proper conclusion.

3. Her relationship dynamics with her parents and relatives would be missing and what role they play in Tynesha's life could be one important factor.

4. Tynesha's partner should be involved from the start only because her life seems to be really hectic and too much to be managed by herself and her partner being at home should be also brought into counseling to help mend this relationship.


Related Solutions

Like again, I told you my name is Tynesha. I got a lot of stuff to...
Like again, I told you my name is Tynesha. I got a lot of stuff to say about me, but you know, I don't know if you're going to be really interested or not. But I know I need to come here. I need something. I got two kids. My dude is at home. He's back again. He left. He comes back. He's in and out. He won't work. And I just want him there for the kids. I don't,...
please , im sorting by name, address, dependent and hours. i got a lot of errors...
please , im sorting by name, address, dependent and hours. i got a lot of errors i need help please. Thanks package application; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.*; class Emprec { String name; String address; double hours; double rate; int dependents; char gender; boolean degree; // This is the classes's constructor !!!! Emprec(String name, String address, String hours,String dependents) { try { this.name = name; this.address = address; this.hours = Double.valueOf(hours).doubleValue(); this.dependents = Integer.parseInt(dependents); } catch (NumberFormatException...
Psychology 150 Gender Roles Discussion I love this stuff!! I was raised by my mom, and...
Psychology 150 Gender Roles Discussion I love this stuff!! I was raised by my mom, and therefore I learned while growing up that the "person" who is home is the one to take care of the kids, cook and clean. I did not learn the traditional gender roles... man does - women does.. I am very open and think that each person has roles defined by their experience. As an adult I am the one who does the majority of...
I stepped on a track and lifted my foot explain how that sensation got to my...
I stepped on a track and lifted my foot explain how that sensation got to my brain. Where I became aware of it and why my foot lifted before I was aware
I used this code for my first draft assignment. My teacher told me not to add...
I used this code for my first draft assignment. My teacher told me not to add a decrypt function. I have the variable encryptionKey holding 16. I can simply negate encryptionKey with the - in front. Then I make one key change and all the code still works properly. How do I adjust this code? import csv import sys #The password list - We start with it populated for testing purposes passwords = [["yahoo","XqffoZeo"],["google","CoIushujSetu"]] #The password file name to store...
This my program for that calculates the areas of 4 different shapes. I was told to...
This my program for that calculates the areas of 4 different shapes. I was told to use methods and make the program run continuously. there are many errors could someone please fix, and make it run. thank you!! 1 import java.util. Scanner; 2 public class shape_method{ 3 4 //main method 5 public static void main(String[] args) 6 { 7 char repeat = 'y'; 8 while ((repeat == 'y') || (repeat == 'Y')) 9 { 10 display(); 11 swtch(); 12 repeat...
When I was suffering from a lot of phlegm in my throat, one of my students...
When I was suffering from a lot of phlegm in my throat, one of my students recommended I take a shot of apple cider vinegar, which was quite sour. The transduction process that enabled me to taste it was initiated by A. sodium ions traversing the apical plasma membrane of my taste cells. B. protons traversing the apical plasma membrane of my taste cells. C. calcium-mediated activation of voltage-gated Na+ channels. D. calcium-mediated activation of Cl- channels.
Python I want to name my hero and my alien in my code how do I...
Python I want to name my hero and my alien in my code how do I do that: Keep in mind I don't want to change my code except to give the hero and alien a name import random class Hero:     def __init__(self,ammo,health):         self.ammo=ammo         self.health=health     def blast(self):         print("The Hero blasts an Alien!")         if self.ammo>0:             self.ammo-=1             return True         else:             print("Oh no! Hero is out of ammo.")             return False     def...
My name is Aman and i did my Bachelor of Arts and B.ed first then i...
My name is Aman and i did my Bachelor of Arts and B.ed first then i completed Masters of English Literature and D.ed. I have two years teaching experience in college as an assistant lecturer. The instructions are below: For this Intellectual Autobiography (should not be copied/ Strictly Please 800-1200 WORDS), I would like you to reflect on your life as a learner, thinker, and scholar. It is an opportunity for you to reflect upon and articulate the circumstances and...
please read the scenario this is all I got that is provided by my professor If...
please read the scenario this is all I got that is provided by my professor If the initial cash in the US economy is $1 Trillion, individuals tend to keep one-sixth of their income as cash and deposit the rest, and banks can lend 90 percent of the deposit and reserve the remaining, then: a) What is the total money supply (M1) in this economy? (5 points) b) If the Federal Reserve wants to expand the money supply by five...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT