// Specify domains from which requests are allowed header('Access-Control-Allow-Origin: *'); // Specify which request methods are allowed header('Access-Control-Allow-Methods: GET, POST, OPTIONS'); // Additional headers which may be sent along with the CORS request // The X-Requested-With header allows jQuery requests to go through header('Access-Control-Allow-Headers: X-Requested-With'); // Set the age to 1 day to improve speed/caching. header('Access-Control-Max-Age: 86400'); // Exit early so the page isn't fully loaded for options requests if (strtolower($_SERVER['REQUEST_METHOD']) == 'options') { exit(); } // If raw post data, this could be from IE8 XDomainRequest // Only use this if you want to populate $_POST in all instances if (isset($HTTP_RAW_POST_DATA)) { $data = explode('&', $HTTP_RAW_POST_DATA); foreach ($data as $val) { if (!empty($val)) { list($key, $value) = explode('=', $val); $_POST[$key] = urldecode($value); } } } function displayCourse($val) { $program=null; if($val['flex'] == true && $val['fulltime'] == false){$program='flex';} // flex only if($val['flex'] == true && $val['fulltime'] == true){$program='flexfulltime';} // flex and full time if($val['flex'] == false && $val['fulltime'] == true){$program='fulltime';} // full time only echo '
" : "").
($val['Certification'] == true ? "
" : "").
($val['Mobile'] == true ? "
" : "").
($val['Preview'] == true ? "
" : "").
'CTE electives prepare students with the academic, technical, and employability skills needed for the high-skill, high-wage, in-demand careers of tomorrow. Students have opportunities to earn industry certifications, scholarships, and college credits in select courses. Learn more about CTE with FLVS.
AP courses are college level and approved by the College Board.
To allow for successful course completion, prior to the AP exams in May, please enroll for your AP course(s) during the following registration periods: (1 credit courses: June 1 - September 29) (0.5 credit courses: June 1 - January 30)
The Cambridge AICE Diploma Program is currently available to FLVS Full Time students entering 9th or 10th grade for the 2021-22 school year. Learn more about the Cambridge AICE Diploma Program.
Courses subject to availability.
Per Florida Statute 1003.428, all high school students must complete an online course prior to graduation. If you choose to take an online course that is 2 segments (English I, Algebra I, etc.) you must complete both segments to meet the online learning requirement. If the course is a .5 credit course (Law Studies, Outdoor Education, etc.), you will meet the requirement by completing this course.
Pursuant to s. 1002.20, F.S.; A public school student whose parent makes written request to the school principal shall be exempted from the teaching of reproductive health or any disease, including HIV/AIDS, in accordance with the provisions of s. 1003.42(3). Learn more about the process and which courses contain subject matter where an exemption request can be made.
CTE electives prepare students with the academic, technical, and employability skills needed for the high-skill, high-wage, in-demand careers of tomorrow. Learn more about CTE with FLVS.
Courses subject to availability.
Middle school students may advance their learning by enrolling in high school courses if academically appropriate.
Pursuant to s. 1002.20, F.S.; A public school student whose parent makes written request to the school principal shall be exempted from the teaching of reproductive health or any disease, including HIV/AIDS, in accordance with the provisions of s. 1003.42(3). Learn more about the process and which courses contain subject matter where an exemption request can be made.
Courses subject to availability.