ADVERTISEMENT

From US to German model

Published May 20, 2019 12:00 am
Bernardo M. Villegas Bernardo M. Villegas The recent debate in the US about the elitist nature of the university system should give our own educational leaders food for thought. Among Democratic White House hopefuls, there is an increasing cry for making college free in the US. A recent article in the Financial Times (March 18, 2019) by Edward Luce reports that a growing number of US cities, led by Chicago, are looking at the German vocational model. The German model, epitomized by the local TESDA-certified technical school called Dualtech Training Institute that was established by the help of Hanns Seidel Stiftung, a German foundation, channels the young manpower of the Philippines to TESDA-type vocational programs rather than to college degree programs that oftentimes produce graduates who are unemployable. The essence of the German model is the dualvoc approach, i.e. classroom work is coupled with on-the-job training in partner corporations. Because of the preference for college degree programs, however, Industry leaders are increasingly complaining about the mismatch between what our institutes of higher learning are producing and the demand of industry for the appropriate skills, especially in the construction sector. There is no question that the Philippine educational system was designed along the American model, i.e. an overemphasis on four-year college degree programs. Even both parents and children from poor households look down on vocational or technical training in TESDA-type schools. Most prefer to go to college even if they end up unemployed. In fact, it may be just a matter of time when some of our richer parents may be accused of what their counterparts in the US have been charged guilty of and arrested in what has been called Operation Varsity Blues. Fifty parents, college administrators and coaches have been exposed in a multimillion-dollar admissions bribery scheme. The scandal involved some of the most reputable institutions in the world including Yale and Harvard and spanned private equity partners, Hollywood stars, sports celebrities and pillars of the academic community. The FBI found out that wealthy parents paid hundreds of thousands of dollars to get their children admitted to some of America’s most academically demanding universities. There were even extreme cases in which parents paid more intelligent students to impersonate their children in the standardized aptitude tests. Parents in the Philippines may not yet go to such extremes but it is well known that rich families donate to elite universities in the Philippines in return for their not so qualified children to be admitted, taking the place of more intelligent children of the poorer families. The proposal of Bernie Sanders, the “democratic socialist” who may run against Donald Trump in the next presidential election, may be too extreme. It would be financial suicide in the Philippines if we make college free for all. Critics of the Sanders “free tuition” proposal point out that even if tuition were free, many Americans still do not want to go to college because other costs are steep and not everyone is cut out for four years of college. Many fail to complete high school, the sole purpose of which is to qualify for university. A realistic solution, in which Chicago is leading the way, is to reboot the antiquated system of technical education which is being delivered by community colleges, the rough equivalent of German’s vocational institutes. The biggest difference is that in Germany, a trade is highly valued. In the US, the community college suffers from the “soft bigotry of low expectations.” As an American executive sarcastically remarked, “Everyone is in favor of community college — but for other peoples’ children, not their own!” Some of our leading cities may want to follow the example of Chicago’s Mayor Rahm Emanuel. Since becoming mayor in 2011, Mr. Emanuel has demonstrated two things. First, there is a large pent-up demand for technical education among young Americans, particularly in depressed urban areas. Second, it does not have to be free to all. Mr. Emanuel’s model is to make vocational education free to any high school student who achieves reasonable grades. Following the German model, employers are integrated closely with the curriculum. The aim is to offer the marketable skills. In the Philippines today, these skills are especially in demand in construction, the hospitality industry, electro-mechanical occupations (Dualtech has produced more than ten thousand of these skilled workers and has attained almost 100 percent employability). I would advise the more entrepreneurial mayors to look closely at the Dualtech model and to team up with the TESDA officials to put up the equivalent of community colleges of the US. It is not too late for us to discard the wrong educational legacy we got from the Americans in our overemphasis on college education and follow Chicago’s example of moving towards the German model. I am sure that we can get the German embassy to send more of their experts in their dualvoc system to come to the Philippines to advice our LGU heads on how to put up more technical schools that are patterned after the German model. For comments, my email address is [email protected].
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.