Universities gearing up to log on to e-learning as classes suspended over coronavirus fears

AMMAN — In light of the government’s measures to suspend classes at Jordanian universities for two weeks to combat the novel coronavirus, an emergency meeting scheduled for Sunday was postponed until Monday, according to the Ministry of Higher Education.

“Higher Education Minister Muhyiddine Touq is going to meet with delegates from public and private universities on Monday to discuss remote teaching and also the matter of suspending attendance for the administrative and academic staff,” the ministry’s Spokesperson Muhannad Al Khatib told The Jordan Times on Sunday over the phone.

On its website, Al Balqa Applied University (BAU) published a statement, in which it said it will begin remote teaching “immediately utilising all available means”, to ensure the education process remains unaffected.

The university started training instructors in e-learning in cooperation with French experts to prepare lessons for conducting online classes, BAU President Abdullah Zubi said in the statement.

Zubi noted that all students received a username and password to be able to access their subjects and resources online, interacting with their professors within virtual classrooms.

The university already prepared new servers that are not impacted by power outages and can handle a heavy load, the university president said.

University of Jordan (UJ) President Abdelkareem Qudah said that all subjects will be taught through e-learning, adding that “12 per cent of subjects are already being taught completely online”.

“Around 31,000 students already take online courses, but today the council of deans discussed teaching all subjects online,” Qudah told The Jordan Times on Sunday, noting that UJ has the necessary infrastructure to facilitate the change in coursework.

On Saturday, the government announced that all educational institutions, including kindergartens, nurseries, schools, universities, colleges, training institutions and institutes, are to be closed as of Sunday, March 15, for a period of two weeks.

.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'); }); }); });