From 6ead0b478ab38a9c571cad0e25f27ec8f19ed0ca Mon Sep 17 00:00:00 2001 From: emily-ejag Date: Wed, 31 Jul 2024 16:06:51 -0700 Subject: [PATCH] add swipe-response-stimulus-container div --- packages/plugin-html-swipe-response/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-html-swipe-response/src/index.ts b/packages/plugin-html-swipe-response/src/index.ts index 6a5a7e9e..c72fb30e 100644 --- a/packages/plugin-html-swipe-response/src/index.ts +++ b/packages/plugin-html-swipe-response/src/index.ts @@ -85,7 +85,7 @@ class HtmlSwipeResponsePlugin implements JsPsychPlugin { trial(display_element: HTMLElement, trial: TrialType) { // display stimulus - let new_html = '
' + trial.stimulus + "
"; + let new_html = '
' + trial.stimulus + "
"; // add prompt if (trial.prompt !== null) {