Josh de Leeuw

Results 67 issues of Josh de Leeuw

This removes the features in #2246. - The `exclusions` option for `initJsPsych()` - The `hardwareAPI` module of pluginAPI.

The `/docs/demos` folder has many HTML files that serve as the interactive demos on the documentation site. These import jspsych scripts from unpkg. Here's a typical example. ```html ``` When...

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

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

By request

plugin package