Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
e5a76ef
first commit for nih-toolbox-cognition-battery package
cherriechang Mar 25, 2025
5c74b60
delete timeline- prefix; delete extra docs folder
cherriechang Mar 25, 2025
2c641a7
first pass at lswm
cherriechang Mar 25, 2025
f4ad643
add stimuli files; move lswm out of nihtb-cb dir
cherriechang Mar 31, 2025
9ddfa41
fix createTimeline export
cherriechang Apr 18, 2025
6981305
fix asset import
cherriechang Apr 22, 2025
a00a9c9
added basic framework + api decisions; need to fix 'Plugin Not Recogn…
cherriechang Apr 22, 2025
9658df0
Delete pizza.mp3
cherriechang Apr 22, 2025
c014698
add svg files and .js equivalents
cherriechang May 8, 2025
b1cb3a2
svgs are scaled
cherriechang May 8, 2025
11a868e
stimulus set set
cherriechang Jun 24, 2025
32c5012
stimuli set set (josh approved)
cherriechang Jun 27, 2025
0381f7e
basic logic done; added width and height to food svgs
cherriechang Jun 27, 2025
75df1d7
fix to sample from different sets for a given section (number of samp…
cherriechang Jun 29, 2025
1d28222
this commit does what the previous one was supposed to
cherriechang Jun 29, 2025
84060be
show name of stimulus at the bottom
cherriechang Jun 29, 2025
590bd5b
default sample_size_sequence to 2...7
cherriechang Jun 29, 2025
f9ef998
answerTrial showing questions and correct ordering, need to fix re-sa…
cherriechang Jun 29, 2025
471509e
fix to round robin sample across sets without selecting from same gro…
cherriechang Jun 29, 2025
5681600
to sync with other computer
cherriechang Jul 3, 2025
7de3105
data correctly records response, whether each category is correct and…
cherriechang Jul 8, 2025
89cd418
sampled_set_ids properly logged in each lswmTrial
cherriechang Jul 8, 2025
e48c588
practice retry loop basically set up
cherriechang Jul 8, 2025
4f286e0
practice sections working
cherriechang Jul 8, 2025
a45fafc
style instruction text
cherriechang Jul 8, 2025
abe5697
implement terminating section after failing practice section
cherriechang Jul 8, 2025
af93908
add instruction pages
cherriechang Jul 8, 2025
a64422c
each trial sequence length repeats max_attempts number of times if pa…
cherriechang Jul 9, 2025
821e939
add audio preload
cherriechang Jul 9, 2025
1add286
added documentation; allow users to manually enter practice stimuli b…
cherriechang Jul 9, 2025
fe4b7a3
comment out placeholder answer in answerTrial as DEV
cherriechang Jul 9, 2025
89e5df2
fix exports
cherriechang Jul 9, 2025
309b695
Generated docs using tool
cherriechang Jul 9, 2025
4a108e9
add some data logging
cherriechang Jul 9, 2025
5c100b0
add end trial
cherriechang Jul 9, 2025
1060915
Merge branch 'main' of github.com:jspsych/jspsych-timelines into niht…
cherriechang Jul 9, 2025
7e015df
move plugin preload dependency into lswm package.json
cherriechang Jul 9, 2025
565768f
updated package-lock.json to try to fix rollup optional dep error
cherriechang Jul 10, 2025
b38da95
commit changeset for lswm
cherriechang Jul 10, 2025
5b0b487
add assets, dist and src folders to files in package.json; add commen…
cherriechang Jul 10, 2025
24d8071
fix dist files listed in package.json; revert stimuli.js import state…
cherriechang Jul 10, 2025
4a87601
fix default stimuli export in stimuli.js
cherriechang Jul 16, 2025
1f1770a
Set up assets.js to contain methods for customizing asset base path f…
cherriechang Jul 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/wise-vans-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@jspsych-timelines/list-sorting-working-memory": patch
---

DATE: 2025/07/09
FEAT: Initial release of @jspsych-timelines/list-sorting-working-memory

This is the first public release of the package, which is an experiment timeline that implements the List Sorting Working Memory Task following the [NIH Toolbox's technical manual](https://nihtoolbox.org/test/test/). It is complete, documented and follows the structure defined in [@jspsych-dev/new-timeline](https://github.com/jspsych/jspsych-dev/tree/main/packages/new-timeline).

NOTE: A full suite of unit tests is still pending and will be added in a future release.
20,242 changes: 13,128 additions & 7,114 deletions package-lock.json

Large diffs are not rendered by default.

Loading