Create a complete WordPress code snippet for a career pathway advisor with these features: **Core Features:** 1. Two interactive quizzes: - Career Pathway Quiz (5 questions, 5 pathways) - Core Genius Quiz (4 questions, 4 genius types) 2. Quiz functionality: - 5-point Likert scales (Strongly Disagree → Strongly Agree) - Progress indicators - Previous/Next navigation - Question validation 3. Results display: - Combined pathway + genius results - Career recommendations lists - "Retake Quiz" button 4. Email delivery: - Form with validation - Success message - Database storage 5. Social sharing: - Facebook, Twitter, WhatsApp 6. Multi-language support: - Swahili, Kikuyu, Kalenjin, Luo, Luhya 7. Kenyan-themed design: - Red (#DE2910) as primary color - Green (#006600) as secondary - Responsive layout **Technical Requirements:** - Self-contained PHP/HTML/CSS/JS - WordPress shortcode: `[cbc_career_advisor]` - Shortcode prefix: `cbc_` - CSS prefix: `cbc-career-` - jQuery-based interactions - No page reloads during quizzes - Database storage for results - Mobile-responsive design **Content Requirements:** - Use exact questions from: https://cbccareerguide.co.ke/page/pathways https://cbccareerguide.co.ke/page/core-genius - Include all career recommendations - Preload both quizzes in JavaScript **Implementation Details:** 1. **PHP Structure:** - Create shortcode handler - Output HTML container - Include database table creation - AJAX handler for saving results 2. **CSS Styling:** - Kenyan color scheme - Progress bars - Responsive cards - Mobile-friendly forms - Tabbed interface 3. **JavaScript Functionality:** - Quiz initialization - Navigation logic - Scoring system - Result calculation - Language switching framework - Social sharing - Email validation 4. **Database:** - Create custom table: - email (VARCHAR 100) - pathway (VARCHAR 100) - genius (VARCHAR 100) - created_at (DATETIME) - AJAX saving function **Output Rules:** - Complete working code only - No explanations - Use WordPress coding standards - Sanitize all inputs - Include error handling **Special Notes:** - Default language: English - Translation placeholders for other languages - Use WordPress bundled jQuery - Implement actual career lists from CBC - Follow Up Deployment
verified
Araptoo commited on