CINXE.COM
Veterans Educational Training | NDSU
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="utf-8"> <!-- NDSU 2018 This website is powered by TYPO3 - inspiring people to share! TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL. TYPO3 is copyright 1998-2025 of Kasper Skaarhoj. Extensions are copyright of their respective owners. Information and contribution at https://typo3.org/ --> <meta name="generator" content="TYPO3 CMS" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="/typo3temp/assets/css/68ba23ca7018816bec75e6bfaaa9a70f.css?1709398623" media="all"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" media="all"> <link rel="stylesheet" href="/fileadmin/templates/css/styles.min.css?1571164347" media="all"> <link rel="stylesheet" href="/fileadmin/templates/css/ndsu-2018.css?1732209583" media="all"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap" media="all"> <title>Veterans Educational Training | NDSU</title><!-- tree level 0 --> <!-- page generated [21 March 2025 at 02:47:43 PM -0500] using template [NDSU 2018] --> <link href="https://www.ndsu.edu/vet/" rel="canonical" /> </head> <body> <section class="sr-navigation" role="navigation"> <!-- Layouts/Migrate.html --> <ul class="remove-list-style"> <li> <a class="sr-only sr-only-focusable" href="#mainNav">Skip to main navigation</a> </li> <li> <a class="sr-only sr-only-focusable" href="#content">Skip to page content</a> </li> </ul> </section> <!-- --> <header> <div class="navbar-mobile-container" role="navigation"> <div class="green-bar"> <div class="container flex-row flex-middle flex-wrap flex-right" style="justify-content: space-between;-webkit-box-pack: justify;"> <h1><a href="https://www.ndsu.edu"><img src="/fileadmin/templates/images/NDSU_logo_typebox_eps.svg" alt="North Dakota State University" title="" height="52" class="header-ndsu-logo" /></a></h1> <div class="sflgru-block d-none d-md-block"> <a href="https://www.ndsu.edu/academics">Student Focused</a> <img style="height: 1.7em;padding-bottom: .2em;" src="/fileadmin/templates/images/sflgru-wheat.svg" alt="•" /> <a href="https://www.ndsu.edu/about">Land Grant</a> <img style="height: 1.55em;padding-bottom: .3em;" src="/fileadmin/templates/images/sflgru-earth.svg" alt="•" /> <a href="https://www.ndsu.edu/research/">Research University</a> </div> <div class="d-none d-sm-block"> <!-- hidden-only on xs --> <form class="search-form" id="globalSearchForm" action="https://www.ndsu.edu/search/" method="GET"> <label for="globalSearchForm_input" class="sr-only">Search Term</label> <input id="globalSearchForm_input" name="q" type="text" placeholder="Search NDSU" /> <button type="submit" class="btn"><span class="sr-only">Submit</span><i class="fa fa-search" aria-hidden="true" title="Submit"></i></button> </form> </div> <div class="d-block d-sm-none"> <!-- visible only on xs --> <!--<button type="button" class="btn btn-yellow navbar-toggle"><span class="sr-only">Mobile menu</span></button>--> <button id="show-search" style="margin-bottom:0; border:none; color:#fff; font-size:1.1em; padding:0.3em 0.5em 0.2em 0.5em; background-color:rgba(0,0,0,0.3)" type="button" class="btn btn-clear-yellow" aria-haspopup="true" aria-expanded="false" onclick="$('#globalSearchForm').parent('div').removeClass('d-none');$('#show-search').hide();$('#globalSearchForm_input').focus();"><i class="fa fa-search"></i><span style="font-weight:normal;font-size: 0.7rem;"><br/><span class="sr-only">Show </span>Search</span></button> </div> </div> </div> <ul class="navbar navbar-mobile navbar-vertical navbar-dark"> <!-- really ought to retool the mobile menu to use the same as the desktop menu (so it doesn't get duplicated) --> </ul> <div class="page-title-bar"> <div class="container flex-row flex-left flex-middle flex-wrap page-title-wrapper"> <h2 class="page-title"> <a href="/vet/">Veterans Educational Training</a> </h2> <button style="position:absolute; right:1em;margin-bottom:0;z-index:500;" type="button" class="btn btn-yellow navbar-toggle" aria-haspopup="true" aria-expanded="false"><span class="sr-only">Mobile menu</span></button> </div> </div> </div> </header> <!-- left-navigation.html --> <style> /* Styles to make this work */ /* Fix upstream (styles.min.css) */ main > *:first-child { margin-top: initial; } #main-container > *:first-child { margin-top: 1.5em; } .navbar.navbar-left { /* Not sure why it would ever be yellow text ... */ color: #000; } /* This comes in with additional classes from styles.min.css ... but do more than I want right now */ #mainNav .navbar .navbar .navbar.navbar-vertical { border-bottom: none; margin-left: 1em; } @media screen and (max-width:767px) { /* Script won't allow .hide-sm-down to be used on the #mainNav */ #mainNav { display: none; } /* Don't actually want top margin in this case (might feel different for the main page */ .layout .nav-col+.main-col { margin-top: 0; } } nav .was-h3, nav .was-h4 { font-size: 1.2em; font-weight: 500 !important; /* Fix the cascade so !important isn't necessary */ margin-bottom: 0; } .navbar .nav-link.was-h3, .navbar .nav-item.was-h3, .navbar .nav-link .was-h4, .navbar .nav-item .was-h4 { white-space: normal; } nav .was-h4 { padding: 1em; /* To match .nav-link, which this shouldn't have because it shouldn't have a hover effect unless it's actually clickable ... maybe fix the .nav-link:hover to be a.nav-link:hover and then use .nav-link on this instead? */ text-align: left; color: #595959; /* Differentiate it from looking like a link somehow. Here's just one possibility */ margin-top: initial; font-weight: 400; line-height: 1.2; display: block; } .navbar-dark .was-h4 { color: #fff; font-weight: bold; } #mainNav .navbar { text-align: left; } /* More to make the sub-dividers look a little different */ .layout .nav-col .sub-nav-title { border-top: 4px solid #ccc; } /* And bring back the first */ .layout .nav-col .sub-nav-title:first-of-type { border-top-color: #002119; /* Changed my mind. No border? */ border-top: none; } /* Nav links don't need the border, nav items do. And then we can not style the first */ .nav-item + .nav-item { /*border-top: 1px solid #ccc;*/ } .layout .nav-col .navbar .nav-link { /*border-top: none;*/ } .layout .nav-col .navbar .sub-nav-title > .nav-link { border-top: none; } /* ndsu-2018.css adds this--make it more accurately describe what we want, there? */ body h3, body h4, body h5, body h6 { margin-top: initial; } main h3, main h4, main h5, main h6 { margin-top: 1em; } </style> <div id="main-container"> <div class="container"> <!---has side menu --> <div class="layout"> <nav class="nav-col main-nav hide-sm-down" id="mainNav"><ul class="navbar navbar-vertical navbar-mobilize"><li class="sub-nav-title nav-item"><span class="was-h3 nav-link active">Veterans Educational Training<span class="sr-only"> Navigation</span></span><ul class="navbar navbar-vertical"><li class="nav-item"><a href="/vet/choosing_a_collegecareer_path/" class="nav-link">Choosing a College/Career Path</a></li><li class="nav-item"><a href="/vet/academic_skill_refresher_resources/" class="nav-link">Academic Skill Refresher Resources</a></li><li class="nav-item"><a href="/vet/resources_for_paying_for_school/" class="nav-link">Paying for School</a></li><li class="nav-item"><a href="/vet/computer_skills_videos/" class="nav-link">Computer Skills Modules</a></li><li class="nav-item"><a href="/vet/another_test/" class="nav-link">Getting a GED</a></li><li class="nav-item"><a href="/vet/general_veterans_information/" class="nav-link">General Veterans Information</a></li><li class="nav-item"><a href="/vet/ally_training_and_information/" class="nav-link">Ally Training and Information</a></li><li class="nav-item"><a href="/vet/contactus/" class="nav-link">Contact Us</a></li><li class="nav-item"><a href="http://www.ndsu.edu/studentsuccess/" class="nav-link">Student Success Programs</a></li><li class="nav-item"><a href="/vet/resource_fair_poster/" class="nav-link">Resource Fair Poster</a></li></ul></li><!--/sub-nav-title--></ul><!--/navbar-mobilize--></nav> <main id="content" class="main-col"> <div class="container"> <div id="c546063" class="frame frame-default frame-type-text frame-layout-0"><!--<div class="container">--><section><header><!-- parentRecordNumber {cObj:parentRecordNumber} --><!-- parentRecordNumber {cObj:parentRecordNumber} --><h3 class=""> Basic Program Information </h3></header><!-- --></section><!--</div>--></div> <div id="c546065" class="frame frame-default frame-type-menu_section frame-layout-0"><!--<ul>--><!-- <li><a href="/vet/" title="Veterans Educational Training"><span class="current-page">Veterans Educational Training</span></a> --><ul><li><a href="/vet/#c546067"><span>What is Veterans Educational Training?</span></a></li><li><a href="/vet/#c546073"><span>How can VET help me get ready for college or technical training?</span></a></li><li><a href="/vet/#c546077"><span>Tutoring and Advising Focus Areas</span></a></li><li><a href="/vet/#c546081"><span>Eligibility Requirements</span></a></li></ul><!--</li>--><!--</ul>--><!-- --></div> <div id="c546067" class="frame frame-custom-101 frame-type-text frame-layout-0"><!--<div class="container">--><section><header><!-- parentRecordNumber {cObj:parentRecordNumber} --><h5 class=""> What is Veterans Educational Training? </h5></header><p><strong>Veterans Educational Training</strong><strong>(VET)</strong> is a <strong>free</strong> program of study funded by the state of North Dakota to help military veterans prepare to continue their education, whether that's a two-year or four-year college degree, or a vocational or technical training program.</p><p>We work on an open-enrollment basis, meaning you can start VET at any time, even during the summer. Since study programs are built for each individual, there's no class start date to wait for; begin any time! </p><p>There is <strong>no college credit earned</strong> for participating in VET, and we are <strong>not</strong> an eligible GI Bill program.</p><p>Click this link to <a href="/fileadmin/vet/FAQs___Responses-Gunning_Fog_Revised.pdf">check out our <strong>"Frequently Asked Questions"</strong></a><strong>,</strong> or please click <strong><a href="/vet/contactus/"><strong>here to contact us</strong></a></strong> to get started or ask more questions! <a href="https://www.facebook.com/VeteransEducationalTraining" title="Veterans Educational Training's Facebook page" target="_top"><strong>Visit us on Facebook</strong></a> for periodic student veteran and education-related announcements!</p><!-- --></section><!--</div>--></div> <div id="c546073" class="frame frame-custom-101 frame-type-text frame-layout-0"><!--<div class="container">--><section><header><!-- parentRecordNumber {cObj:parentRecordNumber} --><h5 class=""> How can VET help me get ready for college or technical training? </h5></header><p>We'll help you plan an individualized program to refresh your basic knowledge and ease the transition into life in higher education. This is mostly done by using free, online resources, and sometimes printed materials we have available. </p><p>Besides tutoring, we can offer you some excellent resources on choosing a career field and a school for that can prepare you to work in that field. We can also assist with school applications, connect you with resources to access any military education benefits you might have, and assist with financial aid and scholarship applications. Although we're not a job placement service, we can help point you to some people that are; if you have an idea what you want to do with your life, that makes finding the right school or training easier! </p><!-- --></section><!--</div>--></div> <div id="c546077" class="frame frame-custom-101 frame-type-text frame-layout-0"><!--<div class="container">--><section><header><!-- parentRecordNumber {cObj:parentRecordNumber} --><h5 class=""> Tutoring and Advising Focus Areas </h5></header><ul><li>Basic arithmetic, high school mathematics review, college algebra preparation, and even pre-calculus</li><li>English skills: composition (essay writing and grammar review), literature, reading for comprehension, and public speaking</li><li>Formatting of citations for end notes, foot notes, or bibliography section of college writing assignments.</li><li>Computer skills (researching using the internet, file sharing, using spreadsheets, word processing software, creating presentations)</li><li>Study skills (note taking, time management, skimming texts for important concepts)</li><li>Academic and career guidance</li><li>College application and enrollment assistance</li><li>Financial aid application assistance</li><li>Agency referrals to help eliminate barriers to education</li></ul><!-- --></section><!--</div>--></div> <div id="c546081" class="frame frame-custom-101 frame-type-text frame-layout-0"><!--<div class="container">--><section><header><!-- parentRecordNumber {cObj:parentRecordNumber} --><h5 class=""> Eligibility Requirements </h5></header><p>To participate in VET, you must be:</p><ul><li>A veteran or currently serving military service member (Active, Guard, or Reservist) of one of the branches of the US military</li><li>A US citizen</li><li>Can not have been dishonorably discharged</li><li>Considering or already enrolled in a North Dakota college, university, or technical training program (not necessarily a North Dakota resident)</li><li>Have a desire to improve your academic skills</li><li>Be willing to take constructive feedback, and open to advice</li></ul><p>Dependents of veterans or currently serving members are not eligible for VET, but <strong>many of the resources we link to on this page are free and open to anyone</strong>, so please use whatever tools that would be helpful to you!</p><!-- --></section><!--</div>--></div> <div id="c546181" class="frame frame-default frame-type-text frame-layout-0"><!--<div class="container">--><section><p><a href="/fileadmin/vet/FAQs___Responses-Gunning_Fog_Revised.pdf" title="Download file" target="_blank"><img src="/fileadmin/vet/Website_Button_FAQs.jpg" width="590" height="130"></a></p><!-- --></section><!--</div>--></div> <div id="c546199" class="frame frame-default frame-type-text frame-layout-0"><!--<div class="container">--><section><p><a href="https://www.facebook.com/VeteransEducationalTraining" title="V E T Facebook page" target="_blank" rel="noreferrer"><img src="/fileadmin/vet/facebook-logo-mini.png" width="35" height="35"></a></p><!-- --></section><!--</div>--></div> </div> </main> </div> </div><!--/container--> </div><!--/main-container--> <footer class="footer-dept footer-left"> <div class="container"> <section class="footer-address"> <div class="address"> <p><strong>NORTH DAKOTA STATE UNIVERSITY<br> Veterans Educational Training</strong><br> Phone: +1 (701) 231-9706<br> Campus address: <a href="https://www.ndsu.edu/alphaindex/buildings/Building::382" target="_top">Morrill Hall 112</a><br> Physical/delivery address: <a href="https://www.google.com/maps?q=1230+Albrecht+Boulevard,+Fargo,+ND+58102" target="_top">1230 Albrecht Blvd, Fargo, ND 58102</a><br> Mailing address: NDSU Dept. 2839 / P.O. Box 6050 / Fargo, ND 58108-6050</p> <p>Last Updated: Tuesday, November 26, 2024 4:03:23 PM<!--register:sys_lastchanged--><br /></p> </div> </section> </div> </footer> <footer class="footer-green footer-left"> <div class="container"> <section class="footer-address"> <a href="https://www.ndsu.edu" class="home-link"><img src="/fileadmin/templates/images/NDSU_logo.svg" alt="North Dakota State University" width="400" /></a><!-- Add this too, once it's updated for 2021-2026. <br/> <a href="/president/mission_and_vision/" style="font-family: serif;text-decoration: none;font-weight: normal;font-size: 1rem;padding-top: 1em;display: inline-block;color: #fc0; ">OUR FUTURE: Innovation, Outreach and Education</a>--> <div class="address row"> <div class="col-md-5"> <address> <p>1340 Administration Ave., Fargo, ND 58102<br> Mailing address: PO Box 6050, Fargo, ND 58108-6050</p> </address> <a href="https://www.ndsu.edu/about">About NDSU</a> </div> <div class="col-md-1"> </div> <div class="col-md-6"> <nav aria-label="University-wide resources"> <ul class="footer-links"> <li><a href="https://www.ndsu.edu/alphaindex/">A-Z Index</a></li> <li><a href="https://www.ndsu.edu/apply">Apply for admission</a></li> <li><a href="https://www.ndsu.edu/academics/">Academic programs</a></li> <li><a href="https://www.ndsu.edu/accreditation/">Accreditation</a></li> <li><a href="https://gobison.com">Bison Athletics</a></li> <li><a href="https://www.ndsu.edu/alphaindex/buildings">Campus Map</a></li> <li><a href="https://www.ndsu.edu/onestop/policies-and-procedures">Consumer Information</a></li> <li><a href="https://www.ndsu.edu/employment/">Employment</a></li> <li><a href="https://www.ndsu.edu/equity/">Equity</a></li> <li><a href="https://www.ndsu.edu/about/inclusion">Inclusion</a></li> <li><a href="https://www.ndsu.edu/onestop/finaid/netpricecalculator/">Net Price Calculator</a></li> <li><a href="https://www.ndsu.edu/onestop/">One Stop</a></li> <li><a href="https://www.ndsu.edu/agriculture/extension">Outreach<span class="sr-only"> (University-wide)</span></a></li> <li><a href="https://www.ndsu.edu/research/">Research and Creative Activity</a></li> <li><a href="https://www.ndsu.edu/policy/">University Policies</a></li> <li><a href="https://www.ndsu.edu/visit">Visit NDSU</a></li> </ul> </nav> </div> </div> <hr/> <p>North Dakota State University is an equal opportunity, affirmative action institution.<br> Contact NDSU at <a href="tel:7012318011" aria-label="7 0 1. 2 3 1. 8 0 1 1" class="phone-link">(701) 231-8011</a><br> <a class="d-print-none" href="https://www.ndsu.edu/privacy/">Privacy Statement</a> </p> <!-- GA3 delete eventually <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-73525008-1', 'auto'); ga('send', 'pageview'); </script> --> <!-- BEGIN GA4 MIGRATION SCRIPT --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-VJPGNTJ40B"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VJPGNTJ40B'); </script> <!-- END GA4 SCRIPT --> <!-- link to Privacy Statement https://www.ndsu.edu/privacy/ included earlier in document --> </section> </div> </footer> <a id="back-to-top" href="#" class="btn btn-secondary back-to-top" role="button" title="Return on the top page" data-toggle="tooltip" data-placement="left"><span class="fas fa-arrow-up"></span><span class="sr-only">Top of page</span></a> <script type="text/javascript" src="/fileadmin/templates/js/minimal.js"></script> <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> <script src="/fileadmin/templates/js/ndsu-2018.js?1579644437"></script> <script src="/fileadmin/templates/js/update-js.js?1717438777"></script> <script src="https://use.fontawesome.com/releases/v6.4.2/js/all.js"></script> </body> </html>