School Band & Orchestra + THE GLOBAL VOICE OF MUSIC EDUCATORS
School Band & Orchestra +

Independent News Publication of artistpro Media Daily Global Reporting for Music Educators Since 1998 Publisher of School Band & Orchestra +

School Band & Orchestra +

GA Edition · Jobs & Careers

Jobs Intelligence

Verified music-education openings with school-level location facts, employer details and evidence-backed guidance for evaluating the market around the job.

Wednesday, September 23, 2026 · Updated as listings and source records change
SBO+ Education Jobs

SY 26-27 Elementary Grade Band Teacher

State Specialty Schools I- Georgia Cyber Academy

GA, USA · Full Time · Music Education

Apply through the verified listing

var addthis_config = {

services_compact: 'email, facebook, twitter, more',

services_exclude: 'print'

}

var VacanciesAreOnThisPage = true

//window.onerror = function nada(){}

function centerWin(zwidth,zheight){

var winHeight

var winWidth

winHeight = screen.availHeight

winWidth = screen.width

if (zwidth > winWidth){zwidth=winWidth}

if (zheight > winHeight){zheight=winHeight}

zleft = parseInt((winWidth/2)-(zwidth/2))

if (zleft < 10){zleft = 0}

ztop = parseInt((winHeight/2)-(zheight/2))

if (ztop < 25){ztop = 0}

var x = "width=" + zwidth + ",height=" + zheight + ",left=" + zleft + ",top=" + ztop

return x

}

