<script>console.log({"files":[{"kind":"drive#file","mimeType":"application\/vnd.google-apps.folder","parents":["1FnbzKJXJxDeercjmcAtYWSaqV-5rdfKn"],"id":"1ObmA5zP_eBXW2phIPJd4kxy2A2OL0Kot","name":"21-22 Rotations","modifiedTime":"2023-09-11T15:41:36.394Z"},{"kind":"drive#file","mimeType":"application\/vnd.google-apps.folder","parents":["1FnbzKJXJxDeercjmcAtYWSaqV-5rdfKn"],"id":"12h2Eyat1oGOl2ndoDt59iJHvi8iVfPXV","name":"22-23 MI Rotations","modifiedTime":"2023-09-11T15:44:07.384Z"},{"kind":"drive#file","mimeType":"application\/vnd.google-apps.folder","parents":["1FnbzKJXJxDeercjmcAtYWSaqV-5rdfKn"],"id":"1uo1fNgTWgXpqfFR5aU3JK2ou-eohKQWI","name":"23-24 MI Rotations","modifiedTime":"2023-09-11T15:47:39.956Z"}]});</script>{"id":5733,"date":"2021-09-28T12:09:30","date_gmt":"2021-09-28T17:09:30","guid":{"rendered":"https:\/\/www.aisd.net\/jones-academy\/?page_id=5733"},"modified":"2023-06-05T09:10:20","modified_gmt":"2023-06-05T14:10:20","slug":"fine-arts-rotation","status":"publish","type":"page","link":"https:\/\/www.aisd.net\/jones-academy\/fine-arts-rotation\/","title":{"rendered":"Fine Arts Rotation"},"content":{"rendered":"\n\n\t<h2>Fine Arts MI Rotations<\/h2>\n\t<ul class=\"dandrive_wrapper\" id=\"glist-a1c312e62de\"><li class=\"dandrive-folder-row dandrive-row\" id=\"dandrive-folder-1ObmA5zP_eBXW2phIPJd4kxy2A2OL0Kot-row\"><a onclick=\"loadSubFoldera1c312e62de('1ObmA5zP_eBXW2phIPJd4kxy2A2OL0Kot')\" onkeydown=\"return event.keyCode != 13 || loadSubFoldera1c312e62de('1ObmA5zP_eBXW2phIPJd4kxy2A2OL0Kot');\" id=\"dandrive-folder-1ObmA5zP_eBXW2phIPJd4kxy2A2OL0Kot-link\" tabindex=\"0\" class=\"\">21-22 Rotations<\/a><\/li><script>\n\n    \/\/ loadSubfolder function loads when folder is clicked.\n\n    var delay = 500; \/\/ anti-rebound for 500ms\n    var lastExecution = 0;\n\n    function loadSubFoldera1c312e62de(folderId) {\n      if ((lastExecution + delay) < Date.now()){\n\n    \tvar url = 'https:\/\/www.googleapis.com\/drive\/v3\/files?q=\"' + folderId + '\"+in+parents&orderBy=folder,name_natural&fields=files(kind,id,name,mimeType,description,parents)&key=AIzaSyCIEOnnIL9s4BA4lAzYm6o-QgT5WrJBVs8';\n\n    \tvar sub_folder = jQuery.getJSON( url, function( data, status){\n        \/\/ on success\n      \/\/  console.log(data);\n    \t});\n\n    \tsub_folder.done(function( data ){\n\n    \t\tvar inner = '<ul class=\"dandrive_subfolder_wrapper\" id=\"glist-'+ folderId +'\">';\n\n        if (data.files.length == 0) {\n            inner += '<li class=\"dandrive-row-data-empty\">No Resources<\/li>';\n        } else {\n        \t\tfor (i = 0; i < data.files.length; i++) {\n        \t\t\tvar instance = 'a1c312e62de';\n              tempinner = \"\";\n        \t\t\ttempinner = print_file_row_folders(data,i,'AIzaSyCIEOnnIL9s4BA4lAzYm6o-QgT5WrJBVs8',instance, folderId);\n\n                if (data.files[i].mimeType == 'application\/vnd.google-apps.folder') {\n                  var type = 'folder';\n                } else {\n                  var mimeType = data.files[i].mimeType;\n                  var type = 'file-' + mimeType.replace(\/[\/!@#$%^&*(),.?\":{}|<>]\/g,'_');\n                }\n\n        \t\t\t  inner += '<li class=\"dandrive-'+type+'-row\" id=\"dandrive-'+type+'-'+ data.files[i].id +'-row\">' + tempinner + '<\/li>';\n\n              }\n    \t\t}\n\n    \t\tinner += '<\/ul>';\n\n    \t\tdocument.getElementById('dandrive-folder-'+ folderId +'-row').innerHTML += inner;\n\n        document.getElementById('dandrive-folder-'+ folderId +'-link').removeAttribute(\"onclick\");\n        document.getElementById('dandrive-folder-'+ folderId +'-link').removeAttribute(\"onkeydown\");\n        document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-active');\n        document.getElementById('dandrive-folder-'+ folderId +'-link').classList.add('dd-active');\n        document.getElementById('dandrive-folder-'+ folderId +'-link').focus();\n        document.getElementById('dandrive-folder-'+ folderId +'-link').addEventListener('click', function() {\n\n                  \/* Toggle between hiding and showing the active panel *\/\n\n                  if (this.classList.contains('dd-active')) {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-hidden');\n                    this.classList.remove('dd-active');\n                    this.classList.add('dd-hidden');\n                  } else {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-hidden');\n                    this.classList.add('dd-active');\n                    this.classList.remove('dd-hidden');\n                  }\n                });\n        document.getElementById('dandrive-folder-'+ folderId +'-link').addEventListener('keydown', function(event) {\n                if (event.keyCode === 13) {\n                  \/* Toggle between hiding and showing the active panel *\/\n\n                  if (this.classList.contains('dd-active')) {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-hidden');\n                    this.classList.remove('dd-active');\n                    this.classList.add('dd-hidden');\n                  } else {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-hidden');\n                    this.classList.add('dd-active');\n                    this.classList.remove('dd-hidden');\n                  }\n                }\n                });\n    \t}).fail(function(jqXHR, textStatus, errorThrown) {\n    \t\tconsole.log('getJSON request failed! ' + textStatus);\n    \t\tdocument.getElementById('dandrive-folder-1ObmA5zP_eBXW2phIPJd4kxy2A2OL0Kot-row').innerHTML = '<p><i>Something went wrong! Please refresh the page to try again.<\/i><\/p>';\n      });\n      lastExecution = Date.now()\n    }\n    }\n    <\/script><li class=\"dandrive-folder-row dandrive-row\" id=\"dandrive-folder-12h2Eyat1oGOl2ndoDt59iJHvi8iVfPXV-row\"><a onclick=\"loadSubFoldera1c312e62de('12h2Eyat1oGOl2ndoDt59iJHvi8iVfPXV')\" onkeydown=\"return event.keyCode != 13 || loadSubFoldera1c312e62de('12h2Eyat1oGOl2ndoDt59iJHvi8iVfPXV');\" id=\"dandrive-folder-12h2Eyat1oGOl2ndoDt59iJHvi8iVfPXV-link\" tabindex=\"0\" class=\"\">22-23 MI Rotations<\/a><\/li><script>\n\n    \/\/ loadSubfolder function loads when folder is clicked.\n\n    var delay = 500; \/\/ anti-rebound for 500ms\n    var lastExecution = 0;\n\n    function loadSubFoldera1c312e62de(folderId) {\n      if ((lastExecution + delay) < Date.now()){\n\n    \tvar url = 'https:\/\/www.googleapis.com\/drive\/v3\/files?q=\"' + folderId + '\"+in+parents&orderBy=folder,name_natural&fields=files(kind,id,name,mimeType,description,parents)&key=AIzaSyCIEOnnIL9s4BA4lAzYm6o-QgT5WrJBVs8';\n\n    \tvar sub_folder = jQuery.getJSON( url, function( data, status){\n        \/\/ on success\n      \/\/  console.log(data);\n    \t});\n\n    \tsub_folder.done(function( data ){\n\n    \t\tvar inner = '<ul class=\"dandrive_subfolder_wrapper\" id=\"glist-'+ folderId +'\">';\n\n        if (data.files.length == 0) {\n            inner += '<li class=\"dandrive-row-data-empty\">No Resources<\/li>';\n        } else {\n        \t\tfor (i = 0; i < data.files.length; i++) {\n        \t\t\tvar instance = 'a1c312e62de';\n              tempinner = \"\";\n        \t\t\ttempinner = print_file_row_folders(data,i,'AIzaSyCIEOnnIL9s4BA4lAzYm6o-QgT5WrJBVs8',instance, folderId);\n\n                if (data.files[i].mimeType == 'application\/vnd.google-apps.folder') {\n                  var type = 'folder';\n                } else {\n                  var mimeType = data.files[i].mimeType;\n                  var type = 'file-' + mimeType.replace(\/[\/!@#$%^&*(),.?\":{}|<>]\/g,'_');\n                }\n\n        \t\t\t  inner += '<li class=\"dandrive-'+type+'-row\" id=\"dandrive-'+type+'-'+ data.files[i].id +'-row\">' + tempinner + '<\/li>';\n\n              }\n    \t\t}\n\n    \t\tinner += '<\/ul>';\n\n    \t\tdocument.getElementById('dandrive-folder-'+ folderId +'-row').innerHTML += inner;\n\n        document.getElementById('dandrive-folder-'+ folderId +'-link').removeAttribute(\"onclick\");\n        document.getElementById('dandrive-folder-'+ folderId +'-link').removeAttribute(\"onkeydown\");\n        document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-active');\n        document.getElementById('dandrive-folder-'+ folderId +'-link').classList.add('dd-active');\n        document.getElementById('dandrive-folder-'+ folderId +'-link').focus();\n        document.getElementById('dandrive-folder-'+ folderId +'-link').addEventListener('click', function() {\n\n                  \/* Toggle between hiding and showing the active panel *\/\n\n                  if (this.classList.contains('dd-active')) {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-hidden');\n                    this.classList.remove('dd-active');\n                    this.classList.add('dd-hidden');\n                  } else {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-hidden');\n                    this.classList.add('dd-active');\n                    this.classList.remove('dd-hidden');\n                  }\n                });\n        document.getElementById('dandrive-folder-'+ folderId +'-link').addEventListener('keydown', function(event) {\n                if (event.keyCode === 13) {\n                  \/* Toggle between hiding and showing the active panel *\/\n\n                  if (this.classList.contains('dd-active')) {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-hidden');\n                    this.classList.remove('dd-active');\n                    this.classList.add('dd-hidden');\n                  } else {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-hidden');\n                    this.classList.add('dd-active');\n                    this.classList.remove('dd-hidden');\n                  }\n                }\n                });\n    \t}).fail(function(jqXHR, textStatus, errorThrown) {\n    \t\tconsole.log('getJSON request failed! ' + textStatus);\n    \t\tdocument.getElementById('dandrive-folder-12h2Eyat1oGOl2ndoDt59iJHvi8iVfPXV-row').innerHTML = '<p><i>Something went wrong! Please refresh the page to try again.<\/i><\/p>';\n      });\n      lastExecution = Date.now()\n    }\n    }\n    <\/script><li class=\"dandrive-folder-row dandrive-row\" id=\"dandrive-folder-1uo1fNgTWgXpqfFR5aU3JK2ou-eohKQWI-row\"><a onclick=\"loadSubFoldera1c312e62de('1uo1fNgTWgXpqfFR5aU3JK2ou-eohKQWI')\" onkeydown=\"return event.keyCode != 13 || loadSubFoldera1c312e62de('1uo1fNgTWgXpqfFR5aU3JK2ou-eohKQWI');\" id=\"dandrive-folder-1uo1fNgTWgXpqfFR5aU3JK2ou-eohKQWI-link\" tabindex=\"0\" class=\"\">23-24 MI Rotations<\/a><\/li><script>\n\n    \/\/ loadSubfolder function loads when folder is clicked.\n\n    var delay = 500; \/\/ anti-rebound for 500ms\n    var lastExecution = 0;\n\n    function loadSubFoldera1c312e62de(folderId) {\n      if ((lastExecution + delay) < Date.now()){\n\n    \tvar url = 'https:\/\/www.googleapis.com\/drive\/v3\/files?q=\"' + folderId + '\"+in+parents&orderBy=folder,name_natural&fields=files(kind,id,name,mimeType,description,parents)&key=AIzaSyCIEOnnIL9s4BA4lAzYm6o-QgT5WrJBVs8';\n\n    \tvar sub_folder = jQuery.getJSON( url, function( data, status){\n        \/\/ on success\n      \/\/  console.log(data);\n    \t});\n\n    \tsub_folder.done(function( data ){\n\n    \t\tvar inner = '<ul class=\"dandrive_subfolder_wrapper\" id=\"glist-'+ folderId +'\">';\n\n        if (data.files.length == 0) {\n            inner += '<li class=\"dandrive-row-data-empty\">No Resources<\/li>';\n        } else {\n        \t\tfor (i = 0; i < data.files.length; i++) {\n        \t\t\tvar instance = 'a1c312e62de';\n              tempinner = \"\";\n        \t\t\ttempinner = print_file_row_folders(data,i,'AIzaSyCIEOnnIL9s4BA4lAzYm6o-QgT5WrJBVs8',instance, folderId);\n\n                if (data.files[i].mimeType == 'application\/vnd.google-apps.folder') {\n                  var type = 'folder';\n                } else {\n                  var mimeType = data.files[i].mimeType;\n                  var type = 'file-' + mimeType.replace(\/[\/!@#$%^&*(),.?\":{}|<>]\/g,'_');\n                }\n\n        \t\t\t  inner += '<li class=\"dandrive-'+type+'-row\" id=\"dandrive-'+type+'-'+ data.files[i].id +'-row\">' + tempinner + '<\/li>';\n\n              }\n    \t\t}\n\n    \t\tinner += '<\/ul>';\n\n    \t\tdocument.getElementById('dandrive-folder-'+ folderId +'-row').innerHTML += inner;\n\n        document.getElementById('dandrive-folder-'+ folderId +'-link').removeAttribute(\"onclick\");\n        document.getElementById('dandrive-folder-'+ folderId +'-link').removeAttribute(\"onkeydown\");\n        document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-active');\n        document.getElementById('dandrive-folder-'+ folderId +'-link').classList.add('dd-active');\n        document.getElementById('dandrive-folder-'+ folderId +'-link').focus();\n        document.getElementById('dandrive-folder-'+ folderId +'-link').addEventListener('click', function() {\n\n                  \/* Toggle between hiding and showing the active panel *\/\n\n                  if (this.classList.contains('dd-active')) {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-hidden');\n                    this.classList.remove('dd-active');\n                    this.classList.add('dd-hidden');\n                  } else {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-hidden');\n                    this.classList.add('dd-active');\n                    this.classList.remove('dd-hidden');\n                  }\n                });\n        document.getElementById('dandrive-folder-'+ folderId +'-link').addEventListener('keydown', function(event) {\n                if (event.keyCode === 13) {\n                  \/* Toggle between hiding and showing the active panel *\/\n\n                  if (this.classList.contains('dd-active')) {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-hidden');\n                    this.classList.remove('dd-active');\n                    this.classList.add('dd-hidden');\n                  } else {\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.add('dd-active');\n                    document.getElementById('dandrive-folder-'+ folderId +'-row').classList.remove('dd-hidden');\n                    this.classList.add('dd-active');\n                    this.classList.remove('dd-hidden');\n                  }\n                }\n                });\n    \t}).fail(function(jqXHR, textStatus, errorThrown) {\n    \t\tconsole.log('getJSON request failed! ' + textStatus);\n    \t\tdocument.getElementById('dandrive-folder-1uo1fNgTWgXpqfFR5aU3JK2ou-eohKQWI-row').innerHTML = '<p><i>Something went wrong! Please refresh the page to try again.<\/i><\/p>';\n      });\n      lastExecution = Date.now()\n    }\n    }\n    <\/script><\/ul>\n\n","protected":false},"excerpt":{"rendered":"<p>Fine Arts MI Rotations<\/p>\n","protected":false},"author":10400,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5733","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.aisd.net\/jones-academy\/wp-json\/wp\/v2\/pages\/5733","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aisd.net\/jones-academy\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aisd.net\/jones-academy\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aisd.net\/jones-academy\/wp-json\/wp\/v2\/users\/10400"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aisd.net\/jones-academy\/wp-json\/wp\/v2\/comments?post=5733"}],"version-history":[{"count":"3","href":"https:\/\/www.aisd.net\/jones-academy\/wp-json\/wp\/v2\/pages\/5733\/revisions"}],"predecessor-version":[{"id":5738,"href":"https:\/\/www.aisd.net\/jones-academy\/wp-json\/wp\/v2\/pages\/5733\/revisions\/5738"}],"wp:attachment":[{"href":"https:\/\/www.aisd.net\/jones-academy\/wp-json\/wp\/v2\/media?parent=5733"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}