ADVERTISEMENT

LTO sets maximum fees for driving courses, allows opening of more driving schools

Published Mar 22, 2023 03:36 am
Barely a month after committing to address the high fees being charged by driving schools to their clients, the Land Transportation Office (LTO) issued on Wednesday, March 22, maximum fees that should be charged for both the theoretical and practical driving courses. From the range of P9,000 to P15,000 before, LTO chief Jose Arturo “JayArt” Tugade said the fees for both the Theoretical Driving Course (TDC) and Practical Driving Course (PDC) were cut by over 50 percent. TDC focuses more on classroom discussion on the rules and regulations on road safety while PDC focuses on actual driving.  Based on the guidelines issued by the Technical Working Group of the LTO headed by Kathleen Deann Salayog, the maximum prescribed payment for both the TDC for motorcycles (Driving License Codes A and A1)  and light vehicles (DL Codes B, B1, B2) is P1,000.
For PDC, the maximum fee for motorcycles is P2,500 and P4,000 for light vehicles.  Tugade said that if the driving schools offer a bundle or package for both the TDC and PDC, the maximum amount that should be charged must not exceed P3,500 for motorcycles and P5,000 for light vehicles. The standardization of the payment of driving schools, according to Tugade, will be effective on April 15 this year. “This is our response to numerous complaints that we have been receiving about the high fees and varying fees being charged by driving schools across the country. This is proof that we are listening to the people’s suggestions and complaints,” said Tugade in a press briefing. Last month, Tugade committed to address the complaints regarding the high fees being charged by the driving schools—complaints that are also the subject of discussions in social media and prompted Pampanga 4th District Rep. Ana York Bondoc to call out the LTO for what she described as an anti-poor policy The LTO only charges a minimal fee in securing driver’s license—P250 for student permit (P100 for application fee and P150 for student permit fee) and  P685 for the regular driver’s license (P585 for the license fee and P100 for application fee).  But it is the mandatory requirement that those who want to secure a student permit and driver’s license must undergo Theoretical Driving Course (TDC) and Practical Driving Course (PDC) that resulted in an applicant shelling out P9,000 to P15,000—and even higher for some. Why they agreed Salayog said the guideline set by the LTO was based on their own study, including the cost of operating a driving school and prevailing inflation in various areas. During the consultation they made, Salayog said there were some suggestions from the representatives of driving schools to raise the maximum fees—suggestions that were rejected since the LTO has its own study on the matter. LTO Region 3 Director Glorioso Daniel Martinez said one of the reasons why the driving schools agreed to limit the maximum fees for both TDC and PDC is that they are now allowed to accept more applicants. During the pandemic, he said the driving schools can only allow a maximum of 20 applicants. “But with the lifting of the Covid-19 restrictions, they can now accept a maximum of 40 students,” said Martinez. The penalties  The operation of driving schools in the country is governed by accreditation from the LTO. In case there is a violation of the maximum fees for TDC and PDC, Tugade said the penalty for first offense is P50,000 and suspension of six months while the second offense has P100,000 penalty and one year suspension. For the third offense, he said the penalty is revocation of the accreditation, which means that the driving schools which committed three violations would no longer be allowed to operate. The catch  While the LTO set the uniform maximum fees that should be charged by the driving schools nationwide, Tugade said there is a provision in the Omnibus Guideline that driving schools can appeal the fees. The major consideration for the inclusion of the provision on review, he said, is that the prevailing inflation in a certain region must also be considered.  Lifting of moratorium In the press briefing, Tugade also announced that starting Thursday, March 23, the LTO will also lift the moratorium for the restriction in the opening of driving schools. This means, he explained, that individuals and groups can start submitting applications to open driving schools. Currently, Salayog said there are 1,400 driving schools operating across the country.

Related Tags

Land Transportation Office (LTO) driving school
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.