Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/busy-plants-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-chefs-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-plums-allow.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Plugin | Contributor | Description
[rdk](https://github.com/jspsych/jspsych-contrib/blob/main/packages/plugin-rdk/README.md) | [Josh de Leeuw](https://github.com/jodeleeuw) | This plugin displays a Random Dot Kinematogram (RDK) and allows the subject to report the primary direction of motion by pressing a key on the keyboard.
[rok](https://github.com/jspsych/jspsych-contrib/blob/main/packages/plugin-rok/README.md) | [Younes Strittmatter](https://github.com/younesStrittmatter) | This plugin displays a Random Object Kinematogram (ROK) and allows the participant to report the primary direction of motion or the primary orientation by pressing a key on the keyboard.
[self-paced-reading](https://github.com/jspsych/jspsych-contrib/blob/main/packages/plugin-self-paced-reading/README.md) | [igmmgi](https://github.com/igmmgi) | Self-paced reading tasks with different display options.
[slide-to-continue](https://github.com/jspsych/jspsych-contrib/blob/main/packages/plugin-slide-to-continue/README.md) | [Vishnu Lakshman](https://github.com/lakshmanvishnu) | The plugin-slider is a jsPsych plugin that creates an interactive slider interface similar to the 'slide to unlock' functionality found on mobile devices. Users must drag a slider handle to complete the trial, making it useful for consent screens, engagement checks, or transition screens in psychological experiments.
[spatial-nback](https://github.com/jspsych/jspsych-contrib/blob/main/packages/plugin-spatial-nback/README.md) | [A. Hunter Farhat](https://github.com/farhat60) | A jsPsych plugin for presenting a spatial grid stimulus, designed for spatial n-back tasks. The plugin displays a customizable grid, highlights a cell as the stimulus, and collects participant responses with optional feedback and instructions.
[survey-number](https://github.com/jspsych/jspsych-contrib/blob/main/packages/plugin-survey-number/README.md) | [Josh de Leeuw](https://github.com/jodeleeuw) | This plugin displays a survey question and collects a numeric response.
[survey-slider](https://github.com/jspsych/jspsych-contrib/blob/main/packages/plugin-survey-slider/README.md) | [Dominique Makowski](https://github.com/DominiqueMakowski) | Add several analogue scales on the same page for use in questionnaires.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/plugin-slide-to-continue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @jspsych-contrib/plugin-slide-to-continue

## 1.0.0

### Major Changes

- [#178](https://github.com/jspsych/jspsych-contrib/pull/178) [`5a1cbb7166c5dcd024e685397f9def8c0e5ebc8b`](https://github.com/jspsych/jspsych-contrib/commit/5a1cbb7166c5dcd024e685397f9def8c0e5ebc8b) Thanks [@lakshmanvishnu](https://github.com/lakshmanvishnu)! - The plugin-slide-to-continue is a interactive slider interface similar to the 'slide to unlock' functionality found on mobile devices. User must drag a slider handle to start or complete the trial, making it useful for consent screens, engagement check, or trasition screens in experiments
2 changes: 1 addition & 1 deletion packages/plugin-slide-to-continue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-slide-to-continue",
"version": "0.0.1",
"version": "1.0.0",
"description": "The plugin-slider is a jsPsych plugin that creates an interactive slider interface similar to the 'slide to unlock' functionality found on mobile devices. Users must drag a slider handle to complete the trial, making it useful for consent screens, engagement checks, or transition screens in psychological experiments.",
"type": "module",
"main": "dist/index.cjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-spatial-nback/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @jspsych-contrib/plugin-spatial-nback

## 1.1.0

### Minor Changes

- [#182](https://github.com/jspsych/jspsych-contrib/pull/182) [`394c9ef27eff8bc4ec65434135b563bec3318cd3`](https://github.com/jspsych/jspsych-contrib/commit/394c9ef27eff8bc4ec65434135b563bec3318cd3) Thanks [@farhat60](https://github.com/farhat60)! - stimulus_duration can be indefinite now if the parameter is null. Only ends trial on participant response. stimulus_duration also set to null by default.

- [#182](https://github.com/jspsych/jspsych-contrib/pull/182) [`e3648903b35a325db05fe9334bd2d3817c0f2cbc`](https://github.com/jspsych/jspsych-contrib/commit/e3648903b35a325db05fe9334bd2d3817c0f2cbc) Thanks [@farhat60](https://github.com/farhat60)! - Changed button_text parameter to buttons. This will now take an array of strings and produce a button for each string.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-spatial-nback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A jsPsych plugin for presenting a spatial grid stimulus, designed for spatial n-

**CDN:**
```html
<script src="https://unpkg.com/@jspsych-contrib/plugin-spatial-nback@1.0.0"></script>
<script src="https://unpkg.com/@jspsych-contrib/plugin-spatial-nback@1.1.0"></script>
```

**NPM:**
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-spatial-nback/docs/plugin-spatial-nback.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In addition to the [default data collected by all plugins](https://www.jspsych.o
Using the CDN-hosted JavaScript file:

```js
<script src="https://unpkg.com/@jspsych-contrib/plugin-spatial-nback@1.0.0"></script>
<script src="https://unpkg.com/@jspsych-contrib/plugin-spatial-nback@1.1.0"></script>
```

Using NPM:
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-spatial-nback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-spatial-nback",
"version": "1.0.0",
"version": "1.1.0",
"description": "A jsPsych plugin for presenting a spatial grid stimulus, designed for spatial n-back tasks. The plugin displays a customizable grid, highlights a cell as the stimulus, and collects participant responses with optional feedback and instructions.",
"type": "module",
"main": "dist/index.cjs",
Expand Down