{"id":3075,"date":"2026-08-03T09:49:36","date_gmt":"2026-08-03T09:49:36","guid":{"rendered":"https:\/\/trustacademy.ac.zw\/2026\/?page_id=3075"},"modified":"2026-08-03T11:48:30","modified_gmt":"2026-08-03T11:48:30","slug":"policies","status":"publish","type":"page","link":"https:\/\/trustacademy.ac.zw\/2026\/policies\/","title":{"rendered":"Policies"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3075\" class=\"elementor elementor-3075\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a66537 e-grid e-con-boxed e-con e-parent\" data-id=\"1a66537\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f61cdfd elementor-widget elementor-widget-heading\" data-id=\"f61cdfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Trust Academy<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68ab843 elementor-widget elementor-widget-heading\" data-id=\"68ab843\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Policies<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ffe2244 elementor-widget elementor-widget-text-editor\" data-id=\"ffe2244\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Download the documents you need.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-04b61d8 e-flex e-con-boxed e-con e-parent\" data-id=\"04b61d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb18030 elementor-widget elementor-widget-text-editor\" data-id=\"eb18030\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t&nbsp;\n\n<style>\n        \/* ============================================\n           POLICIES PAGE - Trust Academy\n           Same styling as main site - black, dark gray, #e30613 red\n        ============================================ *\/\n\n        \/* MAIN SECTION - Optimized for mobile *\/\n        .policies-section {\n            background: #f7f7f7;\n            padding: 40px 16px;\n            font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;\n        }\n\n        \/* HEADER *\/\n        .policies-header {\n            text-align: center;\n            margin-bottom: 32px;\n        }\n\n        .policies-header h2 {\n            font-size: clamp(28px, 6vw, 40px);\n            font-weight: 800;\n            color: #000;\n            margin-bottom: 8px;\n            line-height: 1.2;\n        }\n\n        .policies-header p {\n            color: #666;\n            font-size: clamp(14px, 4vw, 16px);\n        }\n\n        \/* GRID - Mobile-first with improved touch targets *\/\n        .policies-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        \/* CARD - Optimized for touch *\/\n        .policies-card {\n            background: #fff;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            transition: transform 0.2s ease;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        .policies-card:active {\n            transform: scale(0.99);\n        }\n\n        \/* TOP BANNER - Original gradient (black \u2192 dark gray \u2192 red) *\/\n        .card-banner {\n            height: 100px;\n            background: linear-gradient(135deg,#000 0%,#1a1a1a 45%,#e30613 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        \/* BADGE *\/\n        .policy-badge {\n            background: rgba(255,255,255,0.15);\n            color: #fff;\n            padding: 8px 16px;\n            border-radius: 40px;\n            font-size: 13px;\n            font-weight: 600;\n            border: 1px solid rgba(255,255,255,0.2);\n            letter-spacing: 0.3px;\n        }\n\n        \/* CONTENT - Optimized spacing *\/\n        .card-content {\n            padding: 20px;\n        }\n\n        .card-content h3 {\n            font-size: 18px;\n            line-height: 1.35;\n            color: #000;\n            margin-bottom: 16px;\n            font-weight: 700;\n        }\n\n        \/* INFO ROW - Better touch targets *\/\n        .info-row {\n            display: flex;\n            align-items: center;\n            margin-bottom: 10px;\n            color: #555;\n            font-size: 14px;\n            min-height: 24px;\n        }\n\n        .info-dot {\n            width: 6px;\n            height: 6px;\n            background: #e30613;\n            border-radius: 50%;\n            margin-right: 10px;\n            flex-shrink: 0;\n        }\n\n        \/* DOWNLOAD BUTTON - Larger touch target *\/\n        .download-btn {\n            margin-top: 20px;\n            display: block;\n            width: 100%;\n            text-align: center;\n            background: #e30613;\n            color: #ffffff !important;\n            padding: 14px;\n            border-radius: 12px;\n            text-decoration: none !important;\n            font-weight: 700;\n            transition: opacity 0.2s ease;\n            font-size: 15px;\n            letter-spacing: 0.3px;\n            box-sizing: border-box;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        .download-btn:active {\n            opacity: 0.8;\n            transform: none;\n        }\n\n        .download-btn span {\n            color: #ffffff !important;\n            margin-right: 8px;\n            font-size: 16px;\n            display: inline-block;\n        }\n\n        \/* HELP SECTION - Mobile optimized *\/\n        .help-section {\n            margin-top: 40px;\n            background: #fff;\n            border-radius: 16px;\n            padding: 24px 20px;\n            max-width: 1200px;\n            margin-left: auto;\n            margin-right: auto;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            text-align: center;\n        }\n\n        \/* HELP TEXT *\/\n        .help-text {\n            margin-bottom: 16px;\n        }\n\n        .help-text h4 {\n            font-size: 22px;\n            margin-bottom: 8px;\n            color: #000;\n        }\n\n        .help-text p {\n            color: #666;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n\n        \/* WHATSAPP BUTTON - Larger touch target *\/\n        .whatsapp-btn {\n            background: #000;\n            color: #fff !important;\n            padding: 14px 28px;\n            border-radius: 12px;\n            text-decoration: none !important;\n            font-weight: 700;\n            transition: opacity 0.2s ease;\n            display: inline-block;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        .whatsapp-btn:active {\n            opacity: 0.8;\n        }\n\n        \/* Tablet optimization *\/\n        @media (min-width: 768px) {\n            .policies-section {\n                padding: 60px 24px;\n            }\n\n            .policies-grid {\n                display: grid;\n                grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n                gap: 24px;\n            }\n\n            .help-section {\n                text-align: left;\n                padding: 32px;\n                display: flex;\n                justify-content: space-between;\n                align-items: center;\n            }\n\n            .help-text {\n                margin-bottom: 0;\n            }\n\n            .card-banner {\n                height: 110px;\n            }\n\n            .card-content {\n                padding: 24px;\n            }\n\n            .download-btn:hover {\n                background: #b8040f;\n            }\n\n            .whatsapp-btn:hover {\n                background: #e30613;\n            }\n        }\n\n        \/* Small mobile devices *\/\n        @media (max-width: 480px) {\n            .policies-section {\n                padding: 30px 12px;\n            }\n\n            .card-content {\n                padding: 16px;\n            }\n\n            .card-content h3 {\n                font-size: 17px;\n            }\n\n            .download-btn {\n                padding: 12px;\n                font-size: 14px;\n            }\n\n            .help-section {\n                padding: 20px 16px;\n                margin-top: 30px;\n            }\n\n            .help-text h4 {\n                font-size: 20px;\n            }\n\n            .whatsapp-btn {\n                padding: 12px 24px;\n                font-size: 14px;\n            }\n        }\n\n        \/* Performance optimizations *\/\n        @media (prefers-reduced-motion: reduce) {\n            .policies-card,\n            .download-btn,\n            .whatsapp-btn {\n                transition: none;\n            }\n\n            .policies-card:active {\n                transform: none;\n            }\n        }\n\n        \/* Additional styling for info rows \u2014 keeping original color scheme *\/\n        .info-row strong {\n            font-weight: 600;\n            margin-right: 6px;\n            color: #333;\n        }\n    <\/style>\n\n&nbsp;\n\n<section class=\"policies-section\">\n<div class=\"policies-header\">\n<h2>\ud83d\udccb Institutional Policies<\/h2>\n<p>Download official Trust Academy policies and procedural documents.<\/p>\n<\/div>\n\n<div class=\"policies-grid\">\n\n<!-- 1. Equity and Diversity Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83c\udf08 Equity &amp; Inclusion<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Equity and Diversity Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Institutional Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> All Students, Staff &amp; Visitors\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Focus:<\/strong> Inclusion, Respect, Equal Access\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/TRUST-ACADEMY-EQUITY-AND-DIVERSITY-POLICY.docx\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download Document\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 2. Health and Safety Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83d\udee1\ufe0f Health &amp; Safety<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Health and Safety Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Institutional Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> All Students, Staff &amp; Visitors\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Focus:<\/strong> Safe Learning &amp; Working Environment\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/TRUST-ACADEMY-HEALTHY-AND-SAFETY-POLICY.docx\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download Document\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 3. Tutor Induction Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83d\udcda Tutor Induction<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Tutor Induction Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Staff Development Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> All New Tutors\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Reference:<\/strong> Tutorind26\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/Tutor-Induction-Policy.docx\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download Document\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 4. Reasonable Adjustment Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\u267f Reasonable Adjustment<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Reasonable Adjustment Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Student Support Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> CIPS Registered Learners\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Focus:<\/strong> Disabled Candidates &amp; Assessment Access\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Review Date:<\/strong> 10 October 2026\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/REASONABLE-ADJUSTMENT.docx\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download Document\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 5. Malpractice Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\u2696\ufe0f Academic Integrity<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Malpractice Policy and Procedure<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Institutional Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> Students &amp; Staff\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Version:<\/strong> 2026\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Next Review:<\/strong> October 2026\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/MALPRACTICE-POLICY-AND-PROCEDURE-FOR-TRUST-ACADEMY-1.docx\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download Document\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 6. Data Protection Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83d\udd12 Data Protection<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Data Protection Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Institutional Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Compliance:<\/strong> Zimbabwe Data Protection Act 2024\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> All Personal Data\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/ZIMBABWE-PROJECT-TRUST.docx\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download Document\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 7. Confidentiality Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83e\udd2b Confidentiality<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Confidentiality Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Institutional Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> All Students &amp; Staff\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Focus:<\/strong> Safeguarding Information\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/Confidentiality-Policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download PDF\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 8. Safeguarding Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83d\udee1\ufe0f Safeguarding<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Safeguarding Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Institutional Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> Vulnerable Individuals\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Compliance:<\/strong> The Children&#8217;s Act (Chapter 5:06)\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/Safeguarding-Policy-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download PDF\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 9. Employee Training Plan -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83d\udcda Staff Development<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Employee Training Plan<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Staff Development Document\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Department:<\/strong> Business School\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Format:<\/strong> Training Schedule\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/Trust-Employee-Training-Plan.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download PDF\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 10. Withdrawal Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83d\udeaa Withdrawal Procedure<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Student Withdrawal Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Student Services Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> All Students\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Categories:<\/strong> Standard, Medical, College-Initiated\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/Trust-Academy-Withdrawal-Policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download PDF\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 11. Emergency Management Plan -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83d\udea8 Emergency Management<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Emergency Management &amp; Business Continuity Plan<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Institutional Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Version:<\/strong> 2.0\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Date:<\/strong> June 2020\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/Trust-Academy-Emergency-Management-and-Business-Continuity-Plan.doc\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download Document\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 12. Conflict of Interest Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\u26a1 Conflict of Interest<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Conflict of Interest Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Institutional Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> All Covered Persons\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Focus:<\/strong> Transparency &amp; Impartiality\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/Trust-Academy-Conflict-of-Interest-Policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download PDF\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 13. Equal Opportunities Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\u2696\ufe0f Equal Opportunities<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Equal Opportunities Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Institutional Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> All College Community Members\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Compliance:<\/strong> Equality Act 2010\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/Equal-Oppotunities-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download PDF\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 14. Student Induction Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83c\udf93 Student Induction<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Student Induction Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Student Services Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> All New Students\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Focus:<\/strong> Transition &amp; Integration\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/Trust-Academy-College-Student-Induction-Policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download PDF\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 15. Monitoring Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83d\udcca Monitoring &amp; Evaluation<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Monitoring Policy &amp; Staff Evaluation<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Quality Assurance Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Scope:<\/strong> Staff Performance\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Includes:<\/strong> Evaluation Questionnaire\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/08\/3.2-Monitoring-Policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download PDF\n<\/a>\n<\/div>\n<\/div>\n\n<!-- 16. Complaints Policy -->\n<div class=\"policies-card\">\n<div class=\"card-banner\">\n<div class=\"policy-badge\">\ud83d\udccb Complaints Procedure<\/div>\n<\/div>\n<div class=\"card-content\">\n<h3>Trust Academy \u2013 Complaints Policy<\/h3>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Type:<\/strong> Institutional Policy\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Version:<\/strong> 2026 Official\n<\/div>\n<div class=\"info-row\">\n<div class=\"info-dot\"><\/div>\n<strong>Audience:<\/strong> Students &amp; Staff\n<\/div>\n<a class=\"download-btn\" href=\"https:\/\/trustacademy.ac.zw\/2026\/wp-content\/uploads\/2026\/05\/Trust-Academy-Complaints-Policy-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udce5 Download PDF\n<\/a>\n<\/div>\n<\/div>\n\n<\/div>\n\n<!-- Help Section -->\n<div class=\"help-section\">\n<div class=\"help-text\">\n<h4>\ud83d\udcd8 Have questions about our policies?<\/h4>\nIf you need clarification on any of our institutional policies or procedures, please contact the Academic Office for assistance.\n\n<\/div>\n<div><a class=\"whatsapp-btn\" href=\"https:\/\/wa.me\/263784227575\" target=\"_blank\" rel=\"noopener noreferrer\">\n\ud83d\udcac Chat on WhatsApp\n<\/a><\/div>\n<\/div>\n<\/section>&nbsp;\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Trust Academy Policies Download the documents you need. &nbsp; &nbsp; &#x1f4cb; Institutional Policies Download official Trust Academy policies and procedural documents. &#x1f308; Equity &amp; Inclusion Equity and Diversity Policy Type: Institutional Policy Scope: All Students, Staff &amp; Visitors Focus: Inclusion, Respect, Equal Access &#x1f4e5; Download Document &#x1f6e1;&#xfe0f; Health &amp; Safety Health and Safety Policy Type:<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","solace_meta_sidebar":"","solace_meta_container":"","solace_meta_enable_content_width":"","solace_meta_content_width":0,"solace_meta_title_alignment":"","solace_meta_author_avatar":"","solace_post_elements_order":"","solace_meta_disable_header":"","solace_meta_disable_footer":"","solace_meta_disable_title":"","footnotes":""},"class_list":["post-3075","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/pages\/3075","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/comments?post=3075"}],"version-history":[{"count":10,"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/pages\/3075\/revisions"}],"predecessor-version":[{"id":3104,"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/pages\/3075\/revisions\/3104"}],"wp:attachment":[{"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/media?parent=3075"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}