From c46b9263aa00da4bde7fe21b2ee2b786aeddfdc5 Mon Sep 17 00:00:00 2001 From: KristinDiep Date: Mon, 10 Jul 2017 15:08:29 -0400 Subject: [PATCH] iat plugin example works --- examples/jspsych-html.html | 4 +- examples/jspsych-iat.html | 149 ++++++++++++++++++----------------- plugins/jspsych-iat-html.js | 2 +- plugins/jspsych-iat-image.js | 2 +- 4 files changed, 79 insertions(+), 78 deletions(-) diff --git a/examples/jspsych-html.html b/examples/jspsych-html.html index ef862b86..26bc03e5 100644 --- a/examples/jspsych-html.html +++ b/examples/jspsych-html.html @@ -3,7 +3,7 @@ - + @@ -25,7 +25,7 @@ }; var consent_block = { - type: "html", + type: "external-html", force_refresh: true, url: "external_html/simple_consent.html", cont_btn: "start", diff --git a/examples/jspsych-iat.html b/examples/jspsych-iat.html index a7850b9f..99dafa6e 100644 --- a/examples/jspsych-iat.html +++ b/examples/jspsych-iat.html @@ -5,50 +5,51 @@ +