Curriculum Letter • Assignments - Lexington JHS (2024)

Print Page

What part of the page would you like to print?

Print Entire Page Print Content Only

Skip To Main Content

Site Map

Curriculum Letter • Assignments - Lexington JHS (1)

+ -

ADA

Alert

Login

Spanish 1

Spanish 1

Site Translator


'; } else { tabTpl += ' '; } tabTpl += "

"; tabTpl = $(tabTpl).unbind("touchstart").on("touchstart", function() { $('#siteAlertModal').trigger('loadPopup'); }); $(this).prepend(tabTpl); setTimeout(function(){ $('#siteAlertModal').find(".modalTab").show({"effect": "fade", "duration": 100, complete: function() {$(this).css("display", "flex")}}); }, args.duration); } else { //remove the modalTab $(this).find(".modalTab").hide().remove(); //unhide the modal-dialog $(this).find(".modal-dialog").show({"effect": "fade", "duration": 300}); //remove the tabbedClass $(this).removeClass("schoolIcon"); //remove the directional positions $(this).css({"top": "0", "bottom": "0", "left": "0", "right": "0"}); } $(this).toggleClass("tabbed"); } var tabArgs = args.closed; tabArgs["duration"] = args.animation.duration; $('#siteAlertModal').unbind("tab").on("tab", "", tabArgs, tabifyPopup); } else { $('#siteAlertModal .modal-content').css("background-color", styles.body['background-color']); function framePopup(event, args) { var dWidth = $('#siteAlertModal .modal-body').outerWidth(); var dHeight = Math.ceil($('#siteAlertModal .modal-body').outerHeight() /10) * 10; if(!$(this).hasClass("framed")) { var directions = {}; cs2.alerts.popup.current.scaleFactor = Math.sqrt((args.width/dWidth) * (args.height/dHeight)); switch(args.location) { case 'top left': directions["bottom"] = "calc(100% - " + (parseInt(args.height)+1) + "px)"; directions["left"] = "0"; break; case 'top': directions["bottom"] = "calc(100% - " + (parseInt(args.height)+1) + "px)"; directions["left"] = "calc(50% - " + ((parseInt(args.width)/2)+1) + "px)"; break; case 'top right': directions["bottom"] = "calc(100% - " + (parseInt(args.height)+1) + "px)"; directions["left"] = "calc(100% - " + (parseInt(args.width)+1) + "px)"; break; case 'left': directions["right"] = "calc(100% - " + (parseInt(args.width)+1) + "px)"; directions["top"] = "calc(50% - " + ((parseInt(args.height)/2)+1) + "px)"; break; case 'right': directions["left"] = "calc(100% - " + (parseInt(args.width)+1) + "px)"; directions["top"] = "calc(50% - " + ((parseInt(args.height)/2)+1) + "px)"; break; case 'bottom left': directions["top"] = "calc(100% - " + (parseInt(args.height)+1) + "px)"; directions["left"] = "0"; break; case 'bottom': directions["top"] = "calc(100% - " + (parseInt(args.height)+1) + "px)"; directions["left"] = "calc(50% - " + ((parseInt(args.width)/2)+1) + "px)"; break; case 'bottom right': directions["top"] = "calc(100% - " + (parseInt(args.height)+1) + "px)"; directions["left"] = "calc(100% - " + (parseInt(args.width)+1) + "px)"; break; } //directions holds the directional (top, bottom, left, right) positions to apply as key-value => style-name:style-value $.each(directions, (index, dir) => { $(this).css(index, dir); }); //add the framed class $(this).addClass("framed"); //create and add the frame to before the modal var frameTpl = '

