top of page
Denise Stiglich

Health Sciences

Denise Stiglich

Education:

MS, University of California Riverside

Professional Experience:

Assessment Specialist, Pearson Inc. My career has centered around science education at both the collegiate and k-12 levels.

Courses Taught

CHEM 115

My Passion:

I truly enjoy working with online learners to allow them to succeed when it would otherwise be impossible. It is such a joy to hear the stories of my students and watch them be successful in the class.

Hobbies:

Music, reading, taking care of my kids

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