You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangLog.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# psyflow change log
2
2
3
+
## 0.1.13 (2026-02-18)
4
+
5
+
### Summary
6
+
- Updated responder context contract/validator to support truly generic, task-specific phase labels via phase-token checks instead of fixed phase values.
7
+
- Extended template compliance so CI validation passes on the cookiecutter task scaffold:
8
+
- README now includes required section heading `## 4. Methods (for academic publication)` and `Language` metadata row.
9
+
- Template `.gitignore` now includes recommended housekeeping ignores (`.pytest_cache`, `.mypy_cache`, virtualenv dirs).
10
+
- Template `CHANGELOG.md` now includes recommended `Changed` and `Fixed` sections.
| block_break | text | Inter-block message showing block, accuracy, and score |
101
102
| good_bye | text | End screen showing final score |
@@ -105,9 +106,9 @@ The Monetary Incentive Delay (MID) Task is designed to assess reward processing
105
106
| Phase | Duration (s) |
106
107
|------------------------|--------------------|
107
108
| cue | 0.3 |
108
-
| anticipation | random 1.0�.2 |
109
-
| target | adaptive (0.04�.37)|
110
-
| prefeedback fixation | random 0.6�.8 |
109
+
| anticipation | random 1.0�.2 |
110
+
| target | adaptive (0.04�.37)|
111
+
| prefeedback fixation | random 0.6�.8 |
111
112
| feedback | 1.0 |
112
113
113
114
### e. Triggers
@@ -152,13 +153,13 @@ The Monetary Incentive Delay (MID) Task is designed to assess reward processing
152
153
| target_accuracy | 0.66 |
153
154
| condition_specific | true |
154
155
155
-
## 4. Methods
156
+
## 4. Methods (for academic publication)
156
157
157
-
Participants performed a computerized Monetary Incentive Delay (MID) task to assess motivational processing under different reward contingencies. The task consisted of **3 blocks**, each comprising **60 trials**, totaling **180 trials**. Each trial began with a cue, a colored shape (circle, square, or triangle), signaling whether the trial was a reward, punishment, or neutral condition. Following a variable anticipation phase (1.0�.2 s), a black target appeared briefly. Participants were instructed to press the spacebar as quickly as possible upon target onset.
158
+
Participants performed a computerized Monetary Incentive Delay (MID) task to assess motivational processing under different reward contingencies. The task consisted of **3 blocks**, each comprising **60 trials**, totaling **180 trials**. Each trial began with a cue, a colored shape (circle, square, or triangle), signaling whether the trial was a reward, punishment, or neutral condition. Following a variable anticipation phase (1.0�.2 s), a black target appeared briefly. Participants were instructed to press the spacebar as quickly as possible upon target onset.
158
159
159
-
The target's presentation duration was controlled by an adaptive algorithm that updated the duration after each trial based on performance. Initial target duration was set to 0.2 s and was adjusted between 0.04 and 0.37 s using ±0.03 s increments to stabilize performance at a target accuracy of 66%, tracked separately by condition.
160
+
The target's presentation duration was controlled by an adaptive algorithm that updated the duration after each trial based on performance. Initial target duration was set to 0.2 s and was adjusted between 0.04 and 0.37 s using ±0.03 s increments to stabilize performance at a target accuracy of 66%, tracked separately by condition.
160
161
161
-
Feedback followed the target phase, based on whether participants responded within the target duration. “击ä¸â€?(“hitâ€? and “未击ä¸â€?(“missâ€? messages were shown with point gain/loss specific to the cue type. After each block, a break screen summarized the participant's accuracy and cumulative score. The task began with audio-visual instructions and ended with a final message displaying total score.
162
+
Feedback followed the target phase, based on whether participants responded within the target duration. “击ä¸â€?(“hitâ€? and “未击ä¸â€?(“missâ€? messages were shown with point gain/loss specific to the cue type. After each block, a break screen summarized the participant's accuracy and cumulative score. The task began with audio-visual instructions and ended with a final message displaying total score.
0 commit comments