jsPsych
jsPsych copied to clipboard
Create behavioral experiments in a browser using JavaScript
The new `survey` plugin has a "file" question type for requesting file uploads from the participant. This question type requires the user to handle the file somehow. One option is...
There are a number of great tutorials available online. It might be helpful to list these and their focus in the documentation, in order to match new users with an...
I'm running this code, but we have seen that participants using Firefox can not play the audio samples. How can I fix this issue? The code I'm using is this...
Fixes #3253
Documentation suggests that markdown/HTML is supported in SurveyJS: - https://surveyjs.io/form-library/examples/edit-survey-questions-markdown/reactjs - https://github.com/surveyjs/survey-library/issues/3673 However, the formatting of radiogroup options does not seem to work  ```js { title: "Example", type: "radiogroup",...
Updated plugins to adopt new JsPsych standard for parameters with the version and data fields, while updating comments and links within plugins to phase out documentation and update JsDoc. Worked...
I am building experiments with npm (vite) and jsPsych-7. However, I am not being able to find any package online to install pavlovia-jspsych using npm. The only documentation I found...
Hi JsPhych Team, I want to add a selectbox in initialize-camera plugin allow user to select microphone. In most cases, recording video also means that audio is also recorded. Therefore,...
This is an update to the previous [Psych-DS PR](https://github.com/jspsych/jsPsych/pull/3303) to work for v8 rather than implementing for v7. The main feature is the metadata module which is implemented as a...