function applyFor(posJobCode,posFirstChoice,posSpecialty){

var openwindow = false

if (document.layers){

alert("Please go back and then click 'Start an Application' to apply for this position.")

return false;

}

var OpenWin = true

try {

if (typeof self.opener.updateApp == "boolean"){

OpenWin = false

}

} catch (e) {

OpenWin = true

}

if (OpenWin){

var applyFor = window.open("https://www.applitrack.com/georgiacyber/onlineapp/_application.aspx?posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

} else {

window.opener.location = "javascript: applyFor('" + posJobCode + "','" + posFirstChoice + "','" + posSpecialty + "')"

self.close()

}

}

function oldWay(){

var openwindow = false

if (document.layers){

alert("Please go back and then click 'Start an Application' to apply for this position.")

return false;

}

if (opener == null){

var applyFor = window.open("https://www.applitrack.com/georgiacyber/onlineapp/_application.aspx?posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

}else{

if (typeof self.opener == "undefined"){

var applyFor = window.open("https://www.applitrack.com/georgiacyber/onlineapp/_application.aspx?posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

}else{

if (typeof self.opener.updateApp == "boolean"){

window.opener.location = "javascript: applyFor('" + posJobCode + "','" + posFirstChoice + "','" + posSpecialty + "')"

self.close()

}else{

var applyFor = window.open("https://www.applitrack.com/georgiacyber/onlineapp/_application.aspx?posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

}

}

}

}

function applyForInternal(posJobCode,posFirstChoice,posSpecialty){

var passDistrictCode;

var applyFor = window.open("https://www.applitrack.com/georgiacyber/onlineapp/_application.aspx?isInternal=1&posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + passDistrictCode + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

}

function applyForOutsideDistrict(district,posJobCode,posFirstChoice,posSpecialty){

var applyPage;

var applyWinSize;

applyPage = '_application.aspx';

var applyFor = window.open("https://www.applitrack.com/" + district + "/onlineapp/" + applyPage + "?posJobCodes=" + posJobCode + "&posFirstChoice=" + posFirstChoice + "&posSpecialty=" + posSpecialty + "","applyFor","location=no,resizable=yes,scrollbars=yes," + centerWin(795,550))

applyFor.focus()

}

function toggle_block(i) {

if (AppliTrack_$(i).style.display == 'none'){ AppliTrack_$(i).style.display = 'block';} else {AppliTrack_$(i).style.display = 'none';}

setUpPageBreaks()

return false;

}

function submitAppliTrackSearch(){

AppliTrack_SearchExecute(null);

}

/* Deprecated; use AppliTrack_SearchExecute() */

function AppliTrackSort(key){

winLoc = window.location.toString()

if (window.location.search == "") {

window.location = winLoc + "?AppliTrackSort=" + escape(key)

}else{

if (window.location.search.indexOf("AppliTrackSort=") > 0){

var currLoc = winLoc.substring(0,winLoc.indexOf("AppliTrackSort="))

window.location = winLoc.replace(/([^a-zA-Z0-9\-\.]+AppliTrackSort=)([a-zA-Z0-9\-\.]+)([&a-zA-Z0-9\-\.]*)/i,'$1' + escape(key) + '$3');

}else{

window.location = winLoc + (winLoc.indexOf("?") < 0?"?":"&") + "AppliTrackSort=" + escape(key)

}

}

}

function AppliTrackSearchFocus(){

var e = AppliTrack_$('AppliTrackPostingSearchBasic');

if (e && e.value == "Search Postings"){

e.value = ""

e.style.color = "black"

e.style.fontStyle = "normal"

}

}

function AppliTrackSearchBlur(){

var e = AppliTrack_$('AppliTrackPostingSearchBasic');

if (e && e.value == ""){

e.value = "Search Postings"

e.style.color = "#999999"

e.style.fontStyle = "italic"

}

}

function AppliTrack_WatchForEnter(e){

if(window.event)

key = window.event.keyCode; //IE

else

key = e.which; //firefox

if (key == 13)

{

AppliTrack_SearchExecute(null);

if(window.event){

window.event.cancelBubble = true;

window.event.returnValue = false;

}

if (event && event.stopPropagation) {

event.stopPropagation();

}

if (event && event.preventDefault) {

event.preventDefault();

}

return false;

}

}

function AppliTrackInit(){

try{

var sf = AppliTrack_$('AppliTrackPostingSearchBasic');

var sc = AppliTrack_$('AppliTrackSearchSubCategory');

if(sf){sf.value = "Search Postings"}

if(sc){sc.disabled = true;}

if (window.location.search.indexOf("category") > 0 || window.location.search.indexOf("AppliTrackPostingSearchBasic") > 0){

AppliTrack_$('AppliTrackPostings').scrollIntoView(true)

}

}

catch(e){}

}

setTimeout('AppliTrackInit()',100)

function AppliTrack_ToggleAdvancedSearch(){

var hc = AppliTrack_$('AppliTrackSearchAdvancedHeaderCollapsed');

var he=AppliTrack_$('AppliTrackSearchAdvancedHeaderExpanded');

var c=AppliTrack_$('AppliTrackSearchAdvancedContainer');

var s=AppliTrack_$('AppliTrackSearchSimpleContainer');

if(!hc||!he||!c) return;

if(hc.style.display=='block'){

hc.style.display='none';

he.style.display='block';

c.style.display='block';

s.style.opacity='.5';

s.style.filter='alpha(opacity=50)';

}

else{

hc.style.display='block';

he.style.display='none';

c.style.display='none';

s.style.opacity='1';

s.style.filter='alpha(opacity=100)';

}

}

function AppliTrack_onKeyPressToggle(e){

if(window.event) {

key = window.event.keyCode; //IE

} else {

key = e.which; //firefox

}

//toggle advanced settings on 'enter' and 'space' keypress

if (key == 13 || key == 32) {

AppliTrack_ToggleAdvancedSearch();

}

}

function AppliTrack_SearchCategorySelect(){

var c = AppliTrack_$('AppliTrackSearchCategory');

var sc=AppliTrack_$('AppliTrackSearchSubCategory');

if(!c||!sc){return;}

if(c.options&&c.selectedIndex > 0){

sc.disabled=false;

var v = c.options[c.selectedIndex].value;

if(v!=''){

try{

eval('var g = '+v);

sc.options.length = 0;

sc.options[sc.options.length] = new Option('All ' + g.id + ' postings','');

for(var i=0;i < g.vals.length;i++){

if(g.vals[i]==''){

sc.options[sc.options.length] = new Option('All ' + g.id + ' postings','');

}

else{

sc.options[sc.options.length] = new Option(g.vals[i],g.vals[i]);

}

}

}catch(e){/*malformed option*/}

}

}

else{

sc.options.length = 0;

sc.disabled = true;

}

}

function AppliTrack_RadiusSelect(){

var l = AppliTrack_$('AppliTrackSearchLocation');

var sr=AppliTrack_$('AppliTrackSearchRadius');

var zct=AppliTrack_$('AppliTrackZipCode');

var zcv = AppliTrack_$('AppliTrackZipValidator');

if(!l||!sr){return;}

if(l.options[l.selectedIndex].value != ''){

sr.disabled = true;

zct.disabled = true;

zcv.style.visibility='hidden';

}

else

{

sr.disabled = false;

zct.disabled = false;

}

}

function AppliTrack_SearchExecute(f /*,execute search, default advanced form visible*/){

var ll = AppliTrack_$('AppliTrackSearchLocation');

var zct = AppliTrack_$('AppliTrackZipCode');

var zcv = AppliTrack_$('AppliTrackZipValidator');

var sbb = AppliTrack_$('AppliTrackPostingSearchBasic');

var validateZip =true;

if (zct !=null) {

if (zct.value != '' ){

validateZip = /(^\d{5}$)|(^\d{5}-\d{4}$)/.test(zct.value);

}

else

{

validateZip = true;

}

}

else

{

validateZip = true;

}

if(( sbb.value !='Search Postings') || validateZip ){

var loc = window.location.search;

if(loc.substring(0,1) == '?'){

//always replace the current search - refactor this to eliminate compounding searching

loc = 'all=1';

//loc= loc.substring(1,loc.length);

}

if(f&&(f.tagName+'').toLowerCase()=='form')

{ f.onSubmit = null; }

if(!arguments||arguments.length=0&&''!=''+d.options[d.selectedIndex].value){

for(var i=1;i < d.options.length;i++){

if(d.options[i].selected && d.options[i].value+''!=''){

s+=(s!=''?' ':'') + 'district:' + d.options[i].value;

}

}

loc = AppliTrack_RemoveParam(loc,'district');

}

var radius='';

if (zipr != null)

{

if (zipr.value !='')

{

radius=' radius%3A"'+ zipr.value +'"';

}

}

if (l != null)

{

if(l&&l.options&&''!=''+l.options[l.selectedIndex].value){

s+=(s!=''?' ':'') + 'location:"' + l.options[l.selectedIndex].value + '"';

loc = AppliTrack_RemoveParam(loc,'location');

}

}

if(tt&&''!=''+tt.value){

s+=(s!=''?' ':'') + 'title:"' + tt.value + '"';

loc = AppliTrack_RemoveParam(loc,'title');

}

if(pd&&pd.options&&''!=''+pd.options[pd.selectedIndex].value){

s+=(s!=''?' ':'') + 'dateposted:' + pd.options[pd.selectedIndex].value + '';

loc = AppliTrack_RemoveParam(loc,'dateposted');

}

if(c&&c.options&&''!=''+c.options[c.selectedIndex].value){

try{

eval('var g = '+c.options[c.selectedIndex].value);

s+=(s!=''?' ':'') + 'category:"' + g.id + '"';

loc = AppliTrack_RemoveParam(loc,'category');

}catch(e){/*malformed option*/}

}

if(sregion && sregion.options && sregion.options[sregion.selectedIndex] != null && ''!=''+sregion.options[sregion.selectedIndex].text){

try{

s+=(s!=''?' ':'') + 'region:"' + sregion.options[sregion.selectedIndex].text + '"';

loc = AppliTrack_RemoveParam(loc,'region');

}catch(e){/*malformed option*/}

}

if(sc&&sc.options&&!sc.disabled&&sc.selectedIndex>=0&&'' != ''+sc.options[sc.selectedIndex].value){

s+=(s!=''?' ':'') + 'subcategory:"' + sc.options[sc.selectedIndex].value + '"';

loc = AppliTrack_RemoveParam(loc,'subcategory');

}

if (typeof CustomSearchFormExtender == 'function') {

s = s + CustomSearchFormExtender();

}

loc = AppliTrack_AddParam(loc,'AppliTrackPostingSearch',s);

}

if (zc != null){

loc = AppliTrack_AddParam(loc,'AppliTrackZipCode', zc.value);

loc = AppliTrack_AddParam(loc,'AppliTrackZipRadius', zipr.value);

}

if (state != null){

loc = AppliTrack_AddParam(loc,'AppliTrackSearchState', state.value);

}

if (int != null)

{

loc = AppliTrack_AddParam(loc,'internal', int.value);

}

//sort

var so = AppliTrack_$('AppliTrackSort');

if(so&&so.options&&''!=''+so.options[so.selectedIndex].value){

loc = AppliTrack_AddParam(loc ,'AppliTrackSort',''+so.options[so.selectedIndex].value);

}

//display

var m = AppliTrack_$('AppliTrackLayoutMode');

if(m&&m.options&&''!=''+m.options[m.selectedIndex].value){

loc = AppliTrack_AddParam(loc ,'AppliTrackLayoutMode',''+m.options[m.selectedIndex].value);

}

//expand/collapse

if(arguments&&arguments.length==3&&arguments[2]&&(navigator.vendor+'').indexOf('Apple')==-1){

loc = AppliTrack_AddParam(loc,'AppliTrackSearch','expanded');

}

//GET

if(loc.match(/^&/g)) {loc = loc.substring(1,loc.length);}

if(!loc.match(/^\?/g)){loc = '?' + loc;}

if(loc.match(/[&\?]$/)!=null){loc = loc.substr(0,loc.length-1);}

window.location = window.location.toString().replace(window.location.search,'') + loc;

}

// if no zip code show this

else

{

if (zcv != null){

zcv.style.visibility="visible";

}

}

}

function AppliTrack_isEmpty(s){

var st = (s&&s.value?s.value:s);

return !(st && ''!=''+st && 'undefined'!=''+st);

}

function AppliTrack_AddParam(loc,key,val){

var rv = loc+'';

if(!AppliTrack_isEmpty(key)&&!AppliTrack_isEmpty(val)){

if (rv.match(new RegExp(key+'=',"ig"))){

rv = AppliTrack_RemoveParam(rv,key);

}

if(rv.length>0 && !rv.match('&$')){rv += '&';}

rv += key + "=" + escape(val);

}

return rv;

}

function AppliTrack_RemoveParam(loc,key){

var rv = (loc+'').split('&');

if(key!= ''){

for(var i=0;i < rv.length;i++){

if(rv[i].substring(0,key.length) == key){

rv[i]='';

}

}

}

return (rv?rv.join('&').replace('&&','&'):'');

}

function AppliTrack_$(id) {

var o = null;

if( document.layers ) {

o = document.layers[id];

} else if( document.all ) {

o = document.all[id];

} else if( document.getElementById ) {

o = document.getElementById(id);

}

return o;

}

function updateEmailLinkFromCurrentWindowLocation(mailSubject, mailMsg, queryStrings)

{

queryStrings = queryStrings.replace('default.aspx', 'JobPostings/view.asp');

var newLine = "%0D%0A";

var sanitizedUrl = sanitizeUrl(window.location.href, queryStrings)

window.location.href = mailSubject + mailMsg + newLine + newLine + encodeURIComponent(sanitizedUrl);

}

function updateHrefFromCurrentWindowLocation(queryStrings, isOpenInNewTab, isClearPreviousParams, isReplaceDefault){

var currentLocation = window.location.href;

if(isClearPreviousParams) currentLocation = window.location.origin + window.location.pathname;

if(isReplaceDefault) currentLocation = currentLocation.replace('default.aspx', 'JobPostings/view.asp');

if (currentLocation.indexOf('?') == -1 && queryStrings.indexOf('?') == -1) {

currentLocation = currentLocation + "?";

}

else {

if (currentLocation.indexOf('?') != -1) currentLocation = currentLocation + '&';

}

if(isOpenInNewTab)

window.open(sanitizeUrl(currentLocation, queryStrings), '_blank' );

else

window.location.href = sanitizeUrl(currentLocation, queryStrings);

}

function sanitizeUrl(currentLocation, queryStrings){

queryStrings = queryStrings.replace("ApplitrackHardcodedURL?1=1", "");

queryStrings = queryStrings.replace("ApplitrackHardcodedURL", "");

return removeDuplicateQueryStringsFromUrl(currentLocation + queryStrings);

}

function removeDuplicateQueryStringsFromUrl(currentLocation)

{

// Example : "http://qa4.applitrack.com/dex/jobhomepage.html?AppliTrackSort=newest&AppliTrackSort=newest"

var delimeter = '&';

var newUrl = [];

var urlArray = currentLocation.split(delimeter);

urlArray.forEach(function(urlParameter, index)

{

if (newUrl.indexOf(urlParameter) == -1 && urlParameter.indexOf('?') != 0)

{

if((urlParameter.indexOf('/') > 0 && index == 0) || urlParameter.indexOf('=') > 0)

{

newUrl.push(urlParameter);

}

}

});

return newUrl.join(delimeter);

}

document.write('Openings as of 9/18/2026force display?FalseOpenings as of 9/18/2026SY 26-27 Elementary Grade Band Teacher JobID: 804 Position Type:&nbsp;&nbsp;Elementary Grades K-5Date Posted:&nbsp;&nbsp;2/24/2026Location:&nbsp;&nbsp;Elementary Grade BandDate Available:&nbsp;&nbsp;07/06/2026&nbsp&nbspJob Title: Elementary Grades Band Teacher&nbsp;FLSA Status:&nbsp;ExemptDepartment:&nbsp;Elementary Grades BandDept Code:&nbsp;Primary Supervisor:&nbsp;Grade Band Principal&nbsp;Secondary Supervisor: Grade Band Assistant PrincipalGrade Band Served:&nbsp;Location:&nbsp;Primarily Remote Position&nbsp;Hours/Days:&nbsp;8am to 4pm, Monday through FridaySalary starting at:&nbsp;Job DescriptionThe Grade Band Teacher is a highly qualified, state certified educator responsible for delivering specific course content in an online environment. This role provides an exemplary individualized and engaging educational experience for students by incorporating school and community/family partnerships, a rigorous curriculum along, and a data-driven and student-centered instructional model.ResponsibilitiesImplements instructional strategies that stimulate learning and increase student engagement;&nbsp;&nbsp;Creates instructional resources to meet the varying needs of students;&nbsp;Takes ownership for student\'s academic progress and attendance, communicating high expectations and showing active interest in student\'s achievement;Prepares students for high stakes standardized tests;&nbsp;Analyzes student data to prescribe remediation and enrichment as needed;Participates in data analysis meetings to monitor student growth;Open and available to being coached on a regular basis by administrators and instructional coaches;Adapts course content according to prescribed policies and procedures using appropriate asynchronous and synchronous tools;Submits grades and required student work ensuring student academic honesty and integrity.&nbsp;&nbsp;Collaborates with parents and colleagues to manage course goals, curriculum, and materials that enhance the learning experience;&nbsp;Actively participates in Professional Learning Communities (or professional development)&nbsp;Hosting live synchronous sessions that promote a positive learning environmentEstablishes and maintains positive rapport with families and regularly communicates with students and learning coaches/parents on an ongoing regular basis;Understands how both diverse and unique characteristics of students and their families impact required support;Works collaboratively with other teachers to ensure that all students are successfully progressing through the program, that parents have a central point of contact, and that tasks are distributed among the stakeholders;Responds to students, parents and colleagues in a timely manner.&nbsp;Organizes social and educational activities for students and families, including sponsorship of virtual clubs, outings, marketing events or other extracurricular activities as required;&nbsp;Travels to testing sites to proctor state exams;Participates in committees as required.Student success will be measured by valid and reliable assessment data, parent and student satisfaction, and continued institutional growth within the academic community.&nbsp;Supervisory Responsibilities:&nbsp;This position has no formal supervisory responsibilities.&nbsp;Competencies: To perform the job successfully, an individual should demonstrate the following competencies:Adaptability/Flexibility:&nbsp; Adapts to change, is open to new ideas, takes on new responsibilities, handles pressure, and adjusts plans to meet changing needs.Integrity/Ethics:&nbsp;&nbsp;Deals with others in a straightforward and honest manner, is accountable for actions, maintains confidentiality, supports company values, and conveys good news and bad.Teamwork:&nbsp; Meets all team deadlines and responsibilities, listens to others and values opinions, helps team leaders to meet goals, welcomes new-comers, and promotes a team atmosphere.Professionalism: Be professional at all times in communications, appearance, work product, and in representing Georgia Cyber Academy in a positive manner.&nbsp;Minimum RequirementsBachelor\'s degree ANDSix (6) months of student teaching experience ANDMeet requirements for Highly Qualified Teacher (HQT)&nbsp;Equivalent combination of education and experience&nbsp;Certificates and LicensesGAPSC Required Content Area CertificationClearance Certificate issued by the Georgia Professional Standards Commission required.Clear Fingerprint/Background Check Required.&nbsp;Other Requirements&nbsp;Pedagogical knowledge content being taught and ability to apply critical thinking&nbsp;Knowledge of state content standards and ability to align those with GCA\'s chosen curriculum, academic supplements, and reinforcement supportsExtensive knowledge of foundational skills for reading and writing to build literacy skillsExtensive knowledge of developmental progressions for reading, writing, speaking, listening, and language standardsAbility to embrace change/adapt to ensure excellent student outcomesAbility to problem solve independently and have a high level of organizationStrong technology skills and ability to rapidly learn and adapt to new technologies and teaching platformsUnderstanding of interdependency of deadlines on multiple projects and able to act to preserve integrity on other people\'s deadlinesAbility to work independently typically 40+ hours per weekAbility to maintain teacher certification/professional development hours and fluency in all school systems, programs, and curriculum as applicableAbility to communicate well with school personnel, parents, students, and cabinet office staff while complying with the confidentiality requirements in local, state, and federal policies&nbsp;&nbsp;Ability to inspire teachers and school staff to meet school improvement initiatives and goalsAbility to display a professional attitude in working with school personnel with parents&nbsp;Must be able to manage large volumes of paperwork and maintain adequate recordsGeneral knowledge of computers, computer commands, peripherals, and various operating systems.Experience using search engines (internet) for research projects&nbsp;Desire to research and learn new technology skills and platformsDemonstrate initiative and the ability to handle multiple tasks simultaneouslyAbility to interact positively with teachers, administrators, and support staffPossess knowledge of the school improvement processMust be an advocate for virtual learning and believe in the mission of Georgia Cyber AcademyKnowledge of state and federal laws, and other pertinent laws regarding K-12 Education as they relate to applicable dutiesKnowledge of GaDOE CCRPIProficiency using computer-based software and online resources to develop training materialsAbility to read and interpret student academic data and educational reportsFamiliarity with online learning environmentExperience working with diverse student populationsAdvanced/Proficient in MS Excel, MS Word, MS PowerPoint, Project, Visio, OneNote, and G-Suite.&nbsp;Ability to rapidly learn and adapt to new technologies and teaching platformsAbility to manage competing priorities with attention to deadlinesStrong critical thinking, planning, and writing skillsAbility to work independently as well as collaborate and communicate effectively within a teamAbility to manage multiple projects within established deadlinesDependable, able to work under pressure and meet deadlines as requiredDemonstrates strong interpersonal skills using tact, patience, and courtesyExcellent organization skills, including ability to incorporate methods and build systems that can be used across the district&nbsp;Excellent presentation and public speaking skillsExcellent written and verbal communication skillsStrong work ethic and self-motivationAbility to be flexible and adaptive to ensure excellent student outcomesAbility to problem solve independently and have a high level of organizationOutstanding attention to detailMaintain a professional home office without distraction during 8 AM - 4 PM workday when working from homeConsistent access to reliable high-speed internetValid driver\'s license and availability of private transportationAbility to travel 25% of the time as required&nbsp;Desired QualificationsAdvanced Degree in Education or related field of studyLeadership degree or endorsement or similar additional certificationGifted, Special Education, and/or ESOL certifications&nbsp;APSI certificationProficient/Advanced data analysis skillsGoogle CertificationsExperience using NWEA MAP, Illuminate DnA, WriteScore, FLVS Global, Edgenuity, Discovery Education, Bright Thinker, Writable, NEWSELA, Legends of Learning, Education Galaxy, Learning A-Z, MindPlay, USA Test Prep, IXL, BrainPOP, Edmentum Exact Path, Moby Max, iReady, Classworks, Nearpod, etc.Working knowledge of SecurlyProficient/Advanced experience with Infinite Campus (SIS)Proficient/Advanced with Canvas (LMS)Working knowledge of Jigsaw Interactive (live classroom tool)Proficient/Advanced in use of Zoom conferencing toolThree (3) years virtual educational environment experiencePrevious experience as a Learning facilitator , Advisor, or Teacher at Georgia Cyber AcademyPrevious experience as an online educator&nbsp;Previous experience with online educational tools/curriculum/assessments&nbsp;Physical Abilities &amp; Working Conditions&nbsp;The Physical Abilities and Working Conditions listed in this section are representative of, but are not intended to provide an exhaustive list of, physical abilities and working conditions which may be required of positions in this class. Georgia Cyber Academy encourages persons with disabilities who are interested in employment in this class and need reasonable accommodation to contact the Human Resources Department for further information.&nbsp;Work Schedule:&nbsp;&nbsp;This is a Monday through Friday, 8 AM to 4 PM, 5 Days/Week, primarily remote position. The noise level in the office is usually moderate (computers, printers, light foot traffic).&nbsp;In-Person Attendance: In-person attendance at professional development, training, conferences, job fairs, meetings, school events, marketing events, and/or testing sites will be required several times per year.Vision: (which may be corrected) to read small print; view a computer screen for prolonged periods.&nbsp;Hearing: (which may be corrected) to answer telephones and tolerate exposure to noisy conditions.&nbsp;Speech: to be understood in face-to-face or virtual communications; to speak with a level of proficiency and volume to be understood over a telephone and/or computer.&nbsp;Upper Body Mobility: use hands and fingers to feel, grasp, and manipulate small objects; manipulate fingers, twist and bend at wrist and elbow; extend arms to reach outward and upward; use hands and arms to lift objects; turn, raise, and lower head.&nbsp;Strength: to lift, push, pull and/or carry objects which weigh as much as 5 or more pounds on a frequent basis.&nbsp;Environmental Requirements: encounter constant work interruptions; work cooperatively with others; work independently; work indoors.&nbsp;Mental Requirements: read, write, understand, interpret and apply information at a moderately complex level essential for successful job performance; math skills at a high school proficiency level; judgement and the ability to process information quickly; learn quickly and follow verbal procedures and standards; give verbal instruction; rank tasks in order of importance; copy, compare, compile and coordinate information and records.&nbsp;&nbsp;Georgia Cyber Academy is an Equal Opportunity EmployerGeorgia Cyber Academy assures Equal Employment Opportunities and equal education opportunities for employees and students as required by Federal and State Orders and Laws. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential tasks. This job description is intended to accurately reflect the position activities and requirements. However, management and administration reserve the right to modify, add, or remove duties and assign other duties as necessary. It is not intended to be and should not be construed as an all-inclusive list of all the responsibilities, skills, or working conditions associated with the position.&nbsp; All employment is "at-will" as governed by the laws of the state where the employee works. It is further understood that the "at-will" nature of employment is one aspect of employment that cannot be changed except in writing and signed by an authorized officer.&nbsp;&nbsp;&nbsp;Email To A Friend');

function setUpPageBreaks(){h = 0; try{}catch(ex){}}

var h = 0

setTimeout("setUpPageBreaks()",100)

document.write('Print Version Powered by Aspex Solutions - AppliTrack, Applicant Tracking for Educators. Online Job Employment Applications, Web Based Employment Applications for School Districts and Educational Institutions - www.aspexsolutions.comYou can also view Georgia teaching jobs at www.k12jobspot.com. K12JobSpot is a site that has thousands of teaching jobs - all from AppliTrack school districts.');

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));try {var pageTracker = _gat._getTracker("UA-12436368-1");pageTracker._trackPageview();} catch(err) {}

← All education jobs
SBO+ Jobs Intelligence

GA, USA Location Report

By SBO+ Staff · Effective 2026-08-20

View this location on OpenStreetMap →

Opportunity and Market

GA, USA is evaluated with current GA labor-market evidence because a validated city profile was unavailable. The source listing identifies a state or region but not a city; city-level statistics are therefore unavailable. [2] [3]

Career Outlook

The statewide unemployment rate supplies current labor-market context, but it does not prove demand for this occupation or employer. Occupation-specific scores are omitted. [1]

Compensation

No salary-equivalency or take-home-pay figure is asserted without listing pay and defensible local cost inputs. Federal tax brackets must be applied to the candidate’s actual filing circumstances. [4]

Housing and Cost of Living

HUD Fair Market Rent resources are provided for a housing comparison using the verified worksite or its county. No city rent is asserted when it was not acquired. [5]

Commute

A validated city commute value was unavailable. Confirm the exact worksite, schedule, transit coverage, parking and fuel costs before accepting relocation expenses.

Community Snapshot

State labor-force scale is not evidence of neighborhood safety, culture or community fit; no such inference is made. [3]

Local Economy

Current statewide employment, labor-force and unemployment observations describe the broader labor environment, not a guaranteed city or occupation outcome. [2] [3] [1]

Relocation Considerations

Verify worksite-level housing, commute, taxes, utilities, benefits, contract length and any remote-work restrictions before relocating. [5] [4]

What I Wish I'd Known Before Taking the Job

A healthy statewide labor market does not guarantee that a specialized music education role is easy to replace. Confirm contract stability, nearby housing and the real commute before paying relocation costs. [2] [1]

Methodology

This report uses the latest retrievable BLS Local Area Unemployment Statistics for the listing’s state. It explicitly withholds city, occupation and affordability scores when those inputs were not acquired.

Sources and freshness

  1. U.S. Bureau of Labor Statistics — effective June 2026; retrieved 2026-08-20.
  2. U.S. Bureau of Labor Statistics — effective June 2026; retrieved 2026-08-20.
  3. U.S. Bureau of Labor Statistics — effective June 2026; retrieved 2026-08-20.
  4. Internal Revenue Service — effective 2026-08-20; retrieved 2026-08-20.
  5. U.S. Department of Housing and Urban Development — effective 2026-08-20; retrieved 2026-08-20.
  6. U.S. Bureau of Labor Statistics — effective 2026-08-20; retrieved 2026-08-20.