Skip to content

discussions Search Results · repo:jspsych/jsPsych language:JavaScript

1.6k results
 (65 ms)

1.6k results

injspsych/jsPsych (press backspace or delete to remove)

Hi, I am using the survey-text plugin to create a text box for participants to write a description of an event. I want to make sure that they complete this appropriately, so I would like to set a minimum ...

const blocks_23 = [{ timeline: [network] }, { timeline: [ratings] }, ]; const shuffled_23 = jsPsych.randomization.shuffle(blocks_23); shuffled_23.forEach(block = timeline.push(...block.timeline)); ...

Hi everyone, this might be a stupid web question and not per se jsPsych related, but: What is the easiest way to prevent normal text elements (such as instructions, stimuli etc.) from being focusable? ...

A jsPsych plugin for collecting responses to image–word pairs using a slider. It displays an image on the left, a word on the right, and a slider scale below them. See https://github.com/CGaele/jsPsychImageWordSliderResponse. ...

Dear All, I am trying to set up an experiment which includes a survey form at the beginning. The participant will answer a set of questions and then proceed to the trial (I am using survey-html-form for ...

Hello all, I am successfully using the plugin-survey.js wrapper around surveyJS. My questionnaires are all in JSON format and everything is great, except for the overall size this plugin. I am looking ...

Hi! I built an automatic gatekeeper called LongiGate. This toolkit consists of a few functions you can insert into your experiment.js script for subject ID and time detection, with repeated-attempt blocking, ...

Dear All, Is it possible in jspsych to send the user to a specific question given their answer to a previous one (e.g. if you have a starting question saying are you a dog or a cat person, to then say ...

Hello everybody, I m running an experiment presenting frame sequences (20 frames displayed for 100ms each) using the jspsych-animation plugin. When I use an external server (i.e., MindProbe), the sequence ...

Hi, I just wanted to check whether a plugin I developed has already been implemented. I created a multiple-choice selection plugin for jsPsych that allows an unlimited number of Other options. Each Other ...