Skip to content
Drive Advertising Logo
  • Sliding Bar Toggle
  • Open pages
    • Home
    • Our Approach
    • Work
    • Get in Touch
Workdriveadvertising20222023-01-24T20:28:38+00:00
Georgia Transplant Foundation Advertisingdriveadvertising20222022-12-16T14:12:50+00:00

Georgia Transplant Foundation Advertising

Sugar10 Health Websitedriveadvertising20222022-12-16T14:13:00+00:00

Sugar10 Health Website

Sugar10 Health Brochuredriveadvertising20222022-12-16T14:13:10+00:00

Sugar10 Health Brochure

Populus Business Cardsdriveadvertising20222022-12-16T14:13:21+00:00

Populus Business Cards

ACDelco Print Advertisingdriveadvertising20222022-12-16T14:13:33+00:00

ACDelco Print Advertising

Ustler Group of Companies Websitedriveadvertising20222022-12-16T14:13:43+00:00

Ustler Group of Companies Website

Previous12

© Copyright 2025 | Drive Advertising | All Rights Reserved | A subsidiary of: V 3 Capital

Close Sliding Bar Area

CONTACT INFO

496 S. Hunt Club Blvd.
Apopka, FL 32703

Phone: 407-887-6693

Email: hello@driveadvertising.com

FOLLOW US!

Page load link
document.addEventListener('DOMContentLoaded', function() { const submitBtn = document.getElementById('submitQuiz'); if (!submitBtn) return; submitBtn.addEventListener('click', function() { // Collect selected answers const answers = Array.from(document.querySelectorAll('#brand-quiz input[type=radio]:checked')).map(i => i.value); // Check if all questions answered if (answers.length < 5) { alert("Please answer all questions!"); return; } // Tally results const tally = {}; answers.forEach(ans => { tally[ans] = (tally[ans] || 0) + 1; }); // Determine dominant personality let max = 0; let result = ''; for (let key in tally) { if (tally[key] > max) { max = tally[key]; result = key; } } // Map result to description let description = ''; switch(result) { case 'Guide': description = "Steady, reliable, and trusted — your brand builds confidence and clarity."; break; case 'Nurturer': description = "Warm, approachable, and community-focused — your brand thrives on relationships."; break; case 'Trailblazer': description = "Energetic, bold, and innovative — your brand pushes boundaries and inspires action."; break; case 'Creator': description = "Artistic, visionary, and inspiring — your brand sparks imagination and ideas."; break; } // Display result document.getElementById('quizResult').innerHTML = `

Your Brand Personality: ${result}

${description}

`; }); });