01
Implicit Association Test
A custom PHP application developed from scratch for Headway and used by KMOP as a digital tool for exploring automatic associations around gender, career and family.
A custom-built digital assessment experience, developed end-to-end with a focus on structure, interaction flow and clear user progression.
what I worked on
- Developed the application from start to finish as a custom PHP app.
- Built the structure, flow and interaction logic for the assessment experience.
- Focused on clear instructions, smooth progression and a clean user interface.
$session = createAssessmentSession();
$trial = loadNextStimulus($session);
$score = calculateAssociationScore($responses);
return renderFeedback($score);