Skip to content

Commit 53d453d

Browse files
committed
Add probabilistic stimulus selection task entries
1 parent 8eebbfa commit 53d453d

6 files changed

Lines changed: 157 additions & 0 deletions

public/psyflow-web/task-manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,21 @@
4949
"download_url": "https://github.com/TaskBeacon/H000038-two-armed-bandit/archive/refs/heads/main.zip",
5050
"run_url": "https://taskbeacon.github.io/psyflow-web/?task=H000038-two-armed-bandit",
5151
"last_updated": "2026-04-03T15:06:58Z"
52+
},
53+
{
54+
"directory": "H000040-probabilistic-stimulus-selection",
55+
"id": "H000040",
56+
"slug": "probabilistic-stimulus-selection",
57+
"title": "Probabilistic Stimulus Selection Task",
58+
"acquisition": "behavior",
59+
"maturity": "prototype",
60+
"release_tag": "v0.1.0-dev",
61+
"short_description": "Browser preview of the kana-based probabilistic stimulus selection task with learning and transfer phases",
62+
"repo_url": "https://github.com/TaskBeacon/H000040-probabilistic-stimulus-selection",
63+
"default_branch": "main",
64+
"download_url": "https://github.com/TaskBeacon/H000040-probabilistic-stimulus-selection/archive/refs/heads/main.zip",
65+
"run_url": "https://taskbeacon.github.io/psyflow-web/?task=H000040-probabilistic-stimulus-selection",
66+
"last_updated": "2026-04-04T02:21:39Z"
5267
}
5368
]
5469
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Probabilistic Stimulus Selection Task
2+
3+
## Overview
4+
5+
This snapshot mirrors the browser companion task `H000040-probabilistic-stimulus-selection`.
6+
It preserves the kana-based learning and transfer logic from the local canonical build while running inside the shared browser runner.
7+
8+
## Task Flow
9+
10+
1. Instructions explain the left/right response mapping.
11+
2. Learning trials present AB, CD, and EF pairs with probabilistic feedback.
12+
3. The learning block stops early only when the criterion is met.
13+
4. Transfer trials present all pairwise combinations without feedback.
14+
5. A final screen ends the task and exports the data.
15+
16+
## Configuration
17+
18+
- Six kana symbols are randomized across roles A-F per participant.
19+
- Learning probabilities are AB 80/20, CD 70/30, and EF 60/40.
20+
- Response keys are `A` for left and `L` for right.
21+
- The preview uses shortened counts so the browser version stays compact.
22+
23+
## Run
24+
25+
Open the TaskBeacon browser runner and launch `H000040-probabilistic-stimulus-selection`.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Probabilistic Stimulus Selection Task
2+
3+
## Overview
4+
5+
This snapshot mirrors the local canonical task `T000040-probabilistic-stimulus-selection`.
6+
Participants learn three kana-symbol pairs with probabilistic feedback and then complete a transfer block without feedback.
7+
8+
## Task Flow
9+
10+
1. Instructions explain the left/right response mapping.
11+
2. Learning trials present AB, CD, and EF pairs with correct/incorrect feedback.
12+
3. A criterion check decides whether learning is sufficient.
13+
4. Transfer trials present all pairwise combinations without feedback.
14+
5. A final screen ends the task and exports the data.
15+
16+
## Configuration
17+
18+
- Six kana symbols are randomized across roles A-F per participant.
19+
- Learning probabilities are AB 80/20, CD 70/30, and EF 60/40.
20+
- Response keys are `A` for left and `L` for right.
21+
- The preview and web companion use shortened counts for fast review.
22+
23+
## Run
24+
25+
Open the local TaskBeacon repository for `T000040-probabilistic-stimulus-selection`.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Probabilistic Stimulus Selection Task
2+
3+
## Overview
4+
5+
This snapshot mirrors the browser companion task `H000040-probabilistic-stimulus-selection`.
6+
It preserves the kana-based learning and transfer logic from the local canonical build while running inside the shared browser runner.
7+
8+
## Task Flow
9+
10+
1. Instructions explain the left/right response mapping.
11+
2. Learning trials present AB, CD, and EF pairs with probabilistic feedback.
12+
3. The learning block stops early only when the criterion is met.
13+
4. Transfer trials present all pairwise combinations without feedback.
14+
5. A final screen ends the task and exports the data.
15+
16+
## Configuration
17+
18+
- Six kana symbols are randomized across roles A-F per participant.
19+
- Learning probabilities are AB 80/20, CD 70/30, and EF 60/40.
20+
- Response keys are `A` for left and `L` for right.
21+
- The preview uses shortened counts so the browser version stays compact.
22+
23+
## Run
24+
25+
Open the TaskBeacon browser runner and launch `H000040-probabilistic-stimulus-selection`.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Probabilistic Stimulus Selection Task
2+
3+
## Overview
4+
5+
This snapshot mirrors the local canonical task `T000040-probabilistic-stimulus-selection`.
6+
Participants learn three kana-symbol pairs with probabilistic feedback and then complete a transfer block without feedback.
7+
8+
## Task Flow
9+
10+
1. Instructions explain the left/right response mapping.
11+
2. Learning trials present AB, CD, and EF pairs with correct/incorrect feedback.
12+
3. A criterion check decides whether learning is sufficient.
13+
4. Transfer trials present all pairwise combinations without feedback.
14+
5. A final screen ends the task and exports the data.
15+
16+
## Configuration
17+
18+
- Six kana symbols are randomized across roles A-F per participant.
19+
- Learning probabilities are AB 80/20, CD 70/30, and EF 60/40.
20+
- Response keys are `A` for left and `L` for right.
21+
- The preview and web companion use shortened counts for fast review.
22+
23+
## Run
24+
25+
Open the local TaskBeacon repository for `T000040-probabilistic-stimulus-selection`.

