From 26ad97c4f43a3c93f18a162aa097077d35d01cd3 Mon Sep 17 00:00:00 2001 From: kristiyip Date: Wed, 12 Jul 2017 14:21:51 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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: