ADVERTISEMENT

Palace rating for Duterte SONA: '9 out of 10'

Published Jul 28, 2020 05:23 pm

Malacanang has given President Duterte a high performance score for his fifth State of Nation Address (SONA) despite criticisms from some groups about the alleged lack of a clear roadmap for pandemic response and economic recovery.

Presidential Spokesperson Harry Roque Jr.
(YANCY LIM / PRESIDENTIAL PHOTO / FILE PHOTO / MANILA BULLETIN)

Presidential spokesman Harry Roque gave the President a score of 9 out of 10 even though he found the speech too long and lacking of "quotable quotes."

He explained that the President presented "broad strokes" of the government's plans and programs in the coming months during his annual address before a joint session of Congress Monday.  Duterte left out the details of the government’s accomplishments and other programs since these have already discussed during the pre-SONA events made by Cabinet members, he added.

"Bago na iyong format ng SONA natin, mayroon na tayong pre-SONA na tinatawag kung saan iyong mga detalye ay sinabi na ho ng mga Kalihim ng iba’t-ibang departamento so, ang kay Presidente lang po is talaga 'yung direksyon at saka 'yung broad strokes, hindi na po iyong mga detalye  (The SONA format is new. We have pre-SONA events where the details are announced by the secretaries from different departments so the President focused on the direction, broad strokes, not the details)," he said.

"Kaya nga po wala na tayong litanya ng mga figures na naririnig natin sa mga nakaraang SONA. So, sa akin po, 9 out of 10 ang grado ng Presidente (There was no more litany of figures that we usually heard in past SONAs. For me, the President's grade is 9 out of 10)," he said.

Asked about the shortcomings of the President's speech, Roque admitted that this year’s SONA was too long.  Roque, who claimed he was a former speechwriter, also expressed concern about the content of the speech.

"Well, sa akin naman po, siguro iyong sa pagsulat ng speech, number one, mahaba, one hour and 40, eh mayroon na pong pre SONA (For me, on how the speech was written, number one, it was long, one hour and 40 minutes when we already held pre-SONA events)," he said.

"Pangalawa po, siguro  ano pa ba? Iyong mga quotable quotes, kung ako ang nagsulat diyan, mas marami akong ilalagay na quotable quotes sa simula at ending ng speech. Pasensiya na po kayo, pero noong estudyante kasi ako nagtrabaho rin ako as speechwriter (Second, what else? The quotable quotes. If I wrote the speech, I would put quotable quotes at the start and end of the speech. Forgive me but when I was a student, I also worked as a speechwriter)," he said.

The President's speech centered on the possible state takeover of telecommunication firms over their supposed bad service, tirade against oligarchs, tribute to health workers and frontliners, and his reluctance to further open up the economy due to the pandemic threat. Some social protection and economic measures for certain sectors, and several priority bills such as revival of death penalty were also mentioned in the President’s speech.

He veered away from the written speech a few times when he talked about the illegal drug trade, coconut level fund issue, and alleged irregular water concession agreements. He also had some difficulty reading some portions of the speech from the teleprompter owing to his poor eyesight.

"Understand. Because of the light I have … My eyesight is not as good as new," Duterte told his limited audience of lawmakers and cabinet members gathered at the House of Representatives in Quezon City.

Some groups however expressed disappointment with the President's annual speech, saying he failed to present concrete moves on how to improve the healthcare system and facilitate economic recovery from the pandemic.

Roque brushed aside the criticisms on the President's SONA, saying the critics were probably deaf. He added that the political opposition usually don't appreciate anything good from the President.

Nonetheless, Roque said the President discussed the government's economic programs, that include loan assistance to affected industries.

On coronavirus response, he said the government will scale up testing, tracing and treatment efforts to limit the spread of the disease.

Asked about the plans for workers who lost their jobs in the country, Roque said the government's program will be included in the proposed Bayanihan 2 law. He said lawmakers have promised to pass the priority bill within the month or by August.

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.