MS / PS Help

Signal definitions and psychological interpretation for the timing system.

{% include "partials/behavioral-range-tabs.html" %}
{% for group_key, group in groups.items %}

{{ group.eyebrow }}

{{ group.title }}

{{ group.summary }}

{% for metric in metrics %} {% if metric.group == group_key %}

{{ metric.state_label }}

{{ metric.title }}

Current: {{ metric.current_value_label }}

How it is calculated: {{ metric.calculation }}

What it can mean: {{ metric.psychology }}

{% endif %} {% endfor %}
{% endfor %}