Tool Persona Questionnaire Build
Category: Persona System Β· Tier: All
Build a custom persona from questionnaire answers with category-aware value safeguards. Answers map trait names to values (0-1). Missing traits use intelligent defaults based on research correlations.
v16.12.0: Optionally specify a category for disability-specific value handling.
When to Use
The persona system models users with 26 cognitive traits (5 behavioral levels each) and 10 motivational values (Schwartz model). Create personas from descriptions, questionnaires, or custom trait overrides.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Name for the new persona |
| description | string | Yes | Description of the persona |
| answers | object | Yes | Map of trait names to values (0-1), e.g. {patience: 0.25, riskTolerance: 0.75} |
| category | string | No | Persona category for value safeguards (v16.12.0) |
| valueOverrides | object | No | Override specific values (0-1) if different from category defaults |
| save | boolean | No | Save the persona to disk for future use |
Example
Use persona_questionnaire_build on your target page
Tips
- Combine with other tools for full analysis
Research
- Navarro et al. β Bayesian modeling of individual cognitive differences using Dirichlet processes
- Schwartz Universal Values β Theory of basic human values
Related
- Tools Overview β All 120 tools by category