"; if(args.location.includes("bottom") || args.location == "right") { frameTpl = $(frameTpl).unbind("touchstart").on("touchstart", function() { $('#siteAlertModal').trigger('loadPopup'); }); $(this).prepend(frameTpl); if (args.location == "right") { $(this).css({ "display": "flex", "margin-right" : "-1px", "flex-direction" : "row" }); $(this).find(".modal-dialog").css({"height": "100%"}); $(this).find(".modalFrame").css({"width": "30px", "height": "100%", "writing-mode": "vertical-lr", "transform" : "rotate(180deg)", "margin-right": "-1px"}); $(this).find(".modalFrame .modalFrameOption").css({"padding": "10px 0", "transform": "rotate(90deg)"}); $(this).find(".modalFrame .modalFrameTitle").css({"padding-left": "10px"}); } else { $(this).css({ "display": "flex", "flex-direction" : "column", "margin-bottom" : "-1px", "flex-direction" : "column", "margin-left": (args.location.includes("left")) ? "-1px" : 0, "margin-right" : (args.location.includes("right")) ? "-1px" : 0 }); $(this).find(".modal-anim-container").css({"height": "89%"}); $(this).find(".modalFrame").css({"width": "100%", "height": "30px", "writing-mode": "horizontal-tb", "transform" : "rotate(0deg)", "margin-bottom": "-1px"}); $(this).find(".modalFrame .modalFrameOption").css({"padding": "0 10px", "transform": "rotate(0deg)"}); $(this).find(".modalFrame .modalFrameTitle").css({"padding-top": "10px"}); } } else { $(this).append(frameTpl); if(args.location == "left") { $(this).css({ "display": "flex", "flex-direction" : "row", "margin-left": "-1px" }); $(this).find(".modal-dialog").css({"height": "100%"}); $(this).find(".modalFrame").css({"width": "30px", "height": "100%", "writing-mode": "vertical-lr", "margin-left": "-1px"}); $(this).find(".modalFrame .modalFrameOption").css({"padding": "10px 0", "transform": "rotate(90deg)"}); $(this).find(".modalFrame .modalFrameTitle").css({"padding-left": "10px"}); } else { $(this).css({ "display": "flex", "flex-direction" : "column", "margin-top": "-1px", "margin-left": (args.location.includes("left")) ? "-1px" : 0, "margin-right" : (args.location.includes("right")) ? "-1px" : 0 }); $(this).find(".modal-anim-container").css({"height": "89%"}); $(this).find(".modalFrame").css({"width": "100%", "height": "30px", "writing-mode": "horizontal-tb", "transform" : "rotate(0deg)", "margin-top": "-1px"}); $(this).find(".modalFrame .modalFrameOption").css({"padding": "0 10px", "transform": "rotate(0deg)"}); $(this).find(".modalFrame .modalFrameTitle").css({"padding-top": "10px"}); } } //set the defined width and height $(this).css({"width": args.width+"px", "height": args.height+"px"}); //scale all elements in the content down by cs2.alerts.popup.current.scaleFactor cs2.alerts.popup.current.scaleFactor("down"); setTimeout(function(){ $('#siteAlertModal').find(".modalFrame").show("slide", {"direction" : "up"}, args.duration, function() {$(this).css("display", "flex")}); }, args.duration); } else { //remove the modalFrame $(this).find(".modalFrame").hide().remove(); //remove the tabbedClass $(this).removeClass("framed"); //remove the directional positions $(this).css({"top": "0", "bottom": "0", "left": "0", "right": "0", "width": "100%", "height": "100%"}); cs2.alerts.popup.current.scaleFactor("up"); } } var frameArgs = args.closed; frameArgs["duration"] = args.animation.duration; frameArgs["title"] = args.title; $('#siteAlertModal').unbind("frame").on("frame", "", frameArgs, framePopup); }}cs2.alerts.popup.current.scaleFactor = function(dir){ if(dir == "down") { $.each($('#siteAlertModal .modal-body *:not(img)'), (index, el) => { $(el).css({ "font-size" : (parseFloat($(el).css("font-size")) % 1 == 0) ? "calc("+ $(el).css("font-size")+" / "+cs2.alerts.popup.current.scaleFactor+")" : "inherit", "padding" : "calc(" + $(el).css("padding")+" / "+cs2.alerts.popup.current.scaleFactor+")", "margin" : "calc(" + $(el).css("margin")+" / "+cs2.alerts.popup.current.scaleFactor+")" }); }); //images $.each($('#siteAlertModal .modal-body img'), (index, el) => { $(el).css({ "width": "calc("+$(el).css("width")+ " / "+cs2.alerts.popup.current.scaleFactor+")", "height" : "calc("+$(el).css("height")+ " / "+cs2.alerts.popup.current.scaleFactor+")", }); }); } else { $.each($('#siteAlertModal .modal-body *:not(img)'), (index, el) => { $(el).css({ "font-size" : (parseFloat($(el).css("font-size")) % 1 != 0) ? "calc("+$(el).css("font-size")+" * "+cs2.alerts.popup.current.scaleFactor+")" : "inherit", "padding" : "calc(" + $(el).css("padding")+" * "+cs2.alerts.popup.current.scaleFactor+")", "margin" : "calc(" + $(el).css("margin")+" * "+cs2.alerts.popup.current.scaleFactor+")" }); }); //images $.each($('#siteAlertModal .modal-body img'), (index, el) => { $(el).css({ "width": "calc("+$(el).css("width")+ " / "+cs2.alerts.popup.current.scaleFactor+")", "height" : "calc("+$(el).css("height")+ " / "+cs2.alerts.popup.current.scaleFactor+")", }); }); }}cs2.alerts.popup.current.frameCollapse = function(){ event.stopPropagation(); sender = $(event.currentTarget); var modal = sender.parents("#siteAlertModal"); var args = modal.find(".modal-dialog:first").data("popup"); if($(modal).hasClass('minimized')) { $(modal).removeClass("minimized"); if(args.closed.location.includes("bottom")) { $(modal).css("top", "calc(100% - " + (parseInt(args.closed.height)+1) + "px)"); } else if(args.closed.location.includes("top")) { $(modal).css("top", "0px"); } else if(args.closed.location == "left") { $(modal).css("left", "0px"); } else if(args.closed.location == "right") { $(modal).css("left", "calc(100% - " + (parseInt(args.closed.width)+1) + "px)"); } $(modal).find(".modalFrame").unbind("click"); return; } //perform this based on the location var frameTabSize = ( args.closed.location == "bottom left" || args.closed.location == "bottom" || args.closed.location == "bottom right" || args.closed.location == "top left" || args.closed.location == "top" || args.closed.location == "top right") ? args.closed.height : args.closed.width; if(args.closed.location.includes("bottom")) { $(modal).css("top", "calc(100% - 30px)"); } else if(args.closed.location.includes("top")) { $(modal).css("top", "-" + (frameTabSize-30) + "px"); } else if(args.closed.location == "left") { $(modal).css("right", "-" + (frameTabSize-30) + "px"); $(modal).css("left", "-" + (frameTabSize-30) + "px"); } else if(args.closed.location == "right") { $(modal).css("left", "calc(100% - 30px)"); } $(modal).addClass("minimized"); $(modal).find(".modalFrame").css("cursor", "pointer"); $(modal).find(".modalFrame").unbind("click").on("click", cs2.alerts.popup.current.frameCollapse);}cs2.alerts.popup.current.LoadPopup = function(args){ //Load in Popup Data and Styles cs2.alerts.popup.current.PopupData(args); //Show the Popup var effect = (args.animation.effect == "fade" && args.animation.animParams.direction != "center") ? "drop" : args.animation.effect; var isMobile = screen.width <= 780 || (Math.round(window.devicePixelRatio * 100) >= 200); var isTablet = (screen.width > 780 && screen.width <= 992) || (Math.round(window.devicePixelRatio * 100) >= 150 && Math.round(window.devicePixelRatio * 100) < 200); $('#siteAlertModal').unbind("loadPopup").on("loadPopup", function(event) { event.stopPropagation(); $(this).addClass("in"); $('body').addClass("modal-open"); if(!isMobile && !isTablet && ($(this).hasClass("tabbed") || $(this).hasClass("framed"))) { var loadArgs = args.closed; loadArgs["duration"] = args.animation.duration; loadArgs["title"] = args.title; $(this).trigger(args.closed.state, loadArgs); } else { if(isMobile || isTablet) { if((args.hasOwnProperty("mobile") && args.mobile.hasOwnProperty("display") && args.mobile.display.toLowerCase() == "modern") || $('#siteAlertModal').hasClass("modern-mobile")) { $('#siteAlertModal').addClass("modern-mobile"); $('#siteAlertModal .mobile-popup-tool').css("display", "block"); $('#siteAlertModal .modal-dialog').addClass("modal-fullscreen"); $('#siteAlertModal .modal-body p, #siteAlertModal .modal-body table *').css("font-size", (ind, value) => { var factor = (isTablet) ? 1.15 : 1.25; return parseFloat(value)*factor; }); $('#siteAlertModal .nextPopupBtn, #siteAlertModal .prevPopupBtn').css({ "display": "none", }); $('#siteAlertModal .modal-header').css({ "border-top-left-radius" : 0, "border-top-right-radius" : 0 }); $('#siteAlertModal .modal-footer').css({ "border-bottom-left-radius" : 0, "border-bottom-right-radius" : 0, "display" : "none" }); $('#siteAlertModal .modal-carousel').css({ "width": "100vw", "height" : "inherit", "display" : "inline-block" }); $('#siteAlertModal .popupPagination').css({ "height" : "5%", "display" : ($(this).is(":visible") ? "flex" : "none"), "align-items" : "center" }); $('#siteAlertModal .popupPagination .popupPoint a').css({ "height" : "17px", "width" : "17px", "font-size" : "17px" }); $('#siteAlertModal .modal-content').css("height", "inherit"); $('#siteAlertModal .modal-carousel-wrapper').css({ "width": "100%", "height" : "inherit" }); $('#siteAlertModal .modal-transition-section').css({ "display" : "inline-flex", "height" : "inherit" }); $('#siteAlertModal .modal-anim-container').css({ "height" : "inherit" }); $('#siteAlertModal .modal-body').css({ "height": "inherit" }); $('#siteAlertModal .modal-dialog').css( { "width" : "100vw", "height" : "inherit" }); var enabledButtons = 0; enabledButtons += args.styles.footer.buttons['close'] ? 1 : 0; enabledButtons += args.styles.footer.buttons['custom'].enabled ? 1 : 0; enabledButtons += args.styles.footer.buttons['sub'] ? 1 : 0; $('#siteAlertModal .mobile-popup-buttons').css({ "display" : (enabledButtons > 0) ? "block" : "none" }); $('#siteAlertModal').css({ "height" : "100%", "overflow": "clip" }); $('#siteAlertModal .modal-anim-container').show(); //remove close buttons $('#siteAlertModal button.close').hide(); $(this).show("blind", {"direction" : "down"}, args.animation.duration).promise().done(()=>{ $('#siteAlertModal #popupStart').focus(); }); } else { var multi = $('#siteAlertModal').hasClass("multi"); if(multi) { $('#siteAlertModal .modal-transition-section').css({ "display" : "inline-flex", "height" : "inherit" }); $('#siteAlertModal .modal-dialog').css({ "width" : "100vw" }); $('#siteAlertModal .modal-carousel').css({ "height" : "87vh", }); $('#siteAlertModal .modal-anim-container').css({ "height" : "90vh" }); $('#siteAlertModal').css({ "height" : "100vh" }); $('#siteAlertModal .modal-carousel-wrapper').css({ "width": "100%", "height" : "inherit" }); $('#siteAlertModal .nextPopupBtn, #siteAlertModal .prevPopupBtn').css({ "display": "none", }); } //remove mobile-popup buttons for legacy view $('#siteAlertModal .mobile-popup-tool').hide(); $(this).show('fade', {}, args.animation.duration).promise().done( () => { $('#siteAlertModal .close').focus(); }); } } else { $('#siteAlertModal .mobile-popup-tool').css("display", "none"); var multi = $('#siteAlertModal').hasClass("multi"); if(multi) { $('#siteAlertModal .modal-carousel').css("width", "600px"); } //implement effects here if(args.index == 1) { $(this).show("fade", {}, "slow"); var target = ""; if(effect == "puff") { args.animation.animParams["percent"] = 250; target = ".modal-dialog"; $(this).find(target).hide(); $(this).find(".modal-anim-container").css({"width": "min-content", "height": "min-content", "margin": "0 auto"}).show(); } else if(effect == "fold") { args.animation.animParams["size"] = (args.animation.animParams.horizFirst ? 15 : 50); target = ".modal-dialog"; $(this).find(target).hide(); $(this).find(".modal-anim-container").css({"width": "min-content", "height": "min-content", "margin": "0 auto"}).show(); } else { target = ".modal-anim-container"; $(this).find(target).hide(); } $(this).promise().done(function() { $('#siteAlertModal '+target).show(effect, args.animation.animParams, args.animation.duration); }); } } } }); $('#siteAlertModal').unbind("unloadPopup").on("unloadPopup", function() { event.stopPropagation(); $('body').removeClass("modal-open"); var unloadType = event.type; var key = event.keyCode; //check what the closed state is and adjust accordingly if(isMobile || isTablet || args.closed.state == "hide") { if(isMobile) { $(this).hide("blind", {"direction" : "down"}, args.animation.duration).promise().done(() => { if(unloadType == "keydown") { $("#topPagerBar .skipToMainContent a").focus(); } }); } else { var target = ""; if(effect == "puff") { target = ".modal-dialog"; } else if (effect == "fold") { target = ".modal-dialog"; } else { target = ".modal-anim-container"; } $(this).find(target).hide(effect, args.animation.animParams, args.animation.duration).promise().done(() => { if(unloadType == "keydown") { $("#topPagerBar .skipToMainContent a").focus(); } }); $(this).find(target).promise().done(function() { $('#siteAlertModal').hide("fade", {}, "fast"); $('#siteAlertModal').css({ "transform" : "translateY(0px)" }); cs2.alerts.popup.current.pagination.slide(0); if(unloadType == "keydown") { $("#topPagerBar .skipToMainContent a").focus(); } }); } } else { //will trigger either the tab or frame if(!$(this).hasClass("tabbed") && !$(this).hasClass("frame")) { $(this).trigger(args.closed.state, args.closed).promise().done(() => { if(unloadType == "keydown") { $("#topPagerBar .skipToMainContent a").focus(); } }); } } }); $('#siteAlertModal').click(function(ev) { if(ev.target != this) return; $('#siteAlertModal').trigger("unloadPopup"); }); $('#siteAlertModal').trigger("loadPopup");}cs2.alerts.popup.deployPopup = function(popupID){ var selectedPopup = cs2.alerts.popup.allPopups[popupID]; selectedPopup.meta.index = 1; cs2.alerts.popup.current.LoadPopup(selectedPopup.meta);}cs2.alerts.popup.current.ClickHoverPopup = function(args){ //Establish that this popup will appear when the defined selector is clicked/hovered $(document).on(args.trigger.mode, args.trigger.selector, function(){ if(!$('#siteAlertModal').hasClass("closed")) { cs2.alerts.popup.current.LoadPopup(args); if(args.trigger.selector == "body" || args.trigger.selector == "document") { $('#siteAlertModal').addClass("closed"); } } });}cs2.alerts.popup.current.ScrollPopup = function(args){ //Establish that this popup will appear when the page has been scrolled the defined amount $(document).on("scroll", "", function(e){ var scrollVal = $(window).scrollTop(); var pageHeight = $('body').height(); var screenHeight = screen.height; //need to get the scroll position as a percentage. //the scroll position is found with the formula: 100*((screenHeight/2)+scrollVal)/pageHeight var scrollPos = 100*((screenHeight/2)+scrollVal)/pageHeight; //if there is (no cookie set OR the alert is sticky) AND the modal does not have the closed class AND we are in a good scroll position to show the alert if((typeof $.cookie(args.cookie.tag) == "undefined" || args.trigger.sticky) && !$('#siteAlertModal').hasClass("closed") && scrollPos >= args.trigger.size) { cs2.alerts.popup.current.LoadPopup(args); //add the closed class to prevent it from opening again after scrolling past the point $('#siteAlertModal').addClass("closed"); if(args.trigger.sticky) { var expiryDate = new Date(e.getTime() + popup.cookie.duration*60000); $.cookie(popup.cookie.tag, 1, { "expires" : expiryDate}) } } else if(scrollPos < args.trigger.size) { //remove the closed class so it can open when scrolling through it again. $('#siteAlertModal').removeClass("closed"); } });}cs2.alerts.popup.current.Banner = function(args){ /* Create The Banner */ var banner = '\

