Discover how you naturally manage time and get personalised strategies to boost your daily productivity.
No signup required Under 3 minutes 1,800+ taken
How It Works
Answer 15 real-world scenarios about how you plan, prioritise, and handle interruptions at work.
15 Scenario Questions
Based on real workplace situations professionals face daily
5 Productivity Traits Measured
Planning, prioritisation, focus, delegation, and energy management
Personalised Strategies
Get specific techniques matched to your natural time management style
PlanningQuestion 1 / 15
Our Methodology
This assessment draws from established productivity research including David Allen’s Getting Things Done framework, the Eisenhower prioritisation matrix, Cal Newport’s Deep Work principles, and Daniel Pink’s research on chronobiology and peak performance timing. Each question maps to one of five core productivity traits, and your results profile is generated by comparing your responses against patterns from high-performing professionals across industries. This tool is designed for self-reflection and personal development, not clinical diagnosis.
// ===== QUESTIONS DATA =====
const questions = [
// Planning (Q1-Q3)
{
trait: ‘planning’,
label: ‘Planning’,
text: ‘You arrive at work on Monday morning. What do you do first?’,
options: [
{ text: ‘Check my pre-made weekly plan and begin the top task immediately’, scores: { planning: 4, focus: 3 } },
{ text: ‘Scan emails and messages, then decide what to work on based on what feels urgent’, scores: { planning: 1, prioritisation: 1 } },
{ text: ‘Spend 10 minutes reviewing my goals and creating a prioritised task list for the day’, scores: { planning: 3, prioritisation: 3 } },
{ text: ‘Jump into whatever my team needs help with right away’, scores: { delegation: 2, planning: 1 } }
]
},
{
trait: ‘planning’,
label: ‘Planning’,
text: ‘A major project deadline is 4 weeks away. How do you approach it?’,
options: [
{ text: ‘Break it into weekly milestones with specific deliverables for each phase’, scores: { planning: 4, prioritisation: 3 } },
{ text: ‘Keep the deadline in mind but focus on other things until it gets closer’, scores: { planning: 1, energy: 1 } },
{ text: ‘Create a rough outline and plan to fill in details as I go along’, scores: { planning: 2, energy: 2 } },
{ text: ‘Immediately assign tasks to the team and set up weekly check-ins’, scores: { delegation: 4, planning: 3 } }
]
},
{
trait: ‘planning’,
label: ‘Planning’,
text: ‘How do you typically manage your calendar?’,
options: [
{ text: ‘Time-block every hour โ meetings, deep work, breaks, even email batches’, scores: { planning: 4, focus: 3, energy: 3 } },
{ text: ‘I block time for important meetings but leave the rest flexible’, scores: { planning: 3, energy: 2 } },
{ text: ‘I rely on my to-do list more than my calendar’, scores: { planning: 2, prioritisation: 2 } },
{ text: ‘My calendar is mostly meetings that others schedule with me’, scores: { planning: 1, delegation: 1 } }
]
},
// Prioritisation (Q4-Q6)
{
trait: ‘prioritisation’,
label: ‘Prioritisation’,
text: ‘You have 5 tasks on your list and only time for 3. How do you choose?’,
options: [
{ text: ‘Rank them by impact on my quarterly goals and cut the lowest two’, scores: { prioritisation: 4, planning: 2 } },
{ text: ‘Do the quickest ones first to clear my plate, then tackle the big one’, scores: { prioritisation: 2, energy: 1 } },
{ text: ‘Ask my manager which ones matter most right now’, scores: { prioritisation: 2, delegation: 2 } },
{ text: ‘Work on whichever feels most interesting or pressing in the moment’, scores: { prioritisation: 1, energy: 2 } }
]
},
{
trait: ‘prioritisation’,
label: ‘Prioritisation’,
text: ‘Your boss sends you an “urgent” task while you’re deep into important strategic work. What do you do?’,
options: [
{ text: ‘Stop and handle it immediately โ if the boss says urgent, it’s urgent’, scores: { prioritisation: 1, focus: 1 } },
{ text: ‘Finish my current focus block, then evaluate the request against my priorities’, scores: { prioritisation: 3, focus: 4 } },
{ text: ‘Quickly assess: is it truly urgent or just labelled that way? Respond accordingly’, scores: { prioritisation: 4, focus: 3 } },
{ text: ‘Delegate part of it if I can and continue my strategic work’, scores: { delegation: 4, prioritisation: 3 } }
]
},
{
trait: ‘prioritisation’,
label: ‘Prioritisation’,
text: ‘At the end of the week, you have unfinished tasks. How do you handle them?’,
options: [
{ text: ‘Review each one: reschedule what matters, delete what doesn’t’, scores: { prioritisation: 4, planning: 3 } },
{ text: ‘Roll them all to Monday and hope I’ll catch up’, scores: { prioritisation: 1, planning: 1 } },
{ text: ‘Work late on Friday to clear the backlog before the weekend’, scores: { energy: 1, prioritisation: 2 } },
{ text: ‘Send items I can’t handle to colleagues who might take them on’, scores: { delegation: 3, prioritisation: 2 } }
]
},
// Focus (Q7-Q9)
{
trait: ‘focus’,
label: ‘Focus & Deep Work’,
text: ‘How do you handle notifications (email, Slack, Teams) during focused work?’,
options: [
{ text: ‘Everything stays on โ I might miss something important’, scores: { focus: 1, prioritisation: 1 } },
{ text: ‘I silence all notifications and check messages at set intervals’, scores: { focus: 4, planning: 3 } },
{ text: ‘I keep notifications on but try to ignore them unless they’re critical’, scores: { focus: 2 } },
{ text: ‘I set a status to “Do Not Disturb” and batch-check every 90 minutes’, scores: { focus: 4, energy: 3 } }
]
},
{
trait: ‘focus’,
label: ‘Focus & Deep Work’,
text: ‘A colleague drops by your desk (or sends a chat) asking for 5 minutes of help. You’re in the middle of something complex.’,
options: [
{ text: ‘Help them immediately โ it’ll only take a few minutes’, scores: { focus: 1, delegation: 1 } },
{ text: ‘Ask them to come back in 30 minutes when I finish this block’, scores: { focus: 4, planning: 2 } },
{ text: ‘Quickly answer if I can, but if it’s complex, suggest a time later’, scores: { focus: 3, delegation: 2 } },
{ text: ‘Redirect them to someone else who can help right now’, scores: { delegation: 4, focus: 3 } }
]
},
{
trait: ‘focus’,
label: ‘Focus & Deep Work’,
text: ‘How long can you typically sustain focus on a single task without a break?’,
options: [
{ text: ‘Under 30 minutes โ I tend to get distracted easily’, scores: { focus: 1, energy: 1 } },
{ text: ’30-60 minutes with effort’, scores: { focus: 2, energy: 2 } },
{ text: ’60-90 minutes in a good flow state’, scores: { focus: 3, energy: 3 } },
{ text: ’90+ minutes โ I regularly enter deep work sessions’, scores: { focus: 4, energy: 4 } }
]
},
// Delegation (Q10-Q12)
{
trait: ‘delegation’,
label: ‘Delegation’,
text: ‘You’re overloaded and a team member offers to help. How do you respond?’,
options: [
{ text: ‘Gratefully hand off a well-defined task with clear instructions’, scores: { delegation: 4, planning: 3 } },
{ text: ‘Appreciate the offer but keep doing it myself โ it’s faster than explaining’, scores: { delegation: 1, focus: 2 } },
{ text: ‘Give them a vague task but check on them frequently’, scores: { delegation: 2, planning: 1 } },
{ text: ‘Share the context and let them figure out the best approach’, scores: { delegation: 3, energy: 2 } }
]
},
{
trait: ‘delegation’,
label: ‘Delegation’,
text: ‘A recurring admin task takes 2 hours of your week. What do you do?’,
options: [
{ text: ‘Document it and delegate or automate it โ my time is better spent elsewhere’, scores: { delegation: 4, prioritisation: 4 } },
{ text: ‘Keep doing it โ it’s part of my job and I’m good at it’, scores: { delegation: 1, focus: 1 } },
{ text: ‘Ask if there’s a tool or process that could simplify it’, scores: { delegation: 3, planning: 2 } },
{ text: ‘Batch it with other admin work and knock it out on a quiet afternoon’, scores: { energy: 3, planning: 2 } }
]
},
{
trait: ‘delegation’,
label: ‘Delegation’,
text: ‘You’re preparing a client presentation. How do you divide the workload?’,
options: [
{ text: ‘Do it all myself to make sure it’s perfect’, scores: { delegation: 1, focus: 3 } },
{ text: ‘Ask someone to gather data while I focus on strategy and narrative’, scores: { delegation: 4, prioritisation: 3, focus: 3 } },
{ text: ‘Divide slides among the team and compile everything at the end’, scores: { delegation: 3, planning: 2 } },
{ text: ‘Draft it first, then ask a colleague to review and refine’, scores: { delegation: 2, planning: 2 } }
]
},
// Energy Management (Q13-Q15)
{
trait: ‘energy’,
label: ‘Energy Management’,
text: ‘When do you typically schedule your most demanding, creative, or strategic work?’,
options: [
{ text: ‘First thing in the morning when my energy is highest’, scores: { energy: 4, focus: 3 } },
{ text: ‘Whenever there’s a gap in my calendar’, scores: { energy: 1, planning: 1 } },
{ text: ‘I schedule it for my peak hours, whatever those are for me’, scores: { energy: 4, planning: 3 } },
{ text: ‘I tackle it when I feel motivated, even if that’s late at night’, scores: { energy: 2 } }
]
},
{
trait: ‘energy’,
label: ‘Energy Management’,
text: ‘It’s 2:30 PM and your energy has dropped. What do you do?’,
options: [
{ text: ‘Push through โ I need to finish my task list’, scores: { energy: 1, focus: 1 } },
{ text: ‘Switch to low-effort tasks like email or filing until energy returns’, scores: { energy: 3, prioritisation: 2 } },
{ text: ‘Take a 10-minute walk or break, then return to focused work’, scores: { energy: 4, focus: 3 } },
{ text: ‘Get coffee and keep going โ that’s what caffeine is for’, scores: { energy: 1 } }
]
},
{
trait: ‘energy’,
label: ‘Energy Management’,
text: ‘How do you feel about working evenings or weekends to meet deadlines?’,
options: [
{ text: ‘I regularly do โ it’s the only way I stay caught up’, scores: { energy: 1, planning: 1 } },
{ text: ‘Occasionally, but only when truly necessary and I’ll compensate with time off’, scores: { energy: 3, prioritisation: 3 } },
{ text: ‘Almost never โ if I need overtime, it means my planning or prioritisation needs work’, scores: { energy: 4, planning: 4, prioritisation: 3 } },
{ text: ‘It depends on the season โ I expect crunch periods and plan recovery around them’, scores: { energy: 3, planning: 3 } }
]
}
];
// ===== STYLE PROFILES =====
const styleProfiles = {
strategist: {
name: ‘The Strategic Planner’,
icon: ”,
tagline: ‘You think big-picture and design your weeks around outcomes, not just tasks.’,
description: ‘Strategic Planners are natural architects of their time. You excel at connecting daily tasks to long-term goals and building systems that keep you on track. You rarely feel blindsided because you’ve already anticipated what’s coming.’,
strengths: [‘Goal-aligned task selection’, ‘Structured weekly and monthly planning’, ‘Strong ability to say “no” to low-value work’, ‘Rarely misses important deadlines’],
blindSpots: [‘May over-plan and under-execute’, ‘Can be rigid when plans need to change’, ‘May spend too long optimising systems instead of doing the work’],
strategies: [
{ title: ‘Weekly Review’, desc: ‘Protect 30 min every Friday for a weekly review: what worked, what didn’t, what changes next week.’ },
{ title: ‘Flex Blocks’, desc: ‘Build 2-3 “buffer blocks” into your week for unexpected tasks โ this prevents plan derailment.’ },
{ title: ‘Execution Sprints’, desc: ‘After planning, set a timer and execute without adjusting the plan. Act, then review.’ },
{ title: ‘Simplify Systems’, desc: ‘Audit your tools quarterly. If a system takes more than 5 min/day to maintain, simplify it.’ }
]
},
executor: {
name: ‘The Focused Executor’,
icon: ”,
tagline: ‘You lock in, tune out distractions, and get deep work done with impressive consistency.’,
description: ‘Focused Executors have an exceptional ability to enter flow states and sustain intense concentration. You’re the person who produces high-quality work when given uninterrupted time, and you instinctively protect your focus.’,
strengths: [‘Exceptional deep work capability’, ‘Strong output on complex individual tasks’, ‘Natural ability to manage distractions’, ‘High-quality deliverables’],
blindSpots: [‘May neglect team coordination and communication’, ‘Can resist switching tasks even when priorities shift’, ‘May undervalue quick wins and small tasks that build momentum’],
strategies: [
{ title: ‘Communication Windows’, desc: ‘Schedule 2-3 “open door” blocks daily for team interactions โ protect focus time outside them.’ },
{ title: ‘Quick Win Batches’, desc: ‘Batch 15 min of small tasks between deep work sessions to clear mental clutter.’ },
{ title: ‘Priority Pulse Check’, desc: ‘Before each focus block, take 60 seconds to verify: is this still the most important thing?’ },
{ title: ‘Teach Focus Skills’, desc: ‘Share your focus strategies with the team โ it multiplies your impact beyond individual output.’ }
]
},
delegator: {
name: ‘The Effective Delegator’,
icon: ”,
tagline: ‘You multiply your impact by leveraging the team โ your time goes to where only you can add value.’,
description: ‘Effective Delegators understand that time management isn’t just personal โ it’s a team sport. You naturally identify what can be shared, documented, or handed off, freeing yourself for the highest-leverage work.’,
strengths: [‘Excellent at leveraging team capacity’, ‘Strong prioritisation of high-value work’, ‘Natural at documenting and systematising’, ‘Creates growth opportunities for team members’],
blindSpots: [‘May delegate too quickly without enough context’, ‘Risk of becoming a bottleneck for decisions’, ‘Can lose touch with ground-level details’, ‘Team may feel overloaded if you delegate too much’],
strategies: [
{ title: ‘Context Briefs’, desc: ‘When delegating, always include: what, why, by when, and what “good” looks like. Two minutes upfront saves hours of rework.’ },
{ title: ‘Stay-in-Touch Tasks’, desc: ‘Keep 1-2 hands-on tasks weekly so you stay connected to the detail level.’ },
{ title: ‘Team Capacity Check’, desc: ‘Before delegating, ask: does this person have bandwidth? Check their load, don’t assume.’ },
{ title: ‘Delegation Log’, desc: ‘Track what you’ve delegated and to whom. Review weekly to ensure nothing falls through the cracks.’ }
]
},
firefighter: {
name: ‘The Reactive Responder’,
icon: ”,
tagline: ‘You thrive under pressure and handle the unexpected, but your time often belongs to other people’s priorities.’,
description: ‘Reactive Responders are fast, adaptable, and great in a crisis. You’re the person everyone turns to when things go wrong. However, your responsiveness can mean your own priorities take a back seat to incoming demands.’,
strengths: [‘Excellent under pressure’, ‘Highly responsive and reliable to colleagues’, ‘Adaptable when plans change’, ‘Quick decision-making ability’],
blindSpots: [‘Important-but-not-urgent work gets pushed aside’, ‘High risk of burnout from constant reactivity’, ‘Difficulty protecting focused time’, ‘May confuse being busy with being productive’],
strategies: [
{ title: ‘One Protected Hour’, desc: ‘Block just 1 hour daily for your most important non-urgent task. Defend it like a client meeting.’ },
{ title: ‘Urgency Audit’, desc: ‘For each incoming request, ask: “What happens if this waits 24 hours?” Most “urgent” things can.’ },
{ title: ‘Triage System’, desc: ‘Create simple rules: respond now (truly urgent), respond today (important), or batch for weekly review.’ },
{ title: ‘Energy Recovery’, desc: ‘Schedule daily recovery time. Constant firefighting depletes you โ sustainable performance requires rest.’ }
]
}
};
// ===== TRAIT DESCRIPTIONS =====
const traitInfo = {
planning: { name: ‘Planning’, description: ‘How systematically you organise and structure your time’ },
prioritisation: { name: ‘Prioritisation’, description: ‘How effectively you identify and focus on high-impact work’ },
focus: { name: ‘Focus & Deep Work’, description: ‘Your ability to sustain attention and manage distractions’ },
delegation: { name: ‘Delegation’, description: ‘How well you leverage others and protect your time for high-value tasks’ },
energy: { name: ‘Energy Management’, description: ‘How well you align work intensity with your natural energy rhythms’ }
};
// ===== STATE =====
let currentQ = 0;
let answers = {};
let isAdvancing = false;
function startQuiz() {
document.getElementById(‘startScreen’).style.display = ‘none’;
document.getElementById(‘questionScreen’).style.display = ‘block’;
showQuestion(0);
}
function showQuestion(idx) {
const q = questions[idx];
currentQ = idx;
// Update progress
document.getElementById(‘qCurrent’).textContent = idx + 1;
document.getElementById(‘progressFill’).style.width = ((idx + 1) / questions.length * 100) + ‘%’;
document.getElementById(‘scenarioLabel’).textContent = q.label;
// Update back button
document.getElementById(‘btnBack’).style.visibility = idx === 0 ? ‘hidden’ : ‘visible’;
// Update next button
const isLast = idx === questions.length – 1;
const btnNext = document.getElementById(‘btnNext’);
btnNext.innerHTML = isLast
? ‘See Results ‘
: ‘Next ‘;
btnNext.disabled = answers[idx] === undefined;
// Render question
document.getElementById(‘questionText’).textContent = q.text;
const optList = document.getElementById(‘optionsList’);
optList.innerHTML = ”;
q.options.forEach((opt, i) => {
const div = document.createElement(‘div’);
div.className = ‘option-btn’ + (answers[idx] === i ? ‘ selected’ : ”);
div.onclick = () => selectOption(idx, i);
div.innerHTML = `
${opt.text}
`;
optList.appendChild(div);
});
// Animate
const wrap = document.getElementById(‘questionContent’);
wrap.classList.remove(‘fade-in’);
void wrap.offsetWidth;
wrap.classList.add(‘fade-in’);
}
function selectOption(qIdx, optIdx) {
answers[qIdx] = optIdx;
document.querySelectorAll(‘.option-btn’).forEach((btn, i) => {
btn.classList.toggle(‘selected’, i === optIdx);
});
document.getElementById(‘btnNext’).disabled = false;
// Auto-advance after short delay (not on last question)
if (currentQ { nextQuestion(); isAdvancing = false; }, 350);
}
}
function nextQuestion() {
if (answers[currentQ] === undefined) return;
if (currentQ 0) showQuestion(currentQ – 1);
}
function calculateScores() {
const scores = { planning: 0, prioritisation: 0, focus: 0, delegation: 0, energy: 0 };
const maxScores = { planning: 0, prioritisation: 0, focus: 0, delegation: 0, energy: 0 };
questions.forEach((q, idx) => {
const chosen = answers[idx];
if (chosen !== undefined) {
const optScores = q.options[chosen].scores;
for (const [trait, val] of Object.entries(optScores)) {
if (trait in scores) scores[trait] += val;
}
}
// Calculate max possible per trait from this question
const qMax = {};
q.options.forEach(opt => {
for (const [trait, val] of Object.entries(opt.scores)) {
if (trait in maxScores) {
qMax[trait] = Math.max(qMax[trait] || 0, val);
}
}
});
for (const [trait, val] of Object.entries(qMax)) {
maxScores[trait] += val;
}
});
const pct = {};
for (const trait of Object.keys(scores)) {
pct[trait] = maxScores[trait] > 0 ? Math.round((scores[trait] / maxScores[trait]) * 100) : 0;
}
return { raw: scores, max: maxScores, pct };
}
function determineStyle(pct) {
// Weighted formula to determine dominant style
const styleScores = {
strategist: pct.planning * 1.5 + pct.prioritisation * 1.2 + pct.energy * 0.5,
executor: pct.focus * 1.5 + pct.energy * 1.2 + pct.planning * 0.5,
delegator: pct.delegation * 1.5 + pct.prioritisation * 1.0 + pct.planning * 0.5,
firefighter: 0
};
// Firefighter is the “low overall” profile
const avg = (pct.planning + pct.prioritisation + pct.focus + pct.delegation + pct.energy) / 5;
styleScores.firefighter = (100 – avg) * 2 + (100 – pct.planning) * 0.8 + (100 – pct.focus) * 0.5;
let best = ‘strategist’;
let bestScore = -Infinity;
for (const [style, score] of Object.entries(styleScores)) {
if (score > bestScore) { bestScore = score; best = style; }
}
return best;
}
function showResults() {
document.getElementById(‘questionScreen’).style.display = ‘none’;
document.getElementById(‘resultsScreen’).style.display = ‘block’;
document.getElementById(‘methodologySection’).style.display = ‘block’;
const { pct } = calculateScores();
const styleName = determineStyle(pct);
const profile = styleProfiles[styleName];
// Find strongest & weakest traits
const traitEntries = Object.entries(pct).sort((a, b) => b[1] – a[1]);
const strongest = traitEntries[0];
const weakest = traitEntries[traitEntries.length – 1];
const resultsHTML = `