Course List
Available Courses
// Wait for the DOM to load before executing
document.addEventListener('DOMContentLoaded', function() {
const sheetURL = 'https://docs.google.com/spreadsheets/d/e/2PACX-1vToGfCw45vQhldhdLcf7dMmBDEHKOi-sqWxyWLaJbwi7VYLcjVjyQkMquO7N_QYUJAWFiaDw67b5BZ7/pubhtml';
// Fetch data from the Google Sheets public JSON feed
fetch(sheetURL)
.then(response => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then(data => {
const courses = data.feed.entry;
// Get the course list container
const listContainer = document.getElementById('courses');
listContainer.innerHTML = ''; // Clear any previous content
// Loop through each course and create a list item
courses.forEach(course => {
const listItem = document.createElement('li');
listItem.innerHTML = `
Course Name: ${course['gsx$coursename'].$t}
Grade Band: ${course['gsx$gradeband'].$t}
Subject: ${course['gsx$subject'].$t}
Description: ${course['gsx$description'].$t}
`;
listContainer.appendChild(listItem);
});
})
.catch(error => {
console.error('Error loading data:', error);
});
});
FAQ
Most frequent questions and answers
Yes you can edit every single element.
Yes you can edit every single element.
Yes you can edit every single element.
Free K-12 Online School
A Virtual School Experience That's Shaped Around The Needs Of Your Student.
Request A Call
We respect your privacy, and will never sell or distribute your information.
Directors
6-12 Teachers & Mentors
K-5 Teachers & Mentors
School of Arts
Support Staff
Directors
[/////elementor-template id=”17003″]
6-12 Teachers & Mentors
K-5 Teachers & Mentors
School of Arts
Support Staff

Amplio Speech
Speech Language Pathologist
Contracted Staff
443.436.2521
service@ampliolearning.com

Andre Johnson
Assistant Coordinator of Adult Education
810.309.8275
ajohnson@miprepschool.org

Hannah Klebba
Middle School English & Language Arts Teacher
810.356.7475
klebba@miprepschool.org

Jamie Rudolph
Academic Success Coach for Total Package Hockey
617.999.3697
rudolph@miprepschool.org

Becky Sharkey
Director of Adult Learning / Director of Academic Counseling Services
810.614.9613
sharkey@miprepschool.org
Directors
6-12 Teachers & Mentors
K-5 Teachers & Mentors
School of Arts
Support Staff
Directors
6-12 Teachers & Mentors
K-5 Teachers & Mentors
School of Arts
Support Staff
Our Elementary Team
Free, K-12 Online School.
Make this school year count with an engaging virtual education that's made to fit.
Request More Information
By submitting this form, you consent to have a MIPS representative contact you. We take the privacy of our visitors very seriously; we assure you that your information will be carefully protected.
Search
Tab #1
Tab #2
Tab #1
Tab #2
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.