https://github.com/cpicanco/stimulus_control
A teaching machine for free behavioral experiments
https://github.com/cpicanco/stimulus_control
behavior-analysis pascal prototype stimulus-control
Last synced: 3 months ago
JSON representation
A teaching machine for free behavioral experiments
- Host: GitHub
- URL: https://github.com/cpicanco/stimulus_control
- Owner: cpicanco
- License: gpl-3.0
- Created: 2014-03-10T21:23:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-05-22T21:13:40.000Z (about 1 year ago)
- Last Synced: 2025-12-21T09:59:18.079Z (6 months ago)
- Topics: behavior-analysis, pascal, prototype, stimulus-control
- Language: Pascal
- Homepage:
- Size: 29.1 MB
- Stars: 12
- Watchers: 6
- Forks: 7
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Stimulus Control
[](https://zenodo.org/badge/latestdoi/17609066)
Stimulus Control is a fork of EAM (https://github.com/eep-lab/eam).
- It is aimed at fast programming of behavioral experiments.
- It can be extended to Design, Present, Record and Archive a wide range of behavioral experiments.
- It was designed for Participants, Researchers and Developers.
- It is a prototype to run non time-critical experiments.
- It is being inspired by OpenSesame, Psychopy and Expyriment.
**[BAIXE A VERSÃO MAIS RECENTE AQUI](https://github.com/cpicanco/stimulus_control/releases)**.
**[Download the prototype here](https://github.com/cpicanco/stimulus_control/releases)**.
**[Instructions to compile the prototype here](https://github.com/cpicanco/stimulus_control/wiki)**.
### Works that cited Stimulus Control
Cedro, Á. M., Borges, J., Diniz, M. L. N. et al. (2019). The Psychological Record. https://doi.org/10.1007/s40732-019-00346-5
Martins T. H. S., Rodrigues R. M., Araújo F. C. O. et al. (2023). Journal of Experimental Analysis of Behavior. https://10.1002/jeab.881
### Some features
- Text Messages
- Simple Discriminations
- Conditional Discriminations
- Task Styles
- Feature positive effect (uses keyboard as operandum)
- Go/No-Go (using keyboard or mouse as operandum)
- MTS (using keyboard or mouse as operandum)
- SPAN (using keyboard or mouse as operandum, work in progress)
- and others
- Stimuli (antecedents, consequents):
- Sounds using the (non-free, as in freedom) Bass library (a substitute is in need)
- Images (jpg, bmp, png), opaque or transparent
- Videos using the LCLVLC component and the libvlc library will be implemented.
- Backgrounds
- Random visual mask
- Colors
- Responses (schedules of reinforcements):
- CRF, EXT
- FT, VT
- FR, VR
- FI, VI,
- DRH, DRL
- Designs
- Free operant
- Discrete Trials
- Performance Assessment/Criteria
- Consecutive Hits
- Hit porcentage in Bloc
- Blocs of Trials
- Create blocs of trials
- Concatenate blocs of trials
- Concatenate blocs of trials based on participant's performance (if criteria was reached, go to bloc x, if not go to bloc y)
- Timestamped Events
- Starts and endings of trials, Hits and Misses are timestamped by default
- Custom timestamps can be implemented through custom trial types
- For high precision and high granularity timestamps
- We use EpikTimer package on windows
- We use `clock_get_time` on linux
- Pupil Communication (https://github.com/pupil-labs/pupil)
- Auto start/stop of Pupil Recordings
- Auto start/stop (and custom start) of the current selected Pupil Calibration Method
- Prompts for unsuccesful calibration
- More details about our implementation here: https://github.com/cpicanco/pupil-fpc
- Cross-Platform. Tested under Windows (7, 8 and 10), Crunchbang 11, Ubuntu LTS (16.04) and Debian 9.
- Free software, GPL3, compiled with Lazarus RAD IDE (1.8.2) and FPC (3.0.4).
- Core code was written using a Behavior Analytic ontology.
### Changes Made
- Adapted from Delphi to Free Pascal compiler and Lazarus development environment
- Replaced old GUI for a new prototype one
- Fixed some timing bugs
- Fixed some bugs related to the TTrial create/free life cycle
- New trial types inherited from TTrial
- Refactoring for better Behavior Analytic ontology fit.
- For more, please check GitHub issues: https://github.com/cpicanco/stimulus_control/issues
### Running from source
https://github.com/cpicanco/stimulus_control/wiki