Mohamed Ayyan Kazia
Selected Work

Project case study

MBTI-inspired bilingual personality quiz

A three-question quiz in English and Simplified Chinese. An early frontend project built with straightforward JavaScript and published on GitHub Pages.

Role
Frontend Developer
Project date

Built with

  • HTML5
  • CSS3
  • JavaScript
Visit website

An early frontend assignment

I designed and coded this website as a second-year project while I was still learning HTML, CSS, and JavaScript. It is an MBTI-inspired personality quiz, not a validated psychological assessment.

Three questions, a result, and two languages

The quiz takes answers to three multiple-choice questions. Straightforward JavaScript conditional logic processes the answer combinations and displays an MBTI-inspired personality type with a description, without reloading the page.

The interface supports English and Simplified Chinese. A language toggle switches between pre-written translations; a Chinese online friend helped with the Chinese text.

English personality quiz with three multiple-choice questions and an example result.
English interface
Personality quiz with Chinese question labels and choices, a language switch, and an English example result.
Chinese interface with an English result

Getting a working website published

Publishing the site was an important early milestone for me. The project represents a small, complete piece of frontend work: designing the interface, connecting inputs to results, handling two sets of interface text, and putting the website online.