Skip to content

Commit

Permalink
add missing script close tag (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
becky-gilbert authored May 2, 2024
1 parent ece4ffb commit be2bc2b
Show file tree
Hide file tree
Showing 30 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packages/extension-device-motion/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Extension enables tracking of device motion. This will only work on you mobile p
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-mediapipe-face-mesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The primary purpose of this extension is to use it in plugins. For instance, it
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-touchscreen-buttons/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This extension displays touch buttons that allow the subject to respond to stimu
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-audio-multi-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The trial can end when the subject responds, when the audio file has finished pl
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-audio-swipe-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The trial can end when the subject responds, when the audio file has finished pl
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-copying-task/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin runs a copying task. In a trial, an example grid (the "model", conta
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-corsi-blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin implements the Corsi block tapping task. It has two modes: a display
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-choice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin displays clickable html elements that can be used to present a choic
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-keyboard-response-raf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin implements the same functionality as the html-keyboard-response plug
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-multi-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin displays HTML content and records responses generated by both button
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-swipe-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin displays HTML content and records responses generated by both swipe
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-vas-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin collects responses to an arbitrary HTML string using a point-and-cli
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-image-array-keyboard-response/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This plugin displays images and records responses generated with the keyboard. T
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-image-multi-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin displays image content and records responses generated by both butto
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-image-swipe-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin displays image content and records responses generated by both swipe
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin allows for continuous responses on the Inclusion of Other in the Sel
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-libet-intentional-binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin measures intentional binding using a Libet clock, and allows the par
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

## Compatibility
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-nextcloud-filedrop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ If you use the plugin, please make sure to also load the JSZip library as indica
### In browser

```js
<script src="https://unpkg.com/jszip/dist/jszip.js"/>
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"/>
<script src="https://unpkg.com/jszip/dist/jszip.js"/></script>
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"/></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pipe/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The plugin enables sending data collected by the experiment to DataPipe, which i
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rdk/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin displays a Random Dot Kinematogram (RDK) and allows the subject to r
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-self-paced-reading/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A jsPsych plugin for self-paced-reading paradigms.
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-survey-number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Collects a number response in a text box
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-survey-slider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to jspsych-contrib by Max Lovell
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-video-several-keyboard-responses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin plays a video and records responses generated by the keyboard, based
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vsl-animate-occlusion/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Fiser, J., & Aslin, R. N. (2002). Statistical learning of higher-order temporal
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vsl-grid-scene/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Fiser, J., & Aslin, R. N. (2001). Unsupervised statistical learning of higher-or
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected]">
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion templates/extension-template-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/{full-name}@1.0.0">
<script src="https://unpkg.com/@jspsych-contrib/{full-name}@1.0.0"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion templates/extension-template-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/{full-name}@1.0.0">
<script src="https://unpkg.com/@jspsych-contrib/{full-name}@1.0.0"></script>
```

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion templates/plugin-template-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/{full-name}@1.0.0">
<script src="https://unpkg.com/@jspsych-contrib/{full-name}@1.0.0"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion templates/plugin-template-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/{full-name}@1.0.0">
<script src="https://unpkg.com/@jspsych-contrib/{full-name}@1.0.0"></script>
```

### Via NPM
Expand Down

0 comments on commit be2bc2b

Please sign in to comment.