-
It’s exhausting to sort out all the di...
-
Getting Clarity—Parents can say, “Th...
-
If a parent feels angry or upset, ask fo...
-
All the people who helped me when we wer...
-
There will be communication challenges. ...
-
Parents feel pressure to be “liked” ...
-
For Providers—Families can be quite di...
-
Now they say, “Whatever you say, Mom.�...
-
I want providers to know that there need...
-
I will have peace knowing I’ve done ev...
-
She’s made me proud.
-
I really want to hear the parents’...
SHARE
Videos
Theme: Advocating for your child
It’s exhausting to sort out all the different perspectives from specialists. Parents can ASK FOR HELP.
Page: 8 of 10
It’s exhausting to sort out all the different perspectives from specialists. Parents can ASK FOR HELP.
SHARE
85 / 109
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">