top of page
Sheiveh Jones

Liberal Studies / Education

Sheiveh Jones

Education:

MS Electronic Commerce, National University
EDd Organizational Leadership, University of LaVerne

Professional Experience:

Director, San Diego County Office of Education. Professional area of expertise: Teacher preparation programs, teacher evaluation, California Standards for the Teaching Profession, Accreditation, Cognitive and Instructional Coaching

Courses Taught

Math 302

My Passion:

I am passionate about always doing the right thing by students, understanding that we have to meet students where they are to move them forward in their learning.

Hobbies:

Exercising, hiking, skiing, crocheting, family and puppy time!

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