{"id":460298,"date":"2026-09-02T11:06:48","date_gmt":"2026-09-02T01:06:48","guid":{"rendered":"https:\/\/augstudy.com\/?page_id=460298"},"modified":"2026-09-02T11:06:48","modified_gmt":"2026-09-02T01:06:48","slug":"%e6%b3%a8%e5%86%8c","status":"publish","type":"page","link":"https:\/\/augstudy.com\/zh\/indonesia\/events\/pte\/registration\/","title":{"rendered":"[AUG Indonesia] PTE Champions &#8211; Registration"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-2\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-8\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h1><strong>PTE Champions &#8211; Test Your English<\/strong><\/h1>\n<p><span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span>Pearson Test of English (PTE) Academic is an internationally recognised English Language Test for study abroad to universities in Australia, the United Kingdom (UK), the United States of America (USA), New Zealand and Canada. It is the leading computer-based English test that is faster, fairer and more convenient, with results typically released in 48 hours.<br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span>AUG Student Services and Pearson Test of English are proud to organise the #PTE Champions: Test Your English competition. This competition is designed to provide students a valuable opportunity to assess their language skills using AI-powered language tests and learn more about Australian study abroad options, on top of UK, US, New Zealand and Canadian universities.<br \/>\n<!--\n\n\n\n\n<h2>&#091;spacer height=\"15px\" id=\"2\"&#093;<strong>Event Details<\/strong><\/h2>\n\n\n\n\n&#091;spacer height=\"10px\" id=\"2\"&#093;<strong>Date:<\/strong> 24 September 2026 (Thursday)\n&#091;spacer height=\"10px\" id=\"2\"&#093;<strong>Time:<\/strong> 2:00 PM - 6:00 PM (Melbourne time)\n&#091;spacer height=\"10px\" id=\"2\"&#093;<strong>Venue:<\/strong> AUG Zoom--><br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span><\/p>\n<h6 style=\"color: #ff0000;\"><strong><em>* indicates required field<\/em><\/strong><\/h6>\n<h6><strong><em>** download Consent Form before you complete the form below. You are required to upload the signed form by your parent or legal guardian during your registration submission.<\/em><\/strong><\/h6>\n<div class=\"nd_options_margin_top_50\"><a class=\"aug-btn nd_options_padding_15_20 nd_options_border_radius_3 nd_options_box_shadow_0_7_20_000_015\" style=\"background: #fec110; color: #111 !important;\" href=\"\/aug-website-files\/wp-content\/uploads\/2026\/05\/PTE-Champions-26-Consent-Form.pdf\">Download Consent Form<\/a><\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-2\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><div id=\"registration\" class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<script>\r\n(function () {\r\n\t\/\/ --- Frontend injected shortcode values ---\r\n    \/\/ rego_id: form\/embed identifier used to build the script URL\r\n    \/\/ rego_mode: optional behavior flag (e.g. \"pre-reg\" or \"walkin\")\r\n    \/\/ additional_params: frontend-defined extra params as a query string (e.g. \"preferred_study_destination=Australia&preferred_intake=Jul 2026\")\r\n\tvar regoId = 'id_pte_2026_w6y3';\r\n\tvar regoMode = 'pre-reg';\r\n\tvar additionalParams = '';\r\n\r\n\t\/\/ Read live URL parameters from the current page (client-side,\r\n    \/\/ so values reflect the actual visited URL even with caching\/redirects)\r\n\tvar params = new URLSearchParams(window.location.search);\r\n\t\r\n\t\/\/ UTM keys we want to capture from the page URL\r\n\tvar utmKeys = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_content'];\r\n\r\n\t\/\/ Build the embed form script element pointing at the rego_id form\r\n\tvar script = document.createElement('script');\r\n\tscript.src = 'https:\/\/event.augstudy.com\/embed\/forms\/' + regoId + '.js';\r\n\r\n\t\/\/ If walk-in mode is set, flag the embed accordingly\r\n\tif (regoMode === 'walkin') {\r\n\t\tscript.setAttribute('mode', 'walkin');\r\n\t}\r\n\r\n\t\/\/ For each UTM key present in the URL, copy its value onto the\r\n    \/\/ embed script as an attribute (skips empty\/missing values)\r\n\tutmKeys.forEach(function (key) {\r\n\t\tvar value = params.get(key);\r\n\t\tif (value) {\r\n\t\t\tscript.setAttribute(key, value);\r\n\t\t}\r\n\t});\r\n\t\r\n\t\/\/ Process frontend-defined extra params, if any were provided\r\n\tif (additionalParams && additionalParams.trim() !== '') {\r\n\t\t\/\/ Parse the query-string style value (e.g. \"preferred_study_destination=Australia&preferred_intake=Jul 2026\")\r\n\t\tvar extra = new URLSearchParams(additionalParams.trim());\r\n\t\t\r\n\t\t\/\/ Group values by key so repeated keys can be combined\r\n\t\tvar grouped = {};\r\n\t\textra.forEach(function (value, key) {\r\n\t\t  if (!value) return;                 \/\/ skip empty values\r\n\t\t  if (!grouped[key]) {\r\n\t\t\tgrouped[key] = [];\r\n\t\t  }\r\n\t\t  grouped[key].push(value);           \/\/ collect all values per key\r\n\t\t});\r\n\r\n\t\t\/\/ Apply each grouped key as a single attribute,\r\n        \/\/ joining multiple values with commas\r\n\t\tObject.keys(grouped).forEach(function (key) {\r\n\t\t  script.setAttribute(key, grouped[key].join(','));\r\n\t\t});\r\n\t  }\r\n\r\n\t\/\/ Insert the configured embed script just before this script tag\r\n\tdocument.currentScript.parentNode.insertBefore(script, document.currentScript);\r\n})();\r\n<\/script>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"PTE Champions - Test Your English Pearson Test of English (PTE) Academic is an internationally recognised English Language Test for study abroad to universities in Australia, the United Kingdom (UK), the United States of America (USA), New Zealand and Canada. It is the leading computer-based English test that is faster, fairer and more convenient, with [...]","protected":false},"author":4,"featured_media":0,"parent":460280,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-460298","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>[AUG Indonesia] PTE Champions - Registration - AUG Student Services<\/title>\n<meta name=\"description\" content=\"Pearson Test of English (PTE) Academic is an internationally recognised English Language Test for study abroad to universities in Australia, the UK, USA, New Zealand and Canada. It is the leading computer-based English test that is faster, fairer and more convenient, with results typically released in 48 hours.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/augstudy.com\/zh\/\u5370\u5c3c\/\u4e8b\u4ef6-2\/pte\/\u6ce8\u518c\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[AUG Indonesia] PTE Champions - Registration\" \/>\n<meta property=\"og:description\" content=\"Pearson Test of English (PTE) Academic is an internationally recognised English Language Test for study abroad to universities in Australia, the UK, USA, New Zealand and Canada. It is the leading computer-based English test that is faster, fairer and more convenient, with results typically released in 48 hours.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/augstudy.com\/zh\/\u5370\u5c3c\/\u4e8b\u4ef6-2\/pte\/\u6ce8\u518c\/\" \/>\n<meta property=\"og:site_name\" content=\"AUG Student Services\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AUGInAustralia\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/pte\\\/registration\\\/\",\"url\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/pte\\\/registration\\\/\",\"name\":\"[AUG Indonesia] PTE Champions - Registration - AUG Student Services\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/#website\"},\"datePublished\":\"2026-09-02T01:06:48+00:00\",\"description\":\"Pearson Test of English (PTE) Academic is an internationally recognised English Language Test for study abroad to universities in Australia, the UK, USA, New Zealand and Canada. It is the leading computer-based English test that is faster, fairer and more convenient, with results typically released in 48 hours.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/pte\\\/registration\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/pte\\\/registration\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/pte\\\/registration\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/augstudy.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AUG Indonesia\",\"item\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AUG Indonesia Events\",\"item\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"[AUG Indonesia] PTE Champions\",\"item\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/pte\\\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"[AUG Indonesia] PTE Champions &#8211; Registration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/#website\",\"url\":\"https:\\\/\\\/augstudy.com\\\/\",\"name\":\"AUG Student Services\",\"description\":\"Student Services\",\"alternateName\":\"AUG Global\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/augstudy.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"[AUG Indonesia] PTE Champions - Registration - AUG Student Services","description":"\u57f9\u751f\u82f1\u8bed\u8003\u8bd5 (PTE) \u5b66\u672f\u82f1\u8bed\u8003\u8bd5\u662f\u56fd\u9645\u8ba4\u53ef\u7684\u82f1\u8bed\u8bed\u8a00\u6d4b\u8bd5\uff0c\u9002\u7528\u4e8e\u524d\u5f80\u6fb3\u5927\u5229\u4e9a\u3001\u82f1\u56fd\u3001\u7f8e\u56fd\u3001\u65b0\u897f\u5170\u548c\u52a0\u62ff\u5927\u7684\u5927\u5b66\u7559\u5b66\u3002\u5b83\u662f\u9886\u5148\u7684\u8ba1\u7b97\u673a\u5316\u82f1\u8bed\u6d4b\u8bd5\uff0c\u901f\u5ea6\u66f4\u5feb\u3001\u66f4\u516c\u5e73\u3001\u66f4\u65b9\u4fbf\uff0c\u6210\u7ee9\u901a\u5e38\u5728 48 \u5c0f\u65f6\u5185\u516c\u5e03\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/augstudy.com\/zh\/\u5370\u5c3c\/\u4e8b\u4ef6-2\/pte\/\u6ce8\u518c\/","og_locale":"zh_CN","og_type":"article","og_title":"[AUG Indonesia] PTE Champions - Registration","og_description":"Pearson Test of English (PTE) Academic is an internationally recognised English Language Test for study abroad to universities in Australia, the UK, USA, New Zealand and Canada. It is the leading computer-based English test that is faster, fairer and more convenient, with results typically released in 48 hours.","og_url":"https:\/\/augstudy.com\/zh\/\u5370\u5c3c\/\u4e8b\u4ef6-2\/pte\/\u6ce8\u518c\/","og_site_name":"AUG Student Services","article_publisher":"https:\/\/www.facebook.com\/AUGInAustralia\/","twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/augstudy.com\/indonesia\/events\/pte\/registration\/","url":"https:\/\/augstudy.com\/indonesia\/events\/pte\/registration\/","name":"[AUG Indonesia] PTE Champions - Registration - AUG Student Services","isPartOf":{"@id":"https:\/\/augstudy.com\/#website"},"datePublished":"2026-09-02T01:06:48+00:00","description":"\u57f9\u751f\u82f1\u8bed\u8003\u8bd5 (PTE) \u5b66\u672f\u82f1\u8bed\u8003\u8bd5\u662f\u56fd\u9645\u8ba4\u53ef\u7684\u82f1\u8bed\u8bed\u8a00\u6d4b\u8bd5\uff0c\u9002\u7528\u4e8e\u524d\u5f80\u6fb3\u5927\u5229\u4e9a\u3001\u82f1\u56fd\u3001\u7f8e\u56fd\u3001\u65b0\u897f\u5170\u548c\u52a0\u62ff\u5927\u7684\u5927\u5b66\u7559\u5b66\u3002\u5b83\u662f\u9886\u5148\u7684\u8ba1\u7b97\u673a\u5316\u82f1\u8bed\u6d4b\u8bd5\uff0c\u901f\u5ea6\u66f4\u5feb\u3001\u66f4\u516c\u5e73\u3001\u66f4\u65b9\u4fbf\uff0c\u6210\u7ee9\u901a\u5e38\u5728 48 \u5c0f\u65f6\u5185\u516c\u5e03\u3002","breadcrumb":{"@id":"https:\/\/augstudy.com\/indonesia\/events\/pte\/registration\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/augstudy.com\/indonesia\/events\/pte\/registration\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/augstudy.com\/indonesia\/events\/pte\/registration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/augstudy.com\/"},{"@type":"ListItem","position":2,"name":"AUG Indonesia","item":"https:\/\/augstudy.com\/indonesia\/"},{"@type":"ListItem","position":3,"name":"AUG Indonesia Events","item":"https:\/\/augstudy.com\/indonesia\/events\/"},{"@type":"ListItem","position":4,"name":"[AUG Indonesia] PTE Champions","item":"https:\/\/augstudy.com\/indonesia\/events\/pte\/"},{"@type":"ListItem","position":5,"name":"[AUG Indonesia] PTE Champions &#8211; Registration"}]},{"@type":"WebSite","@id":"https:\/\/augstudy.com\/#website","url":"https:\/\/augstudy.com\/","name":"AUG\u5b66\u751f\u670d\u52a1","description":"\u5b66\u751f\u670d\u52a1","alternateName":"AUG Global","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/augstudy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"}]}},"_links":{"self":[{"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/pages\/460298","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/comments?post=460298"}],"version-history":[{"count":1,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/pages\/460298\/revisions"}],"predecessor-version":[{"id":460299,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/pages\/460298\/revisions\/460299"}],"up":[{"embeddable":true,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/pages\/460280"}],"wp:attachment":[{"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/media?parent=460298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}