Iowa state board to review university gen eds for ‘substantial DEI’ and CRT

An article fromsite logoDive Brief Iowa state board to review university gen eds for ‘substantial DEI’ and CRT

The new policy follows an attempt by lawmakers to ban all diversity- and race-related content from general education at the state’s public universities.

Published June 17, 2026Laura Spitalniak Editor

A domed stone building is seen against a blue sky with clouds.

The Old Iowa Capitol Building is a museum on the University of Iowa's campus. Getty Images Dive Brief:

  • The Iowa Board of Regents will review the undergraduate general education classes at the state's three public universities every two years for “courses with substantial DEI or critical race theory content," starting in the 2026-27 academic year.
  • The board's plan, which received final approval on Tuesday in a 5-3 vote, is a less restrictive version of proposed state legislation that failed to pass this session. Under that bill, the board's reviews for diversity, equity and inclusion content would have resulted in coursework being changed or banned. 
  • Board President Robert Cramer said during Tuesday's meeting that the review process would not result in the board cutting any classes or adding course requirements for students.

if (window.dfp_visibility === 'mobile' ) googletag.cmd.push(function() googletag.defineSlot( '/3618/highereddive/highereddivehybrid1', [[300, 250], 'fluid'], 'dfp-hybrid1-mobile' ).addService(googletag.pubads()); ); waitToLoadAds.push(function() googletag.cmd.push(function() if (window.dfp_visibility === 'mobile' ) window.onDvtagReady?.(() => googletag.display('dfp-hybrid1-mobile')); googletag.pubads().addEventListener('slotRenderEnded', function (event) var adUnitPath = '/3618/highereddive/highereddivehybrid1'; var onProformative = false; if (onProformative && event.slot.getAdUnitPath() === adUnitPath && !event.isEmpty ) var adUnitPathWithVisibility = adUnitPath + '-mobile'; var selector = '.pf-comments__ad-wrapper #dfp-hybrid1-mobile'; if (!$(selector).closest('.pf-comments__ad-wrapper').hasClass('borders')) $(selector).closest('.pf-comments__ad-wrapper').addClass('borders') ); ); ); if (window.dfp_visibility === 'desktop' ) googletag.cmd.push(function() googletag.defineSlot( '/3618/highereddive/highereddivehybrid2', [[300, 250], 'fluid'], 'dfp-hybrid2-desktop' ).addService(googletag.pubads()); ); waitToLoadAds.push(function() googletag.cmd.push(function() if (window.dfp_visibility === 'desktop' ) window.onDvtagReady?.(() => googletag.display('dfp-hybrid2-desktop')); googletag.pubads().addEventListener('slotRenderEnded', function (event) var adUnitPath = '/3618/highereddive/highereddivehybrid2'; var onProformative = false; if (onProformative && event.slot.getAdUnitPath() === adUnitPath && !event.isEmpty ) var adUnitPathWithVisibility = adUnitPath + '-desktop'; var selector = '.pf-comments__ad-wrapper #dfp-hybrid2-desktop'; if (!$(selector).closest('.pf-comments__ad-wrapper').hasClass('borders')) $(selector).closest('.pf-comments__ad-wrapper').addClass('borders') ); ); ); Dive Insight:

Prior to the vote, Cramer described the review as a way to bridge a disconnect between what some Iowa legislators believe is being taught at public universities and what's actually happening in the classrooms.

Republican state lawmakers have sought to limit what Iowa's three public universities — the University of Iowa, Iowa State University and the University of Northern Iowa — can teach in general education courses.

Cramer said he anticipates the review will turn up much less content deemed DEI and CRT than the Legislature expects.

"We think the vast majority of our faculty are presenting [coursework] in a fair and professional manner — describing what these things are, but not pushing an agenda one way or the other," he said.

The board estimates that the reviews will take over 1,000 hours of staff work at its office and the universities.

Regent Nancy Dunkel, who voted against the new review, expressed concern that the process could disadvantage the state's public universities — the University of Iowa, Iowa State University and the University of Northern Iowa — when they're competing for students, employees and outside investment.

"Their success depends in part on confidence that academic decisions are made through established educational processes," she said during the meeting. "We should be very careful not to create the perception that course content is subject to political review."

