°ÅÀÖÊÓÆµ

Skip to Main Content
District Home
Select a School...
Select a School
  • Anza Elementary
  • Avocado Elementary
  • Blossom Valley Elementary
  • Bostonia Global
  • °ÅÀÖÊÓÆµ Valley Middle
  • Chase Avenue Elementary
  • Crest School
  • °ÅÀÖÊÓÆµ Valley Homeschool Program
  • Empower Academy
  • Flying Hills School of the Arts
  • Fuerte Elementary
  • Greenfield Middle
  • Hillsdale Middle
  • Jamacha Elementary
  • Johnson Elementary
  • Lexington Elementary
  • Los Coches Creek CSMA Magnet School
  • Madison Elementary
  • Magnolia Elementary
  • Meridian Elementary
  • Montgomery Middle
  • Naranca Elementary
  • Parents
  • Rancho San Diego Elementary
  • Rios Computer Science Magnet School
  • Sevick School
  • Vista Grande Elementary
  • W. D. Hall Elementary
Sign In
Search

Greenfield Middle School

°ÅÀÖÊÓÆµ Valley Union School District

  • Get Distance Learning Resources
  • Get Parent Resources
  • Contact a Counselor
  • Contact the District Office
  • Apply for Free & Reduced Meals
  • Home
  • Our School
      "
    • Events
    • CLASSIFIED SUPPORT STAFF
    • Administration
    • Support Staff
    • Counseling
    • Library
    • School Accountability Report Cards
    • School Plan for Student Achievement
    • Competitive Sport Alternative Physical Education
    • Contact Us
    • Bell Schedule
  • Class Pages
      "
  • Faculty
      "
    • Alejandro, Maria
    • Anderson, Brent
    • Andrade, Jorge
    • Brandelius, Karen
    • Coppedge, Lydia
    • Floyd, Kathleen
    • Guardado, Melanie
    • Herman, Dan
    • Horne, Jeremy
    • Koenig, Dan
    • Lopez, Yvette
    • Ludwig, Stacy
    • Mandell, Mitchell
    • Olivieri, Tammy
    • Pentz, Sean
    • Leholm, Alina
    • Triestram, Susan
    • Pena, Glenda
    • Curtis, Donna
    • Krajnak, Kenneth
    • Flores-Castro, Beverly
    • Marcus, Aaron
    • Carpenter, John
    • Groff, Elizabeth
    • Brown, Michael
    • Polis, Lidia
    • Friesen, Madison
    • Quinn, Elizabeth
    • Lepis, Ryan
    • Flores, Michael
    • Pena, Jose
    • Guslani, Ben
    • Spencer, Teresa
    • Daley, Micaela
    • Peterson, Erika
    • Spencer, Austin
    • Galvez, Diana
    • Wiley, Victoria
    • Zavala, Laura
  • Technology
      "
    • Connect to Jetpack-Hotspot
    • Blocksi Parent Dashboard
    • Technical Support
    • Purchase 8th Grade Chromebook
    • Chromebook Protection Plan
    • Parent Square
    • Chromebook Repair and Loaner Info
  • Parent Resources
      "
    • Before/After School Program
    • Parents of English Learners - ELAC Meeting
    • Parent Connection Night
    • Parent Resources
    • Reading Resources
    • Accessing Report Cards via Parent Portal
    • Community Liaisons
    • Re-enrollment User Guide
    • Online Pre-Enrollment

Floyd, Kathleen

Page Navigation

  • Contact
  • Welcome
  • HOMEWORK 6TH
  • HOMEWORK 7TH
  • Websites
  • Greenfield Middle

Go Math Videos

  • Students can access their student edition workbooks and video training links.
    Comments (-1)

Math Websites

  • Kids love this!!  Coding games and much more including "Minecraft"

     

    Comments (-1)
  •  

    Practice any grade level math skills!!

     

    Comments (-1)
more
 

Math Help Video Sites

  • Comments (-1)
  • Watch these Math Antic videos for an entertaining and well explained lesson on any math skill you need help with.

    Comments (-1)
more
 

School Website

  • Greenfield School Website

    Link to Greenfield main school website. School information, links to school district, staff, parent resources etc.. available on this site.
    Comments (-1)

