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
Residriveadvertising20222025-07-15T18:35:49+00:00

Resi

How to Fascinate by Sally Hogsheaddriveadvertising20222025-07-01T13:50:08+00:00

How to Fascinate by Sally Hogshead

Ingenuity Engineersdriveadvertising20222022-12-16T14:42:06+00:00

Ingenuity Engineers

Wholesome Tummies/WT Café Franchisedriveadvertising20222022-12-16T14:35:31+00:00

Wholesome Tummies/WT Café Franchise

The City of DeBary, Floridadriveadvertising20222025-07-30T17:27:40+00:00

The City of DeBary, Florida

Crummer Graduate School of Business at Rollins Collegedriveadvertising20222025-07-02T15:22:03+00:00

Crummer Graduate School of Business at Rollins College

LYNX Transitdriveadvertising20222022-12-16T14:09:34+00:00

LYNX Transit

OmniSpring Websitedriveadvertising20222022-12-16T14:09:43+00:00

OmniSpring Website

Electronic Locksmith Brand Videodriveadvertising20222022-12-16T14:09:54+00:00

Electronic Locksmith Brand Video

SS Designs Websitedriveadvertising20222022-12-16T14:10:03+00:00

SS Designs Website

ACDelco Television – Pit Crew Fantasy Campdriveadvertising20222022-12-16T14:10:13+00:00

ACDelco Television – Pit Crew Fantasy Camp

4C Vehicle Wrapdriveadvertising20222022-12-16T14:14:50+00:00

4C Vehicle Wrap

Inaudible Productions Websitedriveadvertising20222022-12-16T14:10:38+00:00

Inaudible Productions Website

ACDelco Television – Pit Crew Fantasy Camp 2driveadvertising20222022-12-16T14:10:47+00:00

ACDelco Television – Pit Crew Fantasy Camp 2

GEC Logodriveadvertising20222022-12-16T14:10:56+00:00

GEC Logo

Aspire Communications Websitedriveadvertising20222022-12-16T14:11:04+00:00

Aspire Communications Website

Hi Low Roofing Logodriveadvertising20222022-12-16T14:11:14+00:00

Hi Low Roofing Logo

ACDelco Television – Real Car Guysdriveadvertising20222022-12-16T14:11:23+00:00

ACDelco Television – Real Car Guys

GEC Websitedriveadvertising20222022-12-16T14:11:40+00:00

GEC Website

SOCO Websitedriveadvertising20222022-12-16T14:11:53+00:00

SOCO Website

GEC Business Cardsdriveadvertising20222022-12-16T14:12:10+00:00

GEC Business Cards

Bissell Television – Kickerdriveadvertising20222022-12-16T14:12:19+00:00

Bissell Television – Kicker

4C Save the Datedriveadvertising20222022-12-16T14:12:31+00:00

4C Save the Date

Electronic Locksmith T-Shirtdriveadvertising20222022-12-16T14:12:41+00:00

Electronic Locksmith T-Shirt

12Next

© 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}

`; }); });