ADVERTISEMENT

When one door closed, ALS opened another: ALS graduates defy the odds

Published Apr 11, 2026 10:15 am
Stories of rejection turned redemption took center stage this graduation season, as students who once faced closed doors in education finally claimed their long-awaited diplomas.
(Photo from DepEd)
(Photo from DepEd)
Among them are graduates of the Alternative Learning System (ALS), the Department of Education’s (DepEd) primary “second chance” program, which continues to open opportunities for those left behind by the formal school system.
Strengthened under the K to 12 curriculum, ALS serves as a lifeline for out-of-school youth, working individuals, and those in difficult circumstances, ensuring that its graduates meet the same standards as those from formal schools.
DepEd Secretary Sonny Angara said these successes reflect DepEd’s mission of bridging past hardships with future opportunities through ALS.
For 28-year-old Alvin James Castillo, the path to redemption began after a painful rejection. Forced to stop college due to financial difficulties, he later tried to return to school—only to be turned away by universities because his pre-K to 12 credentials no longer met updated requirements.
But instead of giving up, Castillo found a second chance through ALS.
“Through ALS and its flexible scheduling, I was given a second chance at education,” Castillo said.
He worked various jobs while studying to sustain his daily needs, eventually graduating with Highest Honors from Cauayan City Stand-Alone Senior High School in Isabela during its recent 4th Graduation Exercises.
In Vigan City, Ilocos Sur, 25-year-old Camille Raguini also turned hardship into hope. After leaving high school at 16 due to poverty, she returned to her studies through ALS at Ilocos Sur Community College during the pandemic.
Without a smartphone of her own, Raguini attended online classes using borrowed gadgets, often with no money for daily expenses. She also worked at their small store and snack shop while studying, determined to help her family.
Now employed as a finance clerk in Vigan City, she is saving to buy farmland to support their livelihood.
Both Castillo and Raguini expressed gratitude to the teachers who stood by them through their most difficult moments.
“Ang tagumpay nina Alvin at Camille ay patunay na kapag may tamang suporta at pagkakataon, walang hadlang na hindi kayang lampasan ng ating mga mag-aaral para maabot ang kanilang mga pangarap (The success of Alvin and Camille proves that with the right support and opportunities, there is no obstacle our students cannot overcome to achieve their dreams),” Angara said.
“Patuloy nating palalakasin ang ALS para magbigay ng second chance sa mas maraming kababayan natin, para tuparin ang pangarap ng ating Pangulong Bongbong Marcos na walang Pilipinong maiiwan sa edukasyon (We will continue to strengthen ALS to provide a second chance to more of our fellow Filipinos, in order to fulfill the vision of our President Bongbong Marcos that no Filipino will be left behind in education),” he added.
Through these stories, DepEd underscores its commitment to strengthening ALS as a pathway for those seeking not just a second chance, but a shot at redemption—proving that even after rejection, it is still possible to begin again.

Related Tags

Department of Education Alternative Learning System Sonny Angara K to 12
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.