Metadata
Title
Canada Quebec Diploma of Collegial Studies (Diplome d’Etudes Collegiales)
Category
undergraduate
UUID
03a2668534ea4cdfad12237f8fc1105b
Source URL
https://study.anu.edu.au/apply/indicative-entry-requirement/canada-quebec-diplom...
Parent URL
https://study.anu.edu.au/apply/undergraduate-program-indicative-entry-requiremen...
Crawl Time
2026-03-11T01:28:56+00:00
Rendered Raw Markdown

Canada Quebec Diploma of Collegial Studies (Diplome d’Etudes Collegiales)

Source: https://study.anu.edu.au/apply/indicative-entry-requirement/canada-quebec-diploma-collegial-studies-diplome-detudes Parent: https://study.anu.edu.au/apply/undergraduate-program-indicative-entry-requirements

Contact us

Admissions team

Email us

Ask us a question

Enquire now

Please see the table below to determine the minimum indicative score you will need to achieve to be considered for undergraduate degrees at ANU.

At a minimum, all applicants must meet program-specific academic/non-academic requirements, and English language requirements. Please refer to Programs and Courses for the most up-to date admission requirements for your preferred program. Admission to some ANU programs is on a competitive basis. Therefore, meeting all admission requirements does not guarantee entry into the program.

Program Required Entrance Rank Indicative score required
80 58
82 62
85 70
90 82
92 84
94 88
95 92
97 96
98 96
99 98

Contact us

Admissions team

Email us

breadcrumbs {

z-index: 3; position: absolute; top: 20%; } html { scroll-behavior: smooth; } .campaign-guidance-2-banner img { object-fit: cover; height: 100%; width: 100%; } .dateblock { color: #000; float: left; clear: left; text-align: center; line-height: 1.5em; margin: 3px 10px 0 0; } .datebox:nth-child(odd) > .dateblock { background-color: #000; color: #fff; } .datebox:nth-child(even) > .dateblock { background-color: #f5edde; } .campaign-guidance-2-banner { position: relative; height: 300px; } .campaign-guidance-2-banner::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)); z-index: 1; } .campaign-guidance-2-banner h1 { color: #fff; position: absolute; top: 43%; z-index: 2; } .campaign-guidance-2 .contact-us img { width: 20px; height: auto; object-fit: cover; } .para-link:hover { text-decoration:none !important; } .campaign-guidance-2 #expand-menu .styled { border-left: 3px solid #be830e; background-image: linear-gradient(to right, rgb(229 229 229), rgb(252 252 252 / 0%)); } @media only screen and (max-width:992px) { .campaign-guidance-2 #onthepage { border: 0; } .campaign-guidance-2 #expand-menu ul { display: grid; grid-template-columns: 1fr 1fr; margin-left: 10% !important; margin-right: 10% !important; grid-column-gap: 20px; } .campaign-guidance-2 #expand-menu ul li { border-bottom: 1px solid #f2f2f2; } .campaign-guidance-2 .paragraph-with-media { margin-left: 10px; } .campaign-guidance-2 .bdr-left-light { border-left: 0 !important; } .anu-tab-selects-mask { position: relative; pointer-events: none; height: 3em; margin-top: -5em; } .anu-tab-selects-mask::after { content: ""; position: absolute; top: 0; right: 0; width: 20%; height: 100%; background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255)); } } @media only screen and (max-width:576px) { .campaign-guidance-2 #expand-menu ul { grid-template-columns: 1fr; } .stuck-shadow { box-shadow: 0 5px 8px rgba(0, 0, 0, 0.41); transition: box-shadow 0.3s ease-in-out; } .sticky > div { padding-bottom: 14px !important; border-bottom: none !important; }

expand-menu {

display: none; } } .bdr-left-light { border-left: 2px solid #f2f2f2; } .campaign-guidance-2 .p-relative { position: relative; scroll-behavior: smooth; align-items: start; } .campaign-guidance-2 .sticky { position: sticky; top: 0; background-color: #fff; z-index: 2; } .campaign-guidance-2 .toggle-btn { width: 50px; height: 50px; border-radius: 50%; background-color: #be830e; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; } .campaign-guidance-2 #arrow { transition: transform 0.3s ease; } .campaign-guidance-2 .down { transform: rotate(180deg); } @media only screen and (min-width: 992px) { .campaign-guidance-2 .toggle-btn { display: none; } } .campaign-guidance-2 .flex-grow { flex-grow: 1; } .anu-tab-pane { display: none; } .anu-tab-pane.active { display: block; } .campaign-guidance-2 .horizontal-tabs h3 a { padding-bottom: 10px; color: #666; } .campaign-guidance-2 .horizontal-tabs h3 a::after { content: none; } .campaign-guidance-2 .horizontal-tabs h3 a:hover { color: #000; text-decoration: none !important; } .campaign-guidance-2 .horizontal-tabs h3 .active { border-bottom: 2px solid #be830e !important; color: #000 !important; } .campaign-guidance-2 .horizontal-tabs .anu-tab-selects { list-style: none; display: flex; overflow-x: auto; white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none; } .campaign-guidance-2 .horizontal-tabs .anu-tab-selects::-webkit-scrollbar { display: none; } .campaign-guidance-2 .horizontal-tabs .anu-tab-content { border-bottom: 1px solid #be830e; }

mainbody >:first-child p {

margin-top: 0; } function toggleDiv() { var expandDiv = document.getElementById('expand-menu'); var arrow = document.getElementById('arrow'); if (expandDiv.style.display === "none") { expandDiv.style.display = "block"; arrow.classList.add("down"); } else { expandDiv.style.display = "none"; arrow.classList.remove("down"); } } function showTab(tabId) { var tabPanes = document.querySelectorAll('.anu-tab-pane'); var tabLinks = document.querySelectorAll('.anu-tab-link'); for (var i = 0; i < tabPanes.length; i++) { if (tabPanes[i].dataset.tabId === tabId) { tabPanes[i].classList.add('active'); } else { tabPanes[i].classList.remove('active'); } } for (var i = 0; i < tabLinks.length; i++) { if (tabLinks[i].dataset.tabId === tabId) { tabLinks[i].classList.add('active'); } else { tabLinks[i].classList.remove('active'); } } } function handleTabClick(event) { var tabLink = event.target; var tabId = tabLink.dataset.tabId; if (tabId) { event.preventDefault(); showTab(tabId); } } var tabLinks = document.querySelectorAll('.anu-tab-link'); for (var i = 0; i < tabLinks.length; i++) { tabLinks[i].addEventListener('click', handleTabClick); } // Show the initial tab (first tab) showTab(tabLinks[0].dataset.tabId); document.addEventListener("DOMContentLoaded", function () { window.onscroll = function () { stickyFunction() }; var stickbar = document.getElementById("StickyElement"); var offset = stickbar.offsetTop; function stickyFunction() { if (window.pageYOffset >= (offset + 492)) { stickbar.classList.add("stuck-shadow"); } else { stickbar.classList.remove("stuck-shadow"); } } }); const listItems = document.querySelectorAll('.paralist li'); listItems.forEach(item => { item.addEventListener('click', () => { listItems.forEach(li => { li.classList.remove('styled'); }); item.classList.add('styled'); }); });