Copy link to clipboard
Copied
I love Adobe's My Creative Type Quiz.
I'm trying to design a quiz using the same logic:
Can someone explain how the calculation to an outcome (personality type) is made?
Copy link to clipboard
Copied
Quizzes like this tend to be kind of arbitrary. But here's how I would do it in Boolean fashion.
Each "are you an extrovert?" question has a possible outcome of true/false or if you prefer 1/0.
Each correct answer gets 1 point. Each incorrect answer gets 0 points.
Add up points to arrive at a number value.
14/15 = Highest extrovert level
12/13 =
10/11 =
9/10 =
7/8=
5/6=
3/4=
1/2 = Lowest extrovert level
Copy link to clipboard
Copied
Thanks Nancy I mannaged to figure it out. Here's the formula in case you're interested:
3 sets of binaries
A — B
C — D
E — F
Equals 8 possible outcomes:
ACE
ACF
ADE
ADF
BCE
BCF
BDE
BDF