\ '; banner = banner.replace(/\{bannerTitle\}/g, args.title); banner = banner.replace(/\{bannerContent\}/g, args.content); banner = banner.replace(/\{bannerCategory\}/g, args.category.name); $('body').append(banner); var styles = args.banner.styles; $('.SiteAlertBanner-'+args.id).css({"background-color" : styles['background-color'], "transition": "all 0.3s linear", "width": "100vw", "z-index": "8999", "position" : "fixed"}); if(args.banner.location == "top") { $('.SiteAlertBanner-'+args.id).css({ "top" : "0px", "bottom" : "auto" }); } else { $('.SiteAlertBanner-'+args.id).css({ "bottom" : "0px", "top" : "auto" }); } $('.SiteAlertBanner-'+args.id+' .banner-content').css({ "padding":"10px 20px"}); $('.SiteAlertBanner-'+args.id+' .banner-title').css({ "color" : styles.title['color'], "font-size" : styles.title['size'], "text-align" : styles.title["justification"], "font-style" : styles.title["italic"] ? "italic" : "normal", "font-weight" : styles.title["bold"] ? "bold" : "normal", "text-decoration" : styles.title["underline"] ? "underline" : "none", "text-decoration-color" : styles.title["color"] }); $('.SiteAlertBanner-'+args.id+' .banner-body').css({"color" : "#FFFFFF"}); $('.SiteAlertBanner-'+args.id+' .banner-header small').css({ "color" : colorcompliancy.getCCHex(styles['background-color'], false), "font-size" : "1.3rem" }); $('.SiteAlertBanner-'+args.id+' .banner-category').css({ "color" : colorcompliancy.getCCHex(styles['background-color'], false), "font-style" : "italic" }); if(args.banner.dismissable == "dismiss" || $(window).width() <= 750) { if(args.banner.dismissType == "collapse") { $('.SiteAlertBanner-'+args.id+' .banner-dismiss').css({ "display" : "flex", "position" : "absolute", "right" : "0", "bottom" : (args.banner.location == "top" ? "auto" : "100%"), "top" : (args.banner.location == "top" ? "100%" : "auto"), "border-top-left-radius" : (args.banner.location == "top" ? "0" : "5px"), "border-top-right-radius" : (args.banner.location == "top" ? "0" : "5px"), "border-bottom-left-radius" : (args.banner.location == "top" ? "5px" : "0"), "border-bottom-right-radius" : (args.banner.location == "top" ? "5px" : "0"), "background-color" : styles['background-color'] }); $('.SiteAlertBanner-'+args.id+' .banner-dismiss a').css({ 'padding' : "10px", 'font-size' : "1.5rem", 'color' : styles['title-color'] }); } else { $('.SiteAlertBanner-'+args.id+' .banner-dismiss').css({ "display" : "flex", "position" : "absolute", "right" : "0", "top" : (args.banner.location == "top" ? "65%" : "-35%"), "border-radius" : "50%", "background-color" : styles['background-color'] }); $('.SiteAlertBanner-'+args.id+' .banner-dismiss a').css({ 'padding' : "5px", 'color' : styles['title-color'] }); } $('.SiteAlertBanner-'+args.id+' .banner-dismiss').on("click", function(e) { //toggle the Banner if(args.banner.dismissType == "collapse") { if($('.SiteAlertBanner-'+args.id).hasClass("closed")) { if(args.banner.location == "top") { $('.SiteAlertBanner-'+args.id).css("top", 0); } else { $('.SiteAlertBanner-'+args.id).css("bottom", 0); } } else { if(args.banner.location == "top") { $('.SiteAlertBanner-'+args.id).css("top", -1*parseInt($('.SiteAlertBanner-'+args.id).height()) + "px"); } else { $('.SiteAlertBanner-'+args.id).css("bottom", -1*parseInt($('.SiteAlertBanner-'+args.id).height()) + "px"); } } $('.SiteAlertBanner-'+args.id).toggleClass("closed"); $('.SiteAlertBanner-'+args.id+' .banner-dismiss i').toggleClass("fa-caret-up fa-caret-down"); } else { $('.SiteAlertBanner-'+args.id).hide("fade", {}, "fast"); } }); } //mobile styles if($(window).width() <= 750) { $('.SiteAlertBanner-'+args.id+' .banner-body').css({ "font-size" : "14px" }); $('.SiteAlertBanner-'+args.id+' .banner-header').css({ "font-size" : "20px" }); } var direction = (args.banner.location == "top" ? "up" : "down"); //$('.SiteAlertBanner').show("drop", {"direction" : direction}, "fast"); $('.SiteAlertBanner-'+args.id).show();} var siteNotice = false; function dropSiteNotice(){ new Ajax.Request('/supressMessages.cfm?supress=false'); Effect.BlindDown('siteNoticeBoxHolder', { duration: 0.5 }) $('pagerBarToolAlertButton').addClassName('buttonOn'); } function liftSiteNotice(){ new Ajax.Request('/supressMessages.cfm?supress=true'); Effect.BlindUp('siteNoticeBoxHolder', { duration: 0.25 }) $('pagerBarToolAlertButton').removeClassName('buttonOn'); } function toggleSiteNotice(){ if ($('pagerBarToolAlertButton').hasClassName('buttonOn')){ liftSiteNotice(); }else{ dropSiteNotice(); } } const clamp = (val, min, max) => Math.min(Math.max(val, min), max); var e=new Date; $.get("/ajax/notifications/getAlertMessage.cfm?json=1&school_id="+currentSchool.id+"&gcdid="+currentPageGCDID+"&now="+e.format("Y-m-d H:i:s"),function(data){ //popups contains all of the popups popups = data; //Set the current Popups if(popups.count > 0) { var isPage = (currentPageAction == "page" && parseInt(currentPageDataID) != 0); var isPortal = (currentPageAction == "Portal" && parseInt(currentPortalID) != 0); var isModule = SystemModules.indexOf(currentPageAction) != -1; var hasAllPages = false; var hasAllPortals = false; var hasTopBanner = false; var hasBottomBanner = false; var fOrT = false; var hasGlobal = false; var hasDW = false; $.each(popups.popups, (index, popup) => { cs2.alerts.popup.allPopups[popup.id] = popup; //we only want the enabled popups that are in the correct time frame //if the popup is not in the date range, then continue. We only want current popups /* popup is current if: * (current timestamp is greater than popup start date AND current timestamp is less than popup end date) OR * current timestamp is greater than popup start date AND popup has no end date */ var noEndCond = (popup.end != "" || (popup.end === "" && dateFormat.compare(new Date(), popup.start, true) === 1)); if(!noEndCond) { return; } //betweenCond is true if today is between the start and end date var startBetween = dateFormat.compare(new Date(), popup.start, true) === 1; var endBetween = dateFormat.compare(new Date(), popup.end, true) === -1; var betweenCond = ((startBetween && popup.end === "") || (startBetween && endBetween)); if(!betweenCond) { return; } //also if the popup is a load or scroll and we're on the correct page if(popup.meta.type == "banner" && (!hasTopBanner || !hasBottomBanner) && ((popup.meta.banner.location == "top" && !hasTopBanner) || (popup.meta.banner.location == "bottom" && !hasBottomBanner)) && popup.meta.enabled) { //add a banner immediately if(popup.meta.banner.location == "top") { hasTopBanner = true; } else { hasBottomBanner = true; } cs2.alerts.popup.current.banners.push(popup.meta); return; } // popup is enabled && today is past the start date && (popup never ends || popup does end and today is before the end date) AND if( popup.meta.enabled && (e > new Date(popup.meta.start)) && (popup.meta.end == "" || (popup.meta.end != "" && e < new Date(popup.meta.end))) && ( //district wide popup (popup.meta.trigger.districtwide) || //popup has a click or hover trigger OR (popup.meta.trigger.mode == "click" || popup.meta.trigger.mode == "mouseover") || ( //popup has a load or scroll trigger AND (popup.meta.trigger.mode == "load" || popup.meta.trigger.mode == "scroll") && ( //we are on a page && (the popup loads on this page OR the popup loads on all pages) OR (isPage && (popup.meta.trigger.pages.indexOf(parseInt(currentPageDataID)) != -1 || popup.meta.trigger.pages.indexOf("all") != -1)) || //we are on a portal && (the popup loads on this portal OR the popup loads on all portals) OR (isPortal && (popup.meta.trigger.portals.indexOf(parseInt(currentPortalID)) != -1 || popup.meta.trigger.portals.indexOf("all") != -1)) || //we are on a Module && the popup is allowed to open on Module (isModule && popup.meta.trigger.modules) || //we are on the homepage && the popup is allowed to open on the Homepage (cs2.page.homepage && popup.meta.trigger.pages.indexOf("homepage") != -1) || //we are on a GCD and on the homepage (currentPageGCDID > 0 && parseInt(currentPageDataID) == 0 && popup.meta.trigger.pages.indexOf("homepage") != -1 && (currentPageAction == "departments" || currentPageAction == "classes")) || //the popup is global (popup.meta.trigger.global) ) ) ) ) { //the popup is districtwide if(popup.meta.trigger.districtwide && !hasDW) { cs2.alerts.popup.current.popups = []; cs2.alerts.popup.current.popups.push(popup.meta); $('#siteAlertModal .prevPopupBtn').hide(); $('#siteAlertModal .nextPopupBtn').hide(); $('#siteAlertModal .popupPagination').hide(); hasDW = true; } //the popup is global if(popup.meta.trigger.global && !hasGlobal && !hasDW) { //remove all the current popups cs2.alerts.popup.current.popups = []; cs2.alerts.popup.current.popups.push(popup.meta); $('#siteAlertModal .prevPopupBtn').hide(); $('#siteAlertModal .nextPopupBtn').hide(); $('#siteAlertModal .popupPagination').hide(); hasGlobal = true; } if( //the popup is not sticky && there is no cookie set AND (!popup.meta.trigger.sticky && $.cookie(popup.meta.cookie.tag) != "1" ) && //(there isn't another popup that shows on all pages && we are on a page) | (we are not on a page && we are not on a portal) AND ((!hasAllPages && isPage)) && //the popup shows on all pages (popup.meta.trigger.pages.indexOf("all") != -1) && //There is no global popups !hasGlobal && //There is no district wide popups !hasDW ) { //if we are on a page and the popup has all pages set hasAllPages = true; //remove all other load popups $.each(cs2.alerts.popup.current.popups, (index, currentPopup) => { if(currentPopup.trigger.mode == "load") { cs2.alerts.popup.current.popups.splice(index, 1); } }); cs2.alerts.popup.current.popups.push(popup.meta); return false; } if( //popup is not sticky && there is no cookie set AND (!popup.meta.trigger.sticky && $.cookie(popup.meta.cookie.tag) != "1") && //(there isn't another popup that showss on all portals) || (we are not on a page && we are not on a portal) AND ((!hasAllPortals && isPortal)) && //the popup shows on all portals (popup.meta.trigger.portals.indexOf("all") != -1) && //There is no global popups !hasGlobal && //There is no district wide popups !hasDW ) { //if we are on a page and the popup has all pages set hasAllPortals = true; //remove all other load popups $.each(cs2.alerts.popup.current, (index, currentPopup) => { if(currentPopup.trigger.mode == "load") { cs2.alerts.popup.current.splice(index, 1); } }); cs2.alerts.popup.current.push(popup.meta); return false; } //Modules if( !popup.meta.trigger.sticky && $.cookie(popup.meta.cookie.tag) != -1 && isModule && !hasGlobal && !hasDW) { $.each(cs2.alerts.popup.current, (index, currentPopup) => { if(currentPopup.trigger.mode == "load") { cs2.alerts.popup.current.splice(index, 1); } }); cs2.alerts.popup.current.push(popup.meta); return false; } if( //(there is not a popup that shows on all pages && this is a page) || (there is not a popup that shows on all portals && this is a portal) AND ((!hasAllPages && isPage) || (!hasAllPortals && isPortal)) && //the popup is framed || the popup is tabbed popup.meta.closed.state == "framed" || popup.meta.closed.state == "tabbed" && //There is no global popups !hasGlobal && //There is no district wide popups !hasDW ) { //This popup is set to framed or tabbed //remove all other popups that have been added $.each(cs2.alerts.popup.current, (index, currentPopup) => { cs2.alerts.popup.current.splice(index, 1); }); fOrT = true; } if(!fOrT && popup.meta.trigger.mode != "load" || (popup.meta.trigger.mode == "load" && ((isPage && !hasAllPages) || (isPortal && !hasAllPortals) || (!isPage && !isPortal))) && //There is no global popups !hasGlobal && //There is no district wide popups !hasDW ) { cs2.alerts.popup.current.popups.push(popup.meta); } } }); if(cs2.alerts.popup.current.popups.length > 0) { var multiLoad = false; var loadCount = 0; $.each(cs2.alerts.popup.current.popups, (index, popup) => { loadCount += (popup.trigger.mode == "load") ? 1 : 0; if(loadCount > 1) { multiLoad = true; $('#siteAlertModal .modal-carousel .modal-transition-section').data("transition", 0); } }); if(multiLoad && loadCount > 1) { //many popups, load up the controls $('#siteAlertModal').addClass("multi"); $('#siteAlertModal .prevPopupBtn').show(); $('#siteAlertModal .nextPopupBtn').show(); $('#siteAlertModal .popupPagination').show(); $('#siteAlertModal .modal-carousel .modal-carousel-wrapper').css("overflow", "clip"); } else { $('#siteAlertModal .prevPopupBtn').hide(); $('#siteAlertModal .nextPopupBtn').hide(); $('#siteAlertModal .popupPagination').hide(); $('#siteAlertModal .modal-carousel .modal-carousel-wrapper').css("overflow", "initial"); } /* BEGIN Swipe Functionality - Mobile */ var mousestart; var swipeDistance; var mode = 0; $('#siteAlertModal .modal-transition-section').unbind("touchstart").on("touchstart", (ev) => { /* set the start of the event */ mode = ($(ev.target).hasClass('modal-header') || $(ev.target).parents('.modal-header').length > 0) ? 1 : 0; mousestart = (mode == 1) ? ev.originalEvent.targetTouches[0].pageY : (ev.originalEvent.targetTouches[0].pageX); }); $('#siteAlertModal .modal-transition-section').unbind("touchmove").on("touchmove", (move) => { if(mode == 1) { var currentMatrix = new WebKitCSSMatrix($('#siteAlertModal').css("transform")); var currentTranslation = currentMatrix.m42; swipeDistance = (move.originalEvent.targetTouches[0].pageY - currentTranslation)/2; $('#siteAlertModal').css({ '-webkit-transform' : 'translateY('+clamp((currentTranslation+swipeDistance), 0, SWIPE_THRESHOLD+10)+'px)', '-moz-transform' : 'translateY('+clamp((currentTranslation+swipeDistance), 0, SWIPE_THRESHOLD+10)+'px)', '-ms-transform' : 'translateY('+clamp((currentTranslation+swipeDistance), 0, SWIPE_THRESHOLD+10)+'px)', '-o-transform' : 'translateY('+clamp((currentTranslation+swipeDistance), 0, SWIPE_THRESHOLD+10)+'px)', 'transform' : 'translateY('+clamp((currentTranslation+swipeDistance), 0, SWIPE_THRESHOLD+10)+'px)' }); } else if(mode == 0 && multiLoad && loadCount > 1) { var currentMatrix = new WebKitCSSMatrix($('#siteAlertModal .modal-carousel .modal-transition-section').css("transform")); var currentTranslation = currentMatrix.m41; swipeDistance = ((move.originalEvent.changedTouches[0].pageX - (mousestart - ($('#siteAlertModal .modal-dialog').width() * (1-cs2.alerts.popup.current.pagination.page))))); $('#siteAlertModal .modal-carousel .modal-transition-section').css({ '-webkit-transform' : 'translateX('+clamp(swipeDistance, (currentTranslation + ($('#siteAlertModal .modal-dialog').width() * (1-cs2.alerts.popup.current.pagination.total)) - SWIPE_THRESHOLD-10), SWIPE_THRESHOLD-10)+'px)', '-moz-transform' : 'translateX('+clamp(swipeDistance, (currentTranslation + ($('#siteAlertModal .modal-dialog').width() * (1-cs2.alerts.popup.current.pagination.total)) - SWIPE_THRESHOLD-10), SWIPE_THRESHOLD-10)+'px)', '-ms-transform' : 'translateX('+clamp(swipeDistance, (currentTranslation + ($('#siteAlertModal .modal-dialog').width() * (1-cs2.alerts.popup.current.pagination.total)) - SWIPE_THRESHOLD-10), SWIPE_THRESHOLD-10)+'px)', '-o-transform' : 'translateX('+clamp(swipeDistance, (currentTranslation + ($('#siteAlertModal .modal-dialog').width() * (1-cs2.alerts.popup.current.pagination.total)) - SWIPE_THRESHOLD-10), SWIPE_THRESHOLD-10)+'px)', 'transform' : 'translateX('+clamp(swipeDistance, (currentTranslation + ($('#siteAlertModal .modal-dialog').width() * (1-cs2.alerts.popup.current.pagination.total)) - SWIPE_THRESHOLD-10), SWIPE_THRESHOLD-10)+'px)' }); } }); $('#siteAlertModal .modal-transition-section').unbind("touchend").on("touchend", (up) => { swipeDistance = (mode == 1) ? up.originalEvent.changedTouches[0].pageY - mousestart : (up.originalEvent.changedTouches[0].pageX - mousestart); //if we swipe more than the defined threshold, then perform a full swipe if(Math.abs(swipeDistance) > SWIPE_THRESHOLD) { //mode 1 is a swipe down from the modal-header if(mode == 1) { $('#siteAlertModal').trigger('unloadPopup'); } //mode 0 is a swipe left and right on the modal-body else if(mode == 0 && multiLoad && loadCount > 1) { if(mousestart < up.originalEvent.changedTouches[0].pageX) { cs2.alerts.popup.current.pagination.slide("prev"); } else if(mousestart > up.originalEvent.changedTouches[0].pageX) { cs2.alerts.popup.current.pagination.slide("next"); } } } else { if(mode == 1) { $('#siteAlertModal').css({ "transform" : "translateY(0px)" }); } else { cs2.alerts.popup.current.pagination.slide(cs2.alerts.popup.current.pagination.page); } } }); /* END Swipe Functionality - Mobile */ /* BEGIN Swipe Functionality - Desktop */ var mousestart; var swipeDistance; $('#siteAlertModal .modal-carousel .modal-transition-section').unbind("mousedown").on("mousedown", (ev) => { /* set the start of the event */ mousestart = ev.pageX; var tmpMouseX = mousestart; var translationBeforeAction = $(this).data("transition"); $(this).unbind("mouseup").on("mouseup", (up) => { swipeDistance = up.pageX - mousestart; //if we swipe more than the defined threshold, then perform a full swipe if(Math.abs(swipeDistance) > SWIPE_THRESHOLD) { if(mousestart < up.pageX && (cs2.alerts.popup.current.pagination.page > 1)) { cs2.alerts.popup.current.pagination.slide("prev"); } else if(mousestart > up.pageX && (cs2.alerts.popup.current.pagination.page < cs2.alerts.popup.current.pagination.total)) { cs2.alerts.popup.current.pagination.slide("next"); } } }); }); /* END Swipe Functionality - Desktop*/ $.each(cs2.alerts.popup.current.popups, (index, popup) => { if(multiLoad) { popup.closed.state = "hide"; } switch(popup.trigger.mode) { case 'load': ++cs2.alerts.popup.current.pagination.total; popup.index = cs2.alerts.popup.current.pagination.total; if(multiLoad && cs2.alerts.popup.current.pagination.total > 1) { //many popups, load up the controls $('#siteAlertModal .prevPopupBtn').show(); $('#siteAlertModal .nextPopupBtn').show(); $('#siteAlertModal .popupPagination').show(); //add a pagination bubble var tmpPoint = $('#siteAlertModal .popupPagination .popupPoint:first').clone(); tmpPoint.find("a:first").removeClass("active"); tmpPoint.data("index", cs2.alerts.popup.current.pagination.total).attr("data-index", cs2.alerts.popup.current.pagination.total); tmpPoint.attr("onclick", "cs2.alerts.popup.current.pagination.slide("+cs2.alerts.popup.current.pagination.total+")"); $('#siteAlertModal .popupPagination .popupPaginationPoints').append(tmpPoint); //add the modal-dialog var tmpDialog = $('#siteAlertModal .modal-carousel .modal-transition-section .modal-dialog:first').clone(); tmpDialog.data("index", cs2.alerts.popup.current.pagination.total).attr("data-index", cs2.alerts.popup.current.pagination.total); $('#siteAlertModal .modal-carousel .modal-transition-section').append(tmpDialog); } if(popup.trigger.sticky || $.cookie(popup.cookie.tag) != "1" || popup.trigger.districtwide) { //cookie does not exist - show the alert and set the cookie var delay = (popup.trigger.hasOwnProperty("delay") && popup.trigger.delay > 0) ? popup.trigger.delay : 1500; $(window).load(function() { setTimeout(function() { cs2.alerts.popup.current.LoadPopup(popup); }, delay); }); if(!popup.trigger.sticky || !popup.trigger.districtwide) { //popup.cookie.duration holds the number of minutes until the alert is received again. //need to convert to milliseconds and add those to the current datetime milliseconds //then back to a JSON Date Object var expiryDate = new Date(e.getTime() + popup.cookie.duration*60000); $.cookie(popup.cookie.tag, 1, { "expires" : expiryDate}) } } break; case 'mouseover': case 'click': ++cs2.alerts.popup.current.pagination.total; popup.index = cs2.alerts.popup.current.pagination.total; cs2.alerts.popup.current.ClickHoverPopup(popup); break; case 'scroll': ++cs2.alerts.popup.current.pagination.total; popup.index = cs2.alerts.popup.current.pagination.total; cs2.alerts.popup.current.ScrollPopup(popup); break; } }); } if(cs2.alerts.popup.current.banners.length > 0) { $.each(cs2.alerts.popup.current.banners, (index, banner) => { cs2.alerts.popup.current.Banner(banner); }); } } }); /* Setup Accessibility */ $(document).on("focusin", (foc) => { var focusedTarget = foc.target; if($(focusedTarget).parents("#siteAlertModal").length == 0) { $('#siteAlertModal').trigger("unloadPopup"); $(document).unbind("focusin"); } }); /* End Accessibility*/

  • Subscribe via RSS
  • Views
    • Assignments
    • Older...

Assignments » Curriculum Letter

Friday, Aug 23, 2013

Policies and Procedures for Spanish 1,

Señorita. Salazar, 2013-2014

¡Bienvenidos a la clase de español! Welcome!

Description:

This course introduces students to Spanish culture and language. Emphasis is placed upon developing skills in areas of grammar, reading and speaking this increasingly important language.

Objectives:

After completing the course, students will be able to:

  • Engage in conversations, provide and obtain information, express feelings and emotions, and exchange opinions.
  • Understand and interpret written and spoken Spanish on a variety of topics.
  • Present information, concepts, and ideas to an audience of listeners or readers on a variety of topics.
  • Demonstrate an understanding of the practices and perspectives of the Spanish and Hispanic cultures, and make comparisons between these cultures and your own.
  • Reinforce and further your knowledge of other disciplines (math, science, art, etc.) through the use of Spanish.
  • Show evidence of becoming a life-long learner by using Spanish for your personal enjoyment and enrichment.

Materials:

ü Covered textbook: bring when advised

ü Practice Workbook: bring daily unless advised otherwise

ü Pens, pencils, notebook: bring daily

ü Notebook dividers labeled: Tarea, Vocabulario, Gramática, WAVA/Timbres. It doesn’t need to be a notebook for only Spanish I.

ü Internet connection in order to complete some cultural lessons provided by our text’s publisher.

The web site is phschool.com. It also has extra vocabulary and grammar practice.

If you do not have access to the Internet at home, you may use a computer in the library.

Grading Policy:

To qualify for full credit:

A. All work must be submitted neat and on time.

B. Name, date, and period must be in the upper right-hand corner. Page number and/or title of assignment must be on title line.

C. Turn in homework the day after absence.

• If absence is extended, make arrangements with the teacher.

• No late homework is accepted unless you have an excused absence.

• If you are absent because of a school activity, the homework is due the same day

as everyone else. In other words, plan ahead!

D. COPYING FROM SOMEONE ELSE IS AN AUTOMATIC ZERO POINTS FOR ALL.

IF YOUR HOMEWORK IS IN ANOTHER PERSON’S POSSESSION, THAT’S COPYING!

E. Tests will be made up twice a month on a Wednesday afterschool.

If you are unable to make that date, see teacher IN ADVANCE for alternate plan.

Components of Grade:

Homework (Tarea)

15%

Tests, quizzes (Exámenes)

35%

Oral

25%

Written (Escrito)

25%

Behavior:

A. Participate!

Excessive absences will harm your participation (Oral) grade, resulting in lowered grade overall.

Los puntos convert into participation points. Turn in every 6 weeks for an oral grade.

B. Be Prepared!

C. Be Positive!

D. Be respectful of others. Any rudeness or inappropriate behavior will not be tolerated.

Consequences include writing sentences, detention, phone call home, and referral to AP or contract.

E. Eating and drinking in class is forbidden.

It will be a challenging and fun year, as you learn to communicate in another language! Let’s make it a good one! Keep entire sheet as your contract, in your notebook, so you can refer to our class rules.


Back to Top

4351 Orange Ave. Cypress, CA 90630 Phone: (714) 220-4201 • Fax: (714) 761-4989

We respectfully acknowledge that the Anaheim Union High School District is located on the ancestral land of the Gabrielino/Tongva people. We gratefully acknowledge those on whose ancestral homelands we gather, as well as the diverse and vibrant Native communities who make their home here today.

AUHSD NON-DISCRIMINATION STATEMENT

The Anaheim Union High School District prohibits discrimination, intimidation, harassment (including sexual harassment) or bullying based on a person’s actual or perceived ancestry, color, disability, gender, gender identity, gender expression, immigration status, nationality, race or ethnicity, religion, sex, sexual orientation, or association with a person or a group with one or more of these actual or perceived characteristics in its programs or activities and provides equal access to the Boy Scouts and other designated youth groups. The following employees have been designated to handle questions and complaints of alleged discrimination: Title IX Coordinator for Students:TitleIX@auhsd.usand (714)999-5621; Equity Compliance Officer for Students:EquityComplianceOfficer@auhsd.usand (714)999-5621; 504 Coordinator:504Coordinator@auhsd.usand (714)999-5408.

Legal Information | Privacy Policy | Site Map

ies-web-v2-1 Copyright © 2001-2024. All Rights Reserved.
Web Development by Cyberschool & IES, Inc.


Curriculum Letter • Assignments - Lexington JHS (2024)

References

Top Articles
Latest Posts
Article information

Author: Rob Wisoky

Last Updated:

Views: 5485

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Rob Wisoky

Birthday: 1994-09-30

Address: 5789 Michel Vista, West Domenic, OR 80464-9452

Phone: +97313824072371

Job: Education Orchestrator

Hobby: Lockpicking, Crocheting, Baton twirling, Video gaming, Jogging, Whittling, Model building

Introduction: My name is Rob Wisoky, I am a smiling, helpful, encouraging, zealous, energetic, faithful, fantastic person who loves writing and wants to share my knowledge and understanding with you.