top of page
Teresa A. Rolley

Business / Management, Leadership

Teresa A. Rolley

Education:

BS, Azusa Pacific University; MA, Azusa Pacific University

Professional Experience:

Instructional Support Manager, Azusa Pacific University; Operations Manager, Azusa Pacific University.

Courses Taught

MGT 370, MGT 480, MGT 485, BSOL 301, BSOL 304, LEAD 400, LEAD 365, MLOS 501

My Passion:

I’m an adult learner with a passion for teaching others who seek to complete their degrees. As a lifelong learner, I value education and the confidence it instills in others as they work towards completing their studies.

Hobbies:

Disneyland, spending time with my grandson, cooking

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); });