mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Merge pull request #3459 from jspsych/changeset-release/main
Version Packages
This commit is contained in:
commit
ca6f22106c
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jspsych/plugin-survey-multi-choice": patch
|
||||
---
|
||||
|
||||
The plugin will now work in cases where there are multiple forms on the page.
|
@ -4,7 +4,7 @@
|
||||
<script src="docs-demo-timeline.js"></script>
|
||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.2"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||
</head>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<script src="docs-demo-timeline.js"></script>
|
||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.2"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||
</head>
|
||||
|
@ -31,7 +31,7 @@ question_order | array | An array with the order of questions. For example `[2,0
|
||||
Using the CDN-hosted JavaScript file:
|
||||
|
||||
```js
|
||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.2"></script>
|
||||
```
|
||||
|
||||
Using the JavaScript file downloaded from a GitHub release dist archive:
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -15583,7 +15583,7 @@
|
||||
},
|
||||
"packages/plugin-survey-multi-choice": {
|
||||
"name": "@jspsych/plugin-survey-multi-choice",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@jspsych/config": "^3.1.1",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @jspsych/plugin-survey-multi-choice
|
||||
|
||||
## 2.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3444](https://github.com/jspsych/jsPsych/pull/3444) [`996d403a`](https://github.com/jspsych/jsPsych/commit/996d403ac302e68da8cec9b48a007cb0ad9a260f) Thanks [@crava2199](https://github.com/crava2199)! - The plugin will now work in cases where there are multiple forms on the page.
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jspsych/plugin-survey-multi-choice",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "a jspsych plugin for multiple choice survey questions",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
Loading…
Reference in New Issue
Block a user