Tuesday's vote builds on a review process the board enacted in August. Regents, all of whom are appointed by Iowa's governor, will audit the public universities at least every two years moving forward to ensure that faculty are presenting coursework "in a way that reflects the range of scholarly views and ongoing debate in the field,” according to the policy.

The most recent Iowa legislative session also brought changes to what classes students will be required to take.

Under a law signed by Gov. Kim Reynolds earlier this month, all public university students must take an American history course and an American civics course to graduate beginning fall 2028. The courses will be designed and taught by the University of Iowa's controversial Center for Intellectual Freedom. 

The center has been plagued by low enrollment since its creation in 2025, according to an April report commissioned by its leadership from Common Sense Institute Iowa, a right-leaning think tank.

The report advised that the center could boost student demand by offering courses that fulfill core curriculum requirements — a move that would be especially effective "if the center offers the only course that fulfills a state civics requirement."

"If legislators, the university, and the center wish to see student demand for the center, they must create it," it said.

The Iowa Board of Regents' position is that it should handle decisions on coursework, Cramer said Tuesday.

"We really thought there were enough legislators that agreed with us," he said

Filed Under: State Policy /* Keep this hidden until we need to show the v2 challenge. */ .captcha-container display: none; (function () []; window._signupRecaptchaConfigs.push(config); // If we've already initialized once, skip doing it again. if (window._signupRecaptchaBootstrapped) return; window._signupRecaptchaBootstrapped = true; // Strip odd characters so this is safe for dataset keys/callback names. function safeKey(str) return String(str // Load v3 for scoring and v2 for the fallback challenge. function loadRecaptchaScripts(v3SiteKey) if (!document.getElementById('signup-recaptcha-v2-script')) var v2Script = document.createElement('script'); v2Script.id = 'signup-recaptcha-v2-script'; v2Script.src = 'https://www.google.com/recaptcha/api.js'; v2Script.defer = true; document.head.appendChild(v2Script); if (!document.getElementById('signup-recaptcha-v3-script')) var v3Script = document.createElement('script'); v3Script.id = 'signup-recaptcha-v3-script'; v3Script.src = 'https://www.google.com/recaptcha/api.js?render=' + encodeURIComponent(v3SiteKey); v3Script.defer = true; document.head.appendChild(v3Script); // Get a v3 token, then let our backend verify and score it. function runV3AndScore(v3SiteKey, actionName) return grecaptcha.execute(v3SiteKey, action: actionName ) .then(function(token) return fetch('/signup/recaptcha-v3-score/', method: 'POST', headers: 'Content-Type': 'application/json' , body: JSON.stringify( token: token, action: actionName ) ); ) .then(function(res) return res.json(); ); // Wire recaptcha behavior to each form this config points to. function wireConfig(config, configIndex) var forms = document.querySelectorAll(config.formSelector); forms.forEach(function(form, formIndex) // Keep track of whether this form is wired/passed/already waiting on v2. var key = safeKey(config.key + '_' + configIndex + '_' + formIndex); var wiredFlag = 'recaptchaWired' + key; var passedFlag = 'recaptchaPassed' + key; var awaitingFlag = 'awaitingV2Challenge' + key; if (form.dataset[wiredFlag] === 'true') return; form.dataset[wiredFlag] = 'true'; var recaptchaElement = form.querySelector(config.v2ElementSelector); var widgetId = null; var v2WatcherInterval = null; // First check the widget API, then fall back to hidden textarea values. function getV2Response() var response = ''; try response = widgetId !== null ? grecaptcha.getResponse(widgetId) : grecaptcha.getResponse(); catch (e) response = ''; if (!response) var textareaInForm = form.querySelector('textarea[name="g-recaptcha-response"]'); var globalTextarea = document.querySelector('textarea[name="g-recaptcha-response"]'); if (textareaInForm && textareaInForm.value) response = textareaInForm.value; else if (globalTextarea && globalTextarea.value) response = globalTextarea.value; return response; // Once verified, mark the form so the submit handler lets it pass. function submitVerifiedForm() if (form.dataset[passedFlag] === 'true') return; form.dataset[passedFlag] = 'true'; if (form.closest('.inline-signup')) if (window.jQuery) window.jQuery(form).triggerHandler('recaptcha:verified'); var inlineContainer = form.querySelector(config.v2ContainerSelector); if (inlineContainer) inlineContainer.style.display = 'none'; form.submit(); // Show the v2 challenge and poll until we see a response token. function beginV2Challenge() form.dataset[awaitingFlag] = 'true'; var container = form.querySelector(config.v2ContainerSelector); if (container) container.style.display = 'block'; if (v2WatcherInterval) clearInterval(v2WatcherInterval); v2WatcherInterval = setInterval(function() if (form.dataset[passedFlag] === 'true') clearInterval(v2WatcherInterval); return; var response = getV2Response(); if (response) clearInterval(v2WatcherInterval); submitVerifiedForm(); , 250); // Render the v2 widget only when the element exists on this form. if (recaptchaElement) var callbackName = 'onSignupRecaptchaV2Success_' + key; window[callbackName] = function() submitVerifiedForm(); ; recaptchaElement.setAttribute('data-callback', callbackName); try widgetId = grecaptcha.render(recaptchaElement, sitekey: config.v2SiteKey, callback: function() submitVerifiedForm(); ); catch (e) // Main flow: validation first, then v3 score check, then v2 fallback if needed. form.addEventListener('submit', function(event) if (form.dataset[passedFlag] === 'true') return; event.preventDefault(); if (config.runExistingValidation && window.jQuery) var validationEvent = jQuery.Event('submit'); $(form).triggerHandler(validationEvent); if (validationEvent.isDefaultPrevented()) return; if (form.dataset[awaitingFlag] === 'true') if (getV2Response()) submitVerifiedForm(); else beginV2Challenge(); return; grecaptcha.ready(function() runV3AndScore(config.v3SiteKey, config.submitAction) .then(function(data) ) .catch(function() // If v3 fails (network/API), still let real users complete v2. beginV2Challenge(); ); ); ); // Run a quiet v3 check on page load in the background. //grecaptcha.ready(function() // runV3AndScore(config.v3SiteKey, config.pageAction).catch(function() ); //); ); // Wire everything once grecaptcha is available. function setupAllConfigs() if (typeof grecaptcha === 'undefined') return false; window._signupRecaptchaConfigs.forEach(function(config, index) wireConfig(config, index); ); return true; document.addEventListener('DOMContentLoaded', function() ); )(); Higher Ed Dive news delivered to your inbox

Get the free daily newsletter read by industry experts

Email:

Sign up A valid email address is required. Please select at least one newsletter.Newsletter example on mobileEditors' picks

  • GSA, federal property sales, GAO, Public Buildings Services Image attribution tooltipGetty ImagesImage attribution tooltipDeep Dive Why GSA’s anti-DEI certification is raising alarm in higher education

    Colleges that don’t sign the General Services Administration’s proposed certification could face severe penalties, including losing their federal funding. 

    By David Weisenfeld • May 4, 2026
  • Aerial view of Saint Augustine's campus. Image attribution tooltipThe image by SAUFalconsWiki is licensed under CC BY 4.0Image attribution tooltipSaint Augustine’s University files for bankruptcy following accreditation woes

    The beleaguered institution plans to pivot to certificates and apprenticeship programs after initiating a Chapter 11 to get its finances in order.

    By Ben Unglesbee • April 28, 2026

ES by OMG

Euro-Savings.com |Buy More, Pay Less | Anywhere in Europe

Shop Smarter, Stretch your Euro & Stack the Savings | Latest Discounts & Deals, Best Coupon Codes & Promotions in Europe | Your Favourite Stores update directly every Second

Euro-Savings.com or ES lets you buy more and pay less anywhere in Europe. Shop Smarter on ES Today. Sign-up to receive Latest Discounts, Deals, Coupon Codes & Promotions. With Direct Brand Updates every second, ES is Every Shopper’s Dream come true! Stretch your dollar now with ES. Start saving today!

Originally posted on: https://www.highereddive.com/news/iowa-state-board-to-review-university-gen-eds-for-substantial-dei-and-crt/823193/