CINXE.COM
Auditing – Office of the Registrar
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <!-- OneTrust Cookies Consent Notice start for illinois.edu --> <script> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for illinois.edu --> <title>Auditing – Office of the Registrar</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//cdn.toolkit.illinois.edu' /> <link rel='dns-prefetch' href='//cdn.disability.illinois.edu' /> <link rel='dns-prefetch' href='//stackpath.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//kit.fontawesome.com' /> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel='dns-prefetch' href='//onetrust.techservices.illinois.edu' /> <link rel="alternate" type="application/rss+xml" title="Office of the Registrar » Feed" href="https://registrar.illinois.edu/feed/" /> <link rel="alternate" type="application/rss+xml" title="Office of the Registrar » Comments Feed" href="https://registrar.illinois.edu/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.3 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-R0ZHZB0DCM" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '9.2.3'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/registrar.illinois.edu\/registration\/auditing\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-R0ZHZB0DCM', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-R0ZHZB0DCM', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/registrar.illinois.edu\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://registrar.illinois.edu/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='block-styles-css' href='https://registrar.illinois.edu/wp-content/themes/uofi-2020/block-styles.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='toolkit-css' href='https://cdn.toolkit.illinois.edu/2.16/toolkit.css?ver=6.7.1' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFFFFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--il-cloud: #F8FAFC;--wp--preset--color--il-cloud-1: #E8E9EB;--wp--preset--color--il-cloud-2: #DDDEDE;--wp--preset--color--il-cloud-3: #D2D2D2;--wp--preset--color--il-orange: #FF552E;--wp--preset--color--il-altgeld: #DD3403;--wp--preset--color--il-heritage-orange: #F5821E;--wp--preset--color--il-heritage-orange-1: #E56E15;--wp--preset--color--il-heritage-orange-2: #CE5E11;--wp--preset--color--il-heritage-orange-3: #B74D04;--wp--preset--color--il-blue: #13294B;--wp--preset--color--il-alma-mater: #1E3877;--wp--preset--color--il-alma-mater-1: #4D69A0;--wp--preset--color--il-alma-mater-2: #849BC1;--wp--preset--color--il-alma-mater-3: #AFC7DB;--wp--preset--color--il-industrial-blue: #1D58A7;--wp--preset--color--il-industrial-blue-1: #5783BC;--wp--preset--color--il-industrial-blue-2: #90AED5;--wp--preset--color--il-industrial-blue-3: #CAD9EF;--wp--preset--color--il-arches-blue: #009FD4;--wp--preset--color--il-arches-blue-1: #7FC3E1;--wp--preset--color--il-arches-blue-2: #A6D7EB;--wp--preset--color--il-arches-blue-3: #D2EBF5;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='bootstrapcss-css' crossorigin="anonymous" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" href='https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css' media='all' /> <link rel='stylesheet' id='main-css-css' href='https://registrar.illinois.edu/wp-content/themes/uofi-2020/style.css?ver=240531-152352' media='all' /> <link rel='stylesheet' id='wp-pagenavi-css' href='https://registrar.illinois.edu/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://registrar.illinois.edu/wp-content/tablepress-combined.min.css?ver=45' media='all' /> <script src="https://registrar.illinois.edu/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.3" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/registrar.illinois.edu","hash_tracking":"false","v4_id":"G-R0ZHZB0DCM"};</script> <script src="https://cdn.toolkit.illinois.edu/2.16/toolkit.js?ver=6.7.1" id="toolkit-js"></script> <script src="https://registrar.illinois.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://registrar.illinois.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://registrar.illinois.edu/wp-content/themes/uofi-2020/js/main.js?ver=240531-152137" id="main_js-js"></script> <script src="https://registrar.illinois.edu/wp-content/themes/uofi-2020/js/skipto.config.js" id="skiptoconf-js"></script> <script src="https://cdn.disability.illinois.edu/skipto.min.js" id="skipto-js"></script> <script crossorigin="anonymous" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" id="bootstrapjs-js"></script> <script crossorigin="anonymous" src="https://kit.fontawesome.com/846f7e331a.js" id="fontawesome-js"></script> <script crossorigin="anonymous" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" id="popper-js"></script> <script data-domain-script="26be7d61-2017-4ea7-8a8b-8f1704889763" src="https://onetrust.techservices.illinois.edu/scripttemplates/otSDKStub.js" id="onetrust-js"></script> <link rel="https://api.w.org/" href="https://registrar.illinois.edu/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://registrar.illinois.edu/wp-json/wp/v2/pages/101" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://registrar.illinois.edu/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.1" /> <link rel="canonical" href="https://registrar.illinois.edu/registration/auditing/" /> <link rel='shortlink' href='https://registrar.illinois.edu/?p=101' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://registrar.illinois.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fregistrar.illinois.edu%2Fregistration%2Fauditing%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://registrar.illinois.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fregistrar.illinois.edu%2Fregistration%2Fauditing%2F&format=xml" /> <link rel="icon" href="https://cdn.brand.illinois.edu/favicon.ico"> <style> body .tile-list .tile.w66 { flex: 0 0 calc(40% - 1.2rem); max-width: calc(40% - 1.2rem); min-width: calc(40% - 1.2rem); } #primary_secondary_wrapper header, #primary_secondary_wrapper .entry-content > * { max-width: 870px !important; } #primary_secondary_wrapper #secondary { max-width: 300px !important; } @media (max-width: 768px) { #primary_secondary_wrapper #secondary.widget-area { max-width: 100% !important; } } #primary_secondary_wrapper header, #primary_secondary_wrapper .entry-content > *, .search #primary_secondary_wrapper article { margin-left: auto; margin-right: auto; } #primary_secondary_wrapper #secondary { max-width: 300px !important; } .search #primary_secondary_wrapper article .entry-summary { margin-top: 0; padding-left: 1rem; padding-right: 1rem; } .search #primary_secondary_wrapper article .post-thumbnail { max-width: 33%; margin: 0 1rem 0.25rem 1rem; float: right; } @media (max-width: 768px) { .search #primary_secondary_wrapper article .post-thumbnail { max-width: 50%; } } @media (max-width: 400px) { .search #primary_secondary_wrapper article .post-thumbnail { max-width: 100%; width: 100%; float: none; display: block; padding: 0; margin: 0 0 0.5rem 0; } } .archive #primary_secondary_wrapper #primary { max-width: 1140px; } .has-sidebar .archive #primary_secondary_wrapper #primary { max-width: 870px; } .has-sidebar #primary_secondary_wrapper main article .alignfull { max-width: 870px !important; } </style> </head> <body class="page-template-default page page-id-101 page-child parent-pageid-8 has-sidebar"> <div id="page" class="site"> <div> <div> <header id="masthead" class="site-header"> <div class="masthead_inner d-flex justify-content-between align-items-stretch"> <div class="il-header-wrapper flex-grow-1"> <il-header> <div slot="wordmark"> <il-unit-wordmark> <h1><a href="https://registrar.illinois.edu">Office of the Registrar</a></h1> </il-unit-wordmark> </div> <il-search slot="search" action="https://registrar.illinois.edu" method="get" searchname="s"></il-search> <div slot="navigation"> <div id="uofinavbar-1" class="uofinavbar"> <il-nav slot="navigation"> <il-nav-section><a href="https://registrar.illinois.edu/registration/" slot="label">Registration</a> <ul class="il-subnav"><li><a href="https://registrar.illinois.edu/registration/registration-process/">Registration Process</a></li><li><a href="https://registrar.illinois.edu/registration/non-degree-services/">Non-Degree Services</a></li><li><a href="https://registrar.illinois.edu/registration/concurrent-enrollment/">Concurrent Enrollment</a></li><li><a href="https://registrar.illinois.edu/registration/intercampus-registration/">Intercampus Registration</a></li><li><a href="https://registrar.illinois.edu/registration/auditing/">Auditing</a></li><li><a href="https://registrar.illinois.edu/registration/registration-faq/">Registration FAQ</a></li></ul> </il-nav-section> <il-nav-section><a href="https://registrar.illinois.edu/courses-grades/" slot="label">Courses & Grades</a> <ul class="il-subnav"><li><a href="https://registrar.illinois.edu/courses-grades/course-information/">Course Information</a></li><li><a href="https://registrar.illinois.edu/courses-grades/final-exam-schedule-public/">Final Exams</a></li><li><a href="https://registrar.illinois.edu/courses-grades/check-your-grades/">Check Your Grades</a></li><li><a href="https://registrar.illinois.edu/courses-grades/explanation-of-grades/">Explanation of Grades</a></li><li><a href="https://registrar.illinois.edu/courses-grades/calculate-your-gpa/">Calculate Your GPA</a></li></ul> </il-nav-section> <il-nav-section><a href="https://registrar.illinois.edu/academic-records/" slot="label">Academic Records</a> <ul class="il-subnav"><li><a href="https://registrar.illinois.edu/academic-records/credit-for-state-seal-of-biliteracy/">Credit for State Seal of Biliteracy</a></li><li><a href="https://registrar.illinois.edu/academic-records/ferpa/">FERPA</a></li><li><a href="https://registrar.illinois.edu/academic-records/changing-your-personal-information-2/">Changing Your Personal Information</a></li><li><a href="https://registrar.illinois.edu/academic-records/preferred-first-name/">Preferred First Name</a></li><li><a href="https://registrar.illinois.edu/academic-records/enrollment-degree-verification/">Enrollment or Degree Verification</a></li><li><a href="https://registrar.illinois.edu/academic-records/dars-audit/">Degree Audit</a></li><li><a href="https://registrar.illinois.edu/academic-records/trans-credit/">Transfer Credits to Illinois</a></li><li><a href="https://registrar.illinois.edu/academic-records/transcripts/">Transcripts</a></li><li><a href="https://registrar.illinois.edu/academic-records/apostilles/">Apostilles</a></li><li><a href="https://registrar.illinois.edu/academic-records/academic-records-faq/">Academic Records FAQ</a></li></ul> </il-nav-section> <il-nav-link><a href="https://registrar.illinois.edu/academic-calendars/">Calendars</a></il-nav-link> <il-nav-section><a href="https://registrar.illinois.edu/tuition-fees/" slot="label">Tuition & Fees</a> <ul class="il-subnav"><li><a href="https://registrar.illinois.edu/tuition-fees/tuition-info/">Tuition Information</a></li><li><a href="https://registrar.illinois.edu/tuition-fees/fee-info/">Fee Information</a></li><li><a href="https://registrar.illinois.edu/tuition-fees/tuition-fee-rates/">Tuition & Fee Rates</a></li><li><a href="https://registrar.illinois.edu/tuition-fees/waivers-exemptions/">Waivers & Exemptions</a></li><li><a href="https://registrar.illinois.edu/tuition-fees/withdrawal/">Withdrawal Information</a></li><li><a href="https://registrar.illinois.edu/tuition-fees/refunds/">Refund Information</a></li><li><a href="https://registrar.illinois.edu/tuition-fees/financial-aid/">Financial Aid</a></li></ul> </il-nav-section> <il-nav-section><a href="https://registrar.illinois.edu/graduation/" slot="label">Graduation</a> <ul class="il-subnav"><li><a href="https://registrar.illinois.edu/graduation/conferral-dates/">Conferral Dates</a></li><li><a href="https://registrar.illinois.edu/graduation/commencement/">Commencement</a></li><li><a href="https://registrar.illinois.edu/graduation/receiving-your-diploma/">Diplomas</a></li><li><a href="https://registrar.illinois.edu/graduation/graduation-faq/">Graduation FAQ</a></li></ul> </il-nav-section> <il-nav-section><a href="https://registrar.illinois.edu/faculty-staff/" slot="label">Faculty & Staff</a> <ul class="il-subnav"><li><a href="https://registrar.illinois.edu/faculty-staff/course-catalog-and-scheduling/">Course Catalog & Scheduling</a></li><li><a href="https://registrar.illinois.edu/faculty-staff/registration-resources/">Registration</a></li><li><a href="https://registrar.illinois.edu/faculty-staff/class-list-roster/">Class List/Roster</a></li><li><a href="https://registrar.illinois.edu/faculty-staff/final-exam-scheduling/">Final Exam Scheduling</a></li><li><a href="https://registrar.illinois.edu/faculty-staff/staff-grades/">Grades</a></li><li><a href="https://registrar.illinois.edu/faculty-staff/graduation-resources/">Graduation</a></li><li><a href="https://registrar.illinois.edu/faculty-staff/ferpa-fs/">FERPA</a></li><li><a href="https://registrar.illinois.edu/faculty-staff/reporting-and-data-access/">Reporting & Data Access</a></li><li><a href="https://registrar.illinois.edu/faculty-staff/calendars/">Calendars</a></li><li><a href="https://registrar.illinois.edu/faculty-staff/policies/">Policies</a></li><li><a href="https://registrar.illinois.edu/faculty-staff/forms/">Forms</a></li></ul> </il-nav-section> </il-nav> </div> </div> </il-header> </div> </div> </header><!-- #masthead --> </div> <div id="primary_secondary_wrapper" class="d-flex flex-md-row flex-column justify-content-center "> <main id="primary" class="site-main " aria-label="Document Content"> <article id="post-101" class="post-101 page type-page status-publish hentry"> <header class="entry-header il-formatted"> <h1 class="entry-title ">Auditing</h1> </header><!-- .entry-header --> <div class="entry-content"> <div class="uofi-default-block il-formatted"><p class="intro">Information about auditor status is described in detail in <a href="https://studentcode.illinois.edu/article3/part3/3-305/">Section 3-305 of the Student Code</a>. An “auditor” is only a listener in the classes attended; the auditor is not a participant in any part of the exercises.</p> <p><strong>Allow up to 2 weeks for processing time after the Auditor’s Permit is submitted before students will have access to online resources.</strong> Undergraduate students should submit the <a href="https://registrar.illinois.edu/wp-content/uploads/2018/06/Auditors_Permit.pdf">Auditor’s Permit</a> to their college office which will then submit the form to the <a href="mailto:registration@illinois.edu">Registrar’s Office</a> for processing. Graduate/Professional students should submit the completed form to the <a href="mailto:registration@illinois.edu">Registrar’s Office</a> via secure upload through <a href="https://student.myillini.illinois.edu/Profile">myIllini profile</a> prior to the submission deadline. After the deadline, graduate students must contact the Graduate College.</p> <h4><strong><u>Frequently Asked Questions</u></strong></h4> <p><span style="color: #000080;"><strong>What does it mean to audit a course?</strong></span></p> <p>An auditor is only a listener in the course attended and does not actively participate, complete coursework or use any instructor resources. An auditor does not receive a grade other than ‘AU’ in the course. The hours are included in total credit hours toward maximum allowed for the semester.</p> <p><span style="color: #000080;"><strong>Do I need to register myself for the course I wish to audit?</strong></span></p> <p><strong>No.</strong> You only need to complete the Auditor’s Permit and obtain the necessary signatures. The Office of the Registrar will manually add you to the course as an auditor when we process your Auditor’s Permit. Please note: The student will be responsible for any tuition and fee charges incurred if they register for the course and their audit request is denied.</p> <p><span style="color: #000080;"><strong>What is the deadline to submit an Auditor’s Permit?</strong></span></p> <p>The deadline to submit an Auditor’s Permit for Fall or Spring full semester classes is the 10<sup>th</sup> day of the semester. For Summer courses, the deadline is the add/drop deadline for the part of term of the course. Please see the Calendars tab for relevant deadlines.</p> <p><span style="color: #000080;"><strong>How much does it cost to audit a course?</strong></span></p> <p>The cost to audit is $15 per course. (This cost is waived for students billed full-time tuition, waiver-eligible employees, and persons 65 years of age or older.)</p> <p><span style="color: #000080;"><strong>When will my auditor’s permit be processed?</strong></span></p> <p><strong>Please allow up to 2 weeks for processing time after the Auditor’s Permit is submitted before students will have access to online resources.</strong></p> <p><span style="color: #000080;"><strong>What signatures do I need to obtain on the auditor’s permit?</strong></span></p> <p><strong>The approval signature of the instructor is required for each course you wish to audit regardless of your student status. </strong></p> <ul> <li><strong>For current or former students:</strong> Current and former undergraduate students must also obtain an approval signature from an authorized official in their college office. Current and former graduate students do not require a college approval signature as long as the Auditor’s Permit is submitted by the deadline.</li> <li><strong>For non-students:</strong> If you have never attended the University of Illinois and you wish to audit an undergraduate-level course, you will need to obtain the signature of the college office overseeing the course. No college signature is required for auditing graduate-level courses as long as the Auditor’s Permit is submitted by the deadline.</li> </ul> <p><span style="color: #000080;"><strong>How will an audited course appear on my transcript?</strong></span></p> <p>During the semester, your audited course will appear on your transcript as “in progress.” At the end of the semester, when grades are posted, your transcript will list “AU” instead of a letter grade.</p> </div><div class="uofi-default-block il-formatted"> <p><span style="color: #000080;"><strong>What if I want to drop the course I am auditing?</strong></span></p> </div><div class="uofi-default-block il-formatted"> </div><div class="uofi-default-block il-formatted"> <p>If you need to drop the course you are auditing, please email <a href="mailto:registration@illinois.edu">registration@illinois.edu</a>. <strong>Please do not attempt to drop the course in your self-service account as this may result in additional charges.</strong></p> </div> </div><!-- .entry-content --> </article><!-- #post-101 --> </main><!-- #main --> <aside id="secondary" class="widget-area il-formatted" aria-label="Document Sidebar"> <div class="widget_area_wrapper"> <div id="advanced_sidebar_menu-2" class="widget advanced-sidebar-menu advanced-sidebar-page" aria-label="Site sidebar"> <!-- advanced-sidebar-menu/core-template --> <ul class="parent-sidebar-menu" data-level="0"><li class="page_item page-item-8 current_page_ancestor current_page_parent menu-item has_children current-menu-parent current-menu-ancestor"><a href="https://registrar.illinois.edu/registration/">Registration</a><ul class="child-sidebar-menu" data-level="1"><li class="page_item page-item-10 menu-item has_children"><a href="https://registrar.illinois.edu/registration/registration-process/">Registration Process</a></li> <li class="page_item page-item-12868 menu-item has_children"><a href="https://registrar.illinois.edu/registration/non-degree-services/">Non-Degree Services</a></li> <li class="page_item page-item-12 menu-item"><a href="https://registrar.illinois.edu/registration/concurrent-enrollment/">Concurrent Enrollment</a></li> <li class="page_item page-item-487 menu-item"><a href="https://registrar.illinois.edu/registration/intercampus-registration/">Intercampus Registration</a></li> <li class="page_item page-item-101 current_page_item menu-item current-menu-item"><a href="https://registrar.illinois.edu/registration/auditing/" aria-current="page">Auditing</a></li> <li class="page_item page-item-682 menu-item"><a href="https://registrar.illinois.edu/registration/registration-faq/">Registration FAQ</a></li> </ul><!-- End .child-sidebar-menu --></li></ul><!-- End .parent-sidebar-menu --></div> </div> </aside><!-- #secondary --> </div> </div> <footer id="colophon" class="site-footer"> <il-footer> <div slot="contact" class="il-footer-contact uofi_address"> <p><a href="https://registrar.illinois.edu">Office of the Registrar</a></p> <p>901 West Illinois Street</p><p>Urbana, IL 61801</p><p>Email: <a href="mailto:registrar@illinois.edu">registrar@illinois.edu</a><p> </div> <div class="il-footer-navigation"> <nav aria-labelledby="footer-nav-1"> <h2 id="footer-nav-1">Helpful Links</h2> <ul> <li><a href="https://registrar.illinois.edu/contact-us/">Contact Us</a></li> <li><a href="https://registrar.illinois.edu/academic-records/ferpa/parents-and-ferpa/">Parents & FERPA</a></li> <li><a href="https://provost.illinois.edu/student-consumer-information/">Student Consumer Information</a></li> </ul> </nav> </div> <nav slot="links" class="il-footer-links" aria-label="Legal notices"> <ul> <li><button data-il="cookies" ></button></li> <li><a data-il="privacy"></a></li> <li><a data-il="copyright"></a></li> <li><a data-il="accessibility"></a></li> </ul> </nav> </il-footer> </footer><!-- #colophon --> </div><!-- #page --> <div id="gototop" class="hidden"> <a href="#"><i class="fa fa-chevron-up"></i><span class="sr-only">Go to top</span></a> </div> </body> </html> <!-- Page supported by LiteSpeed Cache 6.5.3 on 2024-12-12 16:45:01 -->