ADVERTISEMENT

Increase in prices of basic goods, services topmost concern of adult Filipinos – survey

Published Dec 8, 2022 01:31 pm

The prices of basic goods, increase in workers’ wage, and access to affordable food are among the top and urgent national concerns of adult Filipinos, a non-commissioned survey conducted by OCTA Research revealed.

The independent Tugon ng Masa (TNM) poll, which was held from Oct. 23 until Oct. 27, covered a total of 1,200 male and female respondents aged 18 years and above. Through the poll, chosen respondents were asked to name the three “most important issues” that the current administration must immediately address.

Among the poll of national concerns, at least 57 percent of the respondents answered “Controlling the increase in prices of basic goods and services.” It was followed by “Improving/Increasing wages or salaries of workers” at 48 percent, and last – “Access to affordable food” at 46 percent.

OCTA Research compared this data to the same survey conducted in 2021, which showed that one of the most urgent national concerns last year was “Controlling the spread of Covid-19.”

“ has since significantly declined in rank over the last few quarters as an area of concern for most adult Filipinos. During the period of the survey, only a minority of adult Filipinos (9 percent) still consider an urgent concern,” said OCTA.

The increase in prices of basic goods, on the other hand, emerged as the topmost national concern of Filipinos beginning March 2022.

National concerns

Urgent national concerns of adult Filipinos (OCTA)

Other significant national concerns of adult Filipinos include creation of more jobs (29 percent), provision of free and quality education (26 percent), poverty (24 percent), graft and corruption in the government (11 percent), peace and order in the country (9 percent), fighting criminality (9 percent), and controlling the spread of Covid-19 (9 percent).

Completing the list of urgent national concerns are the following: reducing the amount of taxes paid by Filipinos (7 percent), enforcing the law on all (7 percent), stopping the destruction of the environment (6 percent), fast population growth and protection of Overseas Filipino Workers (3 percent), as well as protecting the integrity of the Philippine territory and preparing to face any kinds of terrorist threat (1 percent).

Personal concerns

Urgent personal concerns of adult Filipinos (OCTA)

In the same survey, OCTA asked the respondents to name their primary personal concerns. The following emerged as the top three urgent personal concerns of adult Filipinos: “To stay healthy and avoid illnesses” at 68 percent; “To have a secure and well-paying job or source of income” at 50 percent; and “To finish schooling or be able to provide schooling for our children” at 48 percent.

“The only time “to stay healthy and avoid illnesses” was not the topmost concern was last March 2022. During that period, health concerns were replaced by income issues as inflation began to rise,” OCTA explained.

Related Tags

affordable food Filipinos urgent national concerns tugon ng masa survey prices of goods urgent personal concerns OCTA Research salary
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.