jsPsych icon indicating copy to clipboard operation
jsPsych copied to clipboard

Create behavioral experiments in a browser using JavaScript

Results 258 jsPsych issues
Sort by recently updated
recently updated
newest added

# 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...

documentation

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...

core package
major-version

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.

documentation

### 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...

documentation

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...

documentation

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...

documentation
core package
minor-version

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...

core package
minor-version

I read the tutorials. ![image](https://user-images.githubusercontent.com/113660099/205295002-fbe0f907-ea85-4302-8c02-fb5015bdd252.png) This is my code. ` var task2 = { type: jsPsychSurvey, button_label_finish: 'Confirm', pages: [ [ { type: 'text', prompt: "Enter your ID:", name: 'id',...

plugin package
minor-version

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...

plugin package
core package
patch-version