Version:1.0 StartHTML:000000358 EndHTML:000041316 StartFragment:000039987 EndFragment:000041192 StartSelection:000039987 EndSelection:000041188 SourceURL:https://lms-grad.gcu.edu/learningPlatform/user/users.lc?operation=loggedIn&token=%2fb6rTuiA9Y4WksKqFsTVEOeyyVRkX1ZP%2bcFhbwPSgN2%2f8W4abMWgP5naCv8g09jxWfj8QI3YS0apqHmqxm5l0w%3d%3d&classId=2230601 Student Assignment | LCS Learning Platform (window.NREUM||(NREUM={})).loader_config={xpid:’VgQCWFBWChACXVRXAAkFUVY=’};window.NREUM||(NREUM={}),__nr_require=function(t,n,e){function r(e){if(!n[e]){var o=n[e]={exports:{}};t[e][0].call(o.exports,function(n){var o=t[e][1][n];return r(o||n)},o,o.exports)}return n[e].exports}if(‘function’==typeof __nr_require)return __nr_require;for(var o=0;o 0) || (jQuery(jQuery(element).val()).find(‘video’).length > 0) || (jQuery(jQuery(element).val()).find(‘object’).length > 0) ){ return true; }else{ return false; } }else{ return true; } },i18n(‘validate.required’)); jQuery.validator.addMethod(‘decimalnumber’,function(value,element){ var ex = /^[0-9]d*(.d{0,2})?$/; if(value != null && value != undefined && value != ” && value.length > 0 && value > 0){ return ex.test(value); } return true; }, i18n(‘validate.two.digit’)); } }); appNavObj = new appNav(‘5544afe3-7ab4-4ee0-97ee-7b3ddc652ebf’,’/learningPlatform’); appNavObj.setAttendanceRules(); appNavObj.setClassId(‘e456cbcd-a4e5-4928-834f-7d8dcb26b43a’); appNavObj.currentNavSubTab=jQuery(‘#currentNavSubTabId’).val(); flashcardObj = new Flashcard(‘/learningPlatform’); if(!(jQuery(location).attr(‘hash’) || jQuery(location).attr(‘hash’)==’#’)){ var tab=jQuery(‘#currentTabClickedId’).val(); if(userPreferenceJson.switchLastAccess == 1 && tab != ” && tab != ‘communitiesMenuOption’ && true && true && true){ jQuery(‘#’+tab).click(); }else{ appNavObj.setURL(jQuery(‘#lcsDivLaunchUrl’).val()); } }else{ } var deviceAgent = navigator.userAgent.toLowerCase(); if (deviceAgent.match(/(iphone|ipod|ipad)/)) { ipad = true; } if (deviceAgent.match(/(android)/)) { android = true; } appNavObj.showNoPermissionBoxyBind(); //session timeout var countdown= jQuery(‘#dialog-countdown’); // start the idle timer plugin jQuery.idleTimeout(‘#sessionTimeoutPopup’, ‘#keepAliveSesssion’, { idleAfter: 1680, pollingInterval: 300, keepAliveURL: ‘/learningPlatform/user/keepAlive.lc;jsessionid=BA3CB23971ED86E060AD546A84DADAFA-n2.plmgwbvs2308’, serverResponseEquals: ‘Ok’, sessionId:’BA3CB23971ED86E060AD546A84DADAFA-n2.plmgwbvs2308′, currentRoleId:’1005′, onTimeout: function(){ idletimeout=true; skipQuizSubmitConfirmationAlertOnIdleTimeout=true; logout(); }, onIdle: function(){ centerSessPopup(); loadSessPopup(); }, onCountdown: function(counter){ jQuery(countdown).html(counter); // update the counter if(counter < 11){ screenReaderAnnouncement(counter + ' seconds remaining'); } if(counter >= 30 ){ screenReaderAnnouncement(‘Session will logout due to inactivity in 30 seconds. Click on continue session to keep session active.’); } }, onResume: function(){ jQuery(‘#sessTimeOutBg’).fadeOut(‘slow’); jQuery(‘#sessionTimeoutPopup’).fadeOut(‘fast’); jQuery(‘#sessionTimeoutPopup’).css({‘visibility’:’hidden’}); popupStatus = 0; } }); appNavObj.removeSystemIdleEventBind(); appNavObj.showBrowserSniffing(); notificationControllerObj = new notificationController(‘/learningPlatform/;jsessionid=BA3CB23971ED86E060AD546A84DADAFA-n2.plmgwbvs2308’,30000); //notificationControllerObj = new notificationController(‘/learningPlatform/;jsessionid=BA3CB23971ED86E060AD546A84DADAFA-n2.plmgwbvs2308’,30000); jQuery(window).scroll(function(){ // get the height of #wrap var h = jQuery(‘#lcsMainContentDiv’).height(); var y = jQuery(window).scrollTop(); if( y > (h*.05) && y < (h - 10) ){ // if we are show keyboardTips jQuery('.backToTop').fadeIn('slow'); } else { jQuery('.backToTop').fadeOut('slow'); } }); jQuery('.backToTopBtn').click(function(){ jQuery('html, body').animate({ scrollTop: jQuery('.header').position().top}, 200); }) jQuery('.backToTopBtn').mouseout(function() { jQuery(this).prev('label').css('display', 'none'); jQuery(this).css('background-color', '#4e4e4e'); }) .mouseover(function() { jQuery(this).prev('label').css('display', 'inline-block'); jQuery(this).css('background-color', '#00a1f8'); }); }); function addRemoveCoockie(flag){ appNavObj.setCookieForBrowserSniffing(flag) } function closeSessionTimeOutPopup(){ logout(); } function centerSessPopup(){ var windowWidth = document.documentElement.clientWidth; var windowHeight = document.documentElement.clientHeight; var popupHeight = jQuery('#sessionTimeoutPopup').height(); var popupWidth = jQuery('#sessionTimeoutPopup').width(); jQuery('#sessionTimeoutPopup').css({ 'position': 'fixed', 'visibility': 'visible', 'top': 100, 'z-index':9999999, 'left': windowWidth/2-popupWidth/2 }); jQuery('#sessTimeOutBg').css({ 'height': windowHeight }); } function loadSessPopup(){ if(popupStatus==0){ jQuery('#sessTimeOutBg').css({ 'opacity': 0.4, 'z-index': 999999 }); jQuery('#sessTimeOutBg').fadeIn('slow'); jQuery('#sessionTimeoutPopup').fadeIn('fast'); popupStatus = 1; } jQuery('#keepAliveSesssion').focus(); } var popupStatus1 = 0; function loadBrowseSniff(){ if(popupStatus1==0){ jQuery('#browserSniffingBg').css({ 'opacity': 0.4, 'z-index': 999999 }); jQuery('#browserSniffingBg').fadeIn('slow'); jQuery('#browserSniffingPopupId').fadeIn('fast'); popupStatus1 = 1; } } function loadBrowserSniffingPopup(){ var isOldBrowser=checkBrowserSniff(); // var isOldPlayer=checkFlashPlayerSniff(); if(isOldBrowser ){ centerBrowseSniff(); loadBrowseSniff(); } } function disableBrowseSniff(flag){ appNavObj.setCookieForBrowserSniffing(jQuery('#browserSniffCheckBox').attr('checked')); if(popupStatus1==1){ jQuery('#browserSniffingBg').fadeOut('slow'); jQuery('#browserSniffingPopupId').fadeOut('fast'); popupStatus1 = 0; } } function centerBrowseSniff(){ var windowWidth = document.documentElement.clientWidth; var windowHeight = document.documentElement.clientHeight; var popupHeight = jQuery('#browserSniffingPopupId').height(); var popupWidth = jQuery('#browserSniffingPopupId').width(); jQuery('#browserSniffingPopupId').css({ 'position': 'fixed', 'top': 100, 'z-index':9999999, 'left': windowWidth/2-popupWidth/2 }); jQuery('#browserSniffingPopupId').css({ 'height': windowHeight }); } function checkBrowserSniff(){ // Checking browser details var userAgent = navigator.userAgent.toLowerCase(); jQuery.browser.chrome = /chrome/.test(navigator.userAgent.toLowerCase()); var browserName=''; var version = 0; var isBrowerProblem=false; var trident = !!navigator.userAgent.match(/Trident/7.0/); var rv=navigator.userAgent.indexOf('rv:11.0'); if (trident&&rv!=-1) { jQuery.browser.msie=true } // Is this a version of IE? if(jQuery.browser.msie){ userAgent = jQuery.browser.version; userAgent = userAgent.substring(0,userAgent.indexOf('.')); version = userAgent; browserName='IE'; if(version<8){ isBrowerProblem=true; } } // Is this a version of Chrome? if(jQuery.browser.chrome){ userAgent = userAgent.substring(userAgent.indexOf('chrome/') +7); userAgent = userAgent.substring(0,userAgent.indexOf('.')); version = userAgent; // If it is chrome then jQuery thinks it's safari so we have to tell it it isn't jQuery.browser.safari = false; browserName='Chrome'; if(version<10){ isBrowerProblem=true; } } // Is this a version of Safari? if(jQuery.browser.safari){ userAgent = userAgent.substring(userAgent.indexOf('version/') +7); userAgent = userAgent.substring(1,userAgent.indexOf('.')); version = userAgent; browserName='Safari'; if(version<4){ isBrowerProblem=true; } } // Is this a version of Mozilla? if(jQuery.browser.mozilla){ var isIeBrowser=false; //Is it Firefox? if(navigator.userAgent.toLowerCase().indexOf('firefox') != -1){ userAgent = userAgent.substring(userAgent.indexOf('firefox/') +8); userAgent = userAgent.substring(0,userAgent.indexOf('.')); version = userAgent; browserName='Mozilla'; } //for IE 11 since it show mozilla to it else if (!!navigator.userAgent.match(/Trident/7./)){ browserName='IE'; version = jQuery.browser.version; isIeBrowser=true; } // If not then it must be another Mozilla else{ browserName='Mozilla'; } if(version<4 && !isIeBrowser){ isBrowerProblem=true; }else if(version<8 && isIeBrowser){ isBrowerProblem=true; } } // Is this a version of Opera? if(jQuery.browser.opera){ userAgent = userAgent.substring(userAgent.indexOf('version/') +8); userAgent = userAgent.substring(0,userAgent.indexOf('.')); version = userAgent.substring(1); browserName='Opera'; if(version<4){ isBrowerProblem=true; } } if(!isBrowerProblem){ jQuery('#browserInfoLiId').removeClass(); } return isBrowerProblem; } //Flash Version Sniffing function checkFlashPlayerSniff(){ var playerVersion = swfobject.getFlashPlayerVersion(); var isPlayerProblem=false; if(playerVersion.major<10){ isPlayerProblem=true; }else{ jQuery('#flashPlayerInfoLiId').removeClass(); } return isPlayerProblem; } //Function to reset session timeout time function continueSession(){ jQuery.ajax({url:appNavObj.appBasePath+'/user/users.lc?operation=continueSession',success:function(data){} }); } Research the implications of equal protection for K-12 students within one of the following groups: Classifications based on English language learners; Classifications through ability grouping/tracking; Classifications in academic programs based on gender; Classifications in sports programs based on gender; and Classifications to assign students to specific schools for racial balance.In a 500-750-word essay, address the following for the group that you have chosen: Summarize the factual background on how the students are classified; Identify the legal issues presented by these classifications; and Describe what equal protection requires.Include at least five references in your essay. At least three of the five references should cite U.S. Supreme Court cases.Prepare this assignment according to the guidelines found in the APA Style Guide, located in the Student Success Center. http://www.uscourts.gov/educational-resources/get-involved/federal-court-activities/brown-board-education-re-enactment/history.aspxhttps://advance-lexis-com.lopes.idm.oclc.org/api/document/collection/cases/id/3S4X-JD90-003B-S3RR-00000-00?cite=347%20U.S.%20483&context=1516831https://advance-lexis-com.lopes.idm.oclc.org/api/document/collection/cases/id/3S4X-5GS0-003B-S4SF-00000-00?cite=457%20U.S.%20202&context=1516831