Metadata
Title
Study at ANU
Category
undergraduate
UUID
d91a17e5954443a6ba3e2253ef99cea6
Source URL
https://study.anu.edu.au/apply
Parent URL
https://study.anu.edu.au/apply/international-applications/assessment
Crawl Time
2026-03-11T02:48:52+00:00
Rendered Raw Markdown
# Study at ANU

**Source**: https://study.anu.edu.au/apply
**Parent**: https://study.anu.edu.au/apply/international-applications/assessment

const f = document.getElementById('form2');
const qy = document.getElementById('query');
const searchpage = '/node/1184?combine=';
function submitted(event) {
event.preventDefault();
const url = searchpage + qy.value + '&field\_areas\_of\_interest\_tid=All&field\_mode\_of\_delivery\_tid=All&field\_course\_type\_tid=All#views-exposed-form-gateway-program-course-option-all-programs-courses';
const win = window.open(url, '\_blank');
win.focus();
}
f.addEventListener('submit', submitted);

## **Let us customise the experience for you:**

Domestic\
Student

International\
Student

fieldset {
border: none;
padding: 0;
}
.scaleDown {
transform: scale(0.9);
}
.icon-167 {
width: 167px;
height: auto;
}
.boxradiobutton {
display: none;
}
.radioButtons input[type="radio"] {
opacity: 0;
position: relative;
width: 0;
}
.radioButtons label {
max-width: 360px;
display: inline-block;
font-size: 30px;
transition: transform 0.5s;
}
.radioButtons label:hover {
color: #be830e;
border-color: #be830e;
}
.radioButtons label img {
filter: grayscale(100%);
}
.radioButtons label:hover img {
filter: grayscale(0%);
}
.radioButtons input[type="radio"]:focus + label {
transform: scale(1.12);
color: #be830e;
border-color: #be830e;
}
.radioButtons input[type="radio"]:checked + label {
transform: scale(1.12);
color: #be830e;
border-color: #be830e;
}
.radioButtons input[type="radio"]:focus + label img {
filter: grayscale(0%);
}
.radioButtons input[type="radio"]:checked + label img {
filter: grayscale(0%);
}
.radioButtons:first-of-type > div > label::after {
line-height: 1.5em;
padding-top: 20px;
display: inline-block;
color: #000 !important;
font-size: 16px;
font-weight: 400;
content: "You are a domestic student if you are an Australian or New Zealand citizen, Australian permanent resident or permanent humanitarian visa holder.";
}
.radioButtons:nth-of-type(2) > div > label::after {
line-height: 1.5em;
padding-top: 20px;
display: inline-block;
color: #000 !important;
font-size: 16px;
font-weight: 400;
content: "You are an international student if you are a citizen of another country who is not living in Australia on a permanent or humanitarian visa.";
}
.radioButtons [tabindex]:focus-visible {
outline: unset !important;
outline-offset: unset !important;
}
@media only screen and (max-width: 576px) {
.radioButtons:nth-of-type(1) > div > label::after {
font-size: 12px;
}
.radioButtons:nth-of-type(2) > div > label::after {
font-size: 12px;
}
.icon-167 {
width: 130px;
height: auto;
}
}
.stick > div > div > label {
padding: 5px 50px !important;
border-radius: 10px !important;
color: #fff;
border: 1px solid #fff;
font-size: 18px;
font-weight: 500;
}
.stick > div > div > label:hover {
color: #be830e !important;
border: 1px solid #be830e;
}
.stick > div > div > input:focus + label {
color: #000 !important;
background: #fff !important;
transform: none !important;
box-shadow: none !important;
}
.stick > div > div > input:checked + label {
color: #000 !important;
background: #fff !important;
transform: none !important;
box-shadow: none !important;
}
.stick {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background: black;
border-bottom: #fff 1px solid;
transition: all 2s;
}
.stick > div > div > label > img {
display: none !important;
}
.stick > div > div > label::after {
display: none !important;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.mt-extra {
margin-top: 30em !important;
}
(function ($) {
$(function () {
window.onscroll = function () {
stickyFunction();
};
var stickbar = document.getElementById("stickybar");
var extraMargin = document.getElementById("extraMargin");
var offset = stickbar.offsetTop + 300;
function stickyFunction() {
if (window.pageYOffset >= offset) {
stickbar.classList.add("stick");
extraMargin.classList.add("mt-extra");
} else {
stickbar.classList.remove("stick");
extraMargin.classList.remove("mt-extra");
}
}
});
})(jQuery);
(function ($) {
$(function () {
$('input[type="radio"]').click(function () {
var thisElem = $(this);
var value = thisElem.val();
$(".boxradiobutton").hide();
$("." + value).show();
});
$('input[type="radio"]').keydown(function () {
if (event.key === "Enter" || event.key === " ") {
var thisElem = $(this);
var value = thisElem.val();
$(".boxradiobutton").hide();
$("." + value).show();
}
});
});
})(jQuery);
document.addEventListener("DOMContentLoaded", function () {
const inputs = document.querySelectorAll(".optionInput");
const labels = document.querySelectorAll(".optionLabel");
inputs.forEach(function (input) {
input.addEventListener("change", function () {
labels.forEach(function (label) {
if (input.checked) {
label.classList.toggle("scaleDown", label !== input.nextElementSibling);
} else {
label.classList.remove("scaleDown");
}
});
});
});
});

## **Choose your degree**

**↓**

[undergraduate degrees](https://study.anu.edu.au/node/632)

[postgraduate degrees](https://study.anu.edu.au/node/645)

[postgraduate research](https://study.anu.edu.au/node/633)

[joint
& dual award PHD programs](https://study.anu.edu.au/node/1187)

## **Choose your degree**

**↓**

[undergraduate & postgraduate](https://study.anu.edu.au/node/627)

[postgraduate
research](https://study.anu.edu.au/node/633)

[Joint & Dual Award PhD
programs](https://study.anu.edu.au/node/1187)

.liquid-fill {
background: #000;
max-width: 140px;
max-height: 140px;
padding: 12px;
border-radius: 50%;
color: white;
cursor: pointer;
background: #000;
background-image: url(https://imagedepot.anu.edu.au/isfs/microsite/apply/liquid-fill.png);
background-repeat: repeat-x;
background-position: 0 -70%;
transition: 1.5s ease;
}
.liquid-fill:hover {
background-position: center;
}

## **Other pathways to ANU**

If you can't find a degree option that suits your situation, there are
alternative pathways available for attending ANU.

[Non-award applications](https://study.anu.edu.au/node/1188)

[Transferring to ANU](https://study.anu.edu.au/node/1190)

[Work and Life Experience based entry scheme](https://study.anu.edu.au/node/1218)

Join our talented and welcoming community.

Equip you with the tools and knowledge for success.

## **Other pathways to ANU**

If you can't find a degree option that suits your situation, there are
alternative pathways available for attending ANU.

[Non-award applications](https://study.anu.edu.au/node/1188)

[Transferring to ANU](https://study.anu.edu.au/node/1190)

[Work and Life Experience based entry scheme](https://study.anu.edu.au/node/1218)

Join our talented and welcoming community.

Equip you with the tools and knowledge for success.

.arrow-before::before {
content: url("https://imagedepot.anu.edu.au/isfs/microsite/apply/long-arrow-r.png");
padding-right: 25px;
vertical-align: middle;
float: left;
}

## **You may also be interested in**

### [Accommodation](https://study.anu.edu.au/node/1060)

[We offer you a wide range of catered and self-catered student residences and a vibrant campus community within easy walking or cycling distance to the city.](https://study.anu.edu.au/node/1060)

### [Scholarships](https://study.anu.edu.au/node/1186)

[Build your future, and let us help. With a range of scholarship opportunities catering to students from a variety of backgrounds and abilities, ANU is here to support you.](https://study.anu.edu.au/node/1186)

### [Student experience](https://www.anu.edu.au/study/student-experience)

[Our students widely report that one of the best things about studying at ANU is the on-campus experience.](https://www.anu.edu.au/study/student-experience)

## [**Get to know us**](https://www.anu.edu.au/)

## **You may also be interested in**

### [Accommodation](https://study.anu.edu.au/node/1060)

[We offer you a wide range of catered and self-catered student residences and a vibrant campus community within easy walking or cycling distance to the city.](https://study.anu.edu.au/node/1060)

### [Scholarships](https://study.anu.edu.au/node/1186)

[Build your future, and let us help. With a range of scholarship opportunities catering to students from a variety of backgrounds and abilities, ANU is here to support you.](https://study.anu.edu.au/node/1186)

### [Student experience](https://www.anu.edu.au/study/student-experience)

[Our students widely report that one of the best things about studying at ANU is the on-campus experience.](https://www.anu.edu.au/study/student-experience)

## [**Get to know us**](https://www.anu.edu.au/)

## **Your future success starts here.**

Be a part of the ANU community with access to a network of like-minded future leaders.

## Authentic

## Trusted

## Courageous

## Optimistic

## **Your future success starts here.**

Be a part of the ANU community with access to a network of like-minded future leaders.

## Authentic

## Trusted

## Courageous

## Optimistic

/\* --------------------------------- \*/
/\* Customise CSS for only THIS PAGE \*/
/\* --------------------------------- \*/
/\* BANNER \*/
#apply-banner {
background-image:
linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
url('https://imagedepot.anu.edu.au/isfs/microsite/apply/apply-banner.jpg');
}
/\*override link hover color\*/
.text-white a:hover {
color: #ffffff !important;
}
/\*Override Go button to use public sans\*/
button.anu-btn {
font-family: 'Public Sans';
}
/\* Popular destination \*/
.popular-box {
height: 390px;
position: relative;
}
.popular-text {
position: absolute;
bottom: 8%;
right: 0;
transition: bottom .5s;
}
.popular-box:hover .popular-text {
bottom: 20%;
}
.text-linkwhite {
color: #fff !important;
}
/\* ANU reputation section \*/
.anu-reputation {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url("https://imagedepot.anu.edu.au/isfs/microsite/apply/anu-reputation.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height:250px;
}
.divider-solid-white {
border-top: 1px solid #fff;
clear: both;
}
.icon-43 {
width: 43px;
height: auto;
}
.bg-trans {
background: rgba(0, 0, 0, 0.4);
}
.box-bdr-thin-grey {
border: 1px solid #979797;
}

(function ($) {
$(function () {
$("button[type=\"radio\"]").click(function () {
var thisElem = $(this);
var value = thisElem.val();
$(".boxradiobutton").hide();
$("." + value).show();
});
});
}(jQuery));