https://reviewschools.org/wp-includes/js/jquery/jquery.min.js
https://reviewschools.org/wp-includes/js/jquery/jquery-migrate.min.js
https://cdn.jsdelivr.net/npm/apexcharts
Suncoast Technical College
Suncoast Technical at a Glance
2+ years
Typical Program Length
Suburb: Large
Campus Setting
8:1
Student-Faculty Ratio
Cost of Attending Suncoast Technical
Tuition History
| Category | Tuition Trends |
|---|
| 2021 | $6,287 |
| 2022 | $6,287 |
| 2023 | $6,462 |
| 2024 | $6,644 |
Popular Academic Programs
- Vocational Nurse Training, Licensed Practical Nurse (LPN)
- Allied Health Diagnostic, Intervention, and Treatment Professions
- Criminal Justice and Corrections
- Vocational Nurse Training, Licensed Practical Nurse (LPN)
- Cosmetology and Related Personal Grooming Services
- Cosmetology and Related Personal Grooming Services
- Fire Protection
- Vehicle Maintenance and Repair Technologies
- Culinary Arts and Related Services
- Vehicle Maintenance and Repair Technologies
- Environmental Control Technologies/Technicians
- Computer Programming
- Allied Health Diagnostic, Intervention, and Treatment Professions
- Criminal Justice and Corrections
- Plumbing and Related Water Supply Services
Awards Conferred
| Category | Awards Conferred |
|---|
| Certificate (< 2yrs) | 260 |
| Certificate (< 4yrs) | 32 |
Other Academic Services
- Weekend and Evening Classes
- Academic and Career Counseling Services
- Employment Services for Students
- Placement Services for Graduating Students
- Physical Library Facilities
- Library Collection - Printed Materials
- Digital Library Resources
- Trained Library Staff
Comparison with Peers
Suncoast Technical College
$6,644
50.0%
0.0%
Tech, Auto & Design Vocational Schools
$11,113
69.5%
31.7%
Review Suncoast Technical College
var rsChartData = {"instances":[{"containerId":"rs-chart-1","type":"tuition_history","data":{"categories":["2021","2022","2023","2024"],"values":[6287,6287,6462,6644]},"height":350,"color":"#2b60ff","typeConfig":{"orientation":"vertical","formatter":"currency","monochrome_shade":"dark","distributed":true,"column_width":"60%","data_labels_offset_y":50,"data_labels_offset_x":0,"xaxis_tick_amount":0}},{"containerId":"rs-chart-2","type":"awards","data":{"categories":["Certificate (\u003C 2yrs)","Certificate (\u003C 4yrs)"],"values":[260,32]},"height":400,"color":"#2b60ff","typeConfig":{"orientation":"horizontal","formatter":"number","monochrome_shade":"light","distributed":false,"column_width":"70%","data_labels_offset_y":0,"data_labels_offset_x":0,"xaxis_tick_amount":5}},{"containerId":"rs-chart-3","type":"tuition_history","data":{"categories":["2021","2022","2023","2024"],"values":[6287,6287,6462,6644]},"height":350,"color":"#2b60ff","typeConfig":{"orientation":"vertical","formatter":"currency","monochrome_shade":"dark","distributed":true,"column_width":"60%","data_labels_offset_y":50,"data_labels_offset_x":0,"xaxis_tick_amount":0}},{"containerId":"rs-chart-4","type":"awards","data":{"categories":["Certificate (\u003C 2yrs)","Certificate (\u003C 4yrs)"],"values":[260,32]},"height":400,"color":"#2b60ff","typeConfig":{"orientation":"horizontal","formatter":"number","monochrome_shade":"light","distributed":false,"column_width":"70%","data_labels_offset_y":0,"data_labels_offset_x":0,"xaxis_tick_amount":5}}],"config":{"colors":{"primary":"#2b60ff","secondary":"#f8f9fa","text":"#333333","grid":"#e9ecef"},"fonts":{"family":"Lato, sans-serif","data_label_size":"14px","axis_label_size":"18px","small_axis_size":"14px"},"defaults":{"animations":false,"toolbar":false,"background":"white"}},"strings":{"tuition":"Tuition","awards":"Awards","loans":"Loans","noData":"No data available"}};
//# sourceURL=rs-school-charts-js-extra
https://reviewschools.org/wp-includes/js/dist/hooks.min.js
https://reviewschools.org/wp-includes/js/dist/i18n.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
https://reviewschools.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js
var wpcf7 = {
"api": {
"root": "https:\/\/reviewschools.org\/wp-json\/",
"namespace": "contact-form-7\/v1"
},
"cached": 1
};
//# sourceURL=contact-form-7-js-before
https://reviewschools.org/wp-content/plugins/contact-form-7/includes/js/index.js
var wpcf7cf_global_settings = {"ajaxurl":"https://reviewschools.org/wp-admin/admin-ajax.php"};
//# sourceURL=wpcf7cf-scripts-js-extra
https://reviewschools.org/wp-content/plugins/conditional-fields-pro/js/scripts.js
https://reviewschools.org/wp-content/plugins/oxygen/subplugins/breakdance-elements/dependencies-files/awesome-menu@1/awesome-menu.js
document.addEventListener('DOMContentLoaded', function(){ window.addEventListener('load', function () {
setTimeout(() => {
//console.log("TOC script running...");
const tocList = document.querySelector('.rs_toc__list');
if (!tocList) {
//console.warn("TOC list container not found.");
return;
}
const headings = document.querySelectorAll('.main h2, .main h3, .main h4');
if (!headings.length) {
console.warn("No headings");
return;
}
headings.forEach((heading, i) => {
const tag = heading.tagName.toLowerCase();
const text = heading.textContent.trim();
if (!text) return;
if (!heading.id) {
const safeId = text.toLowerCase().replace(/\s+/g, '-').replace(/[^\w\-]+/g, '') + '-' + i;
heading.id = safeId;
//console.log(`Generated ID for ${tag}: ${heading.id}`);
}
const li = document.createElement('li');
li.className = 'toc-' + tag;
const a = document.createElement('a');
a.href = '#' + heading.id;
a.textContent = text;
li.appendChild(a);
tocList.appendChild(li);
});
//console.log("TOC populated.");
}, 300); // optional delay in case of animations/lazy-load
});
document.addEventListener('DOMContentLoaded', function () {
const toggleBtn = document.querySelector('.rs_toc__toggle');
const tocList = document.querySelector('.rs_toc__list');
if (toggleBtn && tocList) {
toggleBtn.addEventListener('click', function () {
const isVisible = tocList.classList.toggle('is-visible');
toggleBtn.setAttribute('aria-expanded', isVisible);
toggleBtn.textContent = isVisible ? 'Hide Sections' : 'Show Sections';
});
}
});
})
document.addEventListener('DOMContentLoaded', function(){ if (!window.BreakdanceFrontend) {
window.BreakdanceFrontend = {}
}
window.BreakdanceFrontend.data = {"homeUrl":"https:\/\/reviewschools.org","ajaxUrl":"https:\/\/reviewschools.org\/wp-admin\/admin-ajax.php","elementsPluginUrl":"https:\/\/reviewschools.org\/wp-content\/plugins\/oxygen\/subplugins\/breakdance-elements\/","BASE_BREAKPOINT_ID":"breakpoint_base","breakpoints":[{"id":"breakpoint_base","label":"Desktop","defaultPreviewWidth":"100%"},{"id":"breakpoint_tablet_landscape","label":"Tablet Landscape","defaultPreviewWidth":1024,"maxWidth":1119},{"id":"breakpoint_tablet_portrait","label":"Tablet Portrait","defaultPreviewWidth":768,"maxWidth":1023},{"id":"breakpoint_phone_landscape","label":"Phone Landscape","defaultPreviewWidth":480,"maxWidth":767},{"id":"breakpoint_phone_portrait","label":"Phone Portrait","defaultPreviewWidth":400,"maxWidth":479}],"subscriptionMode":"pro"}
if (!window.OxygenFrontend) {
window.OxygenFrontend = {}
}
window.OxygenFrontend.data = {"homeUrl":"https:\/\/reviewschools.org","ajaxUrl":"https:\/\/reviewschools.org\/wp-admin\/admin-ajax.php","elementsPluginUrl":"https:\/\/reviewschools.org\/wp-content\/plugins\/oxygen\/subplugins\/breakdance-elements\/","BASE_BREAKPOINT_ID":"breakpoint_base","breakpoints":[{"id":"breakpoint_base","label":"Desktop","defaultPreviewWidth":"100%"},{"id":"breakpoint_tablet_landscape","label":"Tablet Landscape","defaultPreviewWidth":1024,"maxWidth":1119},{"id":"breakpoint_tablet_portrait","label":"Tablet Portrait","defaultPreviewWidth":768,"maxWidth":1023},{"id":"breakpoint_phone_landscape","label":"Phone Landscape","defaultPreviewWidth":480,"maxWidth":767},{"id":"breakpoint_phone_portrait","label":"Phone Portrait","defaultPreviewWidth":400,"maxWidth":479}],"subscriptionMode":"pro"} })
document.addEventListener('DOMContentLoaded', function(){
new AwesomeMenu(".breakdance .bde-menu-13995-106 .breakdance-menu", {
dropdown: {
openOnClick: false,
mode: {
desktop: 'dropdown'
},
placement: 'center',
width: 400,
animation: 'fade'
},
link: {
effect: 'background',
effectDirection: '',
},
mobile: {
breakpoint: '',
mode: 'accordion',
offcanvasPosition: 'left',
offset: 0,
followLinks: true
}
});
})
document.addEventListener('DOMContentLoaded', function(){
new AwesomeMenu(".breakdance .bde-wp-menu-13996-105 .breakdance-menu", {
dropdown: {
openOnClick: false,
mode: {
desktop: 'dropdown'
},
placement: 'left',
width: null,
animation: 'fade'
},
link: {
effect: 'background',
effectDirection: '',
},
mobile: {
breakpoint: 'breakpoint_phone_landscape',
mode: 'default',
offcanvasPosition: 'left',
offset: null,
followLinks: true
}
});
})