Education Ministry to build 600 new schools in next 10 years — Razzaz

AMMAN — Education Minister Omar Razzaz on Friday announced plans to build 600 new schools over the next 10 years.

In an interview with Jordan TV’s 60 Minutes, Razzaz noted the government’s plan to increase capital expenditure to the ministry, however, he said, this extra money is not enough to implement the project, expecting the participation of international parties, the Jordan News Agency, Petra, reported.

He added that there is a plan to develop a partnership with the private sector to build more schools, attributing the system’s current overcrowding problem to the decline in economic conditions and the influx of Syrian refugees.

The minister also explained the reasons behind the new General Secondary Education Certificate Examination (Tawjihi) regulations, which came within a comprehensive reform process.

He said that amendments will not affect the number of students admitted to universities in the current phase, noting that other criteria will be added later.

He also highlighted the ministry’s efforts to improve the education sector, stressing the importance of keeping pace with technological advancement, and boosting the loyalty of students to learning.

Regarding the role of teachers, Razzaz focused on the importance of training and further developing their abilities, highlighting the Queen Rania Teacher Academy’s diploma programme as an example.

The minister also denounced attacks on teachers, stressing that the ministry has not dropped any case against perpetrators in the past year, and that it will seek from relevant institutions to increase the penalties on those responsible.

Razzaz also discussed the ministry’s upcoming programmes and projects, the most important being the code of conduct and interconnectivity of schools, which according to Razzaz, is a “white revolution in education”.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.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'); }); }); });