diff --git a/README.md b/README.md index 038729c5..23eaa371 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ jsPsych is a JavaScript library for creating behavioral experiments that run in a web browser. jsPsych creates a framework for defining experiments and provides a set of flexible plugins that create different kinds of tasks a subject could complete during an experiment. By assembling different plugins together and customizing the parameters of each, it is possible to create many different types of experiments. -Here is a simple example of how to use the instructions plugin: + +Code Demos +---------- + +Demo 1 with the instructions plugin:
@@ -58,7 +62,7 @@ Here is a simple example of how to use the instructions plugin:
-This is an example of the image-keyboard-response plugin: +Demo 2 with the image-keyboard-response plugin:
@@ -112,7 +116,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, demo 3 with the html-keyboard-response plugin. Also shows data after experiment ends: