Skip to Content
This documentation is provided with the HEAT environment and is relevant for this HEAT instance only.
Dashboard ComponentsNextCognitiveLoadBreakdown (Next)

CognitiveLoadBreakdown (Next)

Static summary of cognitive load: average score on a semi-circular gauge plus time spent in each load zone as linear progress bars. Use this instead of the playback CognitiveLoad gauge when you need a session-level breakdown.

Summary

Value
Layout idCognitiveLoadBreakdown
Widget configcognitiveLoadBreakdownItem (legend[], optional subtitles and zone titles)
Channel shapevalue

Migration status

migrated , reference: tools/arbex/reference/next/CognitiveLoadBreakdown.json. See Dataservice migration status.

Layout

FieldDescription
channelsOne channel id, e.g. cognitive-load-breakdown
cognitiveLoadBreakdownItem.legend[]Gauge bands (low / medium / high)
cognitiveLoadBreakdownItem.gaugeSubtitleOptional subtitle under the gauge
cognitiveLoadBreakdownItem.zonesSubtitleOptional subtitle under the zone bars
cognitiveLoadBreakdownItem.zones[]Optional { id, title } display names for zone rows

Data contract

ShapePayload
value{ score: number, zones: [{ id, duration, percentage }] }

Zone bar colors are derived in the UI from zone names (Low / Medium / High). Legend colors tint the gauge blob.

Example

Maximal layout + channel: CognitiveLoadBreakdown.json. RAG: tools/arbex/rag/reference/components/CognitiveLoadBreakdown.md.