ADVERTISEMENT
970x220

CSC revises qualification standards to allow high school grads into gov't service

Published May 8, 2025 03:12 pm

The Civil Service Commission (CSC) has updated the qualification standards for first-level government positions, formally allowing high school graduates, including those who completed Junior High School (Grade 10) and Senior High School (Grade 12) under the K to 12 program, to enter government service.

The change was made official through CSC Resolution No. 2500229, promulgated on March 6, 2025.

In a statement on Thursday, May 8, the CSC explained that the resolution revises the educational requirements for entry-level government jobs to reflect the structural reforms introduced by the K to 12 Basic Education Program, which was implemented nationwide in 2012.

The key amendments to the educational requirements include the following:

Positions that previously required a high school graduate now accept either a high school graduate (before 2016) or those who have completed Grade 10/Junior High School starting in 2016. 

Positions that required a high school graduate or completion of a relevant vocational or trade course now recognize high school graduates (before 2016), Grade 10 completers (starting in 2016), or individuals who have completed a relevant vocational or trade course. 

For positions that required completion of two years of college, the new requirements now accept those who have completed two years of college (before 2018) or Grade 12/Senior High School (starting in 2016). 

For roles that required two years of college or high school graduation with a relevant vocational or trade course, the revised standards now also recognize candidates with two years of college (before 2018), high school graduates with relevant vocational or trade courses (before 2018), Grade 12 graduates under the Technical-Vocational-Livelihood (TVL) track, or Grade 10 completers with relevant vocational or trade courses (TESDA NC II) starting in 2018.

First-level positions typically involve clerical, trade, craft, custodial, or other sub-professional work in supervisory and non-supervisory roles. 

However, the revised educational standards do not apply to positions that require specific higher education degrees or the practice of professions governed by board regulations.

The CSC also emphasized that applicants must still meet other qualification requirements for each position, such as relevant training, experience, and eligibility, to be considered for appointment.

Appointments to government positions also remain at the discretion of the appointing officer or authority, under existing civil service law, rules, and regulations.

Related Tags

CSC K to 12 program civil service
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.