Back-to-school brings surge of common colds — parents

AMMAN — The coronavirus-induced isolation led to a surge in common colds among children after they returned to schools, according to parents.

On Monday, Mohammad Bilal, a Jordanian general physician said: “After children return to school after almost a year and a half of online classes, they might catch viral infections like common colds during which they usually experience a sore throat, runny nose and sneezing.”

Proper hand-washing and sanitising are important to prevent the spread of viruses, according to Bilal, who pointed out that it is also important for parents to stay up to date on their children’s health conditions.

“During autumn and winter I feel like my children are constantly ill,” said Um Saleh, a mother of two school-age kids.

She added that she does her best to keep her children safe, but during this back-to-school period she has been to her kids’ paediatrician more than ever.

Nada Omar, a Jordanian mother of two, told The Jordan Times that she reinforced her daily safety precautions to keep her kids from getting sick after they resumed in-person classes because most of their friends have cold-like symptoms.

“Microbial exposure is needed to shape immunity, in order to better recognise pathogens. Children staying home for a long period may have made them more susceptible to illnesses and limited the development of certain aspects of their immune systems,” Sana Said, a Jordanian pharmacist, told The Jordan Times over the phone.

Said also noted that “when people are repeatedly exposed to the same microbes, their bodies will fight and tolerate sickness better.”

Sufficient nutrition along with physical activity and natural vitamin intake are essential for a strong immunity, said Said, adding that parents should not give medicine and vitamins without medical supervision.

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