(set: $energy to "x", $perception to "x", $judgment to "x", $behavior to "x")Welcome! This is an early version of a quick MBTI test.
This test is meant to be short, easy, and function-based.
Please, leave your feedback in the comments!
[[Begin|Behavior]]
First, which best describes your behavior?
---
(Link: "Judge")[(set: $behavior = "J")(goto: "Je")]
Judgers are structured and organized. They work steadily. Outwardly, they prefer to control their environment.
---
(Link: "Perceiver")[(set: $behavior = "P")(goto: "Pe")]
Perceivers are unstructured and spontaneous. They work in bursts. Outwardly, they prefer to go with the flow.
Your Type: (display: "Type")
Which best describes how you tend to perceive information?
---
(Link: "Sensor")[(set: $perception = "S")(set: $extraverted to "Se")(goto: "Ji")]
(display: "Se")
---
(Link: "iNtuitive")[(set: $perception = "N")(set: $extraverted to "Ne")(goto: "Ji")]
(display: "Ne")
---
[[Restart|Welcome]]
Your Type: (display: "Type")
Which best describes how you tend to judge information?
---
(Link: "Feeler")[(set: $judgment = "F")(set: $extraverted to "Fe")(goto: "Pi")]
(display: "Fe")
---
(Link: "Thinker")[(set: $judgment = "T")(set: $extraverted to "Te")(goto: "Pi")]
(display: "Te")
---
[[Restart|Welcome]]
Your Type: (display: "Type")
Which best describes how you tend to perceive information?
---
(Link: "Sensor")[(set: $perception = "S")(set: $introverted to "Si")(goto: "Energy")]
(display: "Si")
---
(Link: "iNtuitive")[(set: $perception = "N")(set: $introverted to "Ni")(goto: "Energy")]
(display: "Ni")
---
[[Restart|Welcome]]
Your Type: (display: "Type")
Which best describes how you tend to judge information?
---
(Link: "Feeler")[(set: $judgment = "F")(set: $introverted to "Fi")(goto: "Energy")]
(display: "Fi")
---
(Link: "Thinker")[(set: $judgment = "T")(set: $introverted to "Ti")(goto: "Energy")]
(display: "Ti")
---
[[Restart|Welcome]]
Your Type: (display: "Type")
Finally, which best describes where your energy comes from?
---
(Link: "Extravert")[(set: $energy = "E")(goto: "Results")]
You are energized by engaging with other people and the outside world. You are always thinking with $extraverted, but often support it with $introverted.
(if: $behavior is "P")[(if: $perception is "N")[(display:"Ne")](else:)[(display:"Se")]](else:)[(if: $judgment is "F")[(display:"Fe")](else:)[(display:"Te")]]
---
(Link: "Introvert")[(set: $energy = "I")(goto: "Results")]
You are energized by periods of solitude, left to your own devices. You are always thinking with $introverted, but often support it with $extraverted.
(if: $behavior is "J")[(if: $perception is "N")[(display:"Ni")](else:)[(display:"Si")]](else:)[(if: $judgment is "F")[(display:"Fi")](else:)[(display:"Ti")]]
---
[[Restart|Welcome]]
(set: $type to $energy + $perception + $judgment + $behavior)$type
Fe users draw from shared group feelings and morals to evaluate right and wrong. They seek emotional harmony.
Te users draw from empirical metrics and facts to evaluate true and false. They seek to implement efficiently.
Se users focus on the sensory details of present experiences. They observe what is.
Ne users focus on the possibilities and connections of ideas. They observe what could.
Si users reference new information against recalled details to precisely regulate experience. They reflect upon what was.
Ni users synthesize new information with prior impressions to insightfully predict meaning. They reflect upon what would.
Ti users look to personal logical understanding to see if new information is valid or invalid. Does this make sense to me?
Fi users look to personal emotions and values to see if new information is good or bad. How do I feel about this?
#(display: "Type")
---
[[Restart|Welcome]]