We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dfe6a commit 86a75d7Copy full SHA for 86a75d7
1 file changed
psyflow/contracts/v0.1.0/responder_context.yaml
@@ -14,21 +14,19 @@ required_context_fields_any:
14
- phase=
15
- deadline_s=
16
- valid_keys=
17
-required_context_phase_tokens_any:
18
- - choice
19
- - response
20
- - decision
21
- - offer
22
- - probe
23
- - selection
24
- - signal
25
- - reveal
26
- - playback
27
- - rest
28
recommended_context_fields_any:
29
- condition_id=
30
- block_id=
31
- task_factors=
+recommended_context_phase_tokens_any:
+ - cue
+ - fixation
+ - target
+ - response
+ - choice
+ - decision
+ - feedback
+ - iti
32
notes:
33
- - phase labels are task-specific; do not hardcode paradigm-specific names.
+ - phase labels are task-specific; validator should not hard-fail on phase naming style.
34
- run_trial should execute an auditable trial flow and return serializable trial_data.
0 commit comments