ADVERTISEMENT

ROTC as leadership training

Published Aug 10, 2022 12:05 am
THE VIEWS FROM RIZAL Dr. Jun Ynares Public opinion has been divided over the President’s announcement in his first State of the Nation Address (SONA) that he wants a mandatory military training for senior high school students. He included the proposed initiative among the priority items in his legislative agenda. The President’s announcement echoed the earlier call made by Education Secretary and Vice President Sarah Duterte for the return of the Reserved Officers Training Course (ROTC) at the Grades 11 and 12 level. Critics of the return of mandatory military for the youth cite the burden of added expenses to the parents of the students. Others are quick to recall the death of an ROTC cadet from a major university allegedly in the hands of cadet officers. Resurrecting the program may mean bringing back the abuses, critics say. Some have also called attention to the apparent “obsolete” training methods used in the ROTC. War will never again be fought the way it was taught in what used to be a compulsory program in the first two years of college, they say. Modern war is fought using high technology, not using the drills that a trainee-cadet used to experience, they point out. Other critics have a more defeatist view. They say that mandatory military training is useless because we are too small and too poor a country. We are in no position to defend our territory and we will just have to rely on the promise of our allies to come to our aid when we are attacked by an aggressor nation. Advocates of the return of ROTC cite its tremendous benefits. They mention two: the program’s ability to instill discipline; and its ability to teach patriotism. The teaching of these two values have been absent since President Gloria Macapagal-Arroyo moved for the abolition of the ROTC and its counterpart in high school in the face of the public howl against the abuses which resulted in the unfortunate demise of the ROTC cadet. While we do not belittle the concerns and reservations aired by the critics of a mandatory military training program, we find a lot of value in the position taken by the two highest officials of the land in favor of its return at the senior high school level. In addition to “instilling discipline” and teaching “patriotism,” we believe a refined and modernized ROTC program will provide our young with a proper “laboratory” where they can learn and apply leadership skills. Some of the country’s esteemed leaders were products of the advanced ROTC program. Among them were the late President Ferdinand Marcos, Sr.; the late Supreme Court Chief Justice Fred Ruiz Castro; the revered former Senators Lorenzo Tañada and Heherson Alvarez; former University of the Philippines President and new Trade and Industry Secretary Alfredo Pascual, to name a few. True, leadership skills can be learned, acquired and honed in other arenas. Military training, however, has the distinct advantage of providing a leadership training program where the leadership trainee is exposed to optimum levels of pressure. The ability to think clearly, create options and make quick and sound decisions under stressful circumstances are valuable leadership traits. Friends who are occupying leadership positions in government and in the corporate world attest to the contribution of their ROTC training to their success in their chosen civilian field. They point out that military operations are most often conducted by teams. Their experience in such operations during their ROTC days have helped them understand and appreciate the dynamics of teamwork and have honed their skills in coordinating operations, building consensus and inspiring others to action. There are more than 120 countries in the world today (the Philippines excluded) which have compulsory military training and service. The list includes rich and advanced countries like Finland, Denmark, Switzerland, Sweden and Sweden. It also includes our neighbors Singapore, Thailand, Indonesia, South Korea and Vietnam. When the mandatory military training is finally implemented, we hope that the concerned implementing agencies would assure us that there will be no repeat of the mistakes and abuses of the past. Physical abuses including hazing must be prevented at all cost. The verbal abuses which some cadet officers used to subject their cadets prior to the abolition of the ROTC should also be banned. We believe the days of the cruel “drill sergeant” is over. Command can be exercised without diminishing the dignity of the persons under it. The ability to remain stable under pressure can be acquired without the curses and the dehumanizing remarks that training cadres used in the past. There have been talks that in the past, some corrupt elements in school departments which oversaw the ROTC programs perpetrated a system where students could be given training credits without having to attend in exchange for a handsome sum of money. We do not know if this racket had been proven. Nevertheless, let us make sure that this and other evil practices of the past would remain a part of the ROTC’s tainted past. *For feedback, please email it to [email protected] or send it to Block 6 Lot 10 Sta. Barbara 1 cor. Bradley St., Mission Hills Subd., Brgy. San Roque, Antipolo City, Rizal.

Related Tags

ROTC as leadership training DR JUN YNARES THE VIEW FROM RIZAL
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.