Tutorial · Question types

Choose the output shape before you ask Jev.

Jev questions are typed. The type should match what the rest of your software can actually do with the answer.

Choice

Routing or selecting one option from a known set.

Example: billing vs technical vs account

Score

Ordered severity, priority, risk, or quality levels.

Example: low → moderate → high → critical

Noul

A yes/no proposition where the probability itself is useful.

Example: Does this message signal likely churn?

A simple selection rule

If your program needs a category, use choice. If it needs an ordered level, use score. If the useful value is the probability of a binary proposition, use noul.

Compare all three in the Playground