jsPsych
jsPsych copied to clipboard
Create behavioral experiments in a browser using JavaScript
# Problem statement The way the simulation mode for the survey-multi-select is [set up](https://github.com/jspsych/jsPsych/blob/a7e6f8c40f4efe2184e71bb1421f07e54a63362a/packages/plugin-survey-multi-select/src/index.ts#L322) is not only having the RT hard-coded (see line 343) but also does not account for...
### Discussed in https://github.com/jspsych/jsPsych/discussions/3044 Originally posted by **SHogenboom** May 22, 2023 Is there an overview of the available `jspsych.ParameterType`s? Ideally accompanied by a description of best practices in terms of...
We added functionality of extensions to have async `on_finish` events. It would be helpful in some rare circumstances for the trial's `on_finish` to be async as well. (The specific case...
This would help people find this function and show what data looks like without setting up server. Probably better than displaying data on the screen, but could do both.
### Discussed in https://github.com/jspsych/jsPsych/discussions/3046 Originally posted by **SHogenboom** May 23, 2023 I’m having issues getting a custom plugin to work/integrate within my jsPsych experiment. It’s most likely an issue with...
Hello, I have a question about the IAT example (https://github.com/jspsych/jsPsych/blob/main/examples/jspsych-iat.html). In line 478 it is stated from which paper the D-score calculation is taken from (http://faculty.washington.edu/agg/pdf/GB&N.JPSP.2003.pdf). In the paper, table...
Observed that when a stimulus in a multilingual experiment was in Hebrew, the stimulus and response were swapped in the CSV output (just using .csv() on the DataCollection). This did...
In customized experiments with lots of behaviour modified `on_start` and `on_load`, I find myself further extending the function to include cases of what happens during simulation mode, e.g. speed up...
I read the tutorials.  This is my code. ` var task2 = { type: jsPsychSurvey, button_label_finish: 'Confirm', pages: [ [ { type: 'text', prompt: "Enter your ID:", name: 'id',...
Just helped troubleshoot a situation where the parameter for the survey-text plugin was set as `question` instead of `questions`, but the error message generated was not helpful. We should provide...