Activists protest hikes in university tuition fees

AMMAN — The National Campaign for Defending Students’ Rights, “Thabahtoona”, has launched the “second stage” of its strategy to protest against hikes in tuition fees at public universities around the Kingdom.

According to a Thabahtoona statement, students from different universities in the capital and other governorates came together last week to protest against the rise in tuition fees and the “privatising” of public universities.

The second stage of the campaign, according to activists, includes meeting figures from the Ministry of Higher Education, the Lower House’s education committee, some political parties and associations, and women’s rights advocates and centres.

The campaign members are approaching people in shopping centres and streets in various regions of the Kingdom and distributing brochures explaining its aims for reforming higher education, according to Thabahtoona.

The brochures raise public awareness on risks facing the future of education in the Kingdom.

The Thabahtoona statement said the brochures inform people that the raise in fees for the next four years will amount to over 100 per cent.

The rise in tuition fees at the Balqa Applied University amounts to 200 per cent, the statement quoted Fakher Daas, Thabahtoona coordinator, as saying.

Thabahtoona said the average salary of a Jordanian employee is JD409 per month.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });