top of page
Ronda Jantz

Business / Management

Ronda Jantz

Education:

MS Economics

Professional Experience:

Instructional Mentor and Economics Instructor, Liberty University
Healthcare Economics Instructor, UNCW
Evaluator, Quantitative Analysis, WGU

Courses Taught

ECON 203, STAT 280, BUSN 340

My Passion:

I love teaching students! The subjects I teach help us to make better decisions.

Hobbies:

Home Restoration, Reading, Traveling, Homeschooling

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