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
College of Massage Therapy
Massage Therapy at a Glance
Less than 2 years
Typical Program Length
Town: Distant
Campus Setting
8:1
Student-Faculty Ratio
Cost of Attending Massage Therapy
Tuition History
Category Tuition Trends 2021 $9,500 2022 $9,500 2023 $9,625 2024 $9,625
Popular Academic Programs
Somatic Bodywork and Related Therapeutic Services
Massage Therapy Financial Outcomes
Percent of New Students with Loans
Average Student Loan Amounts
Massage Therapy students borrow an average of $4,893 in loans including federal and private sources.
Category Average Loan Amount College of Massage Therapy $4,893 Career and Vocational Schools Avg $6,904
Other Academic Services
Yellow Ribbon Program
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 College of Massage Therapy
$9,625
80.0%
63.0%
For Profit
$18,166
62.0%
67.9%
Review College of Massage Therapy
var rsChartData = {"instances":[{"containerId":"rs-chart-1","type":"tuition_history","data":{"categories":["2021","2022","2023","2024"],"values":[9500,9500,9625,9625]},"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":"loans","data":{"categories":["College of Massage Therapy","Career and Vocational Schools Avg"],"values":[4893,6904]},"height":250,"color":"#2b60ff","typeConfig":{"orientation":"horizontal","formatter":"currency","monochrome_shade":"light","distributed":false,"column_width":"70%","data_labels_offset_y":0,"data_labels_offset_x":150,"xaxis_tick_amount":4}},{"containerId":"rs-chart-3","type":"tuition_history","data":{"categories":["2021","2022","2023","2024"],"values":[9500,9500,9625,9625]},"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":"loans","data":{"categories":["College of Massage Therapy","Career and Vocational Schools Avg"],"values":[4893,6904]},"height":250,"color":"#2b60ff","typeConfig":{"orientation":"horizontal","formatter":"currency","monochrome_shade":"light","distributed":false,"column_width":"70%","data_labels_offset_y":0,"data_labels_offset_x":150,"xaxis_tick_amount":4}}],"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
}
});
})