mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Update README.md
This commit is contained in:
parent
5b89130182
commit
08f5b67919
@ -4,7 +4,7 @@ jsPsych is a JavaScript library for creating behavioral experiments that run in
|
|||||||
|
|
||||||
Here is a simple example of how to use the instructions plugin:
|
Here is a simple example of how to use the instructions plugin:
|
||||||
<div display="flex">
|
<div display="flex">
|
||||||
<img src="https://user-images.githubusercontent.com/14092539/28126774-801ea42e-66f8-11e7-9b6a-c8bad0026bec.gif" align="right" width=50% height=525 />
|
<img src="https://user-images.githubusercontent.com/14092539/28126774-801ea42e-66f8-11e7-9b6a-c8bad0026bec.gif" align="right" width=50% />
|
||||||
|
|
||||||
<div markdown="1" style="width: 50%;">
|
<div markdown="1" style="width: 50%;">
|
||||||
<sub>
|
<sub>
|
||||||
@ -20,6 +20,7 @@ Here is a simple example of how to use the instructions plugin:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var trial = {
|
var trial = {
|
||||||
type: 'instructions',
|
type: 'instructions',
|
||||||
pages: [
|
pages: [
|
||||||
@ -46,6 +47,7 @@ Here is a simple example of how to use the instructions plugin:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
</sub>
|
</sub>
|
||||||
@ -55,7 +57,7 @@ Here is a simple example of how to use the instructions plugin:
|
|||||||
|
|
||||||
This is an example of the image-keyboard-response plugin:
|
This is an example of the image-keyboard-response plugin:
|
||||||
<div display="flex">
|
<div display="flex">
|
||||||
<img src="https://user-images.githubusercontent.com/14092539/28125911-0504cca2-66f6-11e7-8f5b-c9686f63aaa8.gif" align="right" width=50% height=525/>
|
<img src="https://user-images.githubusercontent.com/14092539/28125911-0504cca2-66f6-11e7-8f5b-c9686f63aaa8.gif" align="right" width=50% />
|
||||||
|
|
||||||
<div markdown"2" style="width: 50%;">
|
<div markdown"2" style="width: 50%;">
|
||||||
<sub>
|
<sub>
|
||||||
@ -105,7 +107,7 @@ This is an example of the image-keyboard-response plugin:
|
|||||||
|
|
||||||
And for a slightly longer experiment example, here is a flanker experiment which uses the html-keyboard-response plugin:
|
And for a slightly longer experiment example, here is a flanker experiment which uses the html-keyboard-response plugin:
|
||||||
<div display="flex">
|
<div display="flex">
|
||||||
<img src="https://user-images.githubusercontent.com/14092539/28126802-97b50d08-66f8-11e7-9a45-46561ab51a5f.gif" align="right" width=50% height=550/>
|
<img src="https://user-images.githubusercontent.com/14092539/28126802-97b50d08-66f8-11e7-9a45-46561ab51a5f.gif" align="right" width=50% />
|
||||||
|
|
||||||
<div markdown="3" style="width: 50%;">
|
<div markdown="3" style="width: 50%;">
|
||||||
<sub>
|
<sub>
|
||||||
|
Loading…
Reference in New Issue
Block a user