Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3140854
added spatial-nback-task timeline
farhat60 Jun 5, 2025
15aae88
edited some params
farhat60 Jun 9, 2025
e6ade3d
added ignore file
farhat60 Jun 9, 2025
37d5856
button response for task_instrucitons and import updates
farhat60 Jun 9, 2025
dbcb8bd
added docs
farhat60 Jun 12, 2025
ba32385
added some tests
farhat60 Jun 12, 2025
39f182b
citations file fixed
farhat60 Jun 12, 2025
8a163c7
completed test suite, all tests pass.
farhat60 Jun 16, 2025
658d3e4
completed test suite, all tests pass.
farhat60 Jun 16, 2025
599b1ce
added text.ts and standardized text configuration.
farhat60 Jun 17, 2025
3ac079b
finalized spatial-nback timeline v1.0.0
farhat60 Jun 17, 2025
53d13c1
Revamped CSS to near perfection ngl
farhat60 Jun 25, 2025
56acbd7
added data printing and fixed params
farhat60 Jun 25, 2025
3356113
speeded-matching beta version complete with docs and passing tests
farhat60 Jun 26, 2025
1d7e3c9
pattern comparison touching up utils, package needs one last revision…
farhat60 Jun 26, 2025
32ac6ac
SVG-ready flanker test FUNCTIONAL!
farhat60 Jun 27, 2025
ad797a3
added 42 tests that all pass, need to revise
farhat60 Jun 27, 2025
f2638ca
added stimuli_amount param to specify number of fishies
farhat60 Jun 27, 2025
5465718
removed all hardcoded text to text.ts
farhat60 Jun 27, 2025
d9cd741
Added TTS, responsive stimulus sizing, more tests... sizing a little …
farhat60 Jun 27, 2025
a5a29be
Update spatial-nback.md
farhat60 Jul 2, 2025
a2dea98
chore: update text
farhat60 Jul 7, 2025
bfdff20
fix: custom stimuli handling and SVG flipping
farhat60 Jul 7, 2025
2d25bfa
fix(flanker): custom stimuli handling
farhat60 Jul 7, 2025
6575b6b
general html and css updates
farhat60 Jul 8, 2025
3071a0c
keeping only the respective package
farhat60 Jul 8, 2025
ac91c93
keeping only the respective package
farhat60 Jul 8, 2025
f3c16c4
feat: intelligent TTS, cleaned up audio config
farhat60 Jul 11, 2025
d3d89c3
feat: enhanced fallback system for TTS
farhat60 Jul 11, 2025
3a23552
fix: removed non-functional config options from index.html
farhat60 Jul 14, 2025
2022c9e
fix: buttons too big on phone landscape mode
farhat60 Jul 14, 2025
4500cd9
chore: simplify text.ts trial_text object
farhat60 Jul 14, 2025
b66b3e5
chore: update doc parameters
farhat60 Jul 15, 2025
096dd72
feat: stimulus duration
farhat60 Jul 15, 2025
6b8aa23
fix: TTS bleed if user skips quick through pages, use global token
farhat60 Jul 15, 2025
081faff
fix: dependencies
farhat60 Jul 24, 2025
f29b218
remove: buggy TTS
farhat60 Nov 18, 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
753 changes: 689 additions & 64 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@
]
},
"dependencies": {
"@jspsych/plugin-html-button-response": "^2.1.0",
"@jspsych/test-utils": "^1.2.0",
"chokidar": "^3.6.0",
"gulp": "^5.0.0",
"gulp-replace": "^1.1.4",
"jspsych": "^8.0.2",
"jspsych": "^8.2.1",
"run-func": "^3.0.0"
}
}
15 changes: 0 additions & 15 deletions packages/arrow-flanker/CHANGELOG.md

This file was deleted.

13 changes: 0 additions & 13 deletions packages/arrow-flanker/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions packages/arrow-flanker/examples/index.html

This file was deleted.

28 changes: 0 additions & 28 deletions packages/arrow-flanker/examples/load-from-unpkg.html

This file was deleted.

1 change: 0 additions & 1 deletion packages/arrow-flanker/jest.config.cjs

This file was deleted.

38 changes: 0 additions & 38 deletions packages/arrow-flanker/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/arrow-flanker/src/index.spec.ts

This file was deleted.

65 changes: 0 additions & 65 deletions packages/arrow-flanker/src/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/arrow-flanker/tsconfig.json

This file was deleted.

15 changes: 0 additions & 15 deletions packages/false-memory/CHANGELOG.md

This file was deleted.

49 changes: 0 additions & 49 deletions packages/false-memory/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions packages/false-memory/example/index.html

This file was deleted.

39 changes: 0 additions & 39 deletions packages/false-memory/package.json

This file was deleted.

Loading