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,