Best place to live, work, play & raise a family

Greenfield Middle School °ÅÀÖÊÓÆµ Valley Union School District

619-588-3103

619-588-3648

Connect With Us

  • Pinterest
  • Flickr
  • Vimeo
  • PeachJar
  • Questions or Feedback
  • Website Accessibility
  • Non-Discrimination Policy
  • Link 4
Questions or Feedback? Terms of Use Privacy Policy

Site Map

Popular Links

  • Link 1
  • Link 2
  • Link 3
  • Link 4
  • Link 5
  • Link 6
  • Link 7
  • Link 8
  • Link 9

Our Schools

  • Questions or Feedback? |
  • |
Copyright © 2025 Finalsite - all rights reserved.
CLOSE
CLOSE
) author: null, // What the author of the app should be in the banner (defaults to <meta name="author"> or hostname) price: 'FREE', // Price of the app appStoreLanguage: 'us', // Language code for App Store inAppStore: 'On the App Store', // Text of price for iOS inGooglePlay: 'In Google Play', // Text of price for Android inAmazonAppStore: 'In the Amazon Appstore', inWindowsStore: 'In the Windows Store', //Text of price for Windows GooglePlayParams: null, // Aditional parameters for the market icon: null, // The URL of the icon (defaults to <meta name="apple-touch-icon">) iconGloss: null, // Force gloss effect for iOS even for precomposed button: 'VIEW', // Text for the install button url: null, // The URL for the button. Keep null if you want the button to link to the app store. scale: 'auto', // Scale based on viewport size (set to 1 to disable) speedIn: 300, // Show animation speed of the banner speedOut: 400, // Close animation speed of the banner daysHidden: 15, // Duration to hide the banner after being closed (0 = always show banner) daysReminder: 90, // Duration to hide the banner after "VIEW" is clicked *separate from when the close button is clicked* (0 = always show banner) force: null, // Choose 'ios', 'android' or 'windows'. Don't do a browser check, just always show this banner hideOnInstall: true, // Hide the banner after "VIEW" is clicked. layer: false, // Display as overlay layer or slide down the page iOSUniversalApp: true, // If the iOS App is a universal app for both iPad and iPhone, display Smart Banner to iPad users, too. appendToSelector: 'body', //Append the banner to a specific selector pushSelector: 'html' // What element is going to push the site content down; this is where the banner append animation will start. } $.smartbanner.Constructor = SmartBanner; // ============================================================ // Bootstrap transition // Copyright 2011-2014 Twitter, Inc. // Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) function transitionEnd() { var el = document.createElement('smartbanner') var transEndEventNames = { WebkitTransition: 'webkitTransitionEnd', MozTransition: 'transitionend', OTransition: 'oTransitionEnd otransitionend', transition: 'transitionend' } for (var name in transEndEventNames) { if (el.style[name] !== undefined) { return { end: transEndEventNames[name] } } } return false // explicit for ie8 ( ._.) } if ($.support.transition !== undefined) return // Prevent conflict with Twitter Bootstrap // http://blog.alexmaccaw.com/css-transitions $.fn.emulateTransitionEnd = function (duration) { var called = false, $el = this $(this).one($.support.transition.end, function () { called = true }) var callback = function () { if (!called) $($el).trigger($.support.transition.end) } setTimeout(callback, duration) return this } $(function () { $.support.transition = transitionEnd() }) // ============================================================ }(window.jQuery); </script> <!-- SMART BANNER END --> <!-- off-canvas menu enabled--> <!-- Ally Alternative Formats Configure START --> <script> AFExtensions = ".pdf,.doc,.docx,.ppt,.pptx,.odt,.odp"; AllyClientID = "6140"; // Wait for the API to load ally.ready(function() { // Configure an API instance const ui = ally.ui({ 'client': { 'baseUrl': 'https://prod.ally.ac', 'clientId': 6140 }, 'courseId': '395', 'locale': $('html').attr('lang'), 'platformName': 'Wcm', 'role': 'anonymous' }); // Apply the API to the page body ui.autoUpdate({'domWatch': 250}); }); </script> <!-- Ally Alternative Formats Configure END --> </body> </html>