From 6f3d398816335b3c6399dacc09ebb3363dd5ea92 Mon Sep 17 00:00:00 2001 From: Pauline Date: Tue, 12 Dec 2023 19:00:03 +0800 Subject: [PATCH 1/2] Add audio_story q for EDIFY --- .../audio_story/audio_story_armt.json | 164 ++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 questionnaires/audio_story/audio_story_armt.json diff --git a/questionnaires/audio_story/audio_story_armt.json b/questionnaires/audio_story/audio_story_armt.json new file mode 100644 index 00000000..cf95da33 --- /dev/null +++ b/questionnaires/audio_story/audio_story_armt.json @@ -0,0 +1,164 @@ +[ + { + "field_name": "audio_prep_1", + "form_name": "audio", + "section_header": "Speech Test Preparation", + "field_type": "info", + "field_label": "", + "select_choices_or_calculations": [ + { + "label": "In the following two tasks, we would like you to record yourself speaking. To do this, first find a quiet space and make yourself comfortable.", + "code": "Step 1" + }, + { + "label": "You can sit or stand while you record yourself. Speak naturally in both tasks. Don’t try to change your voice or the speed at which you speak in any way.", + "code": "Step 2" + }, + { + "label": "You will have a chance to repeat the recordings, in case you are somehow interrupted.", + "code": "Step 3" + } + ], + "field_note": "", + "text_validation_type_or_show_slider_number": "", + "text_validation_min": "", + "text_validation_max": "", + "identifier": "", + "branching_logic": "", + "required_field": "", + "custom_alignment": "", + "question_number": "", + "matrix_group_name": "audio", + "matrix_ranking": "", + "field_annotation": "", + "evaluated_logic": "" + }, + { + "field_name": "audio_prep_2", + "form_name": "audio", + "section_header": "Let's get started.", + "field_type": "info", + "field_label": "These three steps will help ensure a good recording.", + "select_choices_or_calculations": [ + { + "label": "While recording, hold your phone still and in front of you, as if you were making a video call, for example with Skype, Whatsapp or Facetime.", + "code": "Step 1" + }, + { + "label": "Your arm should be naturally bent and relaxed. Avoid straightening your arm or holding your phone very close to your face.", + "code": "Step 2" + }, + { + "label": "Make sure the phone’s microphone is not covered by your hand or another object.", + "code": "Step 3" + } + ], + "field_note": "", + "text_validation_type_or_show_slider_number": "", + "text_validation_min": "", + "text_validation_max": "", + "identifier": "", + "branching_logic": "", + "required_field": "", + "custom_alignment": "", + "question_number": "", + "matrix_group_name": "audio", + "matrix_ranking": "", + "field_annotation": "", + "evaluated_logic": "" + }, + { + "field_name": "audio_prep_3", + "form_name": "audio", + "section_header": "Let's get started.", + "field_type": "info", + "field_label": "", + "select_choices_or_calculations": [ + { + "label": "Please make sure you are able to complete this task. From this question forward, you will be unable to move back and restart. If you are ready, press 'Next' to continue.", + "code": "Important" + } + ], + "field_note": "", + "text_validation_type_or_show_slider_number": "", + "text_validation_min": "", + "text_validation_max": "", + "identifier": "", + "branching_logic": "", + "required_field": "", + "custom_alignment": "", + "question_number": "", + "matrix_group_name": "audio", + "matrix_ranking": "", + "field_annotation": "", + "evaluated_logic": "" + }, + { + "field_name": "audio_scripted_4", + "form_name": "audio", + "section_header": "Below is the text of 'The North Wind and The Sun', one of Aesop's fables. Press ‘Start’, read out the text, then press ‘Stop’ when you have finished.", + "field_type": "audio", + "field_label": "\"The North Wind and the Sun were disputing which was the stronger, when a traveller came along wrapped in a warm cloak. They agreed that the one who first succeeded in making the traveller take his cloak off should be considered stronger than the other. Then the North Wind blew as hard as he could, but the more he blew the more closely did the traveller fold his cloak around him; and at last the North Wind gave up the attempt. Then the Sun shone out warmly, and immediately the traveller took off his cloak. And so the North Wind was obliged to confess that the Sun was the stronger of the two.\"", + "select_choices_or_calculations": [], + "field_note": "", + "text_validation_type_or_show_slider_number": "", + "text_validation_min": "", + "text_validation_max": "", + "identifier": "", + "branching_logic": "", + "required_field": "", + "custom_alignment": "", + "question_number": "", + "matrix_group_name": "audio", + "matrix_ranking": "", + "field_annotation": "", + "evaluated_logic": "" + }, + { + "field_name": "audio_prep_4", + "form_name": "audio", + "section_header": "Speaking freely.", + "field_type": "info", + "field_label": "", + "select_choices_or_calculations": [ + { + "label": "Next, we would like you to record yourself answering a question. You can answer it however you want. This recording cannot be used to send any kind of message to the STORY team. If you need help, please contact the research team directly (story@kcl.ac.uk).", + "code": "Instructions" + } + ], + "field_note": "", + "text_validation_type_or_show_slider_number": "", + "text_validation_min": "", + "text_validation_max": "", + "identifier": "", + "branching_logic": "", + "required_field": "", + "custom_alignment": "", + "question_number": "", + "matrix_group_name": "audio", + "matrix_ranking": "", + "field_annotation": "", + "evaluated_logic": "" + }, + { + "field_name": "audio_unscripted", + "form_name": "audio", + "section_header": "Please talk about something you have coming up next week, how you feel about it and why. You can speak for up to 90 seconds. Press ‘START’, then press ‘STOP’ when you have finished.", + "field_type": "audio", + "field_label": "What event or activity is it? An appointment, a holiday, a meeting, a celebration, a hobby, a deadline? How do you feel about this event, and why?", + "select_choices_or_calculations": [], + "field_note": "", + "text_validation_type_or_show_slider_number": "", + "text_validation_min": "", + "text_validation_max": "", + "identifier": "", + "branching_logic": "", + "required_field": "", + "custom_alignment": "", + "question_number": "", + "matrix_group_name": "audio", + "matrix_ranking": "", + "field_annotation": "", + "evaluated_logic": "" + } +] From bd13bb682dc67d10bc17cc1c81b7acb2013fd65d Mon Sep 17 00:00:00 2001 From: Pauline Conde Date: Tue, 19 Dec 2023 21:04:15 +0800 Subject: [PATCH 2/2] Update questionnaires/audio_story/audio_story_armt.json Co-authored-by: Amos Folarin --- questionnaires/audio_story/audio_story_armt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questionnaires/audio_story/audio_story_armt.json b/questionnaires/audio_story/audio_story_armt.json index cf95da33..1c4d87fe 100644 --- a/questionnaires/audio_story/audio_story_armt.json +++ b/questionnaires/audio_story/audio_story_armt.json @@ -143,7 +143,7 @@ { "field_name": "audio_unscripted", "form_name": "audio", - "section_header": "Please talk about something you have coming up next week, how you feel about it and why. You can speak for up to 90 seconds. Press ‘START’, then press ‘STOP’ when you have finished.", + "section_header": "Talk about something you have coming up next week, how you feel about it and why. You can speak for up to 90 seconds. Press ‘START’, then press ‘STOP’ when you have finished.", "field_type": "audio", "field_label": "What event or activity is it? An appointment, a holiday, a meeting, a celebration, a hobby, a deadline? How do you feel about this event, and why?", "select_choices_or_calculations": [],