Klaus W
WorkAustralia Call
001 · Product Design · Illustration

Australia
Call

A personality quiz that helps newcomers to Australia find a travel style and a first trip that suits them.

Role
Designer, illustrator, developer
Team
Solo · weekly supervisor review
Duration
3 months · 2025 internship
Status
Shipped and live
01 · Brief

A career framework,
applied to travel

A personality quiz result is easy to make and easy to forget. If the output was a one-word label, the product would be played once and closed, and a newcomer to Australia would be no closer to knowing where to go. The result had to earn its usefulness or the whole thing was a horoscope.

The brief: design a quiz that helps newcomers to Australia, including those in Melbourne and Sydney, identify their travel style, using Holland's personality model as the framework.

Two things in that brief made it harder than a normal quiz.

Framework
Hexagon icon illustrating the Holland framework
Holland's model
Holland's model is a framework used mainly for careers, not for trips. Bridging it to travel was a translation challenge, not a styling problem. Even the type names had to be recast for the context. In this project, Holland's "Investigative" became "the Curious Explorer".
Audience
Question mark icon illustrating unfamiliarity with Australia
Strangers to Australia
The audience hadn't been to Australia, so being told you are "the Curious Explorer" is useless on its own. The differentiator had to live on the output side, to turn the result page into something that helps a stranger know where to go and what to expect.
02 · Research

What the research
changed

Five people, who potential to be a future Australia traveller, are interviewed and pattern of a expectation from result are found from them.

Destination
Hidden over famous
Travellers wanted somewhere unique and quiet, not the postcard landmark everyone can already name.
Tip
Practical, not generic
Advice had to read as something you'd use on the trip, not filler.
Trivia
Explains, doesn't exaggerate
Facts that grounded the place rather than hyping it, credibility over spectacle.

Moving to the Australia aesthetic recognisation, Wildlife and a natural scene were named as Australia's signature in every interview, but a wildlife recognisation stopped at two animals.

I do not know, maybe a big spider.

Prospective Australia traveller, asked to name wildlife beyond koalas and kangaroos
03 · Concept

Wildlife as identity,
scene as backdrop

This quiz's result had to represent the person, not label them.

Decision one: split the two symbols of Australia by job.The interviews named two things as Australian identity: wildlife and natural scenes. Scenery became the ambient backdrop of the quiz, while a native animal including Platypus, Brolga, Kangaroo, Wombat, Southern Right Whale, or Dingo, carried each personality type's identity on the result page, where the personal weight had to live.

The quiz background illustration developemnt
The quiz background illustration developemnt from sketch to final version.

Decision two: every pairing had to hold under two lenses.Each animal was matched to its type through natural behaviour and meaning in Aboriginal belief, and kept only if it held under both.

Illustration of a platypus, representing the Curious Explorer personality type
Platypus as the Curious Explorer. Both lenses agree, a solitary forager by behaviour, a symbol of individuality and being at peace alone in traditional belief.
Illustration of a brolga mid-dance, representing the Inspiration Seeker personality type
Brolga as the Inspiration Seeker. Its ceremonial dance appears in both Dreamtime stories and its actual courtship behaviour, beauty, creativity, resilience.

Decision three: AI surfaced candidates, sources decided.Research was AI-assisted, but every symbolism claim was cross-checked against Indigenous-affiliated, institutional, and academic sources before inclusion.

04 · Craft

Beyond
the animal

Every piece on the result page was curated for the type, not filled. Take the Curious Explorer (Platypus): three pieces of content sit alongside the animal, each shaped to the type rather than dropped in.

Everything arrives on one screen, so the result reads as a single recommendation rather than a label with a list appended.
Destination
Not the postcard Opera House but the Architectural Tour, off-limits vantage points, the investigative depth this type actually travels for.
Tip
Written to how the type moves, not generic advice, "Zoom out regularly, don't get stuck in details that slow you down."
Trivia
Grounds the trip in place, not spectacle, "Aboriginal culture is the oldest continuous culture on Earth, at least 65,000 years."
05 · Build

Two render strategies
for two moments

The project design under the tech stack, including Next.JS, Typescript, Prisma, TailswindCSS. The quiz and the result page do different jobs, so they got different render strategies, which resonace with an assorted techstack.

Description
Tech stack for this quiz game project, including Next.JS, Typescript, Prisma
Flow diagram showing parallel API fetch and asset preload on the client, converging into a flicker-free quiz
The quiz is a client component
Flow diagram showing Prisma querying per-type content on the server and delivering a fully populated result page
The result page is a React Server Component
The quiz
It fetches the questions via API, and in parallel runs a preload pass to warm the browser cache with every background, answer GIF, and result image the user might encounter. A loading screen covers the wait. The point wasn't to hide loading, it was that nothing flickered or popped in once the quiz began.
The result page
Prisma queries run on the server and the page arrives at the browser already populated. No spinner at the moment that matters most. Per-type content, including animal, destinations, tips, and trivia, lives in the database, not in code, so the company's team can update copy and add types without a redeploy after the project is handed over.
06 · Outcome

Shipped and
learned

The project teaser of the quiz game, showing some part of quiz journey and result page
~10+
Users shipped
Mostly positive, with some constructive feedback.

The overall quiz performance is good both in visual and media, but on the results the wildlife-and-destination pairing was the strongest signal. However, tips and trivia got less attention, likely because they were text-only.

That was where I wanna go!

User who initially doubted her personality match, on reading her recommended destinations

Reflection

  1. 01The differentiator lived in curation, not quiz mechanics. Personality labels alone weren't enough; destinations, tips, and trivia had to answer what travellers actually asked for in research.
  2. 02Wildlife carried identity; scenes carried atmosphere. Splitting those jobs kept the quiz immersive without making the result feel abstract.
  3. 03Cultural symbolism required traceable sources and honest scope limits. AI helped surface candidates, but shipping claims needed Indigenous-affiliated, institutional, or academic backing.
  4. 04Two render strategies matched two moments. Preloading for the quiz; server-rendered results for the payoff page.
  5. 05A fuller version needs more than one internship. Scaling the matching responsibly wants a cultural advisor co-authoring from the outset, and the premade quiz questions some users found inconsistent need a revision pass.