CINXE.COM

Student Web Forms

<!DOCTYPE html> <html lang="en-US" data-lang="en-US" crm-lang="en-US" dir="ltr" crm-lcid="1033" same-site-mode="None"> <head> <meta charset="utf-8" /><meta name="viewport" content="width=device-width,&#32;initial-scale=1.0" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <script type="text/javascript" > </script> <title> Student Web Forms </title> <script src="/_portal/7b138792-1090-45b6-9241-8f8d96d8c372/Resources/ResourceManager?lang=en-US"></script> <script type="text/javascript"> // Refresh all powerBI Iframes on Login in one Iframe window.addEventListener('message', function (event) { if (event && event.data && event.data == 'refreshPowerBI') { $("iframe.powerbi").each(function () { this.src = this.src; }); } }); // Fix for incorrect viewport width setting in IE 10 on Windows Phone 8. if (navigator.userAgent.match(/IEMobile\/10\.0/)) { var msViewportStyle = document.createElement("style"); msViewportStyle.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}")); document.getElementsByTagName("head")[0].appendChild(msViewportStyle); } </script> <link href="/bootstrap.min.css?1548829223000" rel="stylesheet" /> <link href="https://content.powerapps.com/resource/powerappsportal/dist/font-awesome.bundle-3d8a58a48f.css" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;link&#32;=&#32;document.createElement(&#39;link&#39;);&#32;link.crossOrigin&#32;=&#32;target.crossOrigin;&#32;link.href&#32;=&#32;&#39;/dist/font-awesome.bundle-3d8a58a48f.css&#39;;&#32;link.rel&#32;=&#32;&#39;stylesheet&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,link);" rel="stylesheet" /> <link href="https://content.powerapps.com/resource/powerappsportal/dist/preform.bundle-8a0534540c.css" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;link&#32;=&#32;document.createElement(&#39;link&#39;);&#32;link.crossOrigin&#32;=&#32;target.crossOrigin;&#32;link.href&#32;=&#32;&#39;/dist/preform.bundle-8a0534540c.css&#39;;&#32;link.rel&#32;=&#32;&#39;stylesheet&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,link);" rel="stylesheet" /> <link href="/CrmHeader.css?1653359250000" rel="stylesheet" /> <link href="/CrmStyles.css?1668983805000" rel="stylesheet" /> <link href="/theme.css?1591244453000" rel="stylesheet" /> <link href="/nucleustheme.css?1552467395000" rel="stylesheet" /> <link href="/easy-autocomplete.css?1591599976000" rel="stylesheet" /> <meta name="thumbnail" content="https://portal.insight.unsw.edu.au/logo.png" /> <link href="https://content.powerapps.com/resource/powerappsportal/dist/pwa-style.bundle-2739c60227.css" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;link&#32;=&#32;document.createElement(&#39;link&#39;);&#32;link.crossOrigin&#32;=&#32;target.crossOrigin;&#32;link.href&#32;=&#32;&#39;/dist/pwa-style.bundle-2739c60227.css&#39;;&#32;link.rel&#32;=&#32;&#39;stylesheet&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,link);" rel="stylesheet" /> </head> <body data-sitemap-state="/web-forms/:/" data-dateformat="dd/MM/yyyy" data-timeformat="h:mm tt" data-datetimeformat="dd/MM/yyyy hh:mm tt" data-app-path="/" data-ckeditor-basepath="/js/BaseHtmlContentDesigner/Libs/msdyncrm_/libs/ckeditor/" data-case-deflection-url="/_services/search/7b138792-1090-45b6-9241-8f8d96d8c372"> <link href="https://content.powerapps.com/resource/powerappsportal/dist/pcf-style.bundle-373a0f4982.css" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;link&#32;=&#32;document.createElement(&#39;link&#39;);&#32;link.crossOrigin&#32;=&#32;target.crossOrigin;&#32;link.href&#32;=&#32;&#39;/dist/pcf-style.bundle-373a0f4982.css&#39;;&#32;link.rel&#32;=&#32;&#39;stylesheet&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,link);" rel="stylesheet" /> <div id="offlineNotificationBar" style="display: none;"> <img alt="web" id="web" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;img&#32;=&#32;document.createElement(&#39;img&#39;);&#32;img.src&#32;=&#32;&#39;/css/images/web.png&#39;;&#32;img.alt&#32;=&#32;&#39;web&#39;;&#32;img.id&#32;=&#32;&#39;web&#39;&#32;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,img);&#32;target.remove();" src="https://content.powerapps.com/resource/powerappsportal/img/web.png" /> <div id="message">You&#8217;re offline. This is a read only version of the page.</div> <div id="close" onclick="this.parentElement.style.display='none';"><img alt="close" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;img&#32;=&#32;document.createElement(&#39;img&#39;);&#32;img.src&#32;=&#32;&#39;/css/images/close.png&#39;;&#32;img.alt&#32;=&#32;&#39;close&#39;;&#32;img.id&#32;=&#32;&#39;&#39;&#32;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,img);&#32;target.remove();" src="https://content.powerapps.com/resource/powerappsportal/img/close.png" /></div> </div> <script type="text/javascript"> window.DisableCkEditor = window.DisableCkEditor || {}; DisableCkEditor.Value = 'False'; </script> <script type="text/javascript"> var enableOmniChannelWidgetWithSiteCopilot = 'False'; if (enableOmniChannelWidgetWithSiteCopilot === "True" || enableOmniChannelWidgetWithSiteCopilot === "true") { const authUrl = window.location.origin + "/_services/auth/portalusertoken"; const fetchWithRetries = async (url, options, retries) => { try { const authResponse = await fetch(url, options); const token = await authResponse.text(); sessionStorage['c2Token'] = token; } catch (err) { if (retries === 1) throw err; return await fetchWithRetries(url, options, retries - 1); } }; fetchWithRetries(authUrl, { method: "POST" }, 4); } </script> <script type="text/javascript"> var isPvaBotAuthenticated = sessionStorage['isPvaBotAuthenticated']; var isPortalUserLoggedIn = 'False'; if ((isPvaBotAuthenticated != null || isPvaBotAuthenticated != undefined) && isPvaBotAuthenticated != isPortalUserLoggedIn) { sessionStorage['triggerPvaBotSignOut'] = true; sessionStorage.removeItem('c2Token'); sessionStorage.removeItem('directLinetoken'); sessionStorage.removeItem('conversation_Id'); } sessionStorage['isPvaBotAuthenticated'] = isPortalUserLoggedIn; </script> <script type="text/javascript"> window["Microsoft"] = window["Microsoft"] || {}; window["Microsoft"].Dynamic365 = { Portal: { User: { userName: '', contactId: '' }, version: '9.7.1.25', type: 'CustomerPortal', id: '2da551cf-cb35-480a-8bf8-a65ec39cb657', geo: 'OCE', tenant: '3ff6cfa4-e715-48db-b8e1-0867b9f9fba3', correlationId: 'a1e7dc64-262a-4f97-b7a0-d6d06865511f', orgEnvironmentId: 'c9d234c3-1b9f-4a75-a00d-6cf45241197d', orgId: '5fb124db-3b9f-488d-882d-6af5ced67ec1', portalProductionOrTrialType: 'Production', isTelemetryEnabled: 'True', InstrumentationSettings: { instrumentationKey: '197418c5cb8c4426b201f9db2e87b914-87887378-2790-49b0-9295-51f43b6204b1-7172', collectorEndpoint: 'https://us-mobile.events.data.microsoft.com/OneCollector/1.0/' }, timerProfileForBatching: 'NEAR_REAL_TIME', activeLanguages: ["en-US"] } } // Mark request not cacheable if Dynamics365PortalAnalytics cookie is being refreshed by the server or if the cookie in request header is invalid // For client side telemetry intializing Dynamics365PortalAnalytics cookie object window["Microsoft"].Dynamic365.Portal.dynamics365PortalAnalytics = 'XmyNPDGtPDELqQMvxRwWfpd2Q0BBlbhigCaBNPuEdoSxvkqRZvLp5NYnIc3s4iYujwXMBNYDm_ixDIostG71eI_8x-jlZPGvO6EKO5h1erGsPLuPXQaVDsSWrZbg3PS4NWBQ3ZePHDGlO23OoNnS-A2'; // CodeQL [SM00430] False Positive: only alphanumeric chars allowed, for non-alphanumeric char it will return INVALID_CHARACTERS_IN_COOKIE </script> <script type="text/javascript"> </script> <link rel="stylesheet" type="text/css" href="/CrmStyles.css" /> <link rel="stylesheet" type="text/css" href="/CrmHeader.css" /> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="visible-xs-block"> <div class="xrm-editable-html&#32;xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><h4><a class="homelink" href="~/"><span style="color: rgb(255, 255, 255);"><img style="width: 200px; height: 86px;" alt="" src="/logo.png" /></span><span style="color: rgb(0, 0, 0); font-size: 25px;"> &nbsp; Ask Us </span></a></h4></div></div> </div> <div class="visible-sm-block visible-md-block visible-lg-block navbar-brand"> <div class="xrm-editable-html&#32;xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><h4><a class="homelink" href="/contact-us/"><span style="color: rgb(255, 255, 255);"><img alt="" src="/logo.png" style="width: 200px; height: 86px;" /> </span> <span style="color: rgb(0, 0, 0); font-size: 35px;"> &nbsp; Ask Us </span> </a></h4> </div></div> </div> </div> <div id="navbar" class="navbar-collapse collapse"> <div class="navbar-right menu-bar " data-weblinks-maxdepth="2"> <ul class="nav navbar-nav weblinks"> <li class="weblink "> <a href="/" title="Home"> <span class="fa fa-home" aria-hidden="true"></span> </a> </li> <li class="divider-vertical"></li> <li class="weblink "> <a href="/support/" title="My Support"> My Support </a> </li> <li class="divider-vertical"></li> <li class="dropdown"> <a class="navbar-icon" href="#" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <span class="glyphicon glyphicon-search"></a> </a> <ul class="dropdown-menu dropdown-search"> <li> <form method="GET" action="/search/" role="search" class="form-search"> <div class="input-group"> <label for="q" class="sr-only"> Search </label> <input type="text" class="form-control" id="q" name="q" placeholder="Search" value="" title="Search"> <div class="input-group-btn"> <button type="submit" class="btn btn-default" title="Search"> <span class="fa fa-search" aria-hidden="true"></span> </button> </div> </div> </form> </li> </ul> </li> <li class="divider-vertical"></li> <li> <a href="/SignIn?returnUrl=%2Fweb-forms%2F"> Sign in </a> </li> </ul> </div> <div class="navbar-right hidden-xs"> <div class="xrm-editable-html&#32;xrm-attribute&#32;no-value" data-languageContext="English"><div class="xrm-attribute-value"></div></div> </div> </div> </div> </div> <!-- add anti-forgery token--> <div id="antiforgerytoken" data-url="/_layout/tokenhtml"></div> <!-- Client Telemetry init if telemetry enabled--> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/client-telemetry.bundle-f9f45b65a6.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/client-telemetry.bundle-f9f45b65a6.js" type="text/javascript"></script> <!-- Client Telemetry Wrapper init --> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/client-telemetry-wrapper.bundle-633e70f51b.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/client-telemetry-wrapper.bundle-633e70f51b.js" type="text/javascript"></script> <script> window.clientLogWrapper = new ClientLogWrapper(); </script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/preform.moment_2_29_4.bundle-4fdd3f639b.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/preform.moment_2_29_4.bundle-4fdd3f639b.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/pcf-dependency.bundle-805a1661b7.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf-dependency.bundle-805a1661b7.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/pcf.bundle-582a4e04bd.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf.bundle-582a4e04bd.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/pcf-extended.bundle-b0e01b5622.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf-extended.bundle-b0e01b5622.js" type="text/javascript"></script> <div id="content-container" class="container wrapper-body" role="main"> <div id="content"> <div id="mainContent"> <div class="xrm-editable-html&#32;xrm-attribute&#32;page-copy"><div class="xrm-attribute-value"><h1>UNSW Student Portal Web Forms</h1> <h2>Program Progression</h2> <h2><a href="../pgipt/">Application for Postgraduate Internal Program Transfer</a></h2> <p>Postgraduate students may use this form to request transfer from one Postgraduate coursework program to another. Undergraduate students may apply through <a href="https://student.unsw.edu.au/ipt" target="_blank">myUNSW</a>.<br> <strong>**</strong> Open from Monday, Week 9 of previous term or Monday, week 3 of previous hexamester. Until 12pm Wednesday O week of application term . Until 12pm Friday week 7 of previous hexamester.</p> <h2>myPlan Assistance</h2> <p><a href="https://www.unsw.edu.au/student/managing-your-studies/resources/myplan" target="_blank">myPlan</a> is a new study planner and progression tracker. <strong>Not all students have access to myPlan yet</strong> - <a href="https://www.unsw.edu.au/student/managing-your-studies/resources/myplan#access" target="_blank">check if myPlan is available for your program</a>. If you have access and are having issues using it, <a href="https://www.unsw.edu.au/student/managing-your-studies/resources/myplan#support" target="_blank">please reach out to us</a>, we're here to help. myPlan will be available soon for all other programs - keep an eye on your student inbox in early 2025!</p> <h2><a href="../ppc/">Program Progression Check</a></h2> <p>Need to find out the remaining requirements for your program? Your <a href="https://www.unsw.edu.au/student/managing-your-studies/resources/progression-plans" target="_blank">progression plan</a> may be a good place to start! If <a href="https://www.unsw.edu.au/student/managing-your-studies/resources/myplan#access" target="_blank">myPlan</a> is available for you (<a href="https://www.unsw.edu.au/student/managing-your-studies/resources/myplan#access" target="_blank">check if myPlan is available for your program</a>), please use myPlan to plan your remaining courses. If you don't have access to myPlan or are still unsure about your progression, request a <a href="../ppc/">progression check</a> and one of our helpful specialists can assist you.</p> <h2><a href="../rpl">Recognition of Prior Learning (RPL)</a></h2> <p>Apply to have previous study from another institution or UNSW degree recognised towards a current UNSW program. Also known as ‘Credit Transfer’ or ‘Advanced Standing’.</p> <h2><a href="../rct/">Remove Recognition of Prior Learning (RPL)</a></h2> <p>Apply to have Recognition of Prior Learning (RPL) removed from a current UNSW program. Also known as ‘Credit Transfer’ or ‘Advanced Standing’.</p> <h2><a href="../cross-institutional-study/">Cross Institutional Study</a></h2> <p>Apply to undertake study at another institution and have the completed courses recognised towards UNSW program requirements.</p> <h2><a href="../cross-institutional-return/">Returning from Cross Institutional Studies</a></h2> <p>Request transfer credit towards UNSW programs for course/s successfully completed on an approved cross institutional study arrangement.</p> <h2><a href="../early-exit-request/">Early Exit / Graduation Request</a></h2> <p>Apply to graduate from your program early (eg, partial completion, dropping honours, dropping one side of a dual degree, or exit with lower qualification).</p> <h2>Course Enrolment</h2> <h2><a href="../csa/">Course Substitution</a></h2> <p>Apply to enter a UNSW course and have completion counted in place of a required course program requirement.</p> <h2><a href="../fcr/">Full Class Enrolment</a></h2> <p>Most courses and classes now have an <a href="https://student.unsw.edu.au/waitlisting" target="_blank">active waitlist</a>. Before you submit this form, please ensure you have joined the waitlist for the course or class you require that is currently at maximum capacity.<br> <strong>**</strong> Open when Enrolment appointments open till 12pm Friday of Week 1 of the application term.<br> <strong>**</strong> Hexamester students: Open when Enrolment appointments open till 12pm Friday of O-Week of the application hexamester.</p> <h2><a href="../ler/">Late Enrolment</a></h2> <p>Apply to enrol into a course or class after the Enrolment Deadline (Sunday Week 1).<br> <strong>**</strong> Open only in week 2 of term. Closing 12pm Friday week 2.</br> <strong>**</strong> Hexamester students: Open on Friday of O-Week till 12pm Monday of Week 1 of the application hexamester.</p> <h2><a href="../aos/">Overload Studies</a></h2> <p>Apply to enrol into an additional course above the standard study load in an upcoming term.<br> <strong>**</strong> Open when Enrolment appointments open till 12pm Friday of Week 1 of the application term.<br> <strong>**</strong> Hexamester students: Open when Enrolment appointments open till 12pm Friday of O-Week of the application hexamester.</p> <h2><a href="../npr/">Requisite Waiver</a></h2> <p>Apply to enrol into a course without prior completion of, or alongside, requisite course(s).<br> <strong>**</strong> Open when Enrolment appointments open till 12pm Friday of Week 1 of the application term.<br> <strong>**</strong> Hexamester students: Open when Enrolment appointments open till 12pm Friday of O-Week of the application hexamester.</p> <h2><a href="../npr/">Enrolment Consent</a></h2> <p>Apply to enrol in a course or class requiring consent.<br> <strong>**</strong> Open when Enrolment appointments open till 12pm Friday of Week 1 of the application term.<br> <strong>**</strong> Hexamester students: Open when Enrolment appointments open till 12pm Friday of O-Week of the application hexamester.</p> <h2><a href="../tcr/">Timetable Clash Enrolment</a></h2> <p>Apply to enrol in a class that clashes with another class.<br> <strong>**</strong> Open when Enrolment appointments open till 12pm Friday of Week 1 of the application term.<br> <strong>**</strong> Hexamester students: Open when Enrolment appointments open till 12pm Friday of O-Week of the application hexamester.</p> <h2>Course Administration</h2> <h2><a href="../ror/">Review of Results</a></h2> <p>Request for a course component and/or mark to be re-assessed. Conditions apply. See <a href="https://student.unsw.edu.au/results" target="_blank">Results web page</a> for details.<br> <strong>**</strong> Open from week 2 of the current term/hexamester until 5 working days after the release of results for the teaching period.</p> <h2><a href="../fee-remission-request/">Fee Remission</a></h2> <p>Request for a course fee refund, remission or re-credit. Reasons and supporting documentation need to be supplied. See <a href="https://student.unsw.edu.au/fee-remission" target="_blank">Fees web page</a> for details.<br> <strong>**</strong> Open after census date for current term/hexamester.</p> <h2><a href="../program-leave/">Program Leave, Deferral, Discontinuation</a></h2> <p>Request for program deferral (starting students), program leave or a program discontinuation. Reasons and supporting documentation need to be supplied.<br> See <a href="https://www.student.unsw.edu.au/program-leave" target="_blank">Program Leave page</a> or <a href="https://www.student.unsw.edu.au/program-discontinuation" target="_blank">Program Discontinuation page</a> for details.<br> <strong>**</strong> Open for terms in the current year and next year. Applications processed at specific times pre and post census date for current term/hexamester.</p> Select <strong>Program Discontinuation</strong> if you are an International Student Visa holder wanting to transfer to another education provider before completing the first 6 months of your principal program. <h2>International Students</h2> <h2><a href="../CoE/">Confirmation of Enrolment (CoE)</a></h2> <p>International students with a student visa and current CoE may use this form to request a new Confirmation of Enrolment (CoE).</p> <h2><a href="../rsl/">Reduce Study Load</a></h2> <p>International students on a student visa may use this form to request a reduced study load. <strong>There are potentially serious consequences to your CoE and student visa when reducing your study load.</strong> <a href="https://student.unsw.edu.au/reduce-study-load" target="_blank">Read more information</a> before submitting your application.<br> <h2>Documents</h2> <h2><a href="../official-docs/">Official Documents</a></h2> <p>Documents you can request include Australian Higher Education Graduation Statement (AHEGS), Fast Transcript, Replacement Testamur and Standard Academic Transcript.<br> </p> <h2><a href="../official-letters/">Official Letters : Current Students</a></h2> <p>Only available to current students. Documents you can request include Letter Confirming Enrolment Details, Centrelink, Jury Duty and Overseas Living Expenses.</p> <h2>Award and Enrolment Statements</h2> <p>Can use these statements when you need to provide verification of your enrolment, or the completion of your studies (e.g. for a prospective employer).<br> <a href="../aes-a/">Current Students</a><br> <a href="../aes-na/">Non-Current Students</a></p> <h2>Fast Transcripts</h2> <p>An academic transcript is a certified record of your full enrolment history at UNSW, including all courses attempted, results received and awards conferred (available to all students enrolled since 1992).<br> <a href="../official-docs-a/">Current Students</a><br> <a href="../official-docs/">Non-Current Students</a></p> <h2><a href="../create-case/?title=Residency%20Check&submissionfor=residency%20check&directto=the%20hub">Residency Check</a></h2> <p>Only available to domestic students (Australian Citizen, Aus-PR/Humanitarian, NZ Citizen). If you commenced your studies at UNSW this term, then you are required to provide the University with proof of your citizenship or residency status for fee purposes. <br> </p> <h2>Looking for something else?</h2> <h2><a href="../create-case/">Ask a Question</a></h2> <p>Use this form if you have a specific question that does not relate to the forms above.</p> <p>For more information please contact the <a href="https://nucleus.unsw.edu.au/en/contact-us" target="_blank"><strong>Nucleus: Student Hub</strong></a>.</p></div></div> </div> </div> </div> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/pcf-loader.bundle-f4a0e619b8.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf-loader.bundle-f4a0e619b8.js" type="text/javascript"></script> <div id="pp-native-controls-react-root"></div> <script>window._nativeControlConfig = { "publicPath":"https://content.powerapps.com/resource/powerappsportal/controls", "versions": {"pcf_loader":"0.0.31","pcf_controls":"3.10.0","mf_shared":"0.2.11","host":"0.9.2","data_grid":"1.6.8","controls_fluent_v9":"0.0.34"} }</script> <script defer="defer" src="https://content.powerapps.com/resource/powerappsportal/controls/host/main.b26f42703f.chunk.js"></script> <!-- <section id="gethelp"class="page_section section-diagonal-right color-inverse "> <div class="section-diagonal-right-content"> <div class="container"> <div class="row"> <h3 class="text-center"><div class="xrm-editable-html&#32;xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><p>Get Help</p></div></div></h3> <div class="col-sm-4 text-center"> <a href="/knowledgebase/" class="btn btn-info-home btn-lg-home">Browse the KB</a> </div> <div class="col-sm-4 text-center"> <a href="/support/create-case/" class="btn btn-info-home btn-lg-home">Create Case </a> </div> <div class="col-sm-4 text-center"> <a href="" class="btn btn-info-home btn-lg-home">Contact us</a> </div> </div> </div> </div> </section> --> <script> var settingsSAInsightDomain ="https://sainsightcrmprod.blob.core.windows.net/prod-json/"; var settingsCURRENT_ADMN_TRIMESTER ="TERM/CURRENT_ADMN_TRIMESTER.js"; var settingsPGRO_PROGRAM ="PROGRAM/PGRO_PROGRAM.js"; var settingsPGRD_PROGRAM ="PROGRAM/PGRD_PROGRAM.js"; var settingsCURRENT_NEXT_HEXAMESTER="TERM/CURRENT_NEXT_HEXAMESTER.js"; var settingsCURRENT_NEXT_TRIMESTER= "TERM/CURRENT_NEXT_TRIMESTER.js"; var settingsPGRO_COURSE="COURSE/PGRO_COURSE.js"; </script> <script src="/insightPortal.js"></script> <footer role="contentinfo"> <input id="oldHostName" name="oldHostName" type="hidden" value="unswinsight.microsoftcrmportals.com"> <input id="newHostName" name="newHostName" type="hidden" value="portal.insight.unsw.edu.au"> <input id="environment" name="environment" type="hidden" value="Insight Prod"> <script> $( document ).ready(function() { var currentHost = $(location).attr('host'); var oldHost = $('input[name=oldHostName]').val(); var newHost = $('input[name=newHostName]').val(); var environment = $('input[name=environment]').val(); if (currentHost == oldHost) { console.log('currentHost: ' + currentHost); console.log('newHost: ' + newHost); var redirect_href = $(location).attr('href'); console.log('href: ' + redirect_href); redirect_href = redirect_href.replace(oldHost, newHost); console.log('redirect_href: ' + redirect_href); window.location.href = redirect_href; } }); </script> <!-- <script> $( document ).ready(function() { var currentHost = $(location).attr('host'); var oldHost = $('input[name=oldHostName]').val(); var newHost = $('input[name=newHostName]').val(); var environment = $('input[name=environment]').val(); if (currentHost == oldHost) { console.log('currentHost: ' + currentHost); console.log('newHost: ' + newHost); var redirect_href = $(location).attr('href'); console.log('href: ' + redirect_href); var ref = document.referrer; if (ref != "") { console.log(ref); var d = '{"event": { "Referral URL": "' + ref + '", "Target": "' + redirect_href + '", "Env" : "' + environment +'"}}'; console.log('splunk data: ' + d); $.ajax({ url: 'https://http-inputs-unswapplications.splunkcloud.com/services/collector', headers: { 'Authorization':'Splunk 83F0776C-79C3-452B-AA80-23C567911A98', 'Content-Type': 'application/x-www-form-urlencoded' }, method: 'POST', dataType: 'json', data: d, success: function(data){ console.log('succes: '+ data); } }); } redirect_href = redirect_href.replace(oldHost, newHost); console.log('redirect_href: ' + redirect_href); window.location.href = redirect_href; } }); </script> --> <!-- <div class="footer-top"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-12 col-xs-12 text-left"> <div class="xrm-editable-html&#32;xrm-attribute&#32;no-value" data-languageContext="English"><div class="xrm-attribute-value"></div></div> </div> </div> </div> </div>--> <div class="footer-bottom hidden-xs hidden-sm"> <div class="container"> <div class="row"> <div class="col-md-5 col-sm-12 col-xs-12 text-left"> <div class="xrm-editable-html&#32;xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><script> window.markupSrc = ['https://global.web.unsw.edu.au/footer-unsw.html']; window.replaceElementId = ['unsw-global-footer']; </script><script src="https://global.web.unsw.edu.au/include-unsw.js" type="text/javascript"></script><div id="unsw-global-footer">&nbsp;</div></div></div> </div> <div class="col-md-8 col-sm-12 col-xs-12 text-left " data-weblinks-maxdepth="2"> <ul class="row list-unstyled"> </ul> </div> </div> </div> </footer> <script type="text/javascript"> function trackCopilotCustomUsage(botSchema) { const request = { botSchemaName: botSchema } var json = JSON.stringify(request); shell.ajaxSafePost({ type: "POST", contentType: "application/json", url: "/_services/copilot/TrackUsage", data: json }).done(function () { }).fail(function (jqXhr) { }); } function findAndLogCustomCopilotUsage() { const pageSource = document.documentElement.outerHTML; const customPvaBotWebchatRegex = /api\.(preprod\.|test\.)?powerplatform\.(com|us|cn|appsplatform\.us)\/powervirtualagents\/botsbyschema\/([^/]+)\/directline\/token/; const customPvaBotIframeRegex = /powerva\.microsoft\.com\/environments\/([0-9a-fA-F\-]+)\/bots\/([^/]+)\/webchat/; const omniChannelRegex = /livechatwidget\/scripts\/LiveChatBootstrapper\.js/; const matchPvaBotWebchat = pageSource.match(customPvaBotWebchatRegex); if (matchPvaBotWebchat && matchPvaBotWebchat[3]) { trackCopilotCustomUsage(matchPvaBotWebchat[3]); } const matchPvaBotIframe = pageSource.match(customPvaBotIframeRegex); if (matchPvaBotIframe && matchPvaBotIframe[2]) { trackCopilotCustomUsage(matchPvaBotIframe[2]); } const matchOmniChannel = pageSource.match(omniChannelRegex); if (matchOmniChannel && matchOmniChannel[0]) { trackCopilotCustomUsage("omnichannelWidget"); } } window.addEventListener("load", function () { findAndLogCustomCopilotUsage(); }); </script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/bootstrap.bundle-105a4995b8.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/bootstrap.bundle-105a4995b8.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/postpreform.bundle-184c77da50.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/postpreform.bundle-184c77da50.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/app.bundle-a9e4fdb602.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/app.bundle-a9e4fdb602.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/default-1033.moment_2_29_4.bundle-eda4e638fd.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/default-1033.moment_2_29_4.bundle-eda4e638fd.js" type="text/javascript"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-110879359-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-110879359-1'); </script> <script> //this event will update the title of the page based on active breadcrumb $('.breadcrumb').ready(function () { if ($('.breadcrumb').is(':visible')) { document.querySelector('title').innerHTML = ($('.breadcrumb > li.active').text() + ""); } }); function GoToNewEditor() { var editCmsUrlSegment = "EditInCms"; var currentUrl = window.location.href; if (currentUrl.indexOf('?') > -1) { var urlSegments = currentUrl.split("?"); window.location.href = window.location.origin + '/' + editCmsUrlSegment + window.location.pathname + '?' + urlSegments[1]; } else { window.location.href = window.location.origin + '/' + editCmsUrlSegment + window.location.pathname; } } </script> <script> if ('serviceWorker' in navigator) { navigator.serviceWorker.getRegistrations().then(function(registrations) { for(let registration of registrations) { registration.unregister(); }}).catch(function(err) { console.log('Service Worker unregister action failed: ', err); }); } </script> <!--Start Show Session Expire Warning Popup here --> </body> </html> <!-- Generated at 2/18/2025 10:05:20 PM --> <!-- Page OK -->

Pages: 1 2 3 4 5 6 7 8 9 10