src/data/tasks_index.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,6 +1591,48 @@
15911591
"readme_run_anchor": "#run",
15921592
"run_url": null,
15931593
"web_variant": null
1594+
},
1595+
{
1596+
"id": "T000040",
1597+
"slug": "probabilistic-stimulus-selection",
1598+
"title": "Probabilistic Stimulus Selection Task",
1599+
"acquisition": "behavior",
1600+
"variant": "baseline",
1601+
"release_tag": "v0.1.0-dev",
1602+
"repo": "T000040-probabilistic-stimulus-selection",
1603+
"full_name": "TaskBeacon/T000040-probabilistic-stimulus-selection",
1604+
"html_url": "https://github.com/TaskBeacon/T000040-probabilistic-stimulus-selection",
1605+
"default_branch": "main",
1606+
"short_description": "Kana-based probabilistic stimulus selection task with AB/CD/EF learning and transfer testing.",
1607+
"maturity": "draft",
1608+
"tags": {
1609+
"paradigm": [],
1610+
"response": [],
1611+
"modality": [
1612+
"behavior"
1613+
],
1614+
"language": [
1615+
"Chinese"
1616+
]
1617+
},
1618+
"keywords": [
1619+
"probabilistic-stimulus-selection",
1620+
"probabilistic",
1621+
"stimulus",
1622+
"selection"
1623+
],
1624+
"psyflow_version": "local checkout",
1625+
"has_voiceover": false,
1626+
"last_updated": "2026-04-04T02:21:39Z",
1627+
"structure": {
1628+
"config": true,
1629+
"assets": true,
1630+
"src": true
1631+
},
1632+
"readme_snapshot_path": "/readmes/T000040-probabilistic-stimulus-selection.md",
1633+
"readme_run_anchor": "#run",
1634+
"run_url": null,
1635+
"web_variant": null
15941636
}
15951637
]
15961638
}

0 commit comments

Comments
 (0)