calculate_ux_metrics
Compute key UX metrics like SUS, NPS, and task success rate from raw data. Obtain benchmark scores and interpretation for usability evaluation.
Instructions
Calculate key UX metrics and benchmarks. Computes SUS score, NPS, task success rate, and provides interpretation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric_type | Yes | Type of UX metric to calculate | |
| data | Yes | Raw data (e.g., 'SUS responses: 4,2,5,4,3,2,5,4,4,3' or 'NPS scores: 9,8,10,7,6,9,10') |