{"id":656,"date":"2025-03-13T11:38:04","date_gmt":"2025-03-13T11:38:04","guid":{"rendered":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/?page_id=656"},"modified":"2026-03-10T06:49:08","modified_gmt":"2026-03-10T06:49:08","slug":"australia-assessment","status":"publish","type":"page","link":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/","title":{"rendered":"Australia Assessment"},"content":{"rendered":"\n    <style>\n    \/* ===== AUS PR Calculator Styling ===== *\/\n    #aus-pr-wrapper {\n        max-width: 1000px;\n        margin: 30px auto;\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;\n        padding: 30px;\n        background: #f9f9f9;\n        border-radius: 15px;\n        box-shadow: 0 0 15px rgba(0,0,0,0.1);\n        margin-bottom: 24px;\n    }\n\n    #aus-pr-wrapper h2 {\n        margin: 0 0 8px 0;\n        font-size: 26px;\n        color: #1a1a1a;\n        font-weight: 700;\n    }\n\n    #aus-pr-wrapper .subtitle {\n        color: #6b7280;\n        font-size: 15px;\n        margin-bottom: 28px;\n        line-height: 1.6;\n    }\n\n    #aus-pr-wrapper .question-block {\n        background: #ffffff;\n        border: 1px solid #e5e7eb;\n        border-radius: 10px;\n        padding: 22px;\n        margin-bottom: 18px;\n        transition: box-shadow 0.2s;\n    }\n\n    #aus-pr-wrapper .question-block:hover {\n        box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n    }\n\n    #aus-pr-wrapper .question-block > label,\n    #aus-pr-wrapper .question-block > .q-label {\n        display: block;\n        margin-bottom: 10px;\n        font-weight: 600;\n        color: #111827;\n        font-size: 15px;\n    }\n\n    #aus-pr-wrapper .helper-text {\n        font-size: 13px;\n        color: #6b7280;\n        font-style: italic;\n        margin-bottom: 12px;\n        background: #f3f4f6;\n        padding: 8px 12px;\n        border-radius: 6px;\n        border-left: 3px solid #0073aa;\n    }\n\n    #aus-pr-wrapper select,\n    #aus-pr-wrapper input[type=\"text\"],\n    #aus-pr-wrapper input[type=\"email\"],\n    #aus-pr-wrapper input[type=\"tel\"] {\n        width: 100%;\n        padding: 11px 14px;\n        border-radius: 8px;\n        border: 1px solid #d1d5db;\n        margin-bottom: 12px;\n        box-sizing: border-box;\n        font-size: 14px;\n        transition: border-color 0.2s;\n        background: #fff;\n    }\n\n    #aus-pr-wrapper select:focus,\n    #aus-pr-wrapper input:focus {\n        outline: none;\n        border-color: #0073aa;\n        box-shadow: 0 0 0 3px rgba(0,115,170,0.12);\n    }\n\n    #aus-pr-wrapper .radio-options {\n        display: flex;\n        gap: 20px;\n        flex-wrap: wrap;\n        margin: 10px 0;\n    }\n\n    #aus-pr-wrapper .radio-options label {\n        display: inline-flex;\n        align-items: center;\n        font-weight: 500;\n        cursor: pointer;\n        margin: 0;\n        color: #374151;\n        font-size: 14px;\n    }\n\n    #aus-pr-wrapper input[type=\"radio\"] {\n        margin-right: 8px;\n        cursor: pointer;\n        width: auto;\n    }\n\n    #aus-pr-wrapper .hidden {\n        display: none !important;\n    }\n\n    #aus-pr-wrapper .section-title {\n        font-size: 18px;\n        font-weight: 700;\n        color: #0073aa;\n        margin: 28px 0 14px;\n        padding-bottom: 6px;\n        border-bottom: 2px solid #e5e7eb;\n    }\n\n    #aus-pr-wrapper .contact-row {\n        display: flex;\n        gap: 10px;\n        margin-bottom: 0;\n    }\n\n    #aus-pr-wrapper .contact-row #aus_country_code {\n        flex: 0 0 310px;\n    }\n\n    #aus-pr-wrapper .contact-row #aus_contact_number {\n        flex: 1;\n    }\n\n    #aus-pr-wrapper .ineligible-notice {\n        background: #fef2f2;\n        border: 1px solid #fca5a5;\n        border-radius: 8px;\n        padding: 16px;\n        color: #b91c1c;\n        font-size: 14px;\n        font-weight: 600;\n        margin-top: 12px;\n    }\n\n    #aus-pr-wrapper button[type=\"submit\"] {\n        background-color: #0073aa;\n        color: #fff;\n        padding: 13px 36px;\n        border: none;\n        border-radius: 8px;\n        font-size: 16px;\n        font-weight: 600;\n        cursor: pointer;\n        transition: background 0.2s, transform 0.15s;\n        margin-top: 8px;\n    }\n\n    #aus-pr-wrapper button[type=\"submit\"]:hover {\n        background-color: #005f8d;\n        transform: translateY(-1px);\n    }\n\n    #aus-pr-wrapper button[type=\"submit\"]:disabled {\n        opacity: 0.6;\n        cursor: not-allowed;\n        transform: none;\n    }\n\n    \/* Popup Styles *\/\n    #aus-pr-popup {\n        display: none;\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.7);\n        z-index: 999999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    #aus-pr-popup .popup-inner {\n        background: #ffffff;\n        padding: 36px 32px;\n        border-radius: 16px;\n        max-width: 520px;\n        width: 100%;\n        box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n        text-align: center;\n    }\n\n    #aus-pr-popup .popup-inner .popup-icon {\n        font-size: 48px;\n        margin-bottom: 12px;\n        display: block;\n    }\n\n    #aus-pr-popup .popup-inner h3 {\n        margin: 0 0 10px 0;\n        font-size: 22px;\n        color: #1a1a1a;\n    }\n\n    #aus-pr-popup .popup-inner h3.qualify {\n        color: #0b8c4a;\n    }\n\n    #aus-pr-popup .popup-inner h3.not-qualify {\n        color: #b91c1c;\n    }\n\n    #aus-pr-popup .score-display {\n        font-size: 52px;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin: 14px 0 6px;\n        line-height: 1;\n    }\n\n    #aus-pr-popup .score-display small {\n        font-size: 18px;\n        color: #6b7280;\n        font-weight: 400;\n    }\n\n    #aus-pr-popup .popup-inner p {\n        color: #4b5563;\n        font-size: 15px;\n        line-height: 1.7;\n        margin: 16px 0 0;\n    }\n\n    #aus-pr-popup .popup-inner button {\n        background: #0073aa;\n        color: #ffffff;\n        border: none;\n        padding: 12px 36px;\n        border-radius: 8px;\n        font-size: 15px;\n        font-weight: 600;\n        cursor: pointer;\n        margin-top: 22px;\n        transition: background 0.2s;\n    }\n\n    #aus-pr-popup .popup-inner button:hover {\n        background: #005f8d;\n    }\n\n    \/* Score badge *\/\n    .aus-score-badge {\n        display: inline-block;\n        background: #f3f4f6;\n        border: 1px solid #e5e7eb;\n        color: #374151;\n        font-size: 12px;\n        font-weight: 600;\n        padding: 2px 8px;\n        border-radius: 12px;\n        margin-left: 8px;\n        vertical-align: middle;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        #aus-pr-wrapper {\n            padding: 16px;\n        }\n        #aus-pr-wrapper .contact-row {\n            flex-direction: column;\n        }\n        #aus-pr-wrapper .contact-row #aus_country_code {\n            flex: 1;\n        }\n        #aus-pr-wrapper .radio-options {\n            flex-direction: column;\n            gap: 12px;\n        }\n    }\n    <\/style>\n\n    <div id=\"aus-pr-wrapper\">\n        <!--<h2>\ud83e\udd98 Australia PR Calculator<\/h2>-->\n\t\t<h2><span class=\"nz-flag\">\ud83c\udde6\ud83c\uddfa<\/span> Australia PR Calculator<\/h2>\n        <!--<p class=\"subtitle\">Calculate your points for the Australia PR Skilled Independent Visa (Subclass 189). A minimum of <strong>65 points<\/strong> is required to qualify.<\/p>-->\n        <p class=\"subtitle\">Calculate your points for the Australia PR Skilled Independent Visa (Subclass 189).<\/p>\n        <form id=\"aus-pr-form\" novalidate>\n\n            <!-- Q1: Age -->\n            <div class=\"question-block\" id=\"q1-block\">\n                <label class=\"q-label\">1. What is your age?<\/label>\n                <select id=\"aus_age\" required>\n                    <option value=\"\">-- Select your age --<\/option>\n                    <option value=\"25\" data-answer=\"18 \u2013 under 25 years\">18 \u2013 under 25 years<\/option>\n                    <option value=\"30\" data-answer=\"25 \u2013 under 33 years\">25 \u2013 under 33 years<\/option>\n                    <option value=\"25\" data-answer=\"33 \u2013 under 40 years\">33 \u2013 under 40 years<\/option>\n                    <option value=\"15\" data-answer=\"40 \u2013 under 45 years\">40 \u2013 under 45 years<\/option>\n                    <option value=\"0\" data-answer=\"45 years or older\" data-ineligible=\"true\">45 years or older<\/option>\n                <\/select>\n                <div id=\"age-ineligible-notice\" class=\"ineligible-notice hidden\">\n                    \u26a0\ufe0f Applicants aged 45 or older are <strong>not eligible<\/strong> for the Subclass 189 Skilled Independent Visa. Please fill in your details below \u2014 an immigration expert will contact you to explore alternative visa pathways.\n                <\/div>\n            <\/div>\n\n            <!-- Questions 2-11: Hidden until age is selected (or shown immediately if eligible) -->\n            <div id=\"main-questions\" class=\"hidden\">\n\n                <!-- Q2: English Language -->\n                <div class=\"question-block\">\n                    <label class=\"q-label\">2. What is your English language ability (based on your test scores)?<\/label>\n                    <p class=\"helper-text\">Tests accepted: IELTS, PTE Academic, TOEFL iBT, OET, Cambridge Advanced (CAE).<\/p>\n                    <select id=\"aus_english\" required>\n                        <option value=\"\">-- Select English proficiency --<\/option>\n                        <option value=\"20\" data-answer=\"Superior English (e.g. IELTS 8.0+ in each band)\">Superior English \u2013 IELTS 8.0+ \/ PTE 79+ \/ TOEFL 102+ \/ OET A \/ CAE 185+<\/option>\n                        <option value=\"10\" data-answer=\"Proficient English (e.g. IELTS 7.0+ in each band)\">Proficient English \u2013 IELTS 7.0+ \/ PTE 65+ \/ TOEFL 94+ \/ OET B \/ CAE 176+<\/option>\n                        <option value=\"0\" data-answer=\"Competent English (e.g. IELTS 6.0+ in each band)\">Competent English \u2013 IELTS 6.0+ \/ PTE 50+ \/ TOEFL 60+ \/ OET B \/ CAE 169+<\/option>\n                        <option value=\"0\" data-answer=\"Does not meet Competent English\" data-low-english=\"true\">I do not meet Competent English<\/option>\n                    <\/select>\n                    <div id=\"low-english-notice\" class=\"helper-text hidden\" style=\"color:#b45309; border-left-color:#f59e0b; background:#fffbeb;\">\n                        \u26a0\ufe0f You may be unlikely to qualify as Competent English is the minimum requirement. You can still proceed.\n                    <\/div>\n                <\/div>\n\n                <!-- Q3: Education -->\n                <div class=\"question-block\">\n                    <label class=\"q-label\">3. What is your highest recognised educational qualification?<\/label>\n                    <select id=\"aus_education\" required>\n                        <option value=\"\">-- Select education level --<\/option>\n                        <option value=\"20\" data-answer=\"Doctorate (PhD)\">Doctorate (PhD) \u2013 Australian or recognised equivalent<\/option>\n                        <option value=\"15\" data-answer=\"Bachelor's degree or higher (Master's or Honours, not PhD)\">Bachelor's degree or higher (including Honours or Master's, but not PhD)<\/option>\n                        <option value=\"10\" data-answer=\"Diploma or trade qualification from an Australian institution\">Diploma or trade qualification from an Australian institution<\/option>\n                        <option value=\"10\" data-answer=\"Qualification recognised by skills assessing authority\">Qualification recognised by skills assessing authority for nominated occupation<\/option>\n                        <option value=\"0\" data-answer=\"None of the above\">None of the above \/ no recognised qualification<\/option>\n                    <\/select>\n                <\/div>\n\n                <!-- Q4: STEM Qualification -->\n                <div class=\"question-block\">\n                    <label class=\"q-label\">4. Have you completed an eligible Master's by research or Doctorate in a STEM field in Australia?<\/label>\n                    <p class=\"helper-text\">STEM = Science, Technology, Engineering, Mathematics. Must be at least 2 academic years of study at an Australian institution.<\/p>\n                    <div class=\"radio-options\">\n                        <label><input type=\"radio\" name=\"aus_stem\" value=\"10\" data-answer=\"Yes \u2013 STEM Master's or PhD in Australia\"> Yes <!--<span class=\"aus-score-badge\">+10 pts<\/span>--><\/label>\n                        <label><input type=\"radio\" name=\"aus_stem\" value=\"0\" data-answer=\"No\"> No<\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- Q5: Overseas Work Experience -->\n                <div class=\"question-block\">\n                    <label class=\"q-label\">5. How many years of skilled employment have you completed <strong>outside Australia<\/strong> in your nominated or a closely related occupation (in the last 10 years)?<\/label>\n                    <select id=\"aus_overseas_work\" required>\n                        <option value=\"\">-- Select overseas experience --<\/option>\n                        <option value=\"0\" data-answer=\"Less than 3 years overseas\">Less than 3 years<\/option>\n                        <option value=\"5\" data-answer=\"3 \u2013 under 5 years overseas\">3 \u2013 under 5 years<\/option>\n                        <option value=\"10\" data-answer=\"5 \u2013 under 8 years overseas\">5 \u2013 under 8 years<\/option>\n                        <option value=\"15\" data-answer=\"8 years or more overseas\">8 years or more<\/option>\n                    <\/select>\n                <\/div>\n\n                <!-- Q6: Australian Work Experience -->\n                <div class=\"question-block\">\n                    <label class=\"q-label\">6. How many years of skilled employment have you completed <strong>in Australia<\/strong> in your nominated or a closely related occupation (in the last 10 years)?<\/label>\n                    <p class=\"helper-text\">Note: Combined total from overseas (Q5) and Australian (Q6) work experience is capped at a maximum of 20 points.<\/p>\n                    <select id=\"aus_aus_work\" required>\n                        <option value=\"\">-- Select Australian experience --<\/option>\n                        <option value=\"0\" data-answer=\"Less than 1 year in Australia\">Less than 1 year<\/option>\n                        <option value=\"5\" data-answer=\"1 \u2013 under 3 years in Australia\">1 \u2013 under 3 years<\/option>\n                        <option value=\"10\" data-answer=\"3 \u2013 under 5 years in Australia\">3 \u2013 under 5 years<\/option>\n                        <option value=\"15\" data-answer=\"5 \u2013 under 8 years in Australia\">5 \u2013 under 8 years<\/option>\n                        <option value=\"20\" data-answer=\"8 years or more in Australia\">8 years or more<\/option>\n                    <\/select>\n                <\/div>\n\n                <!-- Q7: Australian Study -->\n                <div class=\"question-block\">\n                    <label class=\"q-label\">7. Have you completed at least one eligible degree, diploma or trade qualification in Australia that meets the Australian Study Requirement?<\/label>\n                    <p class=\"helper-text\">Usually requires at least 2 academic years of study at an Australian institution.<\/p>\n                    <div class=\"radio-options\">\n                        <label><input type=\"radio\" name=\"aus_study\" value=\"5\" data-answer=\"Yes \u2013 Australian Study Requirement met\"> Yes <!--<span class=\"aus-score-badge\">+5 pts<\/span>--><\/label>\n                        <label><input type=\"radio\" name=\"aus_study\" value=\"0\" data-answer=\"No \u2013 Australian Study Requirement not met\"> No<\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- Q8: Regional Study -->\n                <div class=\"question-block\">\n                    <label class=\"q-label\">8. Did you live and study in a designated regional area of Australia while completing an eligible qualification?<\/label>\n                    <div class=\"radio-options\">\n                        <label><input type=\"radio\" name=\"aus_regional\" value=\"5\" data-answer=\"Yes \u2013 lived and studied in regional Australia\"> Yes \u2013 I lived and studied in regional Australia for my qualifying course <!--<span class=\"aus-score-badge\">+5 pts<\/span>--><\/label>\n                        <label><input type=\"radio\" name=\"aus_regional\" value=\"0\" data-answer=\"No \u2013 did not study in regional Australia\"> No<\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- Q9: Professional Year -->\n                <div class=\"question-block\">\n                    <label class=\"q-label\">9. Have you completed a Professional Year program in Australia in Accounting, ICT\/Computing or Engineering in the last 4 years?<\/label>\n                    <div class=\"radio-options\">\n                        <label><input type=\"radio\" name=\"aus_pro_year\" value=\"5\" data-answer=\"Yes \u2013 Professional Year completed\"> Yes <!--<span class=\"aus-score-badge\">+5 pts<\/span>--><\/label>\n                        <label><input type=\"radio\" name=\"aus_pro_year\" value=\"0\" data-answer=\"No \u2013 Professional Year not completed\"> No<\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- Q10: NAATI CCL -->\n                <div class=\"question-block\">\n                    <label class=\"q-label\">10. Do you hold a credentialed community language qualification (e.g., NAATI CCL or higher) for interpreting or translating?<\/label>\n                    <div class=\"radio-options\">\n                        <label><input type=\"radio\" name=\"aus_naati\" value=\"5\" data-answer=\"Yes \u2013 NAATI CCL or higher\"> Yes \u2013 I hold NAATI CCL or higher level community language credential <!--<span class=\"aus-score-badge\">+5 pts<\/span>--><\/label>\n                        <label><input type=\"radio\" name=\"aus_naati\" value=\"0\" data-answer=\"No \u2013 no NAATI CCL credential\"> No<\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- Q11: Partner \/ Spouse -->\n                <div class=\"question-block\">\n                    <label class=\"q-label\">11. What best describes your relationship and your partner's skills\/English?<\/label>\n                    <select id=\"aus_partner\" required>\n                        <option value=\"\">-- Select your situation --<\/option>\n                        <option value=\"10\" data-answer=\"Spouse\/partner included \u2013 under 45, Competent English AND suitable skills assessment\">My spouse\/partner is included AND is under 45, has Competent English AND has a suitable skills assessment in an eligible occupation<\/option>\n                        <option value=\"5\" data-answer=\"Spouse\/partner included \u2013 Competent English only (no skills assessment)\">My spouse\/partner is included and has Competent English only (no skills assessment; not an Australian citizen or PR)<\/option>\n                        <option value=\"10\" data-answer=\"Single OR spouse\/partner is Australian citizen or PR\">I am single OR my spouse\/partner is an Australian citizen or permanent resident<\/option>\n                        <option value=\"0\" data-answer=\"Spouse\/partner does not meet any of the above\">My spouse\/partner does not meet any of the above<\/option>\n                    <\/select>\n                <\/div>\n\n            <\/div><!-- \/#main-questions -->\n\n            <!-- Personal Info (always shown after age is selected) -->\n            <div id=\"contact-section\" class=\"hidden\">\n                <div class=\"question-block\">\n                    <label class=\"q-label\"><strong>Your Information<\/strong><\/label>\n                    <input type=\"text\" id=\"aus_full_name\" placeholder=\"Full Name *\" required>\n                    <input type=\"email\" id=\"aus_email\" placeholder=\"Email Address *\" required>\n\n                    <label style=\"font-weight:600;color:#374151;margin-bottom:6px;display:block;\">Country of Citizenship *<\/label>\n                    <!--<select id=\"aus_country\" required>\n                        <option value=\"\">Select Country<\/option>\n                        <option value=\"United States\" data-code=\"+1\">United States<\/option>\n                        <option value=\"United Kingdom\" data-code=\"+44\">United Kingdom<\/option>\n                        <option value=\"India\" data-code=\"+91\">India<\/option>\n                        <option value=\"Australia\" data-code=\"+61\">Australia<\/option>\n                        <option value=\"United Arab Emirates\" data-code=\"+971\">United Arab Emirates<\/option>\n                        <option value=\"Japan\" data-code=\"+81\">Japan<\/option>\n                        <option value=\"Germany\" data-code=\"+49\">Germany<\/option>\n                        <option value=\"Canada\" data-code=\"+1\">Canada<\/option>\n                        <option value=\"New Zealand\" data-code=\"+64\">New Zealand<\/option>\n                        <option value=\"Philippines\" data-code=\"+63\">Philippines<\/option>\n                        <option value=\"China\" data-code=\"+86\">China<\/option>\n                        <option value=\"Pakistan\" data-code=\"+92\">Pakistan<\/option>\n                        <option value=\"Bangladesh\" data-code=\"+880\">Bangladesh<\/option>\n                        <option value=\"Sri Lanka\" data-code=\"+94\">Sri Lanka<\/option>\n                        <option value=\"Nepal\" data-code=\"+977\">Nepal<\/option>\n                        <option value=\"South Africa\" data-code=\"+27\">South Africa<\/option>\n                        <option value=\"Nigeria\" data-code=\"+234\">Nigeria<\/option>\n                        <option value=\"Other\" data-code=\"\">Other<\/option>\n                    <\/select>-->\n\t\t\t\t\t<select id=\"aus_country\" name=\"country\" required>\n\t\t\t\t\t\t<option value=\"\">Select Country<\/option>\n\t\t\t\t\t\t<option value=\"United States\" data-code=\"+1\">United States<\/option>\n\t\t\t\t\t\t<option value=\"United Kingdom\" data-code=\"+44\">United Kingdom<\/option>\n\t\t\t\t\t\t<option value=\"India\" data-code=\"+91\">India<\/option>\n\t\t\t\t\t\t<option value=\"Australia\" data-code=\"+61\">Australia<\/option>\n\t\t\t\t\t\t<option value=\"United Arab Emirates\" data-code=\"+971\">United Arab Emirates<\/option>\n\t\t\t\t\t\t<option value=\"Japan\" data-code=\"+81\">Japan<\/option>\n\t\t\t\t\t\t<option value=\"Germany\" data-code=\"+49\">Germany<\/option>\n\t\t\t\t\t<\/select>\n\n                    <label style=\"font-weight:600;color:#374151;margin-bottom:6px;display:block;\">Contact Number *<\/label>\n                    <div class=\"contact-row\">\n                        <!--<select id=\"aus_country_code\" required>\n                            <option value=\"\">Code<\/option>\n                            <option value=\"+1\">+1 (USA\/Canada)<\/option>\n                            <option value=\"+44\">+44 (UK)<\/option>\n                            <option value=\"+91\">+91 (India)<\/option>\n                            <option value=\"+61\">+61 (Australia)<\/option>\n                            <option value=\"+971\">+971 (UAE)<\/option>\n                            <option value=\"+81\">+81 (Japan)<\/option>\n                            <option value=\"+49\">+49 (Germany)<\/option>\n                            <option value=\"+64\">+64 (New Zealand)<\/option>\n                            <option value=\"+63\">+63 (Philippines)<\/option>\n                            <option value=\"+86\">+86 (China)<\/option>\n                            <option value=\"+92\">+92 (Pakistan)<\/option>\n                            <option value=\"+880\">+880 (Bangladesh)<\/option>\n                            <option value=\"+94\">+94 (Sri Lanka)<\/option>\n                            <option value=\"+977\">+977 (Nepal)<\/option>\n                            <option value=\"+27\">+27 (South Africa)<\/option>\n                            <option value=\"+234\">+234 (Nigeria)<\/option>\n                        <\/select>-->\n\t\t\t\t\t\t<select id=\"aus_country_code\" name=\"country_code\" required>\n\t\t\t\t\t\t\t<option value=\"\">Code<\/option>\n\t\t\t\t\t\t\t<option value=\"+1\">+1 (USA\/Canada)<\/option>\n\t\t\t\t\t\t\t<option value=\"+44\">+44 (UK)<\/option>\n\t\t\t\t\t\t\t<option value=\"+91\">+91 (India)<\/option>\n\t\t\t\t\t\t\t<option value=\"+61\">+61 (Australia)<\/option>\n\t\t\t\t\t\t\t<option value=\"+971\">+971 (UAE)<\/option>\n\t\t\t\t\t\t\t<option value=\"+81\">+81 (Japan)<\/option>\n\t\t\t\t\t\t\t<option value=\"+49\">+49 (Germany)<\/option>\n\t\t\t\t\t\t<\/select>\n                        <input type=\"tel\" id=\"aus_contact_number\" placeholder=\"Contact Number *\" required>\n                    <\/div>\n\n                    <label style=\"font-weight:600;color:#374151;margin-top:4px;margin-bottom:6px;display:block;\">Marital Status *<\/label>\n                    <select id=\"aus_marital\" required>\n                        <option value=\"\">Select Marital Status<\/option>\n                        <option value=\"Single\">Single<\/option>\n                        <option value=\"Married\">Married<\/option>\n                        <!--<option value=\"De Facto\">De Facto<\/option>\n                        <option value=\"Divorced\">Divorced<\/option>\n                        <option value=\"Widowed\">Widowed<\/option>-->\n                    <\/select>\n                <\/div>\n\n                <button type=\"submit\" id=\"aus-submit-btn\">Submit<\/button>\n            <\/div><!-- \/#contact-section -->\n\n        <\/form>\n    <\/div><!-- \/#aus-pr-wrapper -->\n\n    <!-- Result Popup -->\n    <div id=\"aus-pr-popup\">\n        <div class=\"popup-inner\">\n            <span class=\"popup-icon\" id=\"aus-popup-icon\">\ud83c\udf89<\/span>\n            <h3 id=\"aus-popup-title\" class=\"qualify\">Congratulations!<\/h3>\n            <div class=\"score-display\">\n                <span id=\"aus-score-value\">0<\/span>\n                <small>\/ 130 pts<\/small>\n            <\/div>\n            <p id=\"aus-popup-message\"><\/p>\n            <button id=\"aus-close-popup\">OK<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n    (function($) {\n        'use strict';\n\n        \/* ====================================================================\n           AUTO-DETECT COUNTRY BY IP\n           ==================================================================== *\/\n        $.get('https:\/\/ipapi.co\/json\/', function(res) {\n            if (res && res.country_name && res.country_calling_code) {\n                const name = res.country_name.trim();\n                const code = res.country_calling_code.trim();\n                const map  = {\n                    'United States of America': 'United States',\n                    'United Arab Emirates': 'United Arab Emirates'\n                };\n                const mapped = map[name] || name;\n\n                $('#aus_country option').filter(function() {\n                    return $(this).val().toLowerCase() === mapped.toLowerCase();\n                }).prop('selected', true).trigger('change');\n\n                $('#aus_country_code').val(code.startsWith('+') ? code : '+' + code);\n            }\n        });\n\n        \/\/ Auto-fill country code on country change\n        $('#aus_country').on('change', function() {\n            const code = $(this).find(':selected').data('code');\n            if (code) $('#aus_country_code').val(code);\n        });\n\n        \/* ====================================================================\n           AGE SELECTION LOGIC\n           ==================================================================== *\/\n        $('#aus_age').on('change', function() {\n            const selected   = $(this).find(':selected');\n            const ineligible = selected.data('ineligible');\n\n            if (ineligible) {\n                \/\/ Show ineligible notice, hide main questions, show contact only\n                $('#age-ineligible-notice').removeClass('hidden');\n                $('#main-questions').addClass('hidden');\n                $('#contact-section').removeClass('hidden');\n            } else if ($(this).val() !== '') {\n                \/\/ Eligible age chosen\n                $('#age-ineligible-notice').addClass('hidden');\n                $('#main-questions').removeClass('hidden');\n                $('#contact-section').removeClass('hidden');\n            } else {\n                $('#age-ineligible-notice').addClass('hidden');\n                $('#main-questions').addClass('hidden');\n                $('#contact-section').addClass('hidden');\n            }\n        });\n\n        \/* ====================================================================\n           ENGLISH LOW WARNING\n           ==================================================================== *\/\n        $('#aus_english').on('change', function() {\n            const lowEng = $(this).find(':selected').data('low-english');\n            if (lowEng) {\n                $('#low-english-notice').removeClass('hidden');\n            } else {\n                $('#low-english-notice').addClass('hidden');\n            }\n        });\n\n        \/* ====================================================================\n           FORM SUBMISSION\n           ==================================================================== *\/\n        $('#aus-pr-form').on('submit', function(e) {\n            e.preventDefault();\n\n            \/* ---------- Collect Answers & Calculate Score ---------- *\/\n            const responses = [];\n            let totalScore  = 0;\n            let isIneligible = false;\n\n            function addResponse(question, answer, score) {\n                responses.push({ question, answer, score });\n            }\n\n            \/\/ Q1: Age\n            const ageVal       = $('#aus_age').val();\n            const ageAnswer    = $('#aus_age option:selected').data('answer');\n            const ageInelig    = $('#aus_age option:selected').data('ineligible');\n            const ageScore     = parseInt(ageVal) || 0;\n\n            if (!ageVal) {\n                alert('Please select your age.');\n                return;\n            }\n            if (ageInelig) {\n                isIneligible = true;\n                addResponse('Age', ageAnswer, 0);\n            } else {\n                totalScore += ageScore;\n                addResponse('Age', ageAnswer, ageScore);\n            }\n\n            \/\/ If ineligible, skip scoring questions but still need personal info\n            if (!isIneligible) {\n                \/\/ Q2: English\n                const engVal    = $('#aus_english').val();\n                const engAnswer = $('#aus_english option:selected').data('answer');\n                if (engVal === '') { alert('Please select your English language ability.'); return; }\n                const engScore  = parseInt(engVal) || 0;\n                totalScore += engScore;\n                addResponse('English Language Ability', engAnswer, engScore);\n\n                \/\/ Q3: Education\n                const eduVal    = $('#aus_education').val();\n                const eduAnswer = $('#aus_education option:selected').data('answer');\n                if (eduVal === '') { alert('Please select your education level.'); return; }\n                const eduScore  = parseInt(eduVal) || 0;\n                totalScore += eduScore;\n                addResponse('Highest Educational Qualification', eduAnswer, eduScore);\n\n                \/\/ Q4: STEM\n                const stemVal    = $('input[name=\"aus_stem\"]:checked').val();\n                const stemAnswer = $('input[name=\"aus_stem\"]:checked').data('answer');\n                if (!stemVal) { alert('Please answer Q4 about STEM qualification.'); return; }\n                const stemScore  = parseInt(stemVal) || 0;\n                totalScore += stemScore;\n                addResponse('STEM Qualification in Australia', stemAnswer, stemScore);\n\n                \/\/ Q5 + Q6: Work Experience with 20pt cap\n                const overseasVal    = $('#aus_overseas_work').val();\n                const overseasAnswer = $('#aus_overseas_work option:selected').data('answer');\n                if (overseasVal === '') { alert('Please select your overseas work experience.'); return; }\n                const overseasScore  = parseInt(overseasVal) || 0;\n\n                const ausWorkVal    = $('#aus_aus_work').val();\n                const ausWorkAnswer = $('#aus_aus_work option:selected').data('answer');\n                if (ausWorkVal === '') { alert('Please select your Australian work experience.'); return; }\n                const ausWorkScore  = parseInt(ausWorkVal) || 0;\n\n                \/\/ Cap combined work experience at 20\n                const combinedWork = Math.min(overseasScore + ausWorkScore, 20);\n                totalScore += combinedWork;\n                addResponse('Overseas Skilled Work Experience', overseasAnswer, overseasScore);\n                addResponse('Australian Skilled Work Experience', ausWorkAnswer, ausWorkScore);\n                addResponse('Work Experience Combined (capped at 20)', 'Overseas + Australian', combinedWork);\n\n                \/\/ Q7: Australian Study\n                const studyVal    = $('input[name=\"aus_study\"]:checked').val();\n                const studyAnswer = $('input[name=\"aus_study\"]:checked').data('answer');\n                if (!studyVal) { alert('Please answer Q7 about Australian study.'); return; }\n                const studyScore  = parseInt(studyVal) || 0;\n                totalScore += studyScore;\n                addResponse('Australian Study Requirement', studyAnswer, studyScore);\n\n                \/\/ Q8: Regional Study\n                const regionalVal    = $('input[name=\"aus_regional\"]:checked').val();\n                const regionalAnswer = $('input[name=\"aus_regional\"]:checked').data('answer');\n                if (!regionalVal) { alert('Please answer Q8 about regional study.'); return; }\n                const regionalScore  = parseInt(regionalVal) || 0;\n                totalScore += regionalScore;\n                addResponse('Regional Study in Australia', regionalAnswer, regionalScore);\n\n                \/\/ Q9: Professional Year\n                const proYearVal    = $('input[name=\"aus_pro_year\"]:checked').val();\n                const proYearAnswer = $('input[name=\"aus_pro_year\"]:checked').data('answer');\n                if (!proYearVal) { alert('Please answer Q9 about Professional Year.'); return; }\n                const proYearScore  = parseInt(proYearVal) || 0;\n                totalScore += proYearScore;\n                addResponse('Professional Year Program', proYearAnswer, proYearScore);\n\n                \/\/ Q10: NAATI CCL\n                const naatiVal    = $('input[name=\"aus_naati\"]:checked').val();\n                const naatiAnswer = $('input[name=\"aus_naati\"]:checked').data('answer');\n                if (!naatiVal) { alert('Please answer Q10 about NAATI CCL.'); return; }\n                const naatiScore  = parseInt(naatiVal) || 0;\n                totalScore += naatiScore;\n                addResponse('NAATI CCL Community Language Credential', naatiAnswer, naatiScore);\n\n                \/\/ Q11: Partner\n                const partnerVal    = $('#aus_partner').val();\n                const partnerAnswer = $('#aus_partner option:selected').data('answer');\n                if (!partnerVal) { alert('Please select your partner\/relationship situation.'); return; }\n                const partnerScore  = parseInt(partnerVal) || 0;\n                totalScore += partnerScore;\n                addResponse('Partner \/ Spouse Skills', partnerAnswer, partnerScore);\n            }\n\n            \/\/ Personal Info\n            const fullName     = $('#aus_full_name').val().trim();\n            const email        = $('#aus_email').val().trim();\n            const country      = $('#aus_country').val();\n            const countryCode  = $('#aus_country_code').val().trim();\n            const contactNum   = $('#aus_contact_number').val().trim();\n            const marital      = $('#aus_marital').val();\n\n            if (!fullName || !email || !country || !countryCode || !contactNum || !marital) {\n                alert('Please fill in all personal information fields.');\n                return;\n            }\n\n            if (!\/^[0-9]{6,15}$\/.test(contactNum)) {\n                alert('Please enter a valid phone number (6\u201315 digits).');\n                $('#aus_contact_number').focus();\n                return;\n            }\n\n            \/\/ Disable submit button\n            const $btn = $('#aus-submit-btn');\n            $btn.prop('disabled', true).text('Submitting...');\n\n            \/\/ Determine qualification\n            const qualifies = !isIneligible && (totalScore >= 65);\n\n            \/* ---------- AJAX Submission ---------- *\/\n            $.ajax({\n                url: aus_pr_ajax.ajaxurl,\n                type: 'POST',\n                data: {\n                    action:        'submit_aus_pr_calculator_form',\n                    security:      aus_pr_ajax.security,\n                    full_name:     fullName,\n                    email:         email,\n                    country:       country,\n                    country_code:  countryCode,\n                    contact_number: contactNum,\n                    contact:       countryCode + ' ' + contactNum,\n                    marital_status: marital,\n                    total_score:   totalScore,\n                    qualifies:     qualifies ? 1 : 0,\n                    is_ineligible: isIneligible ? 1 : 0,\n                    responses:     JSON.stringify(responses),\n                },\n                dataType: 'json',\n                success: function(res) {\n                    $btn.prop('disabled', false).text('Submit');\n\n                    if (res.success) {\n                        const userId     = res.data.user_id;\n                        const finalScore = res.data.final_score || totalScore;\n\n                        \/\/ Set popup content\n                        $('#aus-score-value').text(finalScore);\n\n                        if (isIneligible) {\n                            \/\/ Age ineligible popup\n                            $('#aus-popup-icon').text('\ud83d\udccb');\n                            $('#aus-popup-title').text('Thank You for Applying').removeClass('qualify not-qualify');\n                            $('#aus-popup-message').text('Unfortunately, applicants aged 45 or older are not eligible for the Subclass 189 Visa. An immigration expert will contact you soon to explore alternative visa pathways.');\n                        } else if (qualifies) {\n                            \/\/ Qualified popup\n                            $('#aus-popup-icon').text('\ud83c\udf89');\n                            $('#aus-popup-title').text('Congratulations!').addClass('qualify').removeClass('not-qualify');\n                            $('#aus-popup-message').text('You have scored ' + finalScore + ' points, which means you qualify for the Australia PR Skilled Independent Visa (Subclass 189). An immigration expert will contact you soon for a free detailed assessment and consultation.');\n                        } else {\n                            \/\/ Did not qualify popup\n                            $('#aus-popup-icon').text('\ud83d\udcca');\n                            $('#aus-popup-title').text('Thank You for Applying').addClass('not-qualify').removeClass('qualify');\n                            $('#aus-popup-message').text(\"You scored \" + finalScore + \" points, which is below the required 65 points to qualify for the Australia PR Skilled Independent Visa (Subclass 189). Don't be discouraged! An immigration expert will contact you soon for a detailed assessment and consultation to help you improve your profile and explore possible options.\");\n                        }\n\n                        \/\/ Show popup\n                        $('#aus-pr-popup').css('display', 'flex');\n\n                        \/\/ OK button \u2192 redirect to profile\n                        $('#aus-close-popup').off('click').on('click', function() {\n                            window.location.href = '\/aus-pr-calculator-user-profile\/?user_id=' + userId;\n                        });\n\n                        \/\/ Reset form\n                        $('#aus-pr-form')[0].reset();\n                        $('#main-questions, #contact-section, #age-ineligible-notice, #low-english-notice').addClass('hidden');\n\n                    } else {\n                        alert('Error: ' + (res.data.message || 'Unknown error occurred. Please try again.'));\n                    }\n                },\n                error: function() {\n                    $btn.prop('disabled', false).text('Submit');\n                    alert('Server error. Please try again.');\n                }\n            });\n        });\n\n        \/\/ Close popup on background click\n        $('#aus-pr-popup').on('click', function(e) {\n            if (e.target === this) {\n                $(this).fadeOut();\n            }\n        });\n\n    })(jQuery);\n    <\/script>\n\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-656","page","type-page","status-publish","hentry","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.7.1 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Australia Assessment - GV Immigration<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Australia Assessment\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/\" \/>\n<meta property=\"og:site_name\" content=\"GV Immigration\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T06:49:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/\",\"url\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/\",\"name\":\"Australia Assessment - GV Immigration\",\"isPartOf\":{\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#website\"},\"datePublished\":\"2025-03-13T11:38:04+00:00\",\"dateModified\":\"2026-03-10T06:49:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Australia Assessment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#website\",\"url\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/\",\"name\":\"GV Immigration\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#organization\",\"name\":\"GV Immigration\",\"url\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-content\/uploads\/2025\/03\/cropped-logo.png\",\"contentUrl\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-content\/uploads\/2025\/03\/cropped-logo.png\",\"width\":166,\"height\":53,\"caption\":\"GV Immigration\"},\"image\":{\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Australia Assessment - GV Immigration","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:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/","og_locale":"en_US","og_type":"article","og_title":"Australia Assessment","og_url":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/","og_site_name":"GV Immigration","article_modified_time":"2026-03-10T06:49:08+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/","url":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/","name":"Australia Assessment - GV Immigration","isPartOf":{"@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#website"},"datePublished":"2025-03-13T11:38:04+00:00","dateModified":"2026-03-10T06:49:08+00:00","breadcrumb":{"@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/australia-assessment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/"},{"@type":"ListItem","position":2,"name":"Australia Assessment"}]},{"@type":"WebSite","@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#website","url":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/","name":"GV Immigration","description":"","publisher":{"@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#organization","name":"GV Immigration","url":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#\/schema\/logo\/image\/","url":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-content\/uploads\/2025\/03\/cropped-logo.png","contentUrl":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-content\/uploads\/2025\/03\/cropped-logo.png","width":166,"height":53,"caption":"GV Immigration"},"image":{"@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/pages\/656","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/comments?post=656"}],"version-history":[{"count":2,"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/pages\/656\/revisions"}],"predecessor-version":[{"id":9691,"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/pages\/656\/revisions\/9691"}],"wp:attachment":[{"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/media?parent=656"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}