From bb0ff4583c289c7a97e183b5b69537c3118bc332 Mon Sep 17 00:00:00 2001 From: Ana Neves Date: Wed, 13 Nov 2024 11:04:19 +0000 Subject: [PATCH] removed _PI --- experiment/QuestionnaireFirst.html | 2 +- experiment/TaskFirst.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experiment/QuestionnaireFirst.html b/experiment/QuestionnaireFirst.html index 258b264..e7d7321 100644 --- a/experiment/QuestionnaireFirst.html +++ b/experiment/QuestionnaireFirst.html @@ -59,7 +59,7 @@ "json", `${ jsPsych.data.get().values()[0]["participant_id"] - }_PI.json` + }.json` ) }, show_progress_bar: true, diff --git a/experiment/TaskFirst.html b/experiment/TaskFirst.html index e4dce06..778a07c 100644 --- a/experiment/TaskFirst.html +++ b/experiment/TaskFirst.html @@ -59,7 +59,7 @@ "json", `${ jsPsych.data.get().values()[0]["participant_id"] - }_PI.json` + }.json` ) }, show_progress_bar: true,