0






RPA Pathway Decision Tree


DISCLAIMER: This tool is intended as a guideline to help you understand which RPA Pathway may apply to your background.
However, it is your responsibility to read the official program requirements and ensure that you meet the eligibility criteria
for the pathway you are applying to.





<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>RPA Pathway Decision Tree</title>
    <style>
        body { font-family: Arial, sans-serif; margin: 20px; }
        .question-container { margin-top: 20px; }
        .question { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
        .options button { display: block; margin: 5px 0; padding: 5px 15px; font-size: 14px; width: auto; background-color: red; color: white; border: none; cursor: pointer; border-radius: 5px; }
        .options button:hover { background-color: darkred; }
        .result { display: none; font-size: 20px; font-weight: bold; color: green; margin-top: 20px; }
    </style>
</head>
<body>

    <!-- Disclaimer Section -->
    <div id="disclaimer-section" style="border: 2px solid red; padding: 20px; margin-bottom: 20px;">
        <p style="color: red; font-weight: bold;">
            DISCLAIMER: This tool is intended as a guideline to help you understand which RPA Pathway may apply to your background. 
            However, it is your responsibility to read the official program requirements and ensure that you meet the eligibility criteria 
            for the pathway you are applying to.
        </p>
        <button onclick="acceptDisclaimer()" style="background-color: green; color: white; padding: 10px 20px; border: none; border-radius: 5px; font-size: 16px;">
            I Understand and Accept
        </button>
    </div>

    <!-- Decision Tree -->
    <div id="decision-tree-container" style="display:none;">
        <h2>Find Your RPA Pathway</h2>
        <div id="decision-tree" class="question-container">
            <div id="q1" class="question">
                Do you have an accounting-related degree or diploma?
                <div class="options">
                    <button onclick="nextQuestion('q2')">Yes</button>
                    <button onclick="nextQuestion('q3')">No</button>
                </div>
            </div>

            <div id="q2" class="question" style="display:none;">
                What is your highest level of education?
                <div class="options">
                    <button onclick="nextQuestion('q2b')">Master’s Degree or higher</button>
                    <button onclick="nextQuestion('q4')">Bachelor’s Degree</button>
                    <button onclick="nextQuestion('q5')">College Diploma</button>
                </div>
            </div>

            <div id="q2b" class="question" style="display:none;">
                Are you currently teaching an accounting or business-related course?
                <div class="options">
                    <button onclick="nextQuestion('q2c')">Yes</button>
                    <button onclick="nextQuestion('q4')">No</button>
                </div>
            </div>

            <div id="q2c" class="question" style="display:none;">
                Do you have a minimum of 1,200 average teaching hours per year in Accounting, Finance, and Management?
                <div class="options">
                    <button onclick="showResult('Academic Pathway')">Yes</button>
                    <button onclick="nextQuestion('q4')">No</button>
                </div>
            </div>

            <div id="q4" class="question" style="display:none;">
                Are you a Foreign Designation Holder (e.g., CPA, CMA from another country)?
                <div class="options">
                    <button onclick="showResult('Foreign Designation Holder Pathway')">Yes</button>
                    <button onclick="nextQuestion('q8')">No</button>
                </div>
            </div>

            <div id="q8" class="question" style="display:none;">
                Are you currently a practitioner with an accounting designation?
                <div class="options">
                    <button onclick="nextQuestion('q8a')">Yes</button>
                    <button onclick="nextQuestion('q6')">No</button>
                </div>
            </div>

            <div id="q8a" class="question" style="display:none;">
                Do you have a full-time or part-time practice?
                <div class="options">
                    <button onclick="showResult('Practitioner Without Designation Pathway')">Full-time</button>
                    <button onclick="showResult('College Graduate Pathway')">Part-time</button>
                </div>
            </div>

            <div id="q6" class="question" style="display:none;">
                Do you have at least 10 years of senior-level experience (e.g., Controller, CFO) in a medium or large corporation?
                <div class="options">
                    <button onclick="showResult('Experienced Accountant Pathway')">Yes</button>
                    <button onclick="nextQuestion('q7')">No</button>
                </div>
            </div>

            <div id="q3" class="question" style="display:none;">
                <p>You are only eligible under the College Graduate Pathway.</p>
                <button onclick="showResult('College Graduate Pathway')">Continue</button>
            </div>

            <div id="q5" class="question" style="display:none;">
                Are you a recent college graduate (within the last 5 years)?
                <div class="options">
                    <button onclick="showResult('College Graduate Pathway')">Yes</button>
                    <button onclick="nextQuestion('q7')">No</button>
                </div>
            </div>

            <div id="q7" class="question" style="display:none;">
                Do you have at least 3 years of accounting work experience?
                <div class="options">
                    <button onclick="showResult('You are eligible under the College or University Pathway')">Yes</button>
                    <button onclick="showResult('You are eligible under the College or University Pathway')">No</button>
                </div>
            </div>
        </div>

        <div id="result" class="result"></div>
    </div>

    <!-- JavaScript -->
    <script>
        function acceptDisclaimer() {
            document.getElementById('disclaimer-section').style.display = 'none';
            document.getElementById('decision-tree-container').style.display = 'block';
        }

        function nextQuestion(next) {
            document.querySelectorAll('.question').forEach(q => q.style.display = 'none');
            document.getElementById(next).style.display = 'block';
        }

        function showResult(pathway) {
            const links = {
                "Academic Pathway": "https://rpacanada.org/wp-content/uploads/2025/02/RPA-Academic-Pathway-8.pdf",
                "Foreign Designation Holder Pathway": "https://rpacanada.org/wp-content/uploads/2025/02/Foreign-Designation-Holder-Pathway-Brochure-1-2.pdf",
                "Practitioner Without Designation Pathway": "https://rpacanada.org/wp-content/uploads/2025/03/Copy-of-Practitioner-Without-Designation-Brochure-1.pdf",
                "College Graduate Pathway": "#",  // Waiting for this brochure link
                "Experienced Accountant Pathway": "https://rpacanada.org/wp-content/uploads/2025/02/EXPERIENCED-ACCOUNTANT-BROCHURE-3.pdf",
                "You are eligible under the College or University Pathway": "https://rpacanada.org/wp-content/uploads/2025/02/Copy-of-Copy-of-Copy-of-CollegeUniversity-Brochure-to-RPA.pdf"
            };

            const link = links[pathway] || "#";
            document.getElementById("decision-tree").style.display = "none";
            document.getElementById("result").innerHTML =
                `Your recommended pathway: <strong>${pathway}</strong><br><br>
                 <a href="${link}" target="_blank" style="color:blue; text-decoration:underline;">
                 Click here to view the brochure</a>`;
            document.getElementById("result").style.display = "block";
        }
    </script>
</body>
</html>