🎯 Find Your Perfect Niche

Let's discover what type of rebel entrepreneur you are!

1 of 5

When you have free time, you naturally gravitate toward:

Creating something new - Making art, writing, designing, or building something from scratch
Helping others solve problems - Giving advice, organizing, teaching, or supporting people
Learning and analyzing - Researching, studying systems, understanding how things work
Connecting with people - Building relationships, networking, bringing people together

Your biggest strength as a parent entrepreneur is:

Innovation - You see solutions others miss and create unique approaches
Empathy - You deeply understand what others need and want to help
Problem-solving - You can break down complex issues and find logical solutions
Communication - You're great at explaining things and building relationships

The work environment where you thrive most:

Quiet, creative space - Where you can focus deeply and let ideas flow
Interactive, people-focused - Where you can directly impact and help others
Organized, systematic - Where you can work methodically and thoroughly
Social, collaborative - Where you can work with and through other people

When choosing a business idea, what matters most to you:

Creative freedom - The ability to express yourself and create something unique
Making a difference - Knowing your work genuinely helps and improves lives
Logical systems - Building something that works efficiently and makes sense
Building community - Creating connections and bringing people together

Your ideal client interaction looks like:

Minimal interaction - You create amazing work, they love it and buy it
One-on-one guidance - Deep, personal relationships where you guide them through change
Problem-solving partnerships - They bring challenges, you provide expert solutions
Community building - Facilitating groups and connecting like-minded people
'; // Update buttons document.getElementById('prev-btn').disabled = false; document.getElementById('next-btn').disabled = true; if (currentQuestion === 5) { document.getElementById('next-btn').textContent = 'Get Results'; } selectedAnswer = null; } else { // Show results showResults(); } } function previousQuestion() { if (currentQuestion > 1) { document.querySelector(`.question[data-question="${currentQuestion}"]`).classList.remove('active'); currentQuestion--; document.querySelector(`.question[data-question="${currentQuestion}"]`).classList.add('active'); // Update progress document.getElementById('current-question').textContent = currentQuestion; document.getElementById('progress').style.width = (currentQuestion / 5 * 100) + '%