top of page
Brigette L. Worthen

Psychology

Brigette L. Worthen

Education:

PsyD, Azusa Pacific University; MA, Azusa Pacific University

Professional Experience:

Staff Psychologist, University of Redlands; Generalist; Trauma (Domestic Violence, Sexual Assault); First-generation College Students

Courses Taught

APSY 450, APSY 105, APSY 435, APSY 320, APSY 285, APSY 315, APSY 430

My Passion:

I enjoy helping students reach their academic goals. It feels personally rewarding and humbling to know that I helped someone to ultimately improve their quality of life.

Hobbies:

Singing, travel, movies, hospitality, spa weekends

bottom of page
import wixLocation from 'wix-location'; import { session } from 'wix-storage'; $w.onReady(function () { const referrer = session.getItem("referrerUrl") || "Unknown"; const { utm_source = '', utm_campaign = '', utm_term = '', utm_content = '', utm_medium = '' , gclid = '', page_url = wixLocation.url ,referrer_url = referrer} = wixLocation.query; const message = { utm_source: utm_source, utm_campaign: utm_campaign, utm_term: utm_term, utm_content: utm_content, utm_medium: utm_medium, gclid: gclid, page_url: page_url, referrer_url: referrer_url }; // Send message to iframe after a short delay to ensure it loads setTimeout(() => { $w("#formEmbed").postMessage(message); }, 1000); });