From 9a87a0a34a03c52788c97ba11c85d2378dc95065 Mon Sep 17 00:00:00 2001 From: junos Date: Mon, 3 Jul 2023 19:19:10 +0200 Subject: [PATCH] Add instructions to export. --- exploration/expl_esm_labels.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exploration/expl_esm_labels.py b/exploration/expl_esm_labels.py index 6807195..4ce5cf0 100644 --- a/exploration/expl_esm_labels.py +++ b/exploration/expl_esm_labels.py @@ -298,6 +298,7 @@ if export_data: "esm_notification_id", "question_id", "questionnaire_id", + "esm_instructions", "double_esm_user_answer_timestamp", "datetime_lj", "date_lj", @@ -425,6 +426,7 @@ if export_data: "esm_notification_id", "question_id", "questionnaire_id", + "esm_instructions", "double_esm_user_answer_timestamp", "datetime_lj", "date_lj",