Ministry keen on safe return to in-class learning in schools this month — Oweis

Education Minister Wajih Oweis chairs a meeting of the ministry’s planning committee on Saturday (Petra photo)

AMMAN — The Ministry of Education is keen on providing a safe and healthy environment to ensure the return of in-person education on February 20, Education Minister Wajih Oweis said on Saturday.

During a meeting of the ministry’s planning committee over the immunisation campaign for students and schools’ readiness for the second semester, Oweis emphasised the necessity of following up on the drive.

Oweis noted that the ministry has launched a campaign to encourage school students to get vaccinated, adhere to health precautionary measures and abide by defence orders related to public health, the Jordan News Agency, Petra, reported.

The ministry, in cooperation with the ministries of health and digital economy, as well as the National Centre for Security and Crisis Management, is recording infections among students and administrative staff, he said, noting that concerted efforts are needed to flatten the epidemic curve, which is rising these days.

Nawaf Ajarmeh and Najwa Qubeilat, the ministry’s secretary generals, affirmed schools’ readiness to receive the students on February 20, the Jordan News Agency, Petra, reported.

Tawjihi (the General Secondary Education Certificate Examination) and international progammes students returned to in-person learning earlier this 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'); }); }); });