ADVERTISEMENT

Gov't must address health problem before nation can see better economic recovery — NEDA

Published Aug 7, 2020 08:27 pm

The government must address the health problem arising from the coronavirus threat before the nation can see better economic recovery, National Economic and Development Authority (NEDA) acting Secretary Karl Kendrick Chua said Friday.

National Economic and Development Authority (NEDA) acting Secretary Karl Kendrick Chua

According to Chua, the country must learn to "dance" with coronavirus wherein the government will impose strong quarantine measures to manage the outbreak whenever there is a surge of cases.

"Kung dumadami po iyong infection (If the infections increase), we will have to quarantine and close down the economy as we are doing now under MECQ (modified enhanced community quarantine)," he said during a televised press briefing. 

"If we don’t do this, then as the cases rise, then I don’t think the economy and the productivity of the country will be any better. So that is where we are, so we are doing this rebalancing and we have to address the health problems squarely before we can see better recovery," he said.

The country fell into technical recession after the economy shrank by 16.5 percent in the second quarter of the year. The worse than expected economic downturn was recorded following the strict coronavirus lockdown that affected businesses and left millions jobless.

Chua said the government has readied its economic recovery program, that includes the passage of the proposed Bayanihan 2 law, implementation of the Build Build Build infrastructure program, and the proposed 2021 national budget.

He said if the next two weeks are used to enhance the country's healthcare system, then the earlier the country can further open the economy. 

At present, he said only 50 percent of the local economy has reopened due to the community quarantine restrictions implemented in various parts of the country.

"This is a health issue primarily so we have to address the bottom line issue which is on the health side. And that is why we agreed to have this two-week period so that we can address that. So that when we are able to do so, the economic recovery and confidence will come back better," he said.

Chua also recognized that the coronavirus will stay until a vaccine is found, adding this has been taken into consideration in the government's economic development plan.

"We are looking at the situation wherein we have to dance with the virus, we take two steps forward, one step backward when needed and when we prepared the revised macroeconomic framework, we have already incorporated that," he said.

"Kapag bumaba po iyong cases, we can gradually open. Kapag dumami po iyong case, we will have to also have some form of a closure (If the cases decrease, we can gradually open. If it the cases increase, we will have to also have some form of closure)," he  said.

The government has slowly relaxed the lockdown measures to revitalize the stalled economy but the cases of coronavirus infections soared while testing efforts escalated.

Metro Manila and four neighboring provinces have however reverted to modified enhanced community quarantine until August 18 following an appeal from the medical community for a timeout.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.