diff --git a/.github/workflows/bids_changelog.yml b/.github/workflows/bids_changelog.yml new file mode 100644 index 0000000..8b3c199 --- /dev/null +++ b/.github/workflows/bids_changelog.yml @@ -0,0 +1,38 @@ +name: Update BIDS-like data template dir CHANGES.md + +on: + push: + paths: + - 'src/b2aiprep/data' + workflow_dispatch: # This allows manual triggering of the workflow + +jobs: + update-changelog: + runs-on: ubuntu-latest + + steps: + # Step 1: Check out the repository + - uses: actions/checkout@v3 + + # Step 2: Set up Node.js environment (required for auto-changelog) + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '16' + + # Step 3: Install auto-changelog or any other changelog tool + - name: Install auto-changelog + run: npm install -g auto-changelog + + # Step 4: Generate the changelog + - name: Generate changelog + run: auto-changelog -p + + # Step 5: Commit and push the updated CHANGES.md file + - name: Commit and push changes + run: | + git config user.name "GitHub Actions" + git config user.email "actions@github.com" + git add src/b2aiprep/data/b2ai-data-bids-like-template/CHANGES.md + git commit -m "Update b2ai-data-bids-like-template/CHANGES.md" + git push origin HEAD:main diff --git a/.gitignore b/.gitignore index 9140a17..7e3d677 100644 --- a/.gitignore +++ b/.gitignore @@ -146,5 +146,5 @@ cython_debug/ # guide data guide/data/ -.DS_Store +*.DS_Store cache-wf/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4ae759..c451986 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,21 +5,22 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.8.0 hooks: - id: black -- repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 +- repo: https://github.com/charliermarsh/ruff-pre-commit + rev: v0.6.2 # Replace with the latest version available hooks: - - id: flake8 - exclude: ^(src/b2aiprep/_version\.py|versioneer\.py)$ + - id: ruff + args: ["--fix"] + exclude: ^(src/b2aiprep/_version\.py|versioneer\.py)$ - repo: https://github.com/PyCQA/isort rev: 5.13.2 hooks: @@ -27,7 +28,7 @@ repos: exclude: ^(src/b2aiprep/_version\.py|versioneer\.py)$ args: ["--profile", "black"] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: ["--skip=*.json"] diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_airwaystenosis.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_airwaystenosis.json new file mode 100644 index 0000000..2cab8f0 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_airwaystenosis.json @@ -0,0 +1,105 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "01401050-e9dd-486e-b0d4-0001ee7f861d-airwaystenosis", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-drespairwaystenosisschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "01401050-e9dd-486e-b0d4-0001ee7f861d" + } + ] + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_als.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_als.json new file mode 100644 index 0000000..ed0b0eb --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_als.json @@ -0,0 +1,128 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "01401050-e9dd-486e-b0d4-0001ee7f861d-als", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroamyotrophiclateralsclerosisalsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "01401050-e9dd-486e-b0d4-0001ee7f861d" + } + ] + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_alzheimers.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_alzheimers.json new file mode 100644 index 0000000..3b30b8a --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_alzheimers.json @@ -0,0 +1,117 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "01401050-e9dd-486e-b0d4-0001ee7f861d-alzheimers", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroalzheimersdiseasemildcognitiveimpairmeschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "01401050-e9dd-486e-b0d4-0001ee7f861d" + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_eligibility.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_eligibility.json new file mode 100644 index 0000000..e11a166 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_eligibility.json @@ -0,0 +1,123 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "01401050-e9dd-486e-b0d4-0001ee7f861d-eligibility", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipanteligiblestudiesschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "01401050-e9dd-486e-b0d4-0001ee7f861d" + } + ] + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_enrollment.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_enrollment.json new file mode 100644 index 0000000..788f1e3 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_enrollment.json @@ -0,0 +1,113 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "01401050-e9dd-486e-b0d4-0001ee7f861d-enrollment", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-enrollmentformschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "01401050-e9dd-486e-b0d4-0001ee7f861d" + } + ] + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_laryngealDystonia.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_laryngealDystonia.json new file mode 100644 index 0000000..c67be89 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_laryngealDystonia.json @@ -0,0 +1,138 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "01401050-e9dd-486e-b0d4-0001ee7f861d-laryngealDystonia", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealdystoniaschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "01401050-e9dd-486e-b0d4-0001ee7f861d" + } + ] + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_parkinsons.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_parkinsons.json new file mode 100644 index 0000000..8cf9db0 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_parkinsons.json @@ -0,0 +1,156 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "01401050-e9dd-486e-b0d4-0001ee7f861d-parkinsons", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroparkinsonsdiseaseschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "01401050-e9dd-486e-b0d4-0001ee7f861d" + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_participant.json new file mode 100644 index 0000000..2991891 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_participant.json @@ -0,0 +1,1233 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "01401050-e9dd-486e-b0d4-0001ee7f861d-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "01401050-e9dd-486e-b0d4-0001ee7f861d" + } + ] + }, + { + "linkId": "selected_language" + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete" + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_precancerousLesions.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_precancerousLesions.json new file mode 100644 index 0000000..576628b --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-01401050-e9dd-486e-b0d4-0001ee7f861d/sub-01401050-e9dd-486e-b0d4-0001ee7f861d_precancerousLesions.json @@ -0,0 +1,138 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "01401050-e9dd-486e-b0d4-0001ee7f861d-precancerousLesions", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoiceprecancerouslesionsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "01401050-e9dd-486e-b0d4-0001ee7f861d" + } + ] + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_alzheimers.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_alzheimers.json new file mode 100644 index 0000000..329639e --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_alzheimers.json @@ -0,0 +1,122 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2136ece1-67d2-4ad8-a821-a386c419a7e5-alzheimers", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroalzheimersdiseasemildcognitiveimpairmeschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2136ece1-67d2-4ad8-a821-a386c419a7e5" + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_eligibility.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_eligibility.json new file mode 100644 index 0000000..0ffb820 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_eligibility.json @@ -0,0 +1,128 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2136ece1-67d2-4ad8-a821-a386c419a7e5-eligibility", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipanteligiblestudiesschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2136ece1-67d2-4ad8-a821-a386c419a7e5" + } + ] + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_laryngealCancer.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_laryngealCancer.json new file mode 100644 index 0000000..ebfd76b --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_laryngealCancer.json @@ -0,0 +1,153 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2136ece1-67d2-4ad8-a821-a386c419a7e5-laryngealCancer", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealcancerschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2136ece1-67d2-4ad8-a821-a386c419a7e5" + } + ] + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_laryngealDystonia.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_laryngealDystonia.json new file mode 100644 index 0000000..e8c7faa --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_laryngealDystonia.json @@ -0,0 +1,143 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2136ece1-67d2-4ad8-a821-a386c419a7e5-laryngealDystonia", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealdystoniaschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2136ece1-67d2-4ad8-a821-a386c419a7e5" + } + ] + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_parkinsons.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_parkinsons.json new file mode 100644 index 0000000..8fe1920 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_parkinsons.json @@ -0,0 +1,161 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2136ece1-67d2-4ad8-a821-a386c419a7e5-parkinsons", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroparkinsonsdiseaseschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2136ece1-67d2-4ad8-a821-a386c419a7e5" + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_participant.json new file mode 100644 index 0000000..286320b --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5/sub-2136ece1-67d2-4ad8-a821-a386c419a7e5_participant.json @@ -0,0 +1,1228 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2136ece1-67d2-4ad8-a821-a386c419a7e5-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2136ece1-67d2-4ad8-a821-a386c419a7e5" + } + ] + }, + { + "linkId": "selected_language" + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete" + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_als.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_als.json new file mode 100644 index 0000000..3695b6c --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_als.json @@ -0,0 +1,123 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801-als", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroamyotrophiclateralsclerosisalsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801" + } + ] + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_alzheimers.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_alzheimers.json new file mode 100644 index 0000000..0ba4fa4 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_alzheimers.json @@ -0,0 +1,117 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801-alzheimers", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroalzheimersdiseasemildcognitiveimpairmeschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801" + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_eligibility.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_eligibility.json new file mode 100644 index 0000000..ff71390 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_eligibility.json @@ -0,0 +1,138 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801-eligibility", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipanteligiblestudiesschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801" + } + ] + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "als", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "parkinsons", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_enrollment.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_enrollment.json new file mode 100644 index 0000000..b69cea9 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_enrollment.json @@ -0,0 +1,113 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801-enrollment", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-enrollmentformschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801" + } + ] + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req", + "answer": [ + { + "valueString": "No" + } + ] + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_laryngealCancer.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_laryngealCancer.json new file mode 100644 index 0000000..93a743b --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_laryngealCancer.json @@ -0,0 +1,163 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801-laryngealCancer", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealcancerschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801" + } + ] + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_laryngealDystonia.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_laryngealDystonia.json new file mode 100644 index 0000000..d44d426 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_laryngealDystonia.json @@ -0,0 +1,143 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801-laryngealDystonia", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealdystoniaschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801" + } + ] + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_parkinsons.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_parkinsons.json new file mode 100644 index 0000000..170fe69 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_parkinsons.json @@ -0,0 +1,166 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801-parkinsons", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroparkinsonsdiseaseschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801" + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_participant.json new file mode 100644 index 0000000..2e72126 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_participant.json @@ -0,0 +1,1283 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801" + } + ] + }, + { + "linkId": "selected_language", + "answer": [ + { + "valueString": "English" + } + ] + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "als", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "parkinsons", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete" + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req", + "answer": [ + { + "valueString": "No" + } + ] + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_precancerousLesions.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_precancerousLesions.json new file mode 100644 index 0000000..61914c3 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801/sub-28cc3eda-66eb-4731-b5fa-e59f2cbaf801_precancerousLesions.json @@ -0,0 +1,148 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801-precancerousLesions", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoiceprecancerouslesionsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "28cc3eda-66eb-4731-b5fa-e59f2cbaf801" + } + ] + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/ses-c77e178f-b3ef-4734-87cc-c2d664c4a430/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_ses-c77e178f-b3ef-4734-87cc-c2d664c4a430_sessionschema.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/ses-c77e178f-b3ef-4734-87cc-c2d664c4a430/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_ses-c77e178f-b3ef-4734-87cc-c2d664c4a430_sessionschema.json new file mode 100644 index 0000000..c822a2d --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/ses-c77e178f-b3ef-4734-87cc-c2d664c4a430/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_ses-c77e178f-b3ef-4734-87cc-c2d664c4a430_sessionschema.json @@ -0,0 +1,31 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2b1c662a-59e0-4b69-9161-a2fd4636890b-sessions", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-sessionschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2b1c662a-59e0-4b69-9161-a2fd4636890b" + } + ] + }, + { + "linkId": "session_id" + }, + { + "linkId": "session_status" + }, + { + "linkId": "session_is_control_participant" + }, + { + "linkId": "session_duration" + }, + { + "linkId": "session_site" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_als.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_als.json new file mode 100644 index 0000000..908d4b2 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_als.json @@ -0,0 +1,128 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2b1c662a-59e0-4b69-9161-a2fd4636890b-als", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroamyotrophiclateralsclerosisalsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2b1c662a-59e0-4b69-9161-a2fd4636890b" + } + ] + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_alzheimers.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_alzheimers.json new file mode 100644 index 0000000..3ecc000 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_alzheimers.json @@ -0,0 +1,122 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2b1c662a-59e0-4b69-9161-a2fd4636890b-alzheimers", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroalzheimersdiseasemildcognitiveimpairmeschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2b1c662a-59e0-4b69-9161-a2fd4636890b" + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_benignLesion.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_benignLesion.json new file mode 100644 index 0000000..d8e4ae8 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_benignLesion.json @@ -0,0 +1,90 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2b1c662a-59e0-4b69-9161-a2fd4636890b-benignLesion", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicebenignlesionsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2b1c662a-59e0-4b69-9161-a2fd4636890b" + } + ] + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_eligibility.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_eligibility.json new file mode 100644 index 0000000..8850e95 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_eligibility.json @@ -0,0 +1,123 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2b1c662a-59e0-4b69-9161-a2fd4636890b-eligibility", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipanteligiblestudiesschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2b1c662a-59e0-4b69-9161-a2fd4636890b" + } + ] + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_enrollment.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_enrollment.json new file mode 100644 index 0000000..df5f5dd --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_enrollment.json @@ -0,0 +1,128 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2b1c662a-59e0-4b69-9161-a2fd4636890b-enrollment", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-enrollmentformschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2b1c662a-59e0-4b69-9161-a2fd4636890b" + } + ] + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges", + "answer": [ + { + "valueString": "No" + } + ] + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language", + "answer": [ + { + "valueString": "English" + } + ] + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_fluent_language_other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_laryngealDystonia.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_laryngealDystonia.json new file mode 100644 index 0000000..5aebca0 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_laryngealDystonia.json @@ -0,0 +1,138 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2b1c662a-59e0-4b69-9161-a2fd4636890b-laryngealDystonia", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealdystoniaschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2b1c662a-59e0-4b69-9161-a2fd4636890b" + } + ] + }, + { + "linkId": "diagnosis_ld_qete___laryngologist", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_parkinsons.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_parkinsons.json new file mode 100644 index 0000000..934484b --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_parkinsons.json @@ -0,0 +1,161 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2b1c662a-59e0-4b69-9161-a2fd4636890b-parkinsons", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroparkinsonsdiseaseschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2b1c662a-59e0-4b69-9161-a2fd4636890b" + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_participant.json new file mode 100644 index 0000000..c617ec3 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_participant.json @@ -0,0 +1,1258 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2b1c662a-59e0-4b69-9161-a2fd4636890b-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2b1c662a-59e0-4b69-9161-a2fd4636890b" + } + ] + }, + { + "linkId": "selected_language" + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete" + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges", + "answer": [ + { + "valueString": "No" + } + ] + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language", + "answer": [ + { + "valueString": "English" + } + ] + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_precancerousLesions.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_precancerousLesions.json new file mode 100644 index 0000000..22f3bae --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b/sub-2b1c662a-59e0-4b69-9161-a2fd4636890b_precancerousLesions.json @@ -0,0 +1,138 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "2b1c662a-59e0-4b69-9161-a2fd4636890b-precancerousLesions", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoiceprecancerouslesionsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "2b1c662a-59e0-4b69-9161-a2fd4636890b" + } + ] + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_airwaystenosis.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_airwaystenosis.json new file mode 100644 index 0000000..9d1d24f --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_airwaystenosis.json @@ -0,0 +1,105 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "341e583a-eb2a-474b-b30d-a7b025765847-airwaystenosis", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-drespairwaystenosisschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "341e583a-eb2a-474b-b30d-a7b025765847" + } + ] + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_laryngealDystonia.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_laryngealDystonia.json new file mode 100644 index 0000000..2a8afeb --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_laryngealDystonia.json @@ -0,0 +1,138 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "341e583a-eb2a-474b-b30d-a7b025765847-laryngealDystonia", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealdystoniaschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "341e583a-eb2a-474b-b30d-a7b025765847" + } + ] + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_parkinsons.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_parkinsons.json new file mode 100644 index 0000000..6c73aae --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_parkinsons.json @@ -0,0 +1,161 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "341e583a-eb2a-474b-b30d-a7b025765847-parkinsons", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroparkinsonsdiseaseschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "341e583a-eb2a-474b-b30d-a7b025765847" + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_participant.json new file mode 100644 index 0000000..6b01b06 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-341e583a-eb2a-474b-b30d-a7b025765847/sub-341e583a-eb2a-474b-b30d-a7b025765847_participant.json @@ -0,0 +1,1203 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "341e583a-eb2a-474b-b30d-a7b025765847-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "341e583a-eb2a-474b-b30d-a7b025765847" + } + ] + }, + { + "linkId": "selected_language" + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete" + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_eligibility.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_eligibility.json new file mode 100644 index 0000000..5a458bf --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_eligibility.json @@ -0,0 +1,123 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "5201d61d-4b67-482f-bddd-39466e63c4f4-eligibility", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipanteligiblestudiesschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "5201d61d-4b67-482f-bddd-39466e63c4f4" + } + ] + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_enrollment.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_enrollment.json new file mode 100644 index 0000000..4134dfb --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_enrollment.json @@ -0,0 +1,113 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "5201d61d-4b67-482f-bddd-39466e63c4f4-enrollment", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-enrollmentformschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "5201d61d-4b67-482f-bddd-39466e63c4f4" + } + ] + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req", + "answer": [ + { + "valueString": "No" + } + ] + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_laryngealCancer.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_laryngealCancer.json new file mode 100644 index 0000000..fee9203 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_laryngealCancer.json @@ -0,0 +1,153 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "5201d61d-4b67-482f-bddd-39466e63c4f4-laryngealCancer", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealcancerschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "5201d61d-4b67-482f-bddd-39466e63c4f4" + } + ] + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_parkinsons.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_parkinsons.json new file mode 100644 index 0000000..ac0e816 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_parkinsons.json @@ -0,0 +1,161 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "5201d61d-4b67-482f-bddd-39466e63c4f4-parkinsons", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroparkinsonsdiseaseschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "5201d61d-4b67-482f-bddd-39466e63c4f4" + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other", + "answer": [ + { + "valueBoolean": false + } + ] + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_participant.json new file mode 100644 index 0000000..4248010 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-5201d61d-4b67-482f-bddd-39466e63c4f4/sub-5201d61d-4b67-482f-bddd-39466e63c4f4_participant.json @@ -0,0 +1,1213 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "5201d61d-4b67-482f-bddd-39466e63c4f4-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "5201d61d-4b67-482f-bddd-39466e63c4f4" + } + ] + }, + { + "linkId": "selected_language" + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete" + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req", + "answer": [ + { + "valueString": "No" + } + ] + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-7cd07b02-7470-4533-b03c-43cef12d132e/sub-7cd07b02-7470-4533-b03c-43cef12d132e_alzheimers.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-7cd07b02-7470-4533-b03c-43cef12d132e/sub-7cd07b02-7470-4533-b03c-43cef12d132e_alzheimers.json new file mode 100644 index 0000000..0258379 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-7cd07b02-7470-4533-b03c-43cef12d132e/sub-7cd07b02-7470-4533-b03c-43cef12d132e_alzheimers.json @@ -0,0 +1,117 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "7cd07b02-7470-4533-b03c-43cef12d132e-alzheimers", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroalzheimersdiseasemildcognitiveimpairmeschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "7cd07b02-7470-4533-b03c-43cef12d132e" + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-7cd07b02-7470-4533-b03c-43cef12d132e/sub-7cd07b02-7470-4533-b03c-43cef12d132e_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-7cd07b02-7470-4533-b03c-43cef12d132e/sub-7cd07b02-7470-4533-b03c-43cef12d132e_participant.json new file mode 100644 index 0000000..c57d660 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-7cd07b02-7470-4533-b03c-43cef12d132e/sub-7cd07b02-7470-4533-b03c-43cef12d132e_participant.json @@ -0,0 +1,1188 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "7cd07b02-7470-4533-b03c-43cef12d132e-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "7cd07b02-7470-4533-b03c-43cef12d132e" + } + ] + }, + { + "linkId": "selected_language" + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete" + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_airwaystenosis.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_airwaystenosis.json new file mode 100644 index 0000000..471837b --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_airwaystenosis.json @@ -0,0 +1,105 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "9fa79fa9-2dc0-47dc-a5a6-3885a96ae445-airwaystenosis", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-drespairwaystenosisschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "9fa79fa9-2dc0-47dc-a5a6-3885a96ae445" + } + ] + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_als.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_als.json new file mode 100644 index 0000000..6713d9a --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_als.json @@ -0,0 +1,123 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "9fa79fa9-2dc0-47dc-a5a6-3885a96ae445-als", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroamyotrophiclateralsclerosisalsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "9fa79fa9-2dc0-47dc-a5a6-3885a96ae445" + } + ] + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_parkinsons.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_parkinsons.json new file mode 100644 index 0000000..11a2b0c --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_parkinsons.json @@ -0,0 +1,156 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "9fa79fa9-2dc0-47dc-a5a6-3885a96ae445-parkinsons", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroparkinsonsdiseaseschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "9fa79fa9-2dc0-47dc-a5a6-3885a96ae445" + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_participant.json new file mode 100644 index 0000000..21271df --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445/sub-9fa79fa9-2dc0-47dc-a5a6-3885a96ae445_participant.json @@ -0,0 +1,1203 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "9fa79fa9-2dc0-47dc-a5a6-3885a96ae445-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "9fa79fa9-2dc0-47dc-a5a6-3885a96ae445" + } + ] + }, + { + "linkId": "selected_language" + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete", + "answer": [ + { + "valueString": "Complete" + } + ] + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_alzheimers.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_alzheimers.json new file mode 100644 index 0000000..39862ce --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_alzheimers.json @@ -0,0 +1,122 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "9fe57c3e-dc46-45ce-86c2-87c9a717dc02-alzheimers", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroalzheimersdiseasemildcognitiveimpairmeschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "9fe57c3e-dc46-45ce-86c2-87c9a717dc02" + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_laryngealDystonia.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_laryngealDystonia.json new file mode 100644 index 0000000..1263027 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_laryngealDystonia.json @@ -0,0 +1,138 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "9fe57c3e-dc46-45ce-86c2-87c9a717dc02-laryngealDystonia", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealdystoniaschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "9fe57c3e-dc46-45ce-86c2-87c9a717dc02" + } + ] + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_participant.json new file mode 100644 index 0000000..b7d2df1 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_participant.json @@ -0,0 +1,1203 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "9fe57c3e-dc46-45ce-86c2-87c9a717dc02-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "9fe57c3e-dc46-45ce-86c2-87c9a717dc02" + } + ] + }, + { + "linkId": "selected_language" + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete" + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_precancerousLesions.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_precancerousLesions.json new file mode 100644 index 0000000..8632747 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02/sub-9fe57c3e-dc46-45ce-86c2-87c9a717dc02_precancerousLesions.json @@ -0,0 +1,138 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "9fe57c3e-dc46-45ce-86c2-87c9a717dc02-precancerousLesions", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoiceprecancerouslesionsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "9fe57c3e-dc46-45ce-86c2-87c9a717dc02" + } + ] + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_airwaystenosis.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_airwaystenosis.json new file mode 100644 index 0000000..a710eaf --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_airwaystenosis.json @@ -0,0 +1,105 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "a174f1ca-5009-4745-8c41-b28c5ea23805-airwaystenosis", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-drespairwaystenosisschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "a174f1ca-5009-4745-8c41-b28c5ea23805" + } + ] + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_als.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_als.json new file mode 100644 index 0000000..3050323 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_als.json @@ -0,0 +1,123 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "a174f1ca-5009-4745-8c41-b28c5ea23805-als", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroamyotrophiclateralsclerosisalsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "a174f1ca-5009-4745-8c41-b28c5ea23805" + } + ] + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_laryngealCancer.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_laryngealCancer.json new file mode 100644 index 0000000..34c34d8 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_laryngealCancer.json @@ -0,0 +1,158 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "a174f1ca-5009-4745-8c41-b28c5ea23805-laryngealCancer", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealcancerschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "a174f1ca-5009-4745-8c41-b28c5ea23805" + } + ] + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_laryngealDystonia.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_laryngealDystonia.json new file mode 100644 index 0000000..0729875 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_laryngealDystonia.json @@ -0,0 +1,143 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "a174f1ca-5009-4745-8c41-b28c5ea23805-laryngealDystonia", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealdystoniaschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "a174f1ca-5009-4745-8c41-b28c5ea23805" + } + ] + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_parkinsons.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_parkinsons.json new file mode 100644 index 0000000..607ea15 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_parkinsons.json @@ -0,0 +1,166 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "a174f1ca-5009-4745-8c41-b28c5ea23805-parkinsons", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroparkinsonsdiseaseschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "a174f1ca-5009-4745-8c41-b28c5ea23805" + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other", + "answer": [ + { + "valueBoolean": false + } + ] + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_participant.json new file mode 100644 index 0000000..0ddabbb --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-a174f1ca-5009-4745-8c41-b28c5ea23805/sub-a174f1ca-5009-4745-8c41-b28c5ea23805_participant.json @@ -0,0 +1,1228 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "a174f1ca-5009-4745-8c41-b28c5ea23805-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "a174f1ca-5009-4745-8c41-b28c5ea23805" + } + ] + }, + { + "linkId": "selected_language" + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys" + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd" + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis" + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete" + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation" + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct" + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_airwaystenosis.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_airwaystenosis.json new file mode 100644 index 0000000..afdea26 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_airwaystenosis.json @@ -0,0 +1,105 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "e5362f15-f121-4bee-8a7e-dc84e6327b7e-airwaystenosis", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-drespairwaystenosisschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "e5362f15-f121-4bee-8a7e-dc84e6327b7e" + } + ] + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_als.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_als.json new file mode 100644 index 0000000..10dd502 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_als.json @@ -0,0 +1,133 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "e5362f15-f121-4bee-8a7e-dc84e6327b7e-als", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroamyotrophiclateralsclerosisalsschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "e5362f15-f121-4bee-8a7e-dc84e6327b7e" + } + ] + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other", + "answer": [ + { + "valueBoolean": false + } + ] + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_alzheimers.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_alzheimers.json new file mode 100644 index 0000000..f99c3b2 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_alzheimers.json @@ -0,0 +1,132 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "e5362f15-f121-4bee-8a7e-dc84e6327b7e-alzheimers", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroalzheimersdiseasemildcognitiveimpairmeschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "e5362f15-f121-4bee-8a7e-dc84e6327b7e" + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other", + "answer": [ + { + "valueBoolean": false + } + ] + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_eligibility.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_eligibility.json new file mode 100644 index 0000000..a3447ef --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_eligibility.json @@ -0,0 +1,133 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "e5362f15-f121-4bee-8a7e-dc84e6327b7e-eligibility", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipanteligiblestudiesschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "e5362f15-f121-4bee-8a7e-dc84e6327b7e" + } + ] + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_laryngealDystonia.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_laryngealDystonia.json new file mode 100644 index 0000000..f5327f8 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_laryngealDystonia.json @@ -0,0 +1,138 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "e5362f15-f121-4bee-8a7e-dc84e6327b7e-laryngealDystonia", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dvoicelaryngealdystoniaschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "e5362f15-f121-4bee-8a7e-dc84e6327b7e" + } + ] + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_parkinsons.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_parkinsons.json new file mode 100644 index 0000000..a66323d --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_parkinsons.json @@ -0,0 +1,161 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "e5362f15-f121-4bee-8a7e-dc84e6327b7e-parkinsons", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-dneuroparkinsonsdiseaseschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "e5362f15-f121-4bee-8a7e-dc84e6327b7e" + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + } + ] +} diff --git a/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_participant.json b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_participant.json new file mode 100644 index 0000000..2d1a364 --- /dev/null +++ b/data/b2ai-data-bids-like-synthetic-1000-rows/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e/sub-e5362f15-f121-4bee-8a7e-dc84e6327b7e_participant.json @@ -0,0 +1,1253 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "e5362f15-f121-4bee-8a7e-dc84e6327b7e-participant", + "questionnaire": "https://kind-lab.github.io/vbai-fhir/Questionnaire-subjectparticipantbasicinformationschema", + "status": "completed", + "item": [ + { + "linkId": "record_id", + "answer": [ + { + "valueString": "e5362f15-f121-4bee-8a7e-dc84e6327b7e" + } + ] + }, + { + "linkId": "selected_language" + }, + { + "linkId": "enrollment_institution" + }, + { + "linkId": "age" + }, + { + "linkId": "eligible_studies___1" + }, + { + "linkId": "eligible_studies___2" + }, + { + "linkId": "eligible_studies___3" + }, + { + "linkId": "eligible_studies___4" + }, + { + "linkId": "eligible_studies___5" + }, + { + "linkId": "is_control_participant" + }, + { + "linkId": "laryng_cancer" + }, + { + "linkId": "benign_cord_lesion" + }, + { + "linkId": "rrp" + }, + { + "linkId": "spas_dys", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "voc_fold_paralysis" + }, + { + "linkId": "alz_dementia_mci" + }, + { + "linkId": "als" + }, + { + "linkId": "parkinsons" + }, + { + "linkId": "alcohol_subst_abuse" + }, + { + "linkId": "gad" + }, + { + "linkId": "add_adhd" + }, + { + "linkId": "asd" + }, + { + "linkId": "bipolar" + }, + { + "linkId": "bpd" + }, + { + "linkId": "depression" + }, + { + "linkId": "ed" + }, + { + "linkId": "insomnia" + }, + { + "linkId": "ocd", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "panic" + }, + { + "linkId": "ptsd" + }, + { + "linkId": "schizophrenia" + }, + { + "linkId": "soc_anx_dis", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "other_psych" + }, + { + "linkId": "asthma" + }, + { + "linkId": "airway_stenosis" + }, + { + "linkId": "chronic_cough" + }, + { + "linkId": "copd" + }, + { + "linkId": "osa" + }, + { + "linkId": "subjectparticipant_eligible_studies_complete" + }, + { + "linkId": "ef_select_language" + }, + { + "linkId": "ef_any_vision_related_req" + }, + { + "linkId": "ef_vision_a11y_options___1" + }, + { + "linkId": "ef_vision_a11y_options___2" + }, + { + "linkId": "ef_vision_a11y_options___3" + }, + { + "linkId": "ef_vision_a11y_options___4" + }, + { + "linkId": "ef_any_hearing_related_req" + }, + { + "linkId": "ef_hearing_a11y_options___1" + }, + { + "linkId": "ef_hearing_a11y_options___2" + }, + { + "linkId": "ef_hearing_a11y_options___3" + }, + { + "linkId": "ef_any_physical_challenges" + }, + { + "linkId": "ef_physical_a11y_options___1" + }, + { + "linkId": "ef_physical_a11y_options___2" + }, + { + "linkId": "ef_physical_a11y_options___3" + }, + { + "linkId": "ef_any_cognitive_challeges" + }, + { + "linkId": "ef_cognitive_a11y_options___1" + }, + { + "linkId": "ef_cognitive_a11y_options___2" + }, + { + "linkId": "ef_cognitive_a11y_options___3" + }, + { + "linkId": "ef_completed_by___1" + }, + { + "linkId": "ef_completed_by___2" + }, + { + "linkId": "ef_completed_by___3" + }, + { + "linkId": "ef_primary_language" + }, + { + "linkId": "ef_primary_language_other" + }, + { + "linkId": "ef_fluent_languages___1" + }, + { + "linkId": "ef_fluent_languages___2" + }, + { + "linkId": "ef_fluent_languages___3" + }, + { + "linkId": "ef_fluent_languages___4" + }, + { + "linkId": "ef_fluent_languages___5" + }, + { + "linkId": "ef_fluent_language_other" + }, + { + "linkId": "diagnosis_vfp_gsd" + }, + { + "linkId": "diagnosis_vfp_ds" + }, + { + "linkId": "diagnosis_vfp_etiology" + }, + { + "linkId": "diagnosis_vfp_iatrogenic" + }, + { + "linkId": "diagnosis_vfp_tumor" + }, + { + "linkId": "diagnosis_vfp_dse" + }, + { + "linkId": "diagnosis_degree_os" + }, + { + "linkId": "diagnosis_degree_os_2" + }, + { + "linkId": "diagnosis_degree_r" + }, + { + "linkId": "diagnosis_degree_r_2" + }, + { + "linkId": "diagnosis_degree_b" + }, + { + "linkId": "diagnosis_degree_b_2" + }, + { + "linkId": "diagnosis_degree_s" + }, + { + "linkId": "diagnosis_degree_s_2" + }, + { + "linkId": "diagnosis_degree_p" + }, + { + "linkId": "diagnosis_degree_p_2" + }, + { + "linkId": "diagnosis_degree_l" + }, + { + "linkId": "diagnosis_degree_l_2" + }, + { + "linkId": "diagnosis_degree_comments" + }, + { + "linkId": "diagnosis_vfp_treatment" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_thyroplasty" + }, + { + "linkId": "diagnosis_vfp_treatment_surgery_vfia" + }, + { + "linkId": "diagnosis_ld_qete___laryngologist" + }, + { + "linkId": "diagnosis_ld_qete___speech_language_pathology" + }, + { + "linkId": "diagnosis_ld_qete___neurologist_specializing_disorders" + }, + { + "linkId": "diagnosis_ld_assessment___aural_perceptual_evaluation", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy" + }, + { + "linkId": "diagnosis_ld_assessment___neurological_evaluation" + }, + { + "linkId": "diagnosis_ld_ds___adld" + }, + { + "linkId": "diagnosis_ld_ds___abld" + }, + { + "linkId": "diagnosis_ld_ds___vocal_tremor" + }, + { + "linkId": "diagnosis_ld_ds___mixed_laryngeal_dystonia" + }, + { + "linkId": "diagnosis_ld_ds___sld" + }, + { + "linkId": "diagnosis_ld_ds___arld" + }, + { + "linkId": "diagnosis_ld_etiology" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands" + }, + { + "linkId": "diagnosis_ld_etiology_cc___essential_tremor_of_the_head" + }, + { + "linkId": "diagnosis_ld_etiology_cc___jaw_tremor" + }, + { + "linkId": "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck" + }, + { + "linkId": "diagnosis_ld_etiology_cc___other_type_of_dystonia" + }, + { + "linkId": "diagnosis_ld_degree_os_1" + }, + { + "linkId": "diagnosis_ld_degree_os_2" + }, + { + "linkId": "diagnosis_ld_degree_r_1" + }, + { + "linkId": "diagnosis_ld_degree_r_2" + }, + { + "linkId": "diagnosis_ld_degree_b_1" + }, + { + "linkId": "diagnosis_ld_degree_b_2" + }, + { + "linkId": "diagnosis_ld_degree_s_1" + }, + { + "linkId": "diagnosis_ld_degree_s_2" + }, + { + "linkId": "diagnosis_ld_degree_p_1" + }, + { + "linkId": "diagnosis_ld_degree_p_2" + }, + { + "linkId": "diagnosis_ld_degree_l_1" + }, + { + "linkId": "diagnosis_ld_degree_l_2" + }, + { + "linkId": "diagnosis_ld_degree_comments" + }, + { + "linkId": "diagnosis_ld_treatment" + }, + { + "linkId": "diagnosis_ld_treatment_select___botox_injections" + }, + { + "linkId": "diagnosis_ld_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_ld_treatment_select___vibrotactile_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___deep_brain_stimulation" + }, + { + "linkId": "diagnosis_ld_treatment_select___mrgfus" + }, + { + "linkId": "diagnosis_ld_treatment_select___other" + }, + { + "linkId": "diagnosis_ld_treatment_bi_li" + }, + { + "linkId": "diagnois_pl_gsd_ls" + }, + { + "linkId": "diagnois_pl_gsd_bp" + }, + { + "linkId": "diagnosis_pl_ds___keratosis" + }, + { + "linkId": "diagnosis_pl_ds___leukoplakia" + }, + { + "linkId": "diagnosis_pl_ds___erythroplakia" + }, + { + "linkId": "diagnosis_pl_ds___other" + }, + { + "linkId": "diagnosis_pl_ds_l" + }, + { + "linkId": "diagnosis_pl_ds_l_wd_g" + }, + { + "linkId": "diagnosis_pl_ds_e" + }, + { + "linkId": "diagnosis_pl_ds_e_wd_g" + }, + { + "linkId": "diagnosis_pl_etiology___past_or_present_smoking" + }, + { + "linkId": "diagnosis_pl_etiology___laryngopharyngeal_reflux" + }, + { + "linkId": "diagnosis_pl_etiology___other_irritants" + }, + { + "linkId": "diagnosis_pl_ds_ll___right_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___left_vocal_fold" + }, + { + "linkId": "diagnosis_pl_ds_ll___both_vocal_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___ventricular_folds" + }, + { + "linkId": "diagnosis_pl_ds_ll___subglottal_areas" + }, + { + "linkId": "diagnosis_pl_degree_os_1" + }, + { + "linkId": "diagnosis_pl_degree_os_2" + }, + { + "linkId": "diagnosis_pl_degree_r_1" + }, + { + "linkId": "diagnosis_pl_degree_r_2" + }, + { + "linkId": "diagnosis_pl_degree_b_1" + }, + { + "linkId": "diagnosis_pl_degree_b_2" + }, + { + "linkId": "diagnosis_pl_degree_s_1" + }, + { + "linkId": "diagnosis_pl_degree_s_2" + }, + { + "linkId": "diagnosis_pl_degree_p_1" + }, + { + "linkId": "diagnosis_pl_degree_p_2" + }, + { + "linkId": "diagnosis_pl_degree_l_1" + }, + { + "linkId": "diagnosis_pl_degree_l_2" + }, + { + "linkId": "diagnosis_pl_degree_comments" + }, + { + "linkId": "diagnosis_pl_treatment" + }, + { + "linkId": "diagnosis_pl_treatment_select___surveillance_only" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_resection" + }, + { + "linkId": "diagnosis_pl_treatment_select___laser_ablation" + }, + { + "linkId": "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser" + }, + { + "linkId": "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions" + }, + { + "linkId": "diagnosis_pl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_pl_treatment_select___other" + }, + { + "linkId": "diagnois_lc_gsd_sll" + }, + { + "linkId": "diagnosis_lc_gsd_bpr" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ct_chest" + }, + { + "linkId": "diagnosis_lc_gsd_uots___mri_neck" + }, + { + "linkId": "diagnosis_lc_gsd_uots___pet_ct" + }, + { + "linkId": "diagnosis_lc_gsd_uots___ultrasound_neck" + }, + { + "linkId": "diagnosis_lc_ds___right_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___left_vocal_fold" + }, + { + "linkId": "diagnosis_lc_ds___both_vocal_folds" + }, + { + "linkId": "diagnosis_lc_ds___anterior_commissure" + }, + { + "linkId": "diagnosis_lc_ds___ventricular_folds" + }, + { + "linkId": "diagnosis_lc_ds___subglottal_areas" + }, + { + "linkId": "diagnosis_lc_etiology___smoking" + }, + { + "linkId": "diagnosis_lc_etiology___alcohol" + }, + { + "linkId": "diagnosis_lc_etiology___family_history" + }, + { + "linkId": "diagnosis_lc_etiology___hpv" + }, + { + "linkId": "diagnosis_lc_etiology___exposure_other_harmful_substances" + }, + { + "linkId": "diagnosis_lc_ds_t_stage" + }, + { + "linkId": "diagnosis_lc_ds_n_stage" + }, + { + "linkId": "diagnosis_lc_ds_m_stage" + }, + { + "linkId": "diagnosis_lc_degree_os_1" + }, + { + "linkId": "diagnosis_lc_degree_os_2" + }, + { + "linkId": "diagnosis_lc_degree_r_1" + }, + { + "linkId": "diagnosis_lc_degree_r_2" + }, + { + "linkId": "diagnosis_lc_degree_b_1" + }, + { + "linkId": "diagnosis_lc_degree_b_2" + }, + { + "linkId": "diagnosis_lc_degree_s_1" + }, + { + "linkId": "diagnosis_lc_degree_s_2" + }, + { + "linkId": "diagnosis_lc_degree_p_1" + }, + { + "linkId": "diagnosis_lc_degree_p_2" + }, + { + "linkId": "diagnosis_lc_degree_l_1" + }, + { + "linkId": "diagnosis_lc_degree_l_2" + }, + { + "linkId": "diagnosis_lc_degree_comments" + }, + { + "linkId": "diagnosis_as_ds_ccsr" + }, + { + "linkId": "diagnosis_lc_treatment" + }, + { + "linkId": "diagnosis_lc_treatment_select___radiation" + }, + { + "linkId": "diagnosis_lc_treatment_select___chemotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___immunotherapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___surgery" + }, + { + "linkId": "diagnosis_lc_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_lc_treatment_select___other" + }, + { + "linkId": "diagnosis_lc_treatment_s___endoscopic_laser" + }, + { + "linkId": "diagnosis_lc_treatment_s___partial_laryngectomy" + }, + { + "linkId": "diagnois_bl_gsd" + }, + { + "linkId": "diagnosis_bl_ds" + }, + { + "linkId": "diagnosis_bl_etiology" + }, + { + "linkId": "diagnosis_bl_ds_ll" + }, + { + "linkId": "diagnosis_bl_degree_os_1" + }, + { + "linkId": "diagnosis_bl_degree_os_2" + }, + { + "linkId": "diagnosis_bl_degree_r_1" + }, + { + "linkId": "diagnosis_bl_degree_r_2" + }, + { + "linkId": "diagnosis_bl_degree_b_1" + }, + { + "linkId": "diagnosis_bl_degree_b_2" + }, + { + "linkId": "diagnosis_bl_degree_s_1" + }, + { + "linkId": "diagnosis_bl_degree_s_2" + }, + { + "linkId": "diagnosis_bl_degree_p_1" + }, + { + "linkId": "diagnosis_bl_degree_p_2" + }, + { + "linkId": "diagnosis_bl_degree_l_1" + }, + { + "linkId": "diagnosis_bl_degree_l_2" + }, + { + "linkId": "diagnosis_bl_degree_comments" + }, + { + "linkId": "diagnosis_bl_treatment" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_or_speech_therapy" + }, + { + "linkId": "diagnosis_bl_treatment_select___laryngeal_microsurgery" + }, + { + "linkId": "diagnosis_bl_treatment_select___voice_rest" + }, + { + "linkId": "diagnosis_bl_treatment_select___other" + }, + { + "linkId": "diagnosis_bl_treatment_lm" + }, + { + "linkId": "diagnosis_bipolar_gsd" + }, + { + "linkId": "diagnosis_bipolar_gsd_interview" + }, + { + "linkId": "diagnosis_bipolar_gsd_oqu" + }, + { + "linkId": "diagnosis_bipolar_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active" + }, + { + "linkId": "diagnosis_bipolar_psychotic" + }, + { + "linkId": "diagnosis_bipolar_severity" + }, + { + "linkId": "diagnosis_depression_gsd" + }, + { + "linkId": "diagnosis_depression_clinical_subcategory" + }, + { + "linkId": "diagnosis_depression_gsd_interview" + }, + { + "linkId": "diagnosis_depression_gsd_oqu" + }, + { + "linkId": "diagnosis_depression_gsd_oquw" + }, + { + "linkId": "diagnosis_bipolar_subtype_active_depression" + }, + { + "linkId": "diagnosis_bipolar_psychotic_depression" + }, + { + "linkId": "diagnosis_bipolar_severity_depression" + }, + { + "linkId": "diagnosis_as_pft" + }, + { + "linkId": "diagnosis_as_gsd" + }, + { + "linkId": "diagnosis_as_gsd_yes___bronchoscopy" + }, + { + "linkId": "diagnosis_as_gsd_yes___ct", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_as_ds" + }, + { + "linkId": "diagnosis_as_ds_bvfi_gs" + }, + { + "linkId": "diagnosis_as_etiology" + }, + { + "linkId": "diagnosis_as_etiology_auto_immune" + }, + { + "linkId": "diagnosis_as_ds_mcg" + }, + { + "linkId": "diagnosis_as_ds_bc" + }, + { + "linkId": "diagnosis_as_ds_agw" + }, + { + "linkId": "diagnosis_as_ds_ac" + }, + { + "linkId": "diagnosis_as_ds_ac_grade_4" + }, + { + "linkId": "diagnosis_as_ds_ods" + }, + { + "linkId": "diagnosis_as_ds_eps" + }, + { + "linkId": "diagnosis_as_treatment___no_treatment" + }, + { + "linkId": "diagnosis_as_treatment___surgery" + }, + { + "linkId": "diagnosis_as_treatment___in_office_treatment" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_intervention" + }, + { + "linkId": "diagnosis_as_treatment_surgery___endoscopic_excision" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction" + }, + { + "linkId": "diagnosis_as_treatment_surgery___laryngotracheoplasty" + }, + { + "linkId": "diagnosis_as_treatment_surgery___tracheostomy" + }, + { + "linkId": "diagnosis_as_treatment_surgery___other" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_sole" + }, + { + "linkId": "diagnosis_as_treatment_in_office___steroid_injections_adjunct" + }, + { + "linkId": "diagnosis_as_treatment_in_office___dilation" + }, + { + "linkId": "diagnosis_as_treatment_in_office___laser" + }, + { + "linkId": "diagnosis_alz_dementia_mci_causes" + }, + { + "linkId": "diagnosis_alz_dementia_mci_dt" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___age_related_changes", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other_medical_conditions" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___substance_related" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology___other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e" + }, + { + "linkId": "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___mci" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds___cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ds_cdr" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_rudas_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_mmse_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_moca_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_adas_cog_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other" + }, + { + "linkId": "diagnosis_alz_dementia_mci_ca_other_score" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications" + }, + { + "linkId": "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___bradykinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1___rigidity" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_1_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___lower_limbs" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dopamine_treatment" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___absence_of_response" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___dat_scan" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2___alternative_condition" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_2_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___rest_tremor" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3___mibg" + }, + { + "linkId": "diagnosis_parkinsons_gsd_category_3_calculation" + }, + { + "linkId": "diagnosis_parkinsons_gsd_calculation" + }, + { + "linkId": "diagnosis_parkinsons_disease_subtype" + }, + { + "linkId": "diagnosis_parkinsons_etiology" + }, + { + "linkId": "diagnosis_parkinsons_ds" + }, + { + "linkId": "diagnosis_parkinsons_ma___updrs" + }, + { + "linkId": "diagnosis_parkinsons_ma___other" + }, + { + "linkId": "diagnosis_parkinsons_ma_uprds" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_i_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_ii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iii_score" + }, + { + "linkId": "diagnosis_parkinsons_ma_updrs_part_iv_score" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms" + }, + { + "linkId": "diagnosis_parkinsons_non_motor_symptoms_yes" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___medications" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes___npi" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_medications___other" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs" + }, + { + "linkId": "diagnosis_parkinsons_treatment_obtained_yes_npi___other" + }, + { + "linkId": "diagnosis_als_gsd_category_1" + }, + { + "linkId": "diagnosis_als_gsd_category_2" + }, + { + "linkId": "diagnosis_als_gsd_category_3" + }, + { + "linkId": "diagnosis_als_gsd_calculation" + }, + { + "linkId": "diagnosis_als_disease_subtype" + }, + { + "linkId": "diagnosis_als_disease_subtype_familial" + }, + { + "linkId": "diagnosis_als_etiology___genetic_factors" + }, + { + "linkId": "diagnosis_als_etiology___environmental_factors", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___c9orf72" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___sod1" + }, + { + "linkId": "diagnosis_als_etiology_genetic_factors___other" + }, + { + "linkId": "diagnosis_als_cp___upper_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___lower_motor_neuron" + }, + { + "linkId": "diagnosis_als_cp___bulbar_symptoms" + }, + { + "linkId": "diagnosis_als_cp___respiratory_involvement" + }, + { + "linkId": "diagnosis_als_dp" + }, + { + "linkId": "diagnosis_als_na_alsfrs_r_score" + }, + { + "linkId": "diagnosis_als_na_fvc_percentage" + }, + { + "linkId": "diagnosis_als_treatment_and_management" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___medications" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes___supportive_care", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___riluzole" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___edaravone" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___sodium" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___tofersen" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_medications___other" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy" + }, + { + "linkId": "diagnosis_als_treatment_and_management_yes_supportive_care___other", + "answer": [ + { + "valueBoolean": false + } + ] + } + ] +} diff --git a/data/b2ai-data-bids-like-template/dataset_description.json b/data/b2ai-data-bids-like-template/dataset_description.json deleted file mode 100644 index e69de29..0000000 diff --git a/data/b2ai-data-bids-like-template/participants.json b/data/b2ai-data-bids-like-template/participants.json deleted file mode 100644 index e69de29..0000000 diff --git a/data/redcap_column_names.txt b/data/redcap_column_names.txt new file mode 100644 index 0000000..c2e3686 --- /dev/null +++ b/data/redcap_column_names.txt @@ -0,0 +1,1084 @@ +Record ID +Repeat Instrument +Repeat Instance +Language +Consent Status +Is Feasibility Participant? +Enrollment Institution +Age +Eligible Studies (choice=Voice Disorders) +Eligible Studies (choice=Neurological and Neurodegenerative Disorders) +Eligible Studies (choice=Mood and Psychiatric Disorders) +Eligible Studies (choice=Respiratory Disorders) +Eligible Studies (choice=Pediatric Disorders) +Is Control Participant? +Laryngeal cancer +Lesions of the vocal cord (nodule, polyp, cyst) +Recurrent laryngeal papilloma (RRP) +Spasmodic dysphonia / Laryngeal Tremor +Unilateral vocal fold paralysis +Alzheimer's, dementia, or mild cognitive impairment +Amyotrophic Lateral Sclerosis (ALS) +Parkinson's disease +Alcohol or Substance Use Disorder +Anxiety disorder +Attention-Deficit / Hyperactivity Disorder (ADHD) +Autism Spectrum Disorder (ASD) +Bipolar Disorder +Borderline Personality Disorder (BPD) +Depression or Major Depressive Disorder +Eating Disorder (ED) +Insomnia / sleep disorder +Obsessive-Compulsive Disorder (OCD) +Panic Disorder +Post-Traumatic Stress Disorder (PTSD) +Schizophrenia +Social Anxiety Disorder +Other psychiatric disorder +Asthma +Airway stenosis (e.g., bilateral vocal fold paralysis; laryngeal stenosis) +Chronic Cough +COPD +Obstructive Sleep Apnea (OSA) +Complete? +Select a language +This application requires you to read text to answer questions. Do you have any vision-related requirements we can assist with? +Yes, I would like to use some of the accessibility features of the app (choice=I would like to change the font size) +Yes, I would like to use some of the accessibility features of the app (choice=I would like to change the font color (high contrast mode)) +Yes, I would like to use some of the accessibility features of the app (choice=I would like to use a screen reader) +Yes, I would like to use some of the accessibility features of the app (choice=I would like a person to read the text to me) +This application may present some sound files for you to listen to. Do you have any hearing-related requirements we can assist with? +Yes, I would like to use some of the accessibility features of the app (choice=I would like to turn up the volume) +Yes, I would like to use some of the accessibility features of the app (choice=I would like to turn on closed captions) +Yes, I would like to use some of the accessibility features of the app (choice=I would like to use haptic feedback (vibrations) instead of audio cues) +This application requires you to navigate through the questions using a touch screen. Do you have any physical challenges we can accommodate? +Yes, I would like to use some of the accessibility features of the app (choice=I would like to increase the size of the buttons) +Yes, I would like to use some of the accessibility features of the app (choice=I have an alternative keyboard I'd like to connect instead) +Yes, I would like to use some of the accessibility features of the app (choice=I would like to navigate the survey using voice commands instead of the touch screen) +This application requires you to read text, answer questions, and follow directions. Do you have any cognitive challenges, including difficulty reading, that we can assist with? +Yes, I would like to use some of the accessibility features of the app (choice=I would like the questions to be read to me using text-to-speech) +Yes, I would like to use some of the accessibility features of the app (choice=I would like a person to read the text to me) +Yes, I would like to use some of the accessibility features of the app (choice=I would like to speak my answers instead of typing them) +Check all that apply (choice=Self) +Check all that apply (choice=Assistant) +Check all that apply (choice=Parent/Caregiver) +What is your primary language? +If primary language is 'other', please specify: +Do you speak any additional language(s) fluently (similar to a native speaker)? (choice=None) +Do you speak any additional language(s) fluently (similar to a native speaker)? (choice=English) +Do you speak any additional language(s) fluently (similar to a native speaker)? (choice=French) +Do you speak any additional language(s) fluently (similar to a native speaker)? (choice=Spanish) +Do you speak any additional language(s) fluently (similar to a native speaker)? (choice=Other (please specify below)) +If you speak any other languages fluently, please specify: +Does the patient have VFP confirmed by laryngoscopy/stroboscopy? +What is the etiology? +Iatrogenic (surgery/intubation) subcategory +Tumor invading RLN - Subcategory +Degree of Glottic Gap +Overall Severity +Overall Severity +Roughness +Roughness +Breathiness +Breathiness +Strain +Strain +Pitch +Pitch +Loudness +Loudness +Comments about resonance +Does the patient have laryngeal dystonia as determined by qualitative expert team evaluation? (choice=Laryngologist) +Does the patient have laryngeal dystonia as determined by qualitative expert team evaluation? (choice=Speech-Language Pathology) +Does the patient have laryngeal dystonia as determined by qualitative expert team evaluation? (choice=Neurologist specializing in movement disorders) +Did the patient have the following assessment? (choice=Aural-perceptual evaluation) +Did the patient have the following assessment? (choice=Laryngoscopy or stroboscopy) +Did the patient have the following assessment? (choice=Neurological evaluation) +** (choice=Adductor laryngeal dystonia (ADLD))** +** (choice=Abductor laryngeal dystonia (ABLD))** +** (choice=Vocal Tremor)** +** (choice=Mixed laryngeal dystonia)** +** (choice=Singers laryngeal dystonia (SLD))** +** (choice=Adductor laryngeal spasms during inspiration (ARLD))** +What is the etiology? +Does the patient have any of the following concomitant conditions? (choice=Essential Tremor of the hands) +Does the patient have any of the following concomitant conditions? (choice=Essential tremor of the head) +Does the patient have any of the following concomitant conditions? (choice=Jaw tremor) +Does the patient have any of the following concomitant conditions? (choice=Dystonia of the head and neck) +Does the patient have any of the following concomitant conditions? (choice=Other type of dystonia) +Overall Severity +Overall Severity +Roughness +Roughness +Breathiness +Breathiness +Strain +Strain +Pitch +Pitch +Loudness +Loudness +Comments about resonance +Has the patient undergone any treatment for their condition? +Select all that apply: (choice=Botox injections) +Select all that apply: (choice=Voice/speech therapy) +Select all that apply: (choice=Vibrotactile stimulation) +Select all that apply: (choice=Deep brain stimulation) +Select all that apply: (choice=Magnetic resonance imaging-guided focused ultrasound (MRgFUS)) +Select all that apply: (choice=Other) +When was the last injection? +Does the patient have a precancerous vocal fold lesion confirmed by laryngoscopy/stroboscopy? +Does the patient have a precancerous vocal fold lesion confirmed by biopsy/pathology? +What is the diagnosis? (choice=Keratosis) +What is the diagnosis? (choice=Leukoplakia) +What is the diagnosis? (choice=Erythroplakia) +What is the diagnosis? (choice=Other) +Leukoplakia +Leukoplakia with dysplasia +Erythroplakia +Erythroplakia with dysplasia +Does the patient have the following risk factors? (choice=Past or present smoking) +Does the patient have the following risk factors? (choice=Laryngopharyngeal reflux) +Does the patient have the following risk factors? (choice=Other irritants) +Location of lesion(s) (choice=Right vocal fold) +Location of lesion(s) (choice=Left vocal fold) +Location of lesion(s) (choice=Both vocal folds) +Location of lesion(s) (choice=Ventricular folds (right or left)) +Location of lesion(s) (choice=Subglottal areas) +Overall Severity +Overall Severity +Roughness +Roughness +Breathiness +Breathiness +Strain +Strain +Pitch +Pitch +Loudness +Loudness +Comments about resonance +Has the patient undergone any treatment for this condition? +Select all that apply: (choice=Surveillance only (previous diagnosis)) +Select all that apply: (choice=Laser resection) +Select all that apply: (choice=Laser ablation) +Select all that apply: (choice=Microlaryngeal surgery without laser) +Select all that apply: (choice=Radiotherapy for persistent or recurrent lesions) +Select all that apply: (choice=Voice/speech therapy) +Select all that apply: (choice=Other) +Did the patient get a laryngoscopy/stroboscopy confirming the presence of a suspicious laryngeal lesion? +Does the patient have laryngeal cancer confirmed by biopsy/pathology report? +Did the patient undergo other types of scans? (choice=CT of the neck) +Did the patient undergo other types of scans? (choice=CT of the chest) +Did the patient undergo other types of scans? (choice=MRI of the neck) +Did the patient undergo other types of scans? (choice=PET-CT) +Did the patient undergo other types of scans? (choice=Ultrasound of the neck) +Which laryngeal structures are/were involved? (choice=Right vocal fold) +Which laryngeal structures are/were involved? (choice=Left vocal fold) +Which laryngeal structures are/were involved? (choice=Both vocal folds) +Which laryngeal structures are/were involved? (choice=Anterior commissure) +Which laryngeal structures are/were involved? (choice=Ventricular folds (right or left)) +Which laryngeal structures are/were involved? (choice=Subglottal areas) +Check any risk factors of this patient in relation to their laryngeal cancer. (choice=Smoking) +Check any risk factors of this patient in relation to their laryngeal cancer. (choice=Alcohol) +Check any risk factors of this patient in relation to their laryngeal cancer. (choice=Family history) +Check any risk factors of this patient in relation to their laryngeal cancer. (choice=Human Papilloma Virus (HPV)) +Check any risk factors of this patient in relation to their laryngeal cancer. (choice=Exposure to other harmful substances) +What is the T stage of the cancer based on the AJCC Classification? +What is the N stage of the cancer based on the AJCC Classification? +What is the M stage of the cancer based on the AJCC Classification? +Overall Severity +Overall Severity +Roughness +Roughness +Breathiness +Breathiness +Strain +Strain +Pitch +Pitch +Loudness +Loudness +Comments about resonance +Is the cancer causing stridor at rest? +Has the patient undergone any treatment for their condition? +Select all that apply: (choice=Radiation) +Select all that apply: (choice=Chemotherapy) +Select all that apply: (choice=Immunotherapy) +Select all that apply: (choice=Surgery) +Select all that apply: (choice=Voice/Speech therapy) +Select all that apply: (choice=Other) +Surgery (choice=Endoscopic laser) +Surgery (choice=Partial laryngectomy) +Does the patient have a benign lesion confirmed by laryngoscopy/stroboscopy? +What is the benign lesion diagnosis? +What is the etiology? +Location of lesion(s) +Overall Severity +Overall Severity +Roughness +Roughness +Breathiness +Breathiness +Strain +Strain +Pitch +Pitch +Loudness +Loudness +Comments about resonance +Has the patient undergone any treatment for his condition? +Select all that apply: (choice=Voice/speech therapy) +Select all that apply: (choice=Laryngeal microsurgery) +Select all that apply: (choice=Voice rest) +Select all that apply: (choice=Other) +Laryngeal microsurgery +Diagnosis +Was a structured clinical interview done? +Was an objective questionnaire used? +Which objective questionnaire was used? +Disease Subtype +Psychotic Symptoms +Disease Severity +Diagnosis +Clinical depression (major depressive disorder) Subcategory +Was a structured clinical interview done? +Was an objective questionnaire used? +Which objective questionnaire was used? +Disease Subtype +Psychotic Symptoms +Disease Severity +Has the patient had pulmonary function testing within the past 3 months? +Does the patient have airway stenosis confirmed by a laryngoscopy, bronchoscopy or CT imaging? +Confirmed by (choice=Confirmed by bronchoscopy or laryngoscopy) +Confirmed by (choice=Confirmed by CT imaging) +Disease Subtype +Bilateral Vocal fold immobility or Glottic Stenosis Subtype +What is the etiology? +Auto-immune or granulomatous disease Subcategory +Degree of Stenosis (Myer-Cotton Grade) +Degree of Stenosis (Bogdasarian Classification) +Anterior Glottic Web classification (Cohen) +Grade of Stenosis (Aziz Classification of Supraglottic Stenosis) +Grade of Stenosis (Aziz Classification of Supraglottic Stenosis) +How would you subjectively classify the overall degree of stenosis? +How would you subjectively estimate the percent of stenosis from 0 to 100? +What treatment has the patient undergone for their stenosis? (choice=No treatment) +What treatment has the patient undergone for their stenosis? (choice=Surgery) +What treatment has the patient undergone for their stenosis? (choice=In-office treatment) +Surgery options (choice=Endoscopic intervention with Laser and Balloon dilation and steroid injection) +Surgery options (choice=Endoscopic laser wedge excision with balloon dilation and steroid injection) +Surgery options (choice=Open Laryngotracheal reconstruction) +Surgery options (choice=Laryngotracheoplasty (Maddern procedure)) +Surgery options (choice=Tracheostomy) +Surgery options (choice=Other) +In-office/awake treatment options (choice=Awake Steroid injection(s) as sole treatment) +In-office/awake treatment options (choice=Awake Steroid injection(s) as adjunct treatment) +In-office/awake treatment options (choice=In-office or awake dilation) +In-office/awake treatment options (choice=In-office or awake laser) +Have you excluded other causes of cognitive/functional changes (and/or other subtypes)? +Specify the disease type in the patient: +What is the suspected or known etiology in the patient? (choice=Genetic factors) +What is the suspected or known etiology in the patient? (choice=Age-related changes) +What is the suspected or known etiology in the patient? (choice=Other medical conditions (e.g., vascular factors, traumatic brain injury)) +What is the suspected or known etiology in the patient? (choice=Substance-related (e.g., alcohol-induced cognitive impairment)) +What is the suspected or known etiology in the patient? (choice=Other) +Genetic Factors Subcategory (choice=Familial Alzheimer's disease (e.g., mutations in APP, PSEN1, PSEN2 genes)) +Genetic Factors Subcategory (choice=Apolipoprotein E (APOE) ε4 allele) +Genetic Factors Subcategory (choice=Other genetic factors) +What is the current stage/severity of cognitive impairment or dementia in the patient? (choice=Mild cognitive impairment (MCI)) +What is the current stage/severity of cognitive impairment or dementia in the patient? (choice=Clinical dementia rating (CDR) staging) +Clinical dementia rating (CDR) staging subcategory: +Rowland Universal Dementia Assessment Scale (RUDAS) score: +Mini-Mental State Examination (MMSE) score: +Montreal Cognitive Assessment (MoCA) score: +Alzheimer's Disease Assessment Scale-Cognitive Subscale (ADAS-Cog) score: +Other cognitive assessment tool (Please Specify): +Other cognitive assessment tool score: +Has the patient undergone any treatment for Alzheimer's disease or cognitive impairment or other types of dementia? +Yes (choice=Medications) +Yes (choice=Non-pharmacological interventions) +Medications: (choice=Cholinesterase inhibitors (e.g., Donepezil, Rivastigmine, Galantamine)) +Medications: (choice=NMDA receptor antagonist (e.g., Memantine)) +Medications: (choice=Other) +Non-pharmacological interventions: (choice=Day program) +Non-pharmacological interventions: (choice=Cognitive stimulation therapy) +Non-pharmacological interventions: (choice=Reality orientation therapy) +Non-pharmacological interventions: (choice=Reminiscence therapy) +Non-pharmacological interventions: (choice=Physical exercise program) +Non-pharmacological interventions: (choice=Dietary modifications) +Non-pharmacological interventions: (choice=Other) +Category 1 - Parkinsonism (choice=Bradykinesia) +Category 1 - Parkinsonism (choice=Tremor) +Category 1 - Parkinsonism (choice=Rigidity) +Category 1 Criteria Met +Category 2 - Exclusion criteria (choice=Cerebellar abnormalities) +Category 2 - Exclusion criteria (choice=Supranuclear gaze palsy) +Category 2 - Exclusion criteria (choice=Diagnosis of behavioral variant of frontotemporal dementia or primary progressive aphasia within 5 years of disease onset) +Category 2 - Exclusion criteria (choice=Parkinsonian features restricted to the lower limbs for more than 3 years) +Category 2 - Exclusion criteria (choice=Treatment with a dopamine receptor blocker or dopamine depleting agent consistent with drug-induced parkinsonism) +Category 2 - Exclusion criteria (choice=Absence of a response to high-dose levodopa despite at least moderate disease severity) +Category 2 - Exclusion criteria (choice=Cortical sensory loss, clear limb ideomotor apraxia, or progressive aphasia) +Category 2 - Exclusion criteria (choice=Normal functional imaging of the dopaminergic system (DAT scan)) +Category 2 - Exclusion criteria (choice=Diagnosis of alternative condition causing parkinsonism which could be causing the symptoms) +Category 2 Criteria Met +Category 3 - Supportive criteria (choice=Clear beneficial response to dopaminergic therapy) +Category 3 - Supportive criteria (choice=Presence of levodopa-induced dyskinesia) +Category 3 - Supportive criteria (choice=Rest tremor of a limb) +Category 3 - Supportive criteria (choice=The presence of either olfactory loss or cardiac sympathetic denervation on MIBG scintigraphy (although the latter is rarely done in current practice)) +Category 3 Criteria Met +Does the patient meet the diagnostic criteria for Parkinson's Disease (Parkinsonism) based on the criteria above? +Specify the subtype of Parkinson's Disease in the patient: +What is the suspected or known etiology of Parkinson's disease in the patient? +What is the current stage/severity of Parkinson's disease in the patient? Hoehn and Yahr Scale: +Please provide scores or results from validated cognitive assessment tools: (choice=Unified Parkinson's Disease Rating Scale (UPDRS)) +Please provide scores or results from validated cognitive assessment tools: (choice=Other motor assessment tool) +Unified Parkinson's Disease Rating Scale (UPDRS) +Part I (Intellectual function, mood, behavior) score: +Part II (Activities of daily living) score: +Part III (Motor Examination) score: +Part IV (Motor complications) score: +Are there significant non-motor symptoms associated with Parkinson's disease in the patient? +If you selected 'Yes', please specify: +Has the patient undergone any treatment for Parkinson's disease? +Yes (choice=Medications) +Yes (choice=Non-pharmacological interventions) +Medications: (choice=Levodopa) +Medications: (choice=Dopamine agonists) +Medications: (choice=MAO-B inhibitors) +Medications: (choice=Amantadine) +Medications: (choice=Other) +Non-pharmacological interventions: (choice=Physical therapy) +Non-pharmacological interventions: (choice=Occupational therapy) +Non-pharmacological interventions: (choice=Speech therapy) +Non-pharmacological interventions: (choice=Deep Brain Stimulation (DBS) therapy) +Non-pharmacological interventions: (choice=Other) +(1) Progressive motor impairment documented by history or repeated clinical assessment, preceded by normal motor function; +(2) presence of UMN and LMN signs in at least 1 body region (with UMN and LMN dysfunction noted in the same body region if only one body region is involved) or LMN dysfunction in at least 2 body regions; +(3) investigations excluding other disease processes. +Does the patient meet the diagnostic criteria for Amyotrophic Lateral Sclerosis (ALS) based on the criteria above? +Specify the type of ALS in the patient: +If you selected 'Familial ALS', please specify the genetic mutation if known: +What is the suspected or known etiology of ALS in the patient? (choice=Genetic factors) +What is the suspected or known etiology of ALS in the patient? (choice=Environmental factors) +Genetic Factors (choice=C9orf72 mutation) +Genetic Factors (choice=SOD1 mutation) +Genetic Factors (choice=Other genetic factors) +Describe the clinical features and symptoms of ALS in the patient: (choice=Upper Motor Neuron Signs (e.g., spasticity, hyperreflexia)) +Describe the clinical features and symptoms of ALS in the patient: (choice=Lower Motor Neuron Signs (e.g., muscle weakness, atrophy, fasciculations)) +Describe the clinical features and symptoms of ALS in the patient: (choice=Bulbar Symptoms (e.g., dysarthria, dysphagia)) +Describe the clinical features and symptoms of ALS in the patient: (choice=Respiratory Involvement) +Please provide information on the current stage and progression of ALS: +Revised ALS Functional Rating Scale (ALSFRS-R) score: +Forced Vital Capacity (FVC) percentage (if measured): +Has the patient undergone any treatment or interventions for ALS? +Yes (choice=Medications) +Yes (choice=Supportive Care) +Medications (if applicable): (choice=Riluzole) +Medications (if applicable): (choice=Edaravone) +Medications (if applicable): (choice=Sodium phenylbutyrate/taurursodiol) +Medications (if applicable): (choice=Tofersen) +Medications (if applicable): (choice=Symptomatic treatment (e.g., for spasticity, pain)) +Medications (if applicable): (choice=Other) +Supportive Care: (choice=Physical therapy) +Supportive Care: (choice=Occupational therapy) +Supportive Care: (choice=Speech therapy) +Supportive Care: (choice=Respiratory support (e.g., non-invasive ventilation)) +Supportive Care: (choice=Nutrition and swallowing support) +Supportive Care: (choice=Psychotherapy) +Supportive Care: (choice=Other) +Session ID +Session Status +Is Control Participant? +Session Duration (seconds) +Session Site? +Acoustic Task ID +Session ID +Acoustic Task Name +Acoustic Task Cohort +Acoustic Task Status +Acoustic Task Duration (seconds) +Recording ID +Acoustic Task ID +Session ID +Recording Name +Duration (Seconds) +Recording Size (KiB) +Recording Profile Name +Recording Profile Version +Recording Input Gain +Recording Microphone +Session ID +Questionnaire Duration (seconds) +Who is completing this survey? (choice=Self) +Who is completing this survey? (choice=Assistant) +Who is completing this survey? (choice=Parent/Caregiver) +State/Province +Country +What is your gender identity? +Please specify gender identity +What is your sexual orientation? +Which race category best describes you? Choose all that apply (choice=American Indian or Alaska Native) +Which race category best describes you? Choose all that apply (choice=Asian) +Which race category best describes you? Choose all that apply (choice=Black or African American) +Which race category best describes you? Choose all that apply (choice=Native Hawaiian or other Pacific Islander) +Which race category best describes you? Choose all that apply (choice=White) +Which race category best describes you? Choose all that apply (choice=Canadian Indigenous or Aboriginal) +Which race category best describes you? Choose all that apply (choice=Other) +Which race category best describes you? Choose all that apply (choice=Prefer not to answer) +What is your ethnic or cultural origin? +If you selected 'other' level of education, please specify: +Are you deaf or do you have serious difficulty hearing? +Are you blind or do you have serious difficulty seeing, even when wearing glasses? +Because of a physical, mental, or emotional condition, do you have serious difficulty concentrating, remembering, or making decisions? +Do you have serious difficulty walking or climbing stairs? +Do you have difficulty dressing or bathing? +Because of a physical, mental, or emotional condition, do you have difficulty doing errands alone such as visiting a doctor's office or shopping? +What is your employment status? Choose all that apply (choice=Employed, freelance) +What is your employment status? Choose all that apply (choice=Employed, full time) +What is your employment status? Choose all that apply (choice=Employed, part time) +What is your employment status? Choose all that apply (choice=Employed, multiple part-time jobs) +What is your employment status? Choose all that apply (choice=Student) +What is your employment status? Choose all that apply (choice=Self-employed) +What is your employment status? Choose all that apply (choice=Retired) +What is your employment status? Choose all that apply (choice=Unemployed) +What is your employment status? Choose all that apply (choice=Other) +What was your total household income last year (USD)? Please include all sources of income, including pensions, dividends, alimony, child support, etc. +What was your total household income last year (CAD)? Please include all sources of income, including pensions, dividends, alimony, child support, etc. +What is your marital status? Choose all that apply (choice=Single) +What is your marital status? Choose all that apply (choice=Married) +What is your marital status? Choose all that apply (choice=In a relationship) +What is your marital status? Choose all that apply (choice=Not married) +What is your marital status? Choose all that apply (choice=Separated) +What is your marital status? Choose all that apply (choice=Divorced) +What is your marital status? Choose all that apply (choice=Widowed) +What is your current housing status? +How many people live in your household? Please specify a number +Spouse/partner/significant other +One or more children +One or more parent +One or more grandparent +Other +If 'others' live in your household, please specify: +Do you have a reliable mode of transportation? +What is your primary mode of transportation? +Complete? +Session ID +Questionnaire Duration (seconds) +Have you been a regular smoker or not within the last 3 years? +Have you ever smoked regularly (more than a few times a month for at least two months)? This includes tobacco, cannabis, vapes, e-cigarettes, hookah, or pipes. +At what age did you start smoking? +At what age did you stop? +Please select smoking types used (Check all that apply) (choice=Tobacco cigarettes) +Please select smoking types used (Check all that apply) (choice=Cannabis joints, bong, pipe) +Please select smoking types used (Check all that apply) (choice=Vapes) +Please select smoking types used (Check all that apply) (choice=e-cigarettes) +Please select smoking types used (Check all that apply) (choice=Hookah) +Please select smoking types used (Check all that apply) (choice=Pipes) +Please select smoking types used (Check all that apply) (choice=Other (Please specify)) +Please select smoking types used (Check all that apply) (choice=Prefer not to answer) +How often do/did you smoke? +Do you drink alcohol? +How often do you have at least one drink containing alcohol? Drinks can be beer, wine, shots of liquor, cocktails containing a shot of liquor. +How many drinks containing alcohol do you have on a typical day when you are drinking? One drink is 12 oz. beer, 5 oz. wine, 1.5 oz. (one shot) liquor. +How often did you have six or more drinks on one occasion in the past year? +Have you drunk alcohol today? +How many drinks did you have? +Have you ever been in rehab or counseling for heavy alcohol use? +Are you currently in recovery for alcohol use? +How many small (8oz or 230ml) cups of coffee OR shots of espresso OR caffeinated teas do you drink on a typical day? +How many small (8oz or 230ml) cups of coffee OR shots of espresso OR caffeinated teas have you had TODAY? +How many small (8oz or 230ml) cups of water do you drink on a typical day? +How many small (8oz or 230ml) cups of water have you had TODAY? +Do you have any dental problems that might affect speech? +Do you currently have seasonal allergies, cold-like symptoms, or other conditions that may affect your voice today? +Check all that apply: (choice=Nasal congestion or obstruction) +Check all that apply: (choice=Cough) +Check all that apply: (choice=Scratchy or sore throat) +Check all that apply: (choice=Shortness of breath) +How tired are you? 0=not tired at all, 10=extremely tired +Height (inches) +Weight (pounds) +Unit +There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Anxiety or nervousness) +There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Confusion) +There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Dizziness) +There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Frequent or severe headache or migraine) +There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Sleep disturbance) +There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Speech difficulty) +There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Prefer not to answer) +Ear (choice=Chronic ear infection) +Ear (choice=Cochlear implant) +Ear (choice=Hearing loss) +Nose (choice=Frequent sinusitis) +Throat (choice=Pre-cancerous throat lesion (e.g., laryngeal leukoplakia or keratosis)) +Throat (choice=Reflux (heartburn)) +Throat (choice=Reinke's edema, polypoid corditis, or smoker's larynx) +Throat (choice=Sjögren's syndrome) +Throat (choice=Swallowing disorders (dysphagia)) +Throat (choice=Throat cancer) +Throat (choice=Thyroid disease) +Throat (choice=Velopharyngeal insufficiency) +Throat (choice=Vocal fold dysfunction, paradoxical vocal fold motion, or inducible laryngeal obstruction) +Throat (choice=Vocal fold polyp, nodule, or cyst) +Throat (choice=Vocal hemorrhage or bleed) +Throat (choice=Voice/throat disorder) +Head (choice=Radiation around head and neck) +Head (choice=Seasonal allergies) +Ear (choice=Chronic ear surgery (e.g., mastoid)) +Ear (choice=Ear tubes) +Nose (choice=Septoplasty/Rhinoplasty) +Nose (choice=Sinus surgery) +Throat (choice=Airway surgery) +Throat (choice=Throat surgery) +Throat (choice=Thyroid surgery) +Throat (choice=Tonsillectomy/Adenoidectomy) +Head (choice=Head/Neck cancer (e.g., oropharyngeal cancer)) +Head (choice=Sleep surgery) +Neurological Medical History (choice=Brain tumor) +Neurological Medical History (choice=Dysarthria) +Neurological Medical History (choice=Epilepsy) +Neurological Medical History (choice=Multiple sclerosis) +Neurological Medical History (choice=Traumatic brain injury) +Neurological Medical History (choice=Other) +Do you currently have these conditions or currently experience symptoms as a result of having had these conditions? +Respiratory Conditions (choice=Bronchiectasis) +Respiratory Conditions (choice=Cancer (lung or metastatic)) +Respiratory Conditions (choice=Emphysema) +Respiratory Conditions (choice=Interstitial lung disease (sarcoidosis, pulmonary fibrosis)) +Respiratory Conditions (choice=Pneumothorax or atelectasis (collapsed lung)) +Respiratory Conditions (choice=Pulmonary hypertension) +Respiratory Conditions (choice=Radiation to the chest) +Respiratory Conditions (choice=Tuberculosis) +Cancer (lung or metastatic) (choice=Lung) +Cancer (lung or metastatic) (choice=Metastatic) +Have you had COVID recently, or are you currently experiencing the effects of long COVID? (check all that apply) (choice=COVID in the past year) +Have you had COVID recently, or are you currently experiencing the effects of long COVID? (check all that apply) (choice=Long COVID (symptoms persisted at least four weeks after initial infection)) +Have you had COVID in the past month? +Are you currently using CPAP or supplemental oxygen? (check all that apply) (choice=Active CPAP use) +Are you currently using CPAP or supplemental oxygen? (check all that apply) (choice=On supplemental oxygen) +Have you had any of the interventions mentioned below? (check all that apply) Respiratory medical history (choice=Craniofacial or chest wall trauma) +Have you had any of the interventions mentioned below? (check all that apply) Respiratory medical history (choice=Previous lobectomy) +Have you had any of the interventions mentioned below? (check all that apply) Respiratory medical history (choice=Prior chest/airway surgery) +Have you had any of the interventions mentioned below? (check all that apply) Respiratory medical history (choice=Prolonged intubation (more than a week)) +Have you been exposed to environmental pollution that may affect your breathing or voice? +Are you having difficulty breathing today? +Please specify the level of difficulty +Are you coughing today? +What is the severity of your cough? A selection of 10 being means the most severe. +Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Atrial fibrillation) +Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Cardiac condition) +Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Chronic pericarditis) +Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Congestive heart failure) +Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Coronary heart disease) +Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Hypertension) +Some other conditions can affect the sound of your voice. Have you been diagnosed with any of these conditions by a clinician? (check all that apply) (choice=Chronic kidney disease) +Some other conditions can affect the sound of your voice. Have you been diagnosed with any of these conditions by a clinician? (check all that apply) (choice=Diabetes) +Some other conditions can affect the sound of your voice. Have you been diagnosed with any of these conditions by a clinician? (check all that apply) (choice=Infectious disease) +Some other conditions can affect the sound of your voice. Have you been diagnosed with any of these conditions by a clinician? (check all that apply) (choice=Obesity) +Some other conditions can affect the sound of your voice. Have you been diagnosed with any of these conditions by a clinician? (check all that apply) (choice=Scoliosis) +Standing for long periods such as 30 minutes? +Taking care of your household responsibilities? +Learning a new task, for example, learning how to get to a new place? +How much of a problem did you have joining in community activities (for example, festivities, religious or other activities) in the same way as anyone else can? +How much have you been emotionally affected by your health problems? +Concentrating on doing something for ten minutes? +Walking a long distance such as a kilometer [or equivalent]? +Washing your whole body? +Getting dressed? +Dealing with people you do not know? +Maintaining a friendship? +Your day-to-day work? +Overall, in the past 30 days, how many days were these difficulties present? +In the past 30 days, for how many days were you totally unable to carry out your usual activities or work because of any health condition? +In the past 30 days, not counting the days that you were totally unable, for how many days did you cut back or reduce your usual activities or work because of any health condition? +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Antibiotics) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Anti-histamines (allergy medications)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Anti-Hypertensive Medications (Blood Pressure Medication)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Diuretics (ex: Lasix)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Decongestants) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Muscle relaxants (ex: Baclofen)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Hormone use) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Inhaled corticosteroids) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Oral steroids) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Anti-anxiety medications: (ex: Benzodiazepine)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Chronic Pain medication) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Psychotropic/antipsychotic medications (ex: Clozapine)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Antidepressants (ex: amitriptyline)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Immune suppressors (ex: Methotrexate)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Reflux medications (ex: Pantoprazole, Nexium)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Anticholinergics (ex: Ventolin)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Anticoagulants (blood thinners)) +Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Antiepileptic (ex: Phenytoin)) +Hormone use (choice=Oral contraceptive) +Hormone use (choice=Hormonal replacement therapy (HRT)) +Hormone use (choice=Androgenic steroids) +Hormone use (choice=Other) +Chronic Pain medication (choice=NSAIDs (ex: Ibuprofen/Advil/Celebrex)) +Chronic Pain medication (choice=Morphine/Oxycodone) +Chronic Pain medication (choice=Neuro-modulators (ex: Gabapentin, Lyrica)) +Do you menstruate? +Please explain +Where in your cycle are you? (We ask because this may affect your voice.) +Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Bartender) +Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Waiter, receptionist) +Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Speaking (secretary, call center, attorney, salesperson)) +Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Teacher) +Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Singer) +Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Cheerleading) +Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Other) +How many hours per day do you do this activity with a loud voice or in a loud environment that requires elevating your voice (for instance, a noisy bar or a noisy classroom)? +How good do you think you are at reading out loud in [English/Spanish/French], that is, reading out loud without making mistakes and understanding what you read at a normal rate? +Session ID +Questionnaire Duration (seconds) +How would rate your voice quality today from 1-10? 1 is the lowest quality and 10 is the best voice quality. +Session ID +Questionnaire Duration (seconds) +My voice makes it difficult for people to hear me. +People have difficulty understanding me in a noisy room. +My voice difficulties restrict personal and social life. +I feel left out of conversations because of my voice. +My voice problem causes me to lose income. +I feel as though I have to strain to produce voice. +The clarity of my voice is unpredictable. +My voice problem upsets me. +My voice makes me feel handicapped. +People ask, 'What's wrong with your voice?' +Session ID +Questionnaire Duration (seconds) +Little interest or pleasure in doing things. +Feeling down, depressed, or hopeless. +Trouble falling or staying asleep, or sleeping too much. +Feeling tired or having little energy. +Poor appetite or overeating. +Feeling bad about yourself - or that you are a failure or have let yourself or your family down. +Trouble concentrating on things, such as reading the newspaper or watching television. +Moving or speaking so slowly that other people could have noticed? Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual. +Thoughts that you would be better off dead or of hurting yourself in some way. +How difficult have they made it for you to do your work, take care of things at home, or get along with other people? +Session ID +Questionnaire Duration (seconds) +Feeling nervous, anxious, or on edge. +Not being able to stop or control worrying. +Worrying too much about different things. +Trouble relaxing. +Being so restless that it is hard to sit still. +Becoming easily annoyed or irritable. +Feeling afraid, as if something awful might happen. +How difficult have they made it for you to do your work, take care of things at home, or get along with other people? +Session ID +Questionnaire Duration (seconds) +Describe the severity of auditory-perceptual attributes of a voice problem. Overall severity scale (0-100) +Session ID +Questionnaire Duration (seconds) +Upset +Hostile +Alert +Ashamed +Inspired +Nervous +Determined +Attentive +Afraid +Active +Session ID +Questionnaire Duration (seconds) +Sad or down +Joyful +Motivated or interested +Lack of pleasure (in things you tend to enjoy) +Tired or fatigued +Energetic +Agitated (restless, fidgety, pacing, cannot sit still) +Irritated or angry (towards something or someone) +Lonely or isolated +Concentrated (not distracted or inattentive) +Relaxed or calm +Worried or anxious +Desire to escape (your thoughts and/or feelings) +Session ID +Questionnaire Duration (seconds) +Little interest or pleasure in doing things? +Feeling down, depressed, or hopeless? +Feeling more irritated, grouchy, or angry than usual? +Sleeping less than usual, but still have a lot of energy? +Starting lots more projects than usual or doing more risky things than usual? +Feeling nervous, anxious, frightened, worried, or on edge? +Feeling panic or being frightened? +Avoiding situations that make you anxious? +Unexplained aches and pains (e.g., head, back, joints, abdomen, legs)? +Feeling that your illnesses are not being taken seriously enough? +Thoughts of actually hurting yourself? +Hearing things other people couldn't hear, such as voices even when no one was around? +Feeling that someone could hear your thoughts, or that you could hear what another person was thinking? +Problems with sleep that affected your sleep quality overall? +Problems with memory (e.g., learning new information) or with location (e.g., finding your way home)? +Unpleasant thoughts, urges, or images that repeatedly enter your mind? +Feeling driven to perform certain behaviors or mental acts over and over again? +Feeling detached or distant from yourself, your body, your physical surroundings, or your memories? +Not knowing who you really are or what you want out of life? +Not feeling close to other people or enjoying your relationships with them? +Drinking at least 4 drinks of any kind of alcohol in a single day? +Smoking any cigarettes, a cigar, or pipe, or using snuff or chewing tobacco? +Using any of the following medicines ON YOUR OWN, that is, without a doctor's prescription, in greater amounts or longer than prescribed [e.g., painkillers (like Vicodin), stimulants (like Ritalin or Adderall), sedatives or tranquilizers (like sleeping pills or Valium), or drugs like marijuana, cocaine or crack, club drugs (like ecstasy), hallucinogens (like LSD), heroin, inhalants or solvents (like glue), or methamphetamine (like speed)]? +Question 1 +Question 2 +Question 3 +Question 4 +Question 5 +Felt moments of sudden terror, fear, or fright in social situations +Felt anxious, worried, or nervous about social situations +Had thoughts of being rejected, humiliated, embarrassed, ridiculed, or offending others +Felt a racing heart, sweaty, trouble breathing, faint, or shaky in social situations +Felt tense muscles, felt on edge or restless, or had trouble relaxing in social situations +Avoided, or did not approach or enter, social situations +Left social situations early or participated only minimally (e.g., said little, avoided eye contact) +Spent a lot of time preparing what to say or how to act in social situations +Distracted myself to avoid thinking about social situations +Needed help to cope with social situations (e.g., alcohol or medications, superstitious objects) +Session ID +Questionnaire Duration (seconds) +Please list the traumatic event that you experienced +Having 'flashbacks', that is, you suddenly acted or felt as if a stressful experience from the past was happening all over again (for example, you reexperienced parts of a stressful experience by seeing, hearing, smelling, or physically feeling parts of the experience)? +Feeling very emotionally upset when something reminded you of a stressful experience? +Trying to avoid thoughts, feelings, or physical sensations that reminded you of a stressful experience? +Thinking that a stressful event happened because you or someone else (who didn't directly harm you) did something wrong or didn't do everything possible to prevent it, or because of something about you? +Having a very negative emotional state (for example, you were experiencing lots of fear, anger, guilt, shame, or horror) after a stressful experience? +Losing interest in activities you used to enjoy before having a stressful experience? +Being 'super alert', on guard, or constantly on the lookout for danger? +Feeling jumpy or easily startled when you hear an unexpected noise? +Being extremely irritable or angry to the point where you yelled at other people, got into fights, or destroyed things? +Session ID +Questionnaire Duration (seconds) +How often do you have trouble wrapping up the final details of a project, once the challenging parts have been done? +How often do you have difficulty getting things in order when you have to do a task that requires organization? +How often do you have problems remembering appointments or obligations? +When you have a task that requires a lot of thought, how often do you avoid or delay getting started? +How often do you fidget or squirm with your hands or feet when you have to sit down for a long time? +How often do you feel overly active and compelled to do things, like you were driven by a motor? +How often do you make careless mistakes when you have to work on a boring or difficult project? +How often do you have difficulty keeping your attention when you are doing boring or repetitive work? +How often do you have difficulty concentrating on what people say to you, even when they are speaking to you directly? +How often do you misplace or have difficulty finding things at home or at work? +How often are you distracted by activity or noise around you? +How often do you leave your seat in meetings or other situations in which you are expected to remain seated? +How often do you feel restless or fidgety? +How often do you have difficulty unwinding and relaxing when you have time to yourself? +How often do you find yourself talking too much when you are in social situations? +When you're in a conversation, how often do you find yourself finishing the sentences of the people you are talking to, before they can finish them themselves? +How often do you have difficulty waiting your turn in situations when turn-taking is required? +How often do you interrupt others when they are busy? +Session ID +Questionnaire Duration (seconds) +I have trouble getting air in. +I feel tightness in my throat when I am having my breathing problem. +It takes more effort to breathe than it used to. +Changes in the weather affect my breathing problem. +My breathing gets worse with stress. +I make sound/noise breathing in. +I have to strain to breathe. +My shortness of breath gets worse with exercise or physical activity. +My breathing problem makes me feel stressed. +My breathing problem causes me to restrict my personal and social life. +Session ID +Questionnaire Duration (seconds) +In the last 2 weeks, have you had chest or stomach pains as a result of your cough? +In the last 2 weeks, have you been bothered by sputum (phleglegm) production when you cough? +In the last 2 weeks, have you been tired because of your cough? +How often during the last 2 weeks have you felt embarrassed by your coughing? +In the last 2 weeks, my cough has made me feel anxious. +In the last 2 weeks, my cough has interfered with my job or other daily tasks. +In the last 2 weeks, I felt that my cough interfered with the overall enjoyment of my life. +In the last 2 weeks, exposure to paint or fumes has made me cough. +In the last 2 weeks, has your cough disturbed your sleep? +In the last 2 weeks, how many times a day have you had a coughing bout? +In the last 2 weeks, my cough has made me feel frustrated. +In the last 2 weeks, my cough has made me feel fed up. +In the last 2 weeks, have you suffered from a hoarse voice as a result of your cough? +In the last 2 weeks, have you worried that your cough may indicate serious illness? +In the last 2 weeks, have you been concerned that other people think something is wrong with you, because of your cough? +In the last 2 weeks, my cough has interrupted conversation or telephone calls. +In the last 2 weeks, I feel that my cough has annoyed my partner, family, or friends. +In the last 2 weeks, have you felt in control of your cough? +In the last 2 weeks, have you had a lot of energy? +Session ID +Questionnaire Duration (seconds) +Winograd Schema Score +Number of questions asked +Questions asked (Comma separated) +The city councilmen refused the demonstrators a permit because they feared violence. Who feared violence? +The city councilmen refused the demonstrators a permit because they advocated violence. Who advocated violence? +The trophy doesn't fit into the brown suitcase because it's too small. What is too small? +The trophy doesn't fit into the brown suitcase because it's too large. What is too large? +Joan made sure to thank Susan for all the help she had given. Who had given help? +Joan made sure to thank Susan for all the help she had received. Who had received help? +Paul tried to call George on the phone, but he wasn't successful. Who was not successful? +Paul tried to call George on the phone, but he wasn't available. Who was not available? +The lawyer asked the witness a question, but he was reluctant to answer it. Who was reluctant to answer the question? +The lawyer asked the witness a question, but he was reluctant to repeat it. Who was reluctant to repeat the question? +The delivery truck zoomed by the school bus because it was going so fast. What was going so fast? +The delivery truck zoomed by the school bus because it was going so slow. What was going so slow? +Frank felt vindicated when his longtime rival Bill revealed that he was the winner of the competition. Who was the winner of the competition? +Frank felt crushed when his longtime rival Bill revealed that he was the winner of the competition. Who was the winner of the competition? +The man couldn't lift his son because he was so weak. Who was weak? +The man couldn't lift his son because he was so heavy. Who was heavy? +The large ball crashed right through the table because it was made of steel. What was made of steel? +The large ball crashed right through the table because it was made of styrofoam. What was made of styrofoam? +John couldn't see the stage with Billy in front of him because he is so short. Who is so short? +John couldn't see the stage with Billy in front of him because he is so tall. Who is so tall? +Tom threw his schoolbag down to Ray after he reached the top of the stairs. Who reached the top of the stairs? +Tom threw his schoolbag down to Ray after he reached the bottom of the stairs. Who reached the bottom of the stairs? +Although they ran at about the same speed, Sue beat Sally because she had such a good start. Who had a good start? +Although they ran at about the same speed, Sue beat Sally because she had such a bad start. Who had a bad start? +The sculpture rolled off the shelf because it wasn't anchored. What wasn't anchored? +The sculpture rolled off the shelf because it wasn't level. What wasn't level? +Sam's drawing was hung just above Tina's, and it did look much better with another one below it. Which looked better? +Sam's drawing was hung just above Tina's, and it did look much better with another one above it. Which looked better? +Anna did a lot better than her good friend Lucy on the test because she had studied so hard. Who studied hard? +Anna did a lot worse than her good friend Lucy on the test because she had studied so hard. Who studied hard? +The firemen arrived after the police because they were coming from so far away. Who came from far away? +The firemen arrived before the police because they were coming from so far away. Who came from far away? +Frank was upset with Tom because the toaster he had bought from him didn't work. Who had bought the toaster? +Frank was upset with Tom because the toaster he had sold to him didn't work. Who had sold the toaster? +Jim yelled at Kevin because he was so upset. Who was upset? +Jim comforted Kevin because he was so upset. Who was upset? +The sack of potatoes had been placed above the bag of flour, so it had to be moved first. What had to be moved first? +The sack of potatoes had been placed below the bag of flour, so it had to be moved first. What had to be moved first? +Pete envies Martin because he is very successful. Who is very successful? +Pete envies Martin although he is very successful. Who is very successful? +I was trying to balance the bottle upside down on the table, but I couldn't do it because it was so top-heavy. What was top-heavy? +I was trying to balance the bottle upside down on the table, but I couldn't do it because it was so uneven. What was uneven? +I spread the cloth on the table in order to protect it. To protect what? +I spread the cloth on the table in order to display it. To display what? +The older students were bullying the younger ones, so we rescued them. Whom did we rescue? +The older students were bullying the younger ones, so we punished them. Whom did we punish? +I poured water from the bottle into the cup until it was full. What was full? +I poured water from the bottle into the cup until it was empty. What was empty? +Susan knows all about Ann's personal problems because she is nosy. Who is nosy? +Susan knows all about Ann's personal problems because she is indiscreet. Who is indiscreet? +Susan knew that Ann's son had been in a car accident, so she told her about it. Who told the other about the accident? +Susan knew that Ann's son had been in a car accident because she told her about it. Who told the other about the accident? +Joe's uncle can still beat him at tennis, even though he is 30 years older. Who is older? +Joe's uncle can still beat him at tennis, even though he is 30 years younger. Who is younger? +The police left the house and went into the garage, where they found the murder weapon. Where did they find the murder weapon? +The police left the house and went into the garage after they found the murder weapon. Where did they find the murder weapon? +The painting in Mark's living room shows an oak tree. It is to the right of the bookcase. What is to the right of the bookcase? +The painting in Mark's living room shows an oak tree. It is to the right of a house. What is to the right of a house? +There is a gap in the wall. You can see the garden through it. You can see the garden through what? +There is a gap in the wall. You can see the garden behind it. You can see the garden behind what? +The drain is clogged with hair. It has to be cleaned. What has to be cleaned? +The drain is clogged with hair. It has to be removed. What has to be removed? +My meeting started at 4:00, and I needed to catch the train at 4:30, so there wasn't much time. Luckily, it was short, so it worked out. What was short? +My meeting started at 4:00, and I needed to catch the train at 4:30, so there wasn't much time. Luckily, it was delayed, so it worked out. What was delayed? +There is a pillar between me and the stage, and I can't see it. What can't I see? +There is a pillar between me and the stage, and I can't see around it. What can't I see around? +They broadcast an announcement, but a subway came into the station, and I couldn't hear it. What couldn't I hear? +They broadcast an announcement, but a subway came into the station, and I couldn't hear over it. What couldn't I hear over? +In the middle of the outdoor concert, the rain started falling, and it continued until 10. What continued until 10? +In the middle of the outdoor concert, the rain started falling, but it continued until 10. What continued until 10? +I used an old rag to clean the knife, and then I put it in the drawer. What did I put in the drawer? +I used an old rag to clean the knife, and then I put it in the trash. What did I put in the trash? +Ann asked Mary what time the library closes, but she had forgotten. Who had forgotten? +Ann asked Mary what time the library closes because she had forgotten. Who had forgotten? +I took the water bottle out of the backpack so that it would be lighter. What would be lighter? +I took the water bottle out of the backpack so that it would be handy. What would be handy? +I couldn't put the pot on the shelf because it was too high. What was too high? +I couldn't put the pot on the shelf because it was too tall. What was too tall? +I'm sure that my map will show this building; it is very famous. What is famous? +I'm sure that my map will show this building; it is very good. What is good? +Bob paid for Charlie's college education. He is very generous. Who is generous? +Bob paid for Charlie's college education. He is very grateful. Who is grateful? +Bob paid for Charlie's college education, but now Charlie acts as though it never happened. He is very hurt. Who is hurt? +Bob paid for Charlie's college education, but now Charlie acts as though it never happened. He is very ungrateful. Who is ungrateful? +Bob was playing cards with Adam and was way ahead. If Adam hadn't had a sudden run of good luck, he would have won. Who would have won? +Bob was playing cards with Adam and was way ahead. If Adam hadn't had a sudden run of good luck, he would have lost. Who would have lost? +Adam can't leave work here until Bob arrives to replace him. If Bob had left home for work on time, he would be here by this time. Who would be here? +Adam can't leave work here until Bob arrives to replace him. If Bob had left home for work on time, he would be gone by this time. Who would be gone? +If the con artist has succeeded in fooling Sam, he would have gotten a lot of money. Who would have gotten the money? +If the con artist has succeeded in fooling Sam, he would have lost a lot of money. Who would have lost the money? +It was a summer afternoon, and the dog was sitting in the middle of the lawn. After a while, it got up and moved to a spot under the tree because it was hot. What was hot? +It was a summer afternoon, and the dog was sitting in the middle of the lawn. After a while, it got up and moved to a spot under the tree because it was cooler. What was cooler? +The cat was lying by the mouse hole, waiting for the mouse, but it was too cautious. What was too cautious? +The cat was lying by the mouse hole, waiting for the mouse, but it was too impatient. What was too impatient? +Anne gave birth to a daughter last month. She is a very charming woman. Who is a very charming woman? +Anne gave birth to a daughter last month. She is a very charming baby. Who is a very charming baby? +Alice tried frantically to stop her daughter from chatting at the party, leaving us to wonder why she was behaving so strangely. Who was behaving strangely? +Alice tried frantically to stop her daughter from barking at the party, leaving us to wonder why she was behaving so strangely. Who was behaving strangely? +I saw Jim yelling at some guy in a military uniform with a huge red beard. I don't know who he was, but he looked very unhappy. Who looked very unhappy? +I saw Jim yelling at some guy in a military uniform with a huge red beard. I don't know why he was, but he looked very unhappy. Who looked very unhappy? +The fish ate the worm. It was tasty. What was tasty? +The fish ate the worm. It was hungry. What was hungry? +I was trying to open the lock with the key, but someone had filled the keyhole with chewing gum, and I couldn't get it in. What couldn't I get in? +I was trying to open the lock with the key, but someone had filled the keyhole with chewing gum, and I couldn't get it out. What couldn't I get out? +The dog chased the cat, which ran up a tree. It waited at the top. Which waited at the top? +The dog chased the cat, which ran up a tree. It waited at the bottom. Which waited at the bottom? +In the storm, the tree fell down and crashed through the roof of my house. Now, I have to get it removed. What has to be removed? +In the storm, the tree fell down and crashed through the roof of my house. Now, I have to get it repaired. What has to be repaired? +The customer walked into the bank and stabbed one of the tellers. He was immediately taken to the emergency room. Who was taken to the emergency room? +The customer walked into the bank and stabbed one of the tellers. He was immediately taken to the police station. Who was taken to the police station? +John was doing research in the library when he heard a man humming and whistling. He was very annoyed. Who was annoyed? +John was doing research in the library when he heard a man humming and whistling. He was very annoying. Who was annoying? +John was jogging through the park when he saw a man juggling watermelons. He was very impressed. Who was impressed? +John was jogging through the park when he saw a man juggling watermelons. He was very impressive. Who was impressive? +Bob collapsed on the sidewalk. Soon he saw Carl coming to help. He was very ill. Who was ill? +Bob collapsed on the sidewalk. Soon he saw Carl coming to help. He was very concerned. Who was concerned? +Sam and Amy are passionately in love, but Amy's parents are unhappy about it because they are snobs. Who are snobs? +Sam and Amy are passionately in love, but Amy's parents are unhappy about it because they are fifteen. Who are fifteen? +Mark told Pete many lies about himself, which Pete included in his book. He should have been more truthful. Who should have been more truthful? +Mark told Pete many lies about himself, which Pete included in his book. He should have been more skeptical. Who should have been more skeptical? +Joe has sold his house and bought a new one a few miles away. He will be moving out of it on Thursday. Which house will he be moving out of? +Joe has sold his house and bought a new one a few miles away. He will be moving into it on Thursday. Which house will he be moving into? +Many people start to read Paul's books and can't put them down. They are gripped because Paul writes so well. Who or what are gripped? +Many people start to read Paul's books and can't put them down. They are popular because Paul writes so well. Who or what are popular? +Mary took out her flute and played one of her favorite pieces. She has loved it since she was a child. What has Mary loved since she was a child? +Mary took out her flute and played one of her favorite pieces. She has had it since she was a child. What has Mary had since she was a child? +Sam pulled up a chair to the piano, but it was broken, so he had to stand instead. What was broken? +Sam pulled up a chair to the piano, but it was broken, so he had to sing instead. What was broken? +Since it was raining, I carried the newspaper over my backpack to keep it dry. What was I trying to keep dry? +Since it was raining, I carried the newspaper in my backpack to keep it dry. What was I trying to keep dry? +Sara borrowed the book from the library because she needs it for an article she is working on. She reads it when she gets home from work. What does Sara read when she gets home from work? +Sara borrowed the book from the library because she needs it for an article she is working on. She writes it when she gets home from work. What does Sara write when she gets home from work? +This morning, Joey built a sandcastle on the beach and put a toy flag in the highest tower, but this afternoon, a breeze knocked it down. What did the breeze knock down? +This morning, Joey built a sandcastle on the beach and put a toy flag in the highest tower, but this afternoon, the tide knocked it down. What did the tide knock down? +Jane knocked on Susan's door, but there was no answer. She was out. Who was out? +Jane knocked on Susan's door, but there was no answer. She was disappointed. Who was disappointed? +Jane knocked on the door, and Susan answered it. She invited her to come out. Who invited whom? +Jane knocked on the door, and Susan answered it. She invited her to come in. Who invited whom? +Sam took French classes from Adam because he was eager to speak it fluently. Who was eager to speak French fluently? +Sam took French classes from Adam because he was known to speak it fluently. Who was known to speak French fluently? +The path to the lake was blocked, so we couldn't reach it. What couldn't we reach? +The path to the lake was blocked, so we couldn't use it. What couldn't we use? +The sun was covered by a thick cloud all morning, but luckily, by the time the picnic started, it was gone. What was gone? +The sun was covered by a thick cloud all morning, but luckily, by the time the picnic started, it was out. What was out? +We went to the lake because a shark had been seen at the ocean beach, so it was a dangerous place to swim. Which was a dangerous place to swim? +We went to the lake because a shark had been seen at the ocean beach, so it was a safer place to swim. Which was a safer place to swim? +Sam tried to paint a picture of shepherds with sheep, but they ended up looking more like dogs. What looked like dogs? +Sam tried to paint a picture of shepherds with sheep, but they ended up looking more like golfers. What looked like golfers? +Mary tucked her daughter Anne into bed so that she could sleep. Who is going to sleep? +Mary tucked her daughter Anne into bed so that she could work. Who is going to work? +Fred and Alice had very warm down coats, but they were not enough for the cold in Alaska. Who or what were not enough for the cold? +Fred and Alice had very warm down coats, but they were not prepared for the cold in Alaska. Who or what were not prepared for the cold? +Thomson visited Cooper's grave in 17— At that date, he had been dead for five years. Who had been dead for five years? +Thomson visited Cooper's grave in 17— At that date, he had been traveling for five years. Who had been traveling for five years? +Jackson was greatly influenced by Arnold, though he lived two centuries earlier. Who lived earlier? +Jackson was greatly influenced by Arnold, though he lived two centuries later. Who lived later? +Tom's daughter Eva is engaged to Dr. Stewart, who is his partner. The two doctors have known one another for ten years. Which two people have known one another for ten years? +Tom's daughter Eva is engaged to Dr. Stewart, who is his partner. The two lovers have known one another for ten years. Which two people have known one another for ten years? +I can't cut that tree down with that axe; it is too thick. What is too thick? +I can't cut that tree down with that axe; it is too small. What is too small? +The foxes are getting in at night and attacking the chickens. I shall have to guard them. What do I have to guard? +The foxes are getting in at night and attacking the chickens. I shall have to kill them. What do I have to kill? +The foxes are getting in at night and attacking the chickens. They have gotten very bold. What has gotten bold? +The foxes are getting in at night and attacking the chickens. They have gotten very nervous. What has gotten nervous? +Fred covered his eyes with his hands because the wind was blowing sand around. He opened them when the wind stopped. What did Fred open? +Fred covered his eyes with his hands because the wind was blowing sand around. He lowered them when the wind stopped. What did Fred lower? +The actress used to be named Terpsichore, but she changed it to Tina a few years ago because she figured it was easier to pronounce. Which name was easier to pronounce? +The actress used to be named Terpsichore, but she changed it to Tina a few years ago because she figured it was too hard to pronounce. Which name was too hard to pronounce? +Fred watched TV while George went out to buy groceries. After an hour, he got up. Who got up? +Fred watched TV while George went out to buy groceries. After an hour, he got back. Who got back? +Fred was supposed to run the dishwasher, but he put it off because he wanted to watch TV. But the show turned out to be boring, so he changed his mind and turned it on. What did Fred turn on? +Fred was supposed to run the dishwasher, but he put it off because he wanted to watch TV. But the show turned out to be boring, so he changed his mind and turned it off. What did Fred turn off? +Fred is the only man still alive who remembers my great-grandfather. He is a remarkable man. Who is a remarkable man? +Fred is the only man still alive who remembers my great-grandfather. He was a remarkable man. Who was a remarkable man? +Fred is the only man alive who still remembers my father as an infant. When Fred first saw my father, he was twelve years old. Who was twelve years old? +Fred is the only man alive who still remembers my father as an infant. When Fred first saw my father, he was twelve months old. Who was twelve months old? +In July, Kamchatka declared war on Yakutsk. Since Yakutsk's army was much better equipped and ten times larger, they were victorious within weeks. Who was victorious? +In July, Kamchatka declared war on Yakutsk. Since Yakutsk's army was much better equipped and ten times larger, they were defeated within weeks. Who was defeated? +Elizabeth moved her company from Sparta to Troy to save money on taxes; the taxes are much higher there. Where are the taxes higher? +Elizabeth moved her company from Sparta to Troy to save money on taxes; the taxes are much lower there. Where are the taxes lower? +Esther figures that she will save shipping costs if she builds her factory in Springfield instead of Franklin because most of her customers live there. In which town do most of Esther's customers live? +Esther figures that she will save shipping costs if she builds her factory in Springfield instead of Franklin because none of her customers live there. In which town do none of Esther's customers live? +There are too many deer in the park, so the park service brought in a small pack of wolves. The population should increase over the next few years. Which population will increase? +There are too many deer in the park, so the park service brought in a small pack of wolves. The population should decrease over the next few years. Which population will decrease? +Archaeologists have concluded that humans lived in Laputa 20,000 years ago. They hunted for deer on the river banks. Who hunted for deer? +Archaeologists have concluded that humans lived in Laputa 20,000 years ago. They hunted for evidence on the river banks. Who hunted for evidence? +The scientists are studying three species of fish that have recently been found living in the Indian Ocean. They appeared two years ago. Who or what appeared two years ago? +The scientists are studying three species of fish that have recently been found living in the Indian Ocean. They began two years ago. Who or what began two years ago? +The journalists interviewed the stars of the new movie. They were very cooperative, so the interview lasted for a long time. Who was cooperative? +The journalists interviewed the stars of the new movie. They were very persistent, so the interview lasted for a long time. Who was persistent? +The police arrested all of the gang members. They were trying to run the drug trade in the neighborhood. Who was trying to run the drug trade? +The police arrested all of the gang members. They were trying to stop the drug trade in the neighborhood. Who was trying to stop the drug trade? +I put the cake away in the refrigerator. It has a lot of butter in it. What has a lot of butter? +I put the cake away in the refrigerator. It has a lot of leftovers in it. What has a lot of leftovers? +Sam broke both his ankles, and he's walking with crutches. But a month or so from now, they should be better. What should be better? +Sam broke both his ankles, and he's walking with crutches. But a month or so from now, they should be unnecessary. What should be unnecessary? +When the sponsors of the bill got to the town hall, they were surprised to find that the room was full of opponents. They were very much in the majority. Who were in the majority? +When the sponsors of the bill got to the town hall, they were surprised to find that the room was full of opponents. They were very much in the minority. Who were in the minority? +Everyone really loved the oatmeal cookies; only a few people liked the chocolate chip cookies. Next time, we should make more of them. Which cookie should we make more of next time? +Everyone really loved the oatmeal cookies; only a few people liked the chocolate chip cookies. Next time, we should make fewer of them. Which cookie should we make fewer of next time? +We had hoped to place copies of our newsletter on all the chairs in the auditorium, but there were simply not enough of them. There are not enough of what? +We had hoped to place copies of our newsletter on all the chairs in the auditorium, but there were simply too many of them. There are too many of what? +I stuck a pin through a carrot. When I pulled the pin out, it left a hole. What left a hole? +I stuck a pin through a carrot. When I pulled the pin out, it had a hole. What had a hole? +I couldn't find a spoon, so I tried using a pen to stir my coffee. But that turned out to be a bad idea because it got full of ink. What got full of ink? +I couldn't find a spoon, so I tried using a pen to stir my coffee. But that turned out to be a bad idea because it got full of coffee. What got full of coffee? +Steve follows Fred's example in everything. He admires him hugely. Who admires whom? +Steve follows Fred's example in everything. He influences him hugely. Who influences whom? +The table won't fit through the doorway because it is too wide. What is too wide? +The table won't fit through the doorway because it is too narrow. What is too narrow? +Grace was happy to trade me her sweater for my jacket. She thinks it looks great on her. What looks great on Grace? +Grace was happy to trade me her sweater for my jacket. She thinks it looks dowdy on her. What looks dowdy on Grace? +Bill thinks that calling attention to himself was rude to Bert. Who called attention to himself? +Bill thinks that calling attention to himself was rude of Bert. Who called attention to himself? +John hired Bill to take care of him. Who is taking care of whom? +John hired himself out to Bill to take care of him. Who is taking care of whom? +John promised Bill to leave, so an hour later, he left. Who left? +John ordered Bill to leave, so an hour later, he left. Who left? +Sam Goodman's biography of the Spartan general Xenophanes conveys a vivid sense of the difficulties he faced in his childhood. Who faced difficulties? +Sam Goodman's biography of the Spartan general Xenophanes conveys a vivid sense of the difficulties he faced in his research. Who faced difficulties? +Emma's mother had died long ago, and her place had been taken by an excellent woman as governess. Whose place had been taken? +Emma's mother had died long ago, and her education had been taken care of by an excellent woman as governess. Whose education had been taken care of? +Jane knocked on Susan's door, but she did not answer. Who did not answer? +Jane knocked on Susan's door, but she did not get an answer. Who did not get an answer? +Joe paid the detective after he received the final report on the case. Who received the final report? +Joe paid the detective after he delivered the final report on the case. Who delivered the final report? +Beth didn't get angry with Sally, who had cut her off because she stopped and counted to ten. Who counted to ten? +Beth didn't get angry with Sally, who had cut her off because she stopped and apologized. Who apologized? +Jim signaled the barman and gestured toward his empty glass. Whose empty glass? +Jim signaled the barman and gestured toward his bathroom key. Whose bathroom key? +Dan took the rear seat while Bill claimed the front because his 'Dibs!' was quicker. Whose 'Dibs!' was quicker? +Dan took the rear seat while Bill claimed the front because his 'Dibs!' was slow. Whose 'Dibs!' was slow? +Tom said 'Check' to Ralph as he took his bishop. Whose bishop did Tom take? +Tom said 'Check' to Ralph as he moved his bishop. Whose bishop did Tom move? +As Andrea in the crop duster passed over Susan, she could see the landing strip. Who could see the landing strip? +As Andrea in the crop duster passed over Susan, she could see the landing gear. Who could see the landing gear? +Tom gave Ralph a lift to school, so he wouldn't have to walk. Who wouldn't have to walk? +Tom gave Ralph a lift to school, so he wouldn't have to drive alone. Who wouldn't have to drive alone? +Bill passed the half-empty plate to John because he was full. Who was full? +Bill passed the half-empty plate to John because he was hungry. Who was hungry? +Bill passed the gameboy to John because his turn was over. Whose turn was over? +Bill passed the gameboy to John because his turn was next. Whose turn was next? +The man lifted the boy onto his bunk bed. Whose bunk bed? +The man lifted the boy onto his shoulders. Whose shoulders? +Patting her back, the woman smiled at the girl. Whose back did the woman pat? +Stretching her back, the woman smiled at the girl. Whose back did the woman stretch? +Billy cried because Toby wouldn't share his toy. Who owned the toy? +Billy cried because Toby wouldn't accept his toy. Who owned the toy? +Lily spoke to Donna, breaking her concentration. Whose concentration? +Lily spoke to Donna, breaking her silence. Whose silence? +When Tommy dropped his ice cream, Timmy giggled, so Father gave him a stern look. Who got the look from Father? +When Tommy dropped his ice cream, Timmy giggled, so Father gave him a sympathetic look. Who got the look from Father? +As Ollie carried Tommy up the long winding steps, his legs dangled. Whose legs dangled? +As Ollie carried Tommy up the long winding steps, his legs ached. Whose legs ached? +The father carried the sleeping boy in his arms. Whose arms? +The father carried the sleeping boy in his bassinet. Whose bassinet? +The woman held the girl against her chest. Whose chest? +The woman held the girl against her will. Whose will? +Pam's parents came home and found her having sex with her boyfriend, Paul. They were embarrassed about it. Who were embarrassed? +Pam's parents came home and found her having sex with her boyfriend, Paul. They were furious about it. Who were furious? +Dr. Adams informed Kate that she had cancer and presented several options for future treatment. Who had cancer? +Dr. Adams informed Kate that she had retired and presented several options for future treatment. Who had retired? +Dan had to stop Bill from toying with the injured bird. He is very compassionate. Who is compassionate? +Dan had to stop Bill from toying with the injured bird. He is very cruel. Who is cruel? +Jane gave Joan candy because she was hungry. Who was hungry? +Jane gave Joan candy because she wasn't hungry. Who wasn't hungry? +I tried to paint a picture of an orchard, with lemons in the lemon trees, but they came out looking more like light bulbs. What looked like light bulbs? +I tried to paint a picture of an orchard, with lemons in the lemon trees, but they came out looking more like telephone poles. What looked like telephone poles? +James asked Robert for a favor, but he refused. Who refused? +James asked Robert for a favor, but he was refused. Who was refused? +Kirilov ceded the presidency to Shatov because he was more popular. Who was more popular? +Kirilov ceded the presidency to Shatov because he was less popular. Who was less popular? +Emma did not pass the ball to Janie although she was open. Who was open? +Emma did not pass the ball to Janie although she saw that she was open. Who saw that she was open? +Joe saw his brother skiing on TV last night, but the fool didn't recognize him. Who is the fool? +Joe saw his brother skiing on TV last night, but the fool didn't have a coat on. Who is the fool? diff --git a/data/sdv_redcap_synthetic_data_1000_rows.csv b/data/sdv_redcap_synthetic_data_1000_rows.csv new file mode 100644 index 0000000..35644c2 --- /dev/null +++ b/data/sdv_redcap_synthetic_data_1000_rows.csv @@ -0,0 +1,1001 @@ +Record ID,Repeat Instrument,Repeat Instance,Language,Consent Status,Is Feasibility Participant?,Enrollment Institution,Age,Eligible Studies (choice=Voice Disorders),Eligible Studies (choice=Neurological and Neurodegenerative Disorders),Eligible Studies (choice=Mood and Psychiatric Disorders),Eligible Studies (choice=Respiratory Disorders),Eligible Studies (choice=Pediatric Disorders),Is Control Participant?,Laryngeal cancer,"Lesions of the vocal cord (nodule, polyp, cyst)",Recurrent laryngeal papilloma (RRP),Spasmodic dysphonia / Laryngeal Tremor,Unilateral vocal fold paralysis,"Alzheimer's, dementia, or mild cognitive impairment",Amyotrophic Lateral Sclerosis (ALS),Parkinson's disease,Alcohol or Substance Use Disorder,Anxiety disorder,Attention-Deficit / Hyperactivity Disorder (ADHD),Autism Spectrum Disorder (ASD),Bipolar Disorder,Borderline Personality Disorder (BPD),Depression or Major Depressive Disorder,Eating Disorder (ED),Insomnia / sleep disorder,Obsessive-Compulsive Disorder (OCD),Panic Disorder,Post-Traumatic Stress Disorder (PTSD),Schizophrenia,Social Anxiety Disorder,Other psychiatric disorder,Asthma,Airway stenosis (for example: bilateral vocal fold paralysis; laryngeal stenosis),Chronic Cough,COPD,Obstructive Sleep Apnea (OSA),Complete?,Select a language,This application requires you to read text to answer questions. Do you have any vision-related requirements we can assist with?,"Yes, I would like to use some of the accessibility features of the app (choice=I would like to change the font size)","Yes, I would like to use some of the accessibility features of the app (choice=I would like to change the font color (high contrast mode))","Yes, I would like to use some of the accessibility features of the app (choice=I would like to use a screen reader)","Yes, I would like to use some of the accessibility features of the app (choice=I would like a person to read the text to me)",This application may present some sound files for you to listen to. Do you have any hearing-related requirements we can assist with?,"Yes, I would like to use some of the accessibility features of the app (choice=I would like to turn up the volume)","Yes, I would like to use some of the accessibility features of the app (choice=I would like to turn on closed captions)","Yes, I would like to use some of the accessibility features of the app (choice=I would like to use haptic feedback (vibrations) instead of audio cues)",This application requires you to navigate through the questions using a touch screen. Do you have any physical challenges we can accomodate?,"Yes, I would like to use some of the accessibility features of the app (choice=I would like to increase the size of the buttons)","Yes, I would like to use some of the accessibility features of the app (choice=I have an alternative keyboard Id like to connect instead)","Yes, I would like to use some of the accessibility features of the app (choice=I would like to navigate the survey using voice commands instead of the touch screen)","This application requires you to read text, answer questions, and follow directions. Do you have any cognitive challenges, including difficulty reading, that we can assist with?","Yes, I would like to use some of the accessibility features of the app (choice=I would like the questions to be read to me using text-to-speech)","Yes, I would like to use some of the accessibility features of the app (choice=I would like a person to read the text to me).1","Yes, I would like to use some of the accessibility features of the app (choice=I would like to speak my answers instead of typing them)",Check all that apply (choice=Self),Check all that apply (choice=Assistant),Check all that apply (choice=Parent/Caregiver),What is your primary language?,"If primary language is 'other', please specify:",Do you speak any additional language(s) fluently (similar to a native speaker)? (choice=None),Do you speak any additional language(s) fluently (similar to a native speaker)? (choice=English),Do you speak any additional language(s) fluently (similar to a native speaker)? (choice=French),Do you speak any additional language(s) fluently (similar to a native speaker)? (choice=Spanish),Do you speak any additional language(s) fluently (similar to a native speaker)? (choice=Other (please specify below)),"If you speak any other languages fluently, please specify:",Does the patient have VFP confirmed by laryngoscopy/stroboscopy?,What is the etiology?,Iatrogenic (surgery/intubation) subcategory,Tumor invading RLN - Subcategory,Degree of Glottic Gap,Overall Severity,Overall Severity.1,Roughness,Roughness.1,Breathiness,Breathiness.1,Strain,Strain.1,Pitch,Pitch.1,Loudness,Loudness.1,Comments about resonance,Does the patient have laryngeal dystonia as determined by qualitative expert team evaluation? (Select all that apply). (choice=Laryngologist),Does the patient have laryngeal dystonia as determined by qualitative expert team evaluation? (Select all that apply). (choice=Speech-Language Pathology),Does the patient have laryngeal dystonia as determined by qualitative expert team evaluation? (Select all that apply). (choice=Neurologist specializing in movement disorders),Did the patient have the following assessment? (Select all that apply). (choice=Aural-perceptual evaluation),Did the patient have the following assessment? (Select all that apply). (choice=Laryngoscopy or stroboscopy),Did the patient have the following assessment? (Select all that apply). (choice=Neurological evaluation), (choice=Adductor laryngeal dystonia (ADLD)), (choice=Abductor laryngeal dystonia (ABLD)), (choice=Vocal Tremor), (choice=Mixed laryngeal dystonia), (choice=Singers laryngeal dystonia (SLD)), (choice=Adductor laryngeal spasms during inspiration (ARLD)),What is the etiology?.1,Does the patient have any of the following concomitant conditions? (Select all that apply). (choice=Essential Tremor of the hands),Does the patient have any of the following concomitant conditions? (Select all that apply). (choice=Essential tremor of the head),Does the patient have any of the following concomitant conditions? (Select all that apply). (choice=Jaw tremor),Does the patient have any of the following concomitant conditions? (Select all that apply). (choice=Dystonia of the head and neck),Does the patient have any of the following concomitant conditions? (Select all that apply). (choice=Other type of dystonia),Overall Severity.2,Overall Severity.3,Roughness.2,Roughness.3,Breathiness.2,Breathiness.3,Strain.2,Strain.3,Pitch.2,Pitch.3,Loudness.2,Loudness.3,Comments about resonance.1,Has the patient undergone any treatment for their condition?,Select all that apply: (choice=Botox injections),Select all that apply: (choice=Voice/speech therapy),Select all that apply: (choice=Vibrotactile stimulation),Select all that apply: (choice=Deep brain stimulation),Select all that apply: (choice=Magnetic resonance imaging-guided focused ultrasound (MRgFUS)),Select all that apply: (choice=Other),When was the last injection?,Does the patient have a precancerous vocal fold lesion confirmed by laryngoscopy/stroboscopy?,Does the patient have a precancerous vocal fold lesion confirmed by biopsy/pathology?,What is the diagnosis? (Select all that apply). (choice=Keratosis),What is the diagnosis? (Select all that apply). (choice=Leukoplakia),What is the diagnosis? (Select all that apply). (choice=Erythroplakia),What is the diagnosis? (Select all that apply). (choice=Other),Leukoplakia,Leukoplakia with dysplasia,Erythroplakia,Erythroplakia with dysplasia,Does the patient have the following risk factors? (Select all that apply). (choice=Past or present smoking),Does the patient have the following risk factors? (Select all that apply). (choice=Laryngopharyngeal reflux),Does the patient have the following risk factors? (Select all that apply). (choice=Other irritants),Location of lesion(s) (Select all that apply). (choice=Right vocal fold),Location of lesion(s) (Select all that apply). (choice=Left vocal fold),Location of lesion(s) (Select all that apply). (choice=Both vocal folds),Location of lesion(s) (Select all that apply). (choice=Ventricular folds (right or left)),Location of lesion(s) (Select all that apply). (choice=Subglottal areas),Overall Severity.4,Overall Severity.5,Roughness.4,Roughness.5,Breathiness.4,Breathiness.5,Strain.4,Strain.5,Pitch.4,Pitch.5,Loudness.4,Loudness.5,Comments about resonance.2,Has the patient undergone any treatment for this condition?,Select all that apply: (choice=Surveillance only (previous diagnosis)),Select all that apply: (choice=Laser resection),Select all that apply: (choice=Laser ablation),Select all that apply: (choice=Microlaryngeal surgery without laser),Select all that apply: (choice=Radiotherapy for persistent or recurrent lesions),Select all that apply: (choice=Voice/speech therapy).1,Select all that apply: (choice=Other).1,Did the patient get a laryngoscopy/stroboscopy confirming the presence of a suspicious laryngeal lesion?,Does the patient have laryngeal cancer confirmed by biopsy/pathology report?,Did the patient undergo other types of scans? (Select all that apply). (choice=CT of the neck),Did the patient undergo other types of scans? (Select all that apply). (choice=CT of the chest),Did the patient undergo other types of scans? (Select all that apply). (choice=MRI of the neck),Did the patient undergo other types of scans? (Select all that apply). (choice=PET-CT),Did the patient undergo other types of scans? (Select all that apply). (choice=Ultrasound of the neck),Which laryngeal structures are/were involved? (Select all that apply). (choice=Right vocal fold),Which laryngeal structures are/were involved? (Select all that apply). (choice=Left vocal fold),Which laryngeal structures are/were involved? (Select all that apply). (choice=Both vocal folds),Which laryngeal structures are/were involved? (Select all that apply). (choice=Anterior commissure),Which laryngeal structures are/were involved? (Select all that apply). (choice=Ventricular folds (right or left)),Which laryngeal structures are/were involved? (Select all that apply). (choice=Subglottal areas),Check any risk factors of this patient in relation to their laryngeal cancer. (Select all that apply). (choice=Smoking),Check any risk factors of this patient in relation to their laryngeal cancer. (Select all that apply). (choice=Alcohol),Check any risk factors of this patient in relation to their laryngeal cancer. (Select all that apply). (choice=Family history),Check any risk factors of this patient in relation to their laryngeal cancer. (Select all that apply). (choice=Human Papilloma Virus (HPV)),Check any risk factors of this patient in relation to their laryngeal cancer. (Select all that apply). (choice=Exposure to other harmful substances),What is the T stage of the cancer based on the AJCC Classification?,What is the N stage of the cancer based on the AJCC Classification?,What is the M stage of the cancer based on the AJCC Classification?,Overall Severity.6,Overall Severity.7,Roughness.6,Roughness.7,Breathiness.6,Breathiness.7,Strain.6,Strain.7,Pitch.6,Pitch.7,Loudness.6,Loudness.7,Comments about resonance.3,Is the cancer causing stridor at rest?,Has the patient undergone any treatment for their condition?.1,Select all that apply: (choice=Radiation),Select all that apply: (choice=Chemotherapy),Select all that apply: (choice=Immunotherapy),Select all that apply: (choice=Surgery),Select all that apply: (choice=Voice/Speech therapy),Select all that apply: (choice=Other).2,Surgery (choice=Endoscopic laser),Surgery (choice=Partial laryngectomy),Does the patient have a benign lesion confirmed by laryngoscopy/stroboscopy?,What is the benign lesion diagnosis?,What is the etiology?.2,Location of lesion(s),Overall Severity.8,Overall Severity.9,Roughness.8,Roughness.9,Breathiness.8,Breathiness.9,Strain.8,Strain.9,Pitch.8,Pitch.9,Loudness.8,Loudness.9,Comments about resonance.4,Has the patient undergone any treatment for his condition?,Select all that apply: (choice=Voice/speech therapy).2,Select all that apply: (choice=Laryngeal microsurgery),Select all that apply: (choice=Voice rest),Select all that apply: (choice=Other).3,Laryngeal microsurgery,Diagnosis,Was a structured clinical interview done?,Was an objective questionnaire used?,Which objective questionnaire was used?,Disease Subtype,Psychotic Symptoms,Disease Severity,Diagnosis.1,Clinical depression (major depressive disorder) Subcategory,Was a structured clinical interview done?.1,Was an objective questionnaire used?.1,Which objective questionnaire was used?.1,Disease Subtype.1,Psychotic Symptoms.1,Disease Severity.1,Has the patient had pulmonary function testing within the past 3 months?,"Does the patient have airway stenosis confirmed by a laryngoscopy, bronchoscopy or CT imaging?",Confirmed by (choice=Confirmed by bronchoscopy or laryngoscopy),Confirmed by (choice=Confirmed by CT imaging),Disease Subtype.2,Bilateral Vocal fold immobility or Glottic Stenosis Subtype,What is the etiology?.3,Auto-immune or granulomatous disease Subcategory,Degree of Stenosis (Myer-Cotton Grade),Degree of Stenosis (Bogdasarian Classification),Anterior Glottic Web classification (Cohen),Grade of Stenosis (Aziz Classification of Supraglottic Stenosis),Grade of Stenosis (Aziz Classification of Supraglottic Stenosis).1,How would you subjectively classify the overall degree of stenosis?,How would you subjectively estimate the percent of stenosis from 0 to 100?,What treatment has the patient undergone for their stenosis? (choice=No treatment),What treatment has the patient undergone for their stenosis? (choice=Surgery),What treatment has the patient undergone for their stenosis? (choice=In-office treatment),Surgery options (choice=Endoscopic intervention with Laser and Balloon dilation and steroid injection),Surgery options (choice=Endoscopic laser wedge excision with balloon dilation and steroid injection),Surgery options (choice=Open Laryngotracheal reconstruction),Surgery options (choice=Laryngotracheoplasty (Maddern procedure)),Surgery options (choice=Tracheostomy),Surgery options (choice=Other),In-office/awake treatment options (choice=Awake Steroid injection(s) as sole treatment),In-office/awake treatment options (choice=Awake Steroid injection(s) as adjunct treatment),In-office/awake treatment options (choice=In-office or awake dilation),In-office/awake treatment options (choice=In-office or awake laser),Have you excluded other causes of cognitive/functional changes (and/or other subtypes)?,Specify the disease type in the patient:,What is the suspected or known etiology in the patient? (choice=Genetic factors),What is the suspected or known etiology in the patient? (choice=Age-related changes),"What is the suspected or known etiology in the patient? (choice=Other medical conditions (e.g., vascular factors, traumatic brain injury))","What is the suspected or known etiology in the patient? (choice=Substance-related (e.g., alcohol-induced cognitive impairment))",What is the suspected or known etiology in the patient? (choice=Other),"Genetic Factors Subcategory (choice=Familial Alzheimers disease (e.g., mutations in APP, PSEN1, PSEN2 genes))",Genetic Factors Subcategory (choice=Apolipoprotein E (APOE) ε4 allele),Genetic Factors Subcategory (choice=Other genetic factors),What is the current stage/severity of cognitive impairment or dementia in the patient? (choice=Mild cognitive impairment (MCI)),What is the current stage/severity of cognitive impairment or dementia in the patient? (choice=Clinical dementia rating (CDR) staging),Clinical dementia rating (CDR) staging subcategory:,Rowland Universal Dementia Assessment Scale (RUDAS) score:,Mini-Mental State Examination (MMSE) score:,Montreal Cognitive Assessment (MoCA) score:,Alzheimer's Disease Assessment Scale-Cognitive Subscale (ADAS-Cog) score:,Other cognitive assessment tool (Please Specify):,Other cognitive assessment tool score:,Has the patient undergone any treatment for Alzheimer's disease or cognitive impairment or other types of dementia?,Yes (choice=Medications),Yes (choice=Non-pharmacological interventions),"Medications: (choice=Cholinesterase inhibitors (e.g., Donepezil, Rivastigmine, Galantamine))","Medications: (choice=NMDA receptor antagonist (e.g., Memantine))",Medications: (choice=Other),Non-pharmacological interventions: (choice=Day program),Non-pharmacological interventions: (choice=Cognitive stimulation therapy),Non-pharmacological interventions: (choice=Reality orientation therapy),Non-pharmacological interventions: (choice=Reminiscence therapy),Non-pharmacological interventions: (choice=Physical exercise program),Non-pharmacological interventions: (choice=Dietary modifications),Non-pharmacological interventions: (choice=Other),Category 1 - Parkinsonism (choice=Bradykinesia),Category 1 - Parkinsonism (choice=Tremor),Category 1 - Parkinsonism (choice=Rigidity),Category 1 Criteria Met,Category 2 - Exclusion criteria (choice=Cerebellar abnormalities),Category 2 - Exclusion criteria (choice=Supranuclear gaze palsy),Category 2 - Exclusion criteria (choice=Diagnosis of behavioral variant of frontotemporal dementia or primary progressive aphasia within 5 years of disease onset),Category 2 - Exclusion criteria (choice=Parkinsonian features restricted to the lower limbs for more than 3 years),Category 2 - Exclusion criteria (choice=Treatment with a dopamine receptor blocker or dopamine depleting agent consistent with drug-induced parkinsonism),Category 2 - Exclusion criteria (choice=Absence of a response to high-dose levodopa despite at least moderate disease severity),"Category 2 - Exclusion criteria (choice=Cortical sensory loss, clear limb ideomotor apraxia, or progressive aphasia)",Category 2 - Exclusion criteria (choice=Normal functional imaging of the dopaminergic system (DAT scan)),Category 2 - Exclusion criteria (choice=Diagnosis of alternative condition causing parkinsonism which could be causing the symptoms),Category 2 Criteria Met,Category 3 - Supportive criteria (choice=Clear beneficial response to dopaminergic therapy),Category 3 - Supportive criteria (choice=Presence of levodopa-induced dyskinesia),Category 3 - Supportive criteria (choice=Rest tremor of a limb),Category 3 - Supportive criteria (choice=The presence of either olfactory loss or cardiac sympathetic denervation on MIBG scintigraphy (although the latter is rarely done in current practice)),Category 3 Criteria Met,Does the patient meet the diagnostic criteria for Parkinson's Disease (Parkinsonism) based on the criteria above?,Specify the subtype of Parkinson's Disease in the patient:,What is the suspected or known etiology of Parkinson's disease in the patient?,What is the current stage/severity of Parkinson's disease in the patient? • Hoehn and Yahr Scale:,Please provide scores or results from validated cognitive assessment tools: (choice=Unified Parkinsons Disease Rating Scale (UPDRS)),Please provide scores or results from validated cognitive assessment tools: (choice=Other motor assessment tool),Unified Parkinson's Disease Rating Scale (UPDRS),"Part I (Intellectual function, mood, behavior) score:",Part II (Activities of daily living) score:,Part III (Motor Examination) score:,Part IV (Motor complications) score:,Are there significant non-motor symptoms associated with Parkinson's disease in the patient?,"If you selected 'Yes', please specify:",Has the patient undergone any treatment for Parkinson's disease?,Yes (choice=Medications).1,Yes (choice=Non-pharmacological interventions).1,Medications: (choice=Levodopa),Medications: (choice=Dopamine agonists),Medications: (choice=MAO-B inhibitors),Medications: (choice=Amantadine),Medications: (choice=Other).1,Non-pharmacological interventions: (choice=Physical therapy),Non-pharmacological interventions: (choice=Occupational therapy),Non-pharmacological interventions: (choice=Speech therapy),Non-pharmacological interventions: (choice=Deep Brain Stimulation (DBS) therapy),Non-pharmacological interventions: (choice=Other).1,"(1) Progressive motor impairment documented by history or repeated clinical assessment, preceded by normal motor function;",(2) presence of UMN and LMN signs in at least 1 body region (with UMN and LMN dysfunction noted in the same body region if only one body region is involved) or LMN dysfunction in at least 2 body regions; ,(3) investigations excluding other disease processes.,Does the patient meet the diagnostic criteria for Amyotrophic Lateral Sclerosis (ALS) based on the criteria above?,Specify the type of ALS in the patient:,"If you selected 'Familial ALS', please specify the genetic mutation if known:",What is the suspected or known etiology of ALS in the patient? (choice=Genetic factors),What is the suspected or known etiology of ALS in the patient? (choice=Environmental factors),Genetic Factors (choice=C9orf72 mutation),Genetic Factors (choice=SOD1 mutation),Genetic Factors (choice=Other genetic factors),"Describe the clinical features and symptoms of ALS in the patient: (choice=Upper Motor Neuron Signs (e.g., spasticity, hyperreflexia))","Describe the clinical features and symptoms of ALS in the patient: (choice=Lower Motor Neuron Signs (e.g., muscle weakness, atrophy, fasciculations))","Describe the clinical features and symptoms of ALS in the patient: (choice=Bulbar Symptoms (e.g., dysarthria, dysphagia))",Describe the clinical features and symptoms of ALS in the patient: (choice=Respiratory Involvement),Please provide information on the current stage and progression of ALS:,Revised ALS Functional Rating Scale (ALSFRS-R) score:,Forced Vital Capacity (FVC) percentage (if measured):,Has the patient undergone any treatment or interventions for ALS?,Yes (choice=Medications).2,Yes (choice=Supportive Care),Medications (if applicable): (choice=Riluzole),Medications (if applicable): (choice=Edaravone),Medications (if applicable): (choice=Sodium phenylbutyrate/taurursodiol),Medications (if applicable): (choice=Tofersen),"Medications (if applicable): (choice=Symptomatic treatment (e.g., for spasticity, pain))",Medications (if applicable): (choice=Other),Supportive Care: (choice=Physical therapy),Supportive Care: (choice=Occupational therapy),Supportive Care: (choice=Speech therapy),"Supportive Care: (choice=Respiratory support (e.g., non-invasive ventilation))",Supportive Care: (choice=Nutrition and swallowing support),Supportive Care: (choice=Psychotherapy),Supportive Care: (choice=Other),Session ID,Session Status,Is Control Participant?.1,Session Duration (seconds),Session Site?,Acoustic Task ID,Session ID.1,Acoustic Task Name,Acoustic Task Cohort,Acoustic Task Status,Acoustic Task Duration (seconds),Recording ID,Acoustic Task ID.1,Session ID.2,Recording Name,Duration (Seconds),Recording Size (KiB),Recording Profile Name,Recording Profile Version,Recording Input Gain,Recording Microphone,Session ID.3,Questionnaire Duration (seconds),Who is completing this survey? (choice=Self),Who is completing this survey? (choice=Assistant),Who is completing this survey? (choice=Parent/Caregiver),State/Province,Country,What is your gender identity?,Please specify gender identity,What is your sexual orientation?,Which race category best describes you? Choose all that apply (choice=American Indian or Alaska Native),Which race category best describes you? Choose all that apply (choice=Asian),Which race category best describes you? Choose all that apply (choice=Black or African American),Which race category best describes you? Choose all that apply (choice=Native Hawaiian or other Pacific Islander),Which race category best describes you? Choose all that apply (choice=White),Which race category best describes you? Choose all that apply (choice=Canadian Indigenous or Aboriginal),Which race category best describes you? Choose all that apply (choice=Other),Which race category best describes you? Choose all that apply (choice=Prefer not to answer),What is your ethnic or cultural origin?,"If you selected 'other' level of education, please specify:",Are you deaf or do you have serious difficulty hearing?,"Are you blind or do you have serious difficulty seeing, even when wearing glasses?","Because of a physical, mental, or emotional condition, do you have serious difficulty concentrating, remembering, or making decisions?",Do you have serious difficulty walking or climbing stairs?,Do you have difficulty dressing or bathing?,"Because of a physical, mental, or emotional condition, do you have difficulty doing errands alone such as visiting a doctor's office or shopping?","What is your employment status? Choose all that apply (choice=Employed, freelance)","What is your employment status? Choose all that apply (choice=Employed, full time)","What is your employment status? Choose all that apply (choice=Employed, part time)","What is your employment status? Choose all that apply (choice=Employed, multiple part time jobs)",What is your employment status? Choose all that apply (choice=Student),What is your employment status? Choose all that apply (choice=Self-employed),What is your employment status? Choose all that apply (choice=Retired),What is your employment status? Choose all that apply (choice=Unemployed),What is your employment status? Choose all that apply (choice=Other),"What was your total household income last year (USD)? Please include all sources of income, including pensions, dividends, alimony, child support, etc.","What was your total household income last year (CAD)? Please include all sources of income, including pensions, dividends, alimony, child support, etc.",What is your marital status? Choose all that apply (choice=Single),What is your marital status? Choose all that apply (choice=Married),What is your marital status? Choose all that apply (choice=In a relationship),What is your marital status? Choose all that apply (choice=Not married),What is your marital status? Choose all that apply (choice=Separated),What is your marital status? Choose all that apply (choice=Divorced),What is your marital status? Choose all that apply (choice=Widowed),What is your current housing status?,How many people live in your household? Please specify a number,Spouse/partner/significant other,One or more children,One or more parent,One or more grandparent,Other,"If 'others' live in your household, please specify:",Do you have a reliable mode of transportation?,What is your primary mode of transportation?,Complete?.1,Session ID.4,Questionnaire Duration (seconds).1,Have you been a regular smoker or not within the last 3 years?,"Have you ever smoked regularly (more than a few times a month for at least two months)?This includes tobacco, cannabis, vapes, e-cigarettes, hookah, or pipes.",At what age did you start smoking?,At what age did you stop?,Please select smoking types used (Check all that apply) (choice=Tobacco cigarettes),"Please select smoking types used (Check all that apply) (choice=Cannabis joints, bong, pipe)",Please select smoking types used (Check all that apply) (choice=Vapes),Please select smoking types used (Check all that apply) (choice=e-cigarettes),Please select smoking types used (Check all that apply) (choice=Hookah),Please select smoking types used (Check all that apply) (choice=Pipes),Please select smoking types used (Check all that apply) (choice=Other (Please specify)),Please select smoking types used (Check all that apply) (choice=Prefer not to answer),How often do/did you smoke?,Do you drink alcohol?,"How often do you have at least one drink containing alcohol?Drinks can be beer, wine, shots of liquor, cocktails containing a shot of liquor","How many drinks containing alcohol do you have on a typical day when you are drinking?One drink is 12 oz. beer, 5 oz. wine, 1.5 oz. (one shot) liquor",How often did you have six or more drinks on one occasion in the past year? ,Have you drunk alcohol today?,How many drinks did you have?,Have you ever been in rehab or counseling for heavy alcohol use?,Are you currently in recovery for alcohol use?,How many small (8oz or 230ml) cups of coffee OR shots of espresso OR caffeinated teas do you drink on a typical day?,How many small (8oz or 230ml) cups of coffee OR shots of espresso OR caffeinated teas have you had TODAY?,How many small (8oz or 230ml) cups of water do you drink on a typical day?,How many small (8oz or 230ml) cups of water have you had TODAY?,Do you have any dental problems that might affect speech?,"Do you currently have seasonal allergies, cold-like symptoms or other conditions that may affect your voice today?",Check all that apply: (choice=Nasal congestion or obstruction),Check all that apply: (choice=Cough),Check all that apply: (choice=Scratchy or sore throat),Check all that apply: (choice=Shortness of breath),"How tired are you?0=not tired at all, 10=extremely tired",Height (inches),Weight (pounds),Unit,There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Anxiety or nervousness),There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Confusion),There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Dizziness),There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Frequent or severe headache or migraine),There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Sleep disturbance),There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Speech difficulty),There are some symptoms that can affect your voice. Are you currently experiencing any of these symptoms? Check all that apply. (choice=Prefer not to answer),Ear (choice=Chronic ear infection),Ear (choice=Cochlear implant),Ear (choice=Hearing loss),Nose (choice=Frequent sinusitis),Throat (choice=Pre-cancerous throat lesion (e.g. laryngeal leukoplakia or keratosis),Throat (choice=Reflux (heartburn)),"Throat (choice=Reinkes edema, polypoid corditis, or smokers larynx)",Throat (choice=Sjögrens syndrome),Throat (choice=Swallowing disorders (dysphagia)),Throat (choice=Throat cancer),Throat (choice=Thyroid disease),Throat (choice=Velopharyngeal insufficiency),"Throat (choice=Vocal fold dysfunction, paradoxical vocal fold motion, or inducible laryngeal obstruction)","Throat (choice=Vocal fold polyp, nodule, or cyst)",Throat (choice=Vocal hemorrhage or bleed),Throat (choice=Voice/throat disorder),Head (choice=Radiation around head and neck),Head (choice=Seasonal allergies),Ear (choice=Chronic ear surgery (e.g. mastoid)),Ear (choice=Ear tubes),Nose (choice=Septoplasty/Rhinoplasty),Nose (choice=Sinus surgery),Throat (choice=Airway surgery),Throat (choice=Throat surgery),Throat (choice=Thyroid surgery),Throat (choice=Tonsillectomy/Adenoidectomy),Head (choice=Head/Neck cancer (e.g. oropharyngeal cancer)),Head (choice=Sleep surgery),Neurological Medical History (choice=Brain tumor),Neurological Medical History (choice=Dysarthria),Neurological Medical History (choice=Epilepsy),Neurological Medical History (choice=Multiple sclerosis),Neurological Medical History (choice=Traumatic brain injury),Neurological Medical History (choice=Other),Do you currently have these conditions or currently experience symptoms as a result of having had these conditions?,Respiratory Conditions (choice=Bronchiectasis),Respiratory Conditions (choice=Cancer (lung or metastatic)),Respiratory Conditions (choice=Emphysema),"Respiratory Conditions (choice=Interstitial lung disease (sarcoidosis, pulmonary fibrosis))",Respiratory Conditions (choice=Pneumothorax or atelectasis (collapsed lung)),Respiratory Conditions (choice=Pulmonary hypertension),Respiratory Conditions (choice=Radiation to the chest),Respiratory Conditions (choice=Tuberculosis),Cancer (lung or metastatic) (choice=Lung),Cancer (lung or metastatic) (choice=Metastatic),"Have you had COVID recently, or are you currently experiencing the effects of long COVID? (check all that apply) (choice=COVID in the past year)","Have you had COVID recently, or are you currently experiencing the effects of long COVID? (check all that apply) (choice=Long COVID (symptoms persisted at least four weeks after initial infection))",Have you had COVID in the past month?,Are you currently using CPAP or supplemental oxygen? (check all that apply) (choice=Active CPAP use),Are you currently using CPAP or supplemental oxygen? (check all that apply) (choice=On supplemental oxygen),Have you had any of the interventions mentioned below? (check all that apply) Respiratory medical history (choice=Craniofacial or chest wall trauma),Have you had any of the interventions mentioned below? (check all that apply) Respiratory medical history (choice=Previous lobectomy),Have you had any of the interventions mentioned below? (check all that apply) Respiratory medical history (choice=Prior chest/airway surgery),Have you had any of the interventions mentioned below? (check all that apply) Respiratory medical history (choice=Prolonged intubation (more than a week)),Have you been exposed to environmental pollution that may affect your breathing or voice?,Are you having difficulty breathing today?,Please specify the level of difficulty ,Are you coughing today?,What is the severity of your cough? A selection of 10 being means the most severe.,Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Atrial fibrillation),Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Cardiac condition),Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Chronic pericarditis),Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Congestive heart failure),Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Coronary heart disease),Have you been diagnosed with any of these circulatory or heart conditions by a clinician? (check all that apply) (choice=Hypertension),Some other conditions can affect the sound of your voice. Have you been diagnosed with any of these conditions by a clinician? (check all that apply) (choice=Chronic kidney disease),Some other conditions can affect the sound of your voice. Have you been diagnosed with any of these conditions by a clinician? (check all that apply) (choice=Diabetes),Some other conditions can affect the sound of your voice. Have you been diagnosed with any of these conditions by a clinician? (check all that apply) (choice=Infectious disease),Some other conditions can affect the sound of your voice. Have you been diagnosed with any of these conditions by a clinician? (check all that apply) (choice=Obesity),Some other conditions can affect the sound of your voice. Have you been diagnosed with any of these conditions by a clinician? (check all that apply) (choice=Scoliosis),Standing for long periods such as 30 minutes?,Taking care of your household responsibilities?,"Learning a new task, for example, learning how to get to a new place?","How much of a problem did you have joining in community activities (for example, festivities, religious or other activities) in the same way as anyone else can?",How much have you been emotionally affected by your health problems?,Concentrating on doing something for ten minutes?,Walking a long distance such as a kilometre [or equivalent]?,Washing your whole body?,Getting dressed?,Dealing with people you do not know?,Maintaining a friendship?,Your day-to-day work?,"Overall, in the past 30 days, how many days were these difficulties present?","In the past 30 days, for how many days were you totally unable to carry out your usual activities or work because of any health condition?","In the past 30 days, not counting the days that you were totally unable, for how many days did you cut back or reduce your usual activities or work because of any health condition?",Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Antibiotics),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Anti-histamines (allergy medications)),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Anti-Hypertensive Medications (Blood Pressure Medication)),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Diuretics (ex: Lasix)),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Decongestants),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Muscle relaxants (ex: Baclofen)),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Hormone use),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Inhaled corticosteroids),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Oral steroids),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Anti-anxiety medications: (ex: Benzodiazepine)),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Chronic Pain medication),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Psychotropic/antipsychotic medications (ex: Clozapine)),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Antidepressants (ex: amitryptiline)),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Immune suppressors (ex: Methotrexate)),"Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Reflux medications (ex: Pantoprazole, Nexium))",Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Anticholinergics (ex: Ventolin)),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Anticoagulants (blood thinners)),Do you currently take or use any of these medications or substances? (Check all that apply) (choice=Antiepileptic (ex: Phenytoin)),Hormone use (choice=Oral contraceptive),Hormone use (choice=Hormonal replacement therapy (HRT)),Hormone use (choice=Androgenic steroids),Hormone use (choice=Other),Chronic Pain medication (choice=NSAIDs (ex: Ibuprofen/Advil/Cerebrex)),Chronic Pain medication (choice=Morphine/Oxycodone),"Chronic Pain medication (choice=Neuro-modulators (ex: Gabapentin, Lyrica))",Do you menstruate?,Please explain,Where in your cycle are you? (We ask because this may affect your voice.),Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Bartender),"Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Waiter, receptionist)","Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Speaking (secretary, call center, attorney, salesperson))",Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Teacher),Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Singer),Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Cheerleading),Do you do one of these jobs or hobbies that requires using your voice for many hours a day? (check all that apply) (choice=Other),"How many hours per day do you do this activity with a loud voice or in a loud environment that requires elevating your voice (for instance, a noisy bar or a noisy classroom)?","'How good do you think you are at reading out loud in [English/Spanish/French], that is reading out loud without making mistakes and understanding what you read at a normal rate?'",Session ID.5,Questionnaire Duration (seconds).2,How would rate your voice quality today from 1-10?1 is the lowest quality and 10 is the best voice quality,Session ID.6,Questionnaire Duration (seconds).3,My voice makes it difficult for people to hear me.,People have difficulty understanding me in a noisy room.,My voice difficulties restrict personal and social life.,I feel left out of conversations because of my voice.,My voice problem causes me to lose income.,I feel as though I have to strain to produce voice.,The clarity of my voice is unpredictable.,My voice problem upsets me.,My voice makes me feel handicapped.,"People ask, 'What's wrong with your voice?'",Session ID.7,Questionnaire Duration (seconds).4,Little interest or pleasure in doing things.,"Feeling down, depressed, or hopeless.","Trouble falling or staying asleep, or sleeping too much.",Feeling tired or having little energy.,Poor appetite or overeating.,Feeling bad about yourself - or that you are a failure or have let yourself or your family down.,"Trouble concentrating on things, such as reading the newspaper or watching television.",Moving or speaking so slowly that other people could have noticed? Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual.,Thoughts that you would be better off dead or of hurting yourself in some way.,"How difficult have they made it for you to do your work, take care of things at home, or get along with other people?",Session ID.8,Questionnaire Duration (seconds).5,"Feeling nervous, anxious, or on edge.",Not being able to stop or control worrying.,Worrying too much about different things.,Trouble relaxing.,Being so restless that it is hard to sit still.,Becoming easily annoyed or irritable.,"Feeling afraid, as if something awful might happen.","How difficult have they made it for you to do your work, take care of things at home, or get along with other people?.1",Session ID.9,Questionnaire Duration (seconds).6,Describe the severity of auditory-perceptual attributes of a voice problem*Overall severity scale (0-100),Session ID.10,Questionnaire Duration (seconds).7,Upset,Hostile,Alert,Ashamed,Inspired,Nervous,Determined,Attentive,Afraid,Active,Session ID.11,Questionnaire Duration (seconds).8,Sad or down,Joyful,Motivated or interested,Lack of pleasure (in things you tend to enjoy),Tired or fatigued,Energetic,"Agitated (restless, fidgety, pacing, cannot sit still)",Irritated or angry (towards something or someone),Lonely or isolated,Concentrated (not distracted or inattentive),Relaxed or calm,Worried or anxious,Desire to escape (your thoughts and/or feelings),Session ID.12,Questionnaire Duration (seconds).9,Little interest or pleasure in doing things?,"Feeling down, depressed, or hopeless?","Feeling more irritated, grouchy, or angry than usual?","Sleeping less than usual, but still have a lot of energy?",Starting lots more projects than usual or doing more risky things than usual?,"Feeling nervous, anxious, frightened, worried, or on edge?",Feeling panic or being frightened?,Avoiding situations that make you anxious?,"Unexplained aches and pains (e.g., head, back, joints, abdomen, legs)?",Feeling that your illnesses are not being taken seriously enough?,Thoughts of actually hurting yourself?,"Hearing things other people couldn't hear, such as voices even when no one was around?","Feeling that someone could hear your thoughts, or that you could hear what another person was thinking?",Problems with sleep that affected your sleep quality over all?,"Problems with memory (e.g., learning new information) or with location (e.g., finding your way home)?","Unpleasant thoughts, urges, or images that repeatedly enter your mind?",Feeling driven to perform certain behaviors or mental acts over and over again?,"Feeling detached or distant from yourself, your body, your physical surroundings, or your memories?",Not knowing who you really are or what you want out of life?,Not feeling close to other people or enjoying your relationships with them?,Drinking at least 4 drinks of any kind of alcohol in a single day?,"Smoking any cigarettes, a cigar, or pipe, or using snuff or chewing tobacco?","Using any of the following medicines ON YOUR OWN, that is, without a doctor's prescription, in greater amounts or longer than prescribed [e.g., painkillers (like Vicodin), stimulants (like Ritalin or Adderall), sedatives or tranquilizers (like sleeping pills or Valium), or drugs like marijuana, cocaine or crack, club drugs (like ecstasy), hallucinogens (like LSD), heroin, inhalants or solvents (like glue), or methamphetamine (like speed)]?",Question 1,Question 2,Question 3,Question 4,Question 5,"felt moments of sudden terror, fear, or fright in social situations","felt anxious, worried, or nervous about social situations","had thoughts of being rejected, humiliated, embarrassed, ridiculed, or offending others","felt a racing heart, sweaty, trouble breathing, faint, or shaky in social situations","felt tense muscles, felt on edge or restless, or had trouble relaxing in social situations","avoided, or did not approach or enter, social situations","left social situations early or participated only minimally (e.g., said little, avoided eye contact)",spent a lot of time preparing what to say or how to act in social situations,distracted myself to avoid thinking about social situations,"needed help to cope with social situations (e.g., alcohol or medications, superstitious objects)",Session ID.13,Questionnaire Duration (seconds).10,Please list the traumatic event that you experienced,"Having 'flashbacks', that is, you suddenly acted or felt as if a stressful experience from the past was happening all over again (for example, you reexperienced parts of a stressful experience by seeing, hearing, smelling, or physically feeling parts of the experience)?",Feeling very emotionally upset when something reminded you of a stressful experience?,"Trying to avoid thoughts, feelings, or physical sensations that reminded you of a stressful experience?","Thinking that a stressful event happened because you or someone else (who didn't directly harm you) did something wrong or didn't do everything possible to prevent it, or because of something about you?","Having a very negative emotional state (for example, you were experiencing lots of fear, anger, guilt, shame, or horror) after a stressful experience?",Losing interest in activities you used to enjoy before having a stressful experience?,"Being 'super alert', on guard, or constantly on the lookout for danger?",Feeling jumpy or easily startled when you hear an unexpected noise?,"Being extremely irritable or angry to the point where you yelled at other people, got into fights, or destroyed things?",Session ID.14,Questionnaire Duration (seconds).11,"How often do you have trouble wrapping up the final details of a project, once the challenging parts have been done?",How often do you have difficulty getting things in order when you have to do a task that requires organization?,How often do you have problems remembering appointments or obligations?,"When you have a task that requires a lot of thought, how often do you avoid or delay getting started?",How often do you fidget or squirm with your hands or feet when you have to sit down for a long time?,"How often do you feel overly active and compelled to do things, like you were driven by a motor?",How often do you make careless mistakes when you have to work on a boring or difficult project?,How often do you have difficulty keeping your attention when you are doing boring or repetitive work?,"How often do you have difficulty concentrating on what people say to you, even when they are speaking to you directly?",How often do you misplace or have difficulty finding things at home or at work?,How often are you distracted by activity or noise around you?,How often do you leave your seat in meetings or other situations in which you are expected to remain seated?,How often do you feel restless or fidgety?,How often do you have difficulty unwinding and relaxing when you have time to yourself?,How often do you find yourself talking too much when you are in social situations?,"When you're in a conversation, how often do you find yourself finishing the sentences of the people you are talking to, before they can finish them themselves?",How often do you have difficulty waiting your turn in situations when turn taking is required?,How often do you interrupt others when they are busy?,Session ID.15,Questionnaire Duration (seconds).12,I have trouble getting air in.,I feel tightness in my throat when I am having my breathing problem.,It takes more effort to breathe than it used to.,Changes in the weather affect my breathing problem.,My breathing gets worse with stress.,I make sound/noise breathing in.,I have to strain to breathe.,My shortness of breath gets worse with exercise or physical activity.,My breathing problem makes me feel stressed.,My breathing problem causes me to restrict my personal and social life.,Session ID.16,Questionnaire Duration (seconds).13,"In the last 2 weeks, have you had chest or stomach pains as a result of your cough?","In the last 2 weeks, have you been bothered by sputum (phlegm) production when you cough?","In the last 2 weeks, have you been tired because of your cough?",How often during the last 2 weeks have you felt embarrassed by your coughing?,"In the last 2 weeks, my cough has made me feel anxious.","In the last 2 weeks, my cough has interfered with my job or other daily tasks.","In the last 2 weeks, I felt that my cough interfered with the overall enjoyment of my life.","In the last 2 weeks, exposure to paint or fumes has made me cough.","In the last 2 weeks, has your cough disturbed your sleep?","In the last 2 weeks, how many times a day have you had a coughing bout?","In the last 2 weeks, my cough has made me feel frustrated.","In the last 2 weeks, my cough has made me feel fed up.","In the last 2 weeks, have you suffered from a hoarse voice as a result of your cough?","In the last 2 weeks, have you worried that your cough may indicate serious illness?","In the last 2 weeks, have you been concerned that other people think something is wrong with you, because of your cough?","In the last 2 weeks, my cough has interrupted conversation or telephone calls.","In the last 2 weeks, I feel that my cough has annoyed my partner, family, or friends.","In the last 2 weeks, have you felt in control of your cough?","In the last 2 weeks, have you had a lot of energy?",Session ID.17,Questionnaire Duration (seconds).14,Winograd Schema Score,Number of questions asked,Questions asked (Comma separated),1. The city councilmen refused the demonstrators a permit because they feared violence. Who feared violence?,2. The city councilmen refused the demonstrators a permit because they advocated violence. Who advocated violence?,3. The trophy doesn't fit into the brown suitcase because it's too small. What is too small?,4. The trophy doesn't fit into the brown suitcase because it's too large. What is too large?,5. Joan made sure to thank Susan for all the help she had given. Who had given help?,6. Joan made sure to thank Susan for all the help she had received. Who had received help?,"7. Paul tried to call George on the phone, but he wasn't successful. Who was not successful?","8. Paul tried to call George on the phone, but he wasn't available. Who was not available?","9. The lawyer asked the witness a question, but he was reluctant to answer it. Who was reluctant to answer the question?","10. The lawyer asked the witness a question, but he was reluctant to repeat it. Who was reluctant to repeat the question?",11. The delivery truck zoomed by the school bus because it was going so fast. What was going so fast?,12. The delivery truck zoomed by the school bus because it was going so slow. What was going so slow?,13. Frank felt vindicated when his longtime rival Bill revealed that he was the winner of the competition. Who was the winner of the competition?,14. Frank felt crushed when his longtime rival Bill revealed that he was the winner of the competition. Who was the winner of the competition?,15. The man couldn't lift his son because he was so weak. Who was weak?,16. The man couldn't lift his son because he was so heavy. Who was heavy?,17. The large ball crashed right through the table because it was made of steel. What was made of steel?,18. The large ball crashed right through the table because it was made of styrofoam. What was made of styrofoam?,19. John couldn't see the stage with Billy in front of him because he is so short. Who is so short?,20. John couldn't see the stage with Billy in front of him because he is so tall. Who is so tall?,21. Tom threw his schoolbag down to Ray after he reached the top of the stairs. Who reached the top of the stairs?,22. Tom threw his schoolbag down to Ray after he reached the bottom of the stairs. Who reached the bottom of the stairs?,"23. Although they ran at about the same speed, Sue beat Sally because she had such a good start. Who had a good start?","24. Although they ran at about the same speed, Sue beat Sally because she had such a bad start. Who had a bad start?",25. The sculpture rolled off the shelf because it wasn't anchored. What wasn't anchored?,26. The sculpture rolled off the shelf because it wasn't level. What wasn't level?,27. Sam's drawing was hung just above Tina's and it did look much better with another one below it. Which looked better?,28. Sam's drawing was hung just above Tina's and it did look much better with another one above it. Which looked better?,29. Anna did a lot better than her good friend Lucy on the test because she had studied so hard. Who studied hard?,30. Anna did a lot worse than her good friend Lucy on the test because she had studied so hard. Who studied hard?,31. The firemen arrived after the police because they were coming from so far away. Who came from far away?,32. The firemen arrived before the police because they were coming from so far away. Who came from far away?,33. Frank was upset with Tom because the toaster he had bought from him didn't work. Who had bought the toaster?,34. Frank was upset with Tom because the toaster he had sold to him didn't work. Who had sold the toaster?,35. Jim yelled at Kevin because he was so upset. Who was upset?,36. Jim comforted Kevin because he was so upset. Who was upset?,"37. The sack of potatoes had been placed above the bag of flour, so it had to be moved first. What had to be moved first?","38. The sack of potatoes had been placed below the bag of flour, so it had to be moved first. What had to be moved first?",39. Pete envies Martin because he is very successful. Who is very successful?,40. Pete envies Martin although he is very successful. Who is very successful?,"41. I was trying to balance the bottle upside down on the table, but I couldn't do it because it was so top-heavy. What was top-heavy?","42. I was trying to balance the bottle upside down on the table, but I couldn't do it because it was so uneven. What was uneven?",43. I spread the cloth on the table in order to protect it. To protect what?,44. I spread the cloth on the table in order to display it. To display what?,"45. The older students were bullying the younger ones, so we rescued them. Whom did we rescued?","46. The older students were bullying the younger ones, so we punished them. Whom did we punished?",47. I poured water from the bottle into the cup until it was full. What was full?,48. I poured water from the bottle into the cup until it was empty. What was empty?,49. Susan knows all about Ann's personal problems because she is nosy. Who is nosy?,50. Susan knows all about Ann's personal problems because she is indiscreet. Who is indiscreet?,"51. Susan knew that Ann's son had been in a car accident, so she told her about it. Who told the other about the accident?","52. Susan knew that Ann's son had been in a car accident, because she told her about it. Who told the other about the accident?","53. Joe's uncle can still beat him at tennis, even though he is 30 years older. Who is older?","54. Joe's uncle can still beat him at tennis, even though he is 30 years younger. Who is younger?","55. The police left the house and went into the garage, where they found the murder weapon. Where did they find the murder weapon?","56. The police left the house and went into the garage, after they found the murder weapon. Where did they find the murder weapon?",57. The painting in Mark's living room shows an oak tree. It is to the right of the bookcase. What is to the right of the bookcase?,58. The painting in Mark's living room shows an oak tree. It is to the right of a house. What is to the right of a house?,59. There is a gap in the wall. You can see the garden through it. You can see the garden through what?,60. There is a gap in the wall. You can see the garden behind it. You can see the garden behind what?,61. The drain is clogged with hair. It has to be cleaned. What has to be cleaned?,62. The drain is clogged with hair. It has to be removed. What has to be removed?,"63. My meeting started at 4:00 and I needed to catch the train at 4:30, so there wasn't much time. Luckily, it was short, so it worked out. What was short?","64. My meeting started at 4:00 and I needed to catch the train at 4:30, so there wasn't much time. Luckily, it was delayed, so it worked out. What was delayed?","65. There is a pillar between me and the stage, and I can't see it. What can't I see?","66. There is a pillar between me and the stage, and I can't see around it. What can't I see around?","67. They broadcast an announcement, but a subway came into the station and I couldn't hear it. What couldn't I hear?","68. They broadcast an announcement, but a subway came into the station and I couldn't hear over it. What couldn't I hear over?","69. In the middle of the outdoor concert, the rain started falling, and it continued until 10. What continued until 10?","70. In the middle of the outdoor concert, the rain started falling, but it continued until 10. What continued until 10?","71. I used an old rag to clean the knife, and then I put it in the drawer. What did I put in the drawer?","72. I used an old rag to clean the knife, and then I put it in the trash. What did I put in the trash?","73. Ann asked Mary what time the library closes, but she had forgotten. Who had forgotten?","74. Ann asked Mary what time the library closes, because she had forgotten. Who had forgotten?",75. I took the water bottle out of the backpack so that it would be lighter. What would be lighter?,76. I took the water bottle out of the backpack so that it would be handy. What would be handy?,77. I couldn't put the pot on the shelf because it was too high. What was too high?,78. I couldn't put the pot on the shelf because it was too tall. What was too tall?,79. I'm sure that my map will show this building; it is very famous. What is famous?,80. I'm sure that my map will show this building; it is very good. What is good?,81. Bob paid for Charlie's college education. He is very generous. Who is generous?,82. Bob paid for Charlie's college education. He is very grateful. Who is grateful?,"83. Bob paid for Charlie's college education, but now Charlie acts as though it never happened. He is very hurt. Who is hurt?","84. Bob paid for Charlie's college education, but now Charlie acts as though it never happened. He is very ungrateful. Who is ungrateful?","85. Bob was playing cards with Adam and was way ahead. If Adam hadn't had a sudden run of good luck, he would have won. Who would have won?","86. Bob was playing cards with Adam and was way ahead. If Adam hadn't had a sudden run of good luck, he would have lost. Who would have lost?","87. Adam can't leave work here until Bob arrives to replace him. If Bob had left home for work on time, he would be here by this time. Who would be here?","88. Adam can't leave work here until Bob arrives to replace him. If Bob had left home for work on time, he would be gone by this time. Who would be gone?","89. If the con artist has succeeded in fooling Sam, he would have gotten a lot of money. Who would have gotten the money?","90. If the con artist has succeeded in fooling Sam, he would have lost a lot of money. Who would have lost the money?","91. It was a summer afternoon, and the dog was sitting in the middle of the lawn. After a while, it got up and moved to a spot under the tree, because it was hot. What was hot?","92. It was a summer afternoon, and the dog was sitting in the middle of the lawn. After a while, it got up and moved to a spot under the tree, because it was cooler. What was cooler?","93. The cat was lying by the mouse hole waiting for the mouse, but it was too cautious. What was too cautious?","94. The cat was lying by the mouse hole waiting for the mouse, but it was too impatient. What was too impatient?",95. Anne gave birth to a daughter last month. She is a very charming woman. Who is a very charming woman?,96. Anne gave birth to a daughter last month. She is a very charming baby. Who is a very charming baby?,"97. Alice tried frantically to stop her daughter from chatting at the party, leaving us to wonder why she was behaving so strangely. Who was behaving strangely?","98. Alice tried frantically to stop her daughter from barking at the party, leaving us to wonder why she was behaving so strangely. Who was behaving strangely?","99. I saw Jim yelling at some guy in a military uniform with a huge red beard. I don't know who he was, but he looked very unhappy. Who looked very unhappy?","100. I saw Jim yelling at some guy in a military uniform with a huge red beard. I don't know why he was, but he looked very unhappy. Who looked very unhappy?",101. The fish ate the worm. It was tasty. What was tasty?,102. The fish ate the worm. It was hungry. What was hungry?,"103. I was trying to open the lock with the key, but someone had filled the keyhole with chewing gum, and I couldn't get it in. What couldn't I get in?","104. I was trying to open the lock with the key, but someone had filled the keyhole with chewing gum, and I couldn't get it out. What couldn't I get out?","105. The dog chased the cat, which ran up a tree. It waited at the top. Which waited at the top?","106. The dog chased the cat, which ran up a tree. It waited at the bottom. Which waited at the bottom?","107. In the storm, the tree fell down and crashed through the roof of my house. Now, I have to get it removed. What has to be removed?","108. In the storm, the tree fell down and crashed through the roof of my house. Now, I have to get it repaired. What has to be repaired?",109. The customer walked into the bank and stabbed one of the tellers. He was immediately taken to the emergency room. Who was taken to the emergency room?,110. The customer walked into the bank and stabbed one of the tellers. He was immediately taken to the police station. Who was taken to the police station?,111. John was doing research in the library when he heard a man humming and whistling. He was very annoyed. Who was annoyed?,112. John was doing research in the library when he heard a man humming and whistling. He was very annoying. Who was annoying?,113. John was jogging through the park when he saw a man juggling watermelons. He was very impressed. Who was impressed?,114. John was jogging through the park when he saw a man juggling watermelons. He was very impressive. Who was impressive?,115. Bob collapsed on the sidewalk. Soon he saw Carl coming to help. He was very ill. Who was ill?,116. Bob collapsed on the sidewalk. Soon he saw Carl coming to help. He was very concerned. Who was concerned?,"117. Sam and Amy are passionately in love, but Amy's parents are unhappy about it, because they are snobs. Who are snobs?","118. Sam and Amy are passionately in love, but Amy's parents are unhappy about it, because they are fifteen. Who are fifteen?","119. Mark told Pete many lies about himself, which Pete included in his book. He should have been more truthful. Who should have been more truthful?","120. Mark told Pete many lies about himself, which Pete included in his book. He should have been more skeptical. Who should have been more skeptical?",121. Joe has sold his house and bought a new one a few miles away. He will be moving out of it on Thursday. Which house will he be moving out of?,122. Joe has sold his house and bought a new one a few miles away. He will be moving into it on Thursday. Which house will he be moving into?,123. Many people start to read Paul's books and can't put them down. They are gripped because Paul writes so well. Who or what are gripped?,124. Many people start to read Paul's books and can't put them down. They are popular because Paul writes so well. Who or what are popular?,125. Mary took out her flute and played one of her favorite pieces. She has loved it since she was a child. What has Mary loved since she was a child?,126. Mary took out her flute and played one of her favorite pieces. She has had it since she was a child. What has Mary had since she was a child?,"127. Sam pulled up a chair to the piano, but it was broken, so he had to stand instead. What was broken?","128. Sam pulled up a chair to the piano, but it was broken, so he had to sing instead. What was broken?","129. Since it was raining, I carried the newspaper over my backpack to keep it dry. What was I trying to keep dry?","130. Since it was raining, I carried the newspaper in my backpack to keep it dry. What was I trying to keep dry?",131. Sara borrowed the book from the library because she needs it for an article she is working on. She reads it when she gets home from work. What does Sara reads when she gets home from work?,132. Sara borrowed the book from the library because she needs it for an article she is working on. She writes it when she gets home from work. What does Sara writes when she gets home from work?,"133. This morning, Joey built a sand castle on the beach, and put a toy flag in the highest tower, but this afternoon a breeze knocked it down. What did the a breeze knock down?","134. This morning, Joey built a sand castle on the beach, and put a toy flag in the highest tower, but this afternoon the tide knocked it down. What did the the tide knock down?","135. Jane knocked on Susan's door, but there was no answer. She was out. Who was out?","136. Jane knocked on Susan's door, but there was no answer. She was disappointed. Who was disappointed?","137. Jane knocked on the door, and Susan answered it. She invited her to come out. Who invited whom?","138. Jane knocked on the door, and Susan answered it. She invited her to come in. Who invited whom?","139. Sam took French classes from Adam, because he was eager to speak it fluently. Who was eager to speak French fluently?","140. Sam took French classes from Adam, because he was known to speak it fluently. Who was known to speak French fluently?","141. The path to the lake was blocked, so we couldn't reach it. What couldn't we reach?","142. The path to the lake was blocked, so we couldn't use it. What couldn't we use?","143. The sun was covered by a thick cloud all morning, but luckily, by the time the picnic started, it was gone. What was gone?","144. The sun was covered by a thick cloud all morning, but luckily, by the time the picnic started, it was out. What was out?","145. We went to the lake, because a shark had been seen at the ocean beach, so it was a dangerous place to swim. Which was a dangerous place to swim?","146. We went to the lake, because a shark had been seen at the ocean beach, so it was a safer place to swim. Which was a safer place to swim?","147. Sam tried to paint a picture of shepherds with sheep, but they ended up looking more like dogs. What looked like dogs?","148. Sam tried to paint a picture of shepherds with sheep, but they ended up looking more like golfers. What looked like golfers?","149. Mary tucked her daughter Anne into bed, so that she could sleep. Who is going to sleep?","150. Mary tucked her daughter Anne into bed, so that she could work. Who is going to work?","151. Fred and Alice had very warm down coats, but they were not enough for the cold in Alaska. Who or what were not enough for the cold?","152. Fred and Alice had very warm down coats, but they were not prepared for the cold in Alaska. Who or what were not prepared for the cold?",153. Thomson visited Cooper's grave in 17 At that date he had been dead for five years. Who had been dead for five years?,154. Thomson visited Cooper's grave in 17 At that date he had been travelling for five years. Who had been travelling for five years?,"155. Jackson was greatly influenced by Arnold, though he lived two centuries earlier. Who lived earlier?","156. Jackson was greatly influenced by Arnold, though he lived two centuries later. Who lived later?","157. Tom's daughter Eva is engaged to Dr. Stewart, who is his partner. The two doctors have known one another for ten years. Which two people have known one another for ten years?","158. Tom's daughter Eva is engaged to Dr. Stewart, who is his partner. The two lovers have known one another for ten years. Which two people have known one another for ten years?",159. I can't cut that tree down with that axe; it is too thick. What is too thick?,160. I can't cut that tree down with that axe; it is too small. What is too small?,161. The foxes are getting in at night and attacking the chickens. I shall have to guard them. What do I have to guard?,162. The foxes are getting in at night and attacking the chickens. I shall have to kill them. What do I have to kill?,163. The foxes are getting in at night and attacking the chickens. They have gotten very bold. What has gotten bold?,164. The foxes are getting in at night and attacking the chickens. They have gotten very nervous. What has gotten nervous?,"165. Fred covered his eyes with his hands, because the wind was blowing sand around. He opened them when the wind stopped. What did Fred opened?","166. Fred covered his eyes with his hands, because the wind was blowing sand around. He lowered them when the wind stopped. What did Fred lowered?","167. The actress used to be named Terpsichore, but she changed it to Tina a few years ago, because she figured it was easier to pronounce. Which name was easier to pronounce?","168. The actress used to be named Terpsichore, but she changed it to Tina a few years ago, because she figured it was too hard to pronounce. Which name was too hard to pronounce?",169. Fred watched TV while George went out to buy groceries. After an hour he got up. Who got up?,170. Fred watched TV while George went out to buy groceries. After an hour he got back. Who got back?,"171. Fred was supposed to run the dishwasher, but he put it off, because he wanted to watch TV. But the show turned out to be boring, so he changed his mind and turned it on. What did Fred turn on?","172. Fred was supposed to run the dishwasher, but he put it off, because he wanted to watch TV. But the show turned out to be boring, so he changed his mind and turned it off. What did Fred turn off?",173. Fred is the only man still alive who remembers my great-grandfather. He is a remarkable man. Who is a remarkable man?,174. Fred is the only man still alive who remembers my great-grandfather. He was a remarkable man. Who was a remarkable man?,"175. Fred is the only man alive who still remembers my father as an infant. When Fred first saw my father, he was twelve years old. Who was twelve years old?","176. Fred is the only man alive who still remembers my father as an infant. When Fred first saw my father, he was twelve months old. Who was twelve months old?","177. In July, Kamtchatka declared war on Yakutsk. Since Yakutsk's army was much better equipped and ten times larger, they were victorious within weeks. Who was victorious?","178. In July, Kamtchatka declared war on Yakutsk. Since Yakutsk's army was much better equipped and ten times larger, they were defeated within weeks. Who was defeated?",179. Elizabeth moved her company from Sparta to Troy to save money on taxes; the taxes are much higher there. Where are the taxes higher?,180. Elizabeth moved her company from Sparta to Troy to save money on taxes; the taxes are much lower there. Where are the taxes lower?,"181. Esther figures that she will save shipping costs if she builds her factory in Springfield instead of Franklin, because most of her customers live there. In which town do most of Esther's customers live?","182. Esther figures that she will save shipping costs if she builds her factory in Springfield instead of Franklin, because none of her customers live there. In which town do none of Esther's customers live?","183. There are too many deer in the park, so the park service brought in a small pack of wolves. The population should increase over the next few years. Which population will increase?","184. There are too many deer in the park, so the park service brought in a small pack of wolves. The population should decrease over the next few years. Which population will decrease?","185. Archaeologists have concluded that humans lived in Laputa 20,000 years ago. They hunted for deer on the river banks. Who hunted for deer?","186. Archaeologists have concluded that humans lived in Laputa 20,000 years ago. They hunted for evidence on the river banks. Who hunted for evidence?",187. The scientists are studying three species of fish that have recently been found living in the Indian Ocean. They appeared two years ago. Who or what appeared two years ago?,188. The scientists are studying three species of fish that have recently been found living in the Indian Ocean. They began two years ago. Who or what began two years ago?,"189. The journalists interviewed the stars of the new movie. They were very cooperative, so the interview lasted for a long time. Who was cooperative?","190. The journalists interviewed the stars of the new movie. They were very persistent, so the interview lasted for a long time. Who was persistent?",191. The police arrested all of the gang members. They were trying to run the drug trade in the neighborhood. Who was trying to run the drug trade?,192. The police arrested all of the gang members. They were trying to stop the drug trade in the neighborhood. Who was trying to stop the drug trade?,193. I put the cake away in the refrigerator. It has a lot of butter in it. What has a lot of butter?,194. I put the cake away in the refrigerator. It has a lot of leftovers in it. What has a lot of leftovers?,195. Sam broke both his ankles and he's walking with crutches. But a month or so from now they should be better. What should be better?,196. Sam broke both his ankles and he's walking with crutches. But a month or so from now they should be unnecessary. What should be unnecessary?,"197. When the sponsors of the bill got to the town hall, they were surprised to find that the room was full of opponents. They were very much in the majority. Who were in the majority?","198. When the sponsors of the bill got to the town hall, they were surprised to find that the room was full of opponents. They were very much in the minority. Who were in the minority?","199. Everyone really loved the oatmeal cookies; only a few people liked the chocolate chip cookies. Next time, we should make more of them. Which cookie should we make more of, next time?","200. Everyone really loved the oatmeal cookies; only a few people liked the chocolate chip cookies. Next time, we should make fewer of them. Which cookie should we make fewer of, next time?","201. We had hoped to place copies of our newsletter on all the chairs in the auditorium, but there were simply not enough of them. There are not enough of what?","202. We had hoped to place copies of our newsletter on all the chairs in the auditorium, but there were simply too many of them. There are too many of what?","203. I stuck a pin through a carrot. When I pulled the pin out, it left a hole. What left a hole?","204. I stuck a pin through a carrot. When I pulled the pin out, it had a hole. What had a hole?","205. I couldn't find a spoon, so I tried using a pen to stir my coffee. But that turned out to be a bad idea, because it got full of ink. What got full of ink?","206. I couldn't find a spoon, so I tried using a pen to stir my coffee. But that turned out to be a bad idea, because it got full of coffee. What got full of coffee?",207. Steve follows Fred's example in everything. He admires him hugely. Who admires whom?,208. Steve follows Fred's example in everything. He influences him hugely. Who influences whom?,209. The table won't fit through the doorway because it is too wide. What is too wide?,210. The table won't fit through the doorway because it is too narrow. What is too narrow?,211. Grace was happy to trade me her sweater for my jacket. She thinks it looks great on her. What looks great on Grace?,212. Grace was happy to trade me her sweater for my jacket. She thinks it looks dowdy on her. What looks dowdy on Grace?,213. Bill thinks that calling attention to himself was rude to Bert. Who called attention to himself?,214. Bill thinks that calling attention to himself was rude of Bert. Who called attention to himself?,215. John hired Bill to take care of him. Who is taking care of whom?,216. John hired himself out to Bill to take care of him. Who is taking care of whom?,"217. John promised Bill to leave, so an hour later he left. Who left?","218. John ordered Bill to leave, so an hour later he left. Who left?",219. Sam Goodman's biography of the Spartan general Xenophanes conveys a vivid sense of the difficulties he faced in his childhood. Who faced difficulties?,220. Sam Goodman's biography of the Spartan general Xenophanes conveys a vivid sense of the difficulties he faced in his research. Who faced difficulties?,"221. Emma's mother had died long ago, and her place had been taken by an excellent woman as governess. Whose place had been taken?","222. Emma's mother had died long ago, and her education had been taken care by an excellent woman as governess. Whose education had been taken care of?",223. Jane knocked on Susan's door but she did not answer. Who did not answer?,224. Jane knocked on Susan's door but she did not get an answer. Who did not get an answer?,225. Joe paid the detective after he received the final report on the case. Who received the final report?,226. Joe paid the detective after he delivered the final report on the case. Who delivered the final report?,"227. Beth didn't get angry with Sally, who had cut her off, because she stopped and counted to ten. Who counted to ten?","228. Beth didn't get angry with Sally, who had cut her off, because she stopped and apologized. Who apologized?",229. Jim signaled the barman and gestured toward his empty glass. Whose empty glass?,230. Jim signaled the barman and gestured toward his bathroom key. Whose bathroom key?,231. Dan took the rear seat while Bill claimed the front because his 'Dibs!' was quicker. Whose 'Dibs' was quicker?,232. Dan took the rear seat while Bill claimed the front because his 'Dibs!'' was slow. Whose 'Dibs' was slow?,233. Tom said 'Check' to Ralph as he took his bishop. Whose bishop did Tom take?,234. Tom said 'Check' to Ralph as he moved his bishop. Whose bishop did Tom moved?,"235. As Andrea in the crop duster passed over Susan, she could see the landing strip. Who could see the landing strip?","236. As Andrea in the crop duster passed over Susan, she could see the landing gear. Who could see the landing gear?",237. Tom gave Ralph a lift to school so he wouldn't have to walk. Who wouldn't have to walk?,238. Tom gave Ralph a lift to school so he wouldn't have to drive alone. Who wouldn't have to drive alone?,239. Bill passed the half-empty plate to John because he was full. Who was full?,240. Bill passed the half-empty plate to John because he was hungry. Who was hungry?,241. Bill passed the gameboy to John because his turn was over. Whose turn was over?,242. Bill passed the gameboy to John because his turn was next. Whose turn was next?,243. The man lifted the boy onto his bunk bed. Whose bunk bed?,244. The man lifted the boy onto his shoulders. Whose shoulders?,"245. Patting her back, the woman smiled at the girl. Whose back did the woman pat?","246. Stretching her back, the woman smiled at the girl. Whose back did the woman stretch?",247. Billy cried because Toby wouldn't share his toy. Who owned the toy?,248. Billy cried because Toby wouldn't accept his toy. Who owned the toy?,"249. Lily spoke to Donna, breaking her concentration. Whose concentration?","250. Lily spoke to Donna, breaking her silence. Whose silence?","251. When Tommy dropped his ice cream, Timmy giggled, so father gave him a stern look. Who got the look from father?","252. When Tommy dropped his ice cream, Timmy giggled, so father gave him a sympathetic look. Who got the look from father?","253. As Ollie carried Tommy up the long winding steps, his legs dangled. Whose legs dangled?","254. As Ollie carried Tommy up the long winding steps, his legs ached. Whose legs ached?",255. The father carried the sleeping boy in his arms. Whose arms?,256. The father carried the sleeping boy in his bassinet. Whose bassinet?,257. The woman held the girl against her chest. Whose chest?,258. The woman held the girl against her will. Whose will?,"259. Pam's parents came home and found her having sex with her boyfriend, Paul. They were embarrassed about it. Who were embarrassed?","260. Pam's parents came home and found her having sex with her boyfriend, Paul. They were furious about it. Who were furious?",261. Dr. Adams informed Kate that she had cancer and presented several options for future treatment. Who had cancer?,262. Dr. Adams informed Kate that she had retired and presented several options for future treatment. Who had retired?,263. Dan had to stop Bill from toying with the injured bird. He is very compassionate. Who is compassionate?,264. Dan had to stop Bill from toying with the injured bird. He is very cruel. Who is cruel?,265. Jane gave Joan candy because she was hungry. Who was hungry?,266. Jane gave Joan candy because she wasn't hungry. Who wasn't hungry?,"267. I tried to paint a picture of an orchard, with lemons in the lemon trees, but they came out looking more like light bulbs . What looked like light bulbs?","268. I tried to paint a picture of an orchard, with lemons in the lemon trees, but they came out looking more like telephone poles. What looked like telephone poles?",269. James asked Robert for a favor but he refused. Who refused?,270. James asked Robert for a favor but he was refused. Who was refused?,271. Kirilov ceded the presidency to Shatov because he was more popular. Who was more popular?,272. Kirilov ceded the presidency to Shatov because he was less popular. Who was less popular?,273. Emma did not pass the ball to Janie although she was open. Who was open?,274. Emma did not pass the ball to Janie although she saw that she was open. Who saw that she was open?,275. Joe saw his brother skiing on TV last night but the fool didn't recognize him. Who is the fool?,276. Joe saw his brother skiing on TV last night but the fool didn't have a coat on. Who is the fool?,Session ID.18,Acoustic Task ID.2,Questionnaire Duration (seconds).15,Item 1 Stimulus,Item 1 Color,Item 1 Time Start,Item 2 Stimulus,Item 2 Color,Item 2 Time Start,Item 3 Stimulus,Item 3 Color,Item 3 Time Start,Item 4 Stimulus,Item 4 Color,Item 4 Time Start,Item 5 Stimulus,Item 5 Color,Item 5 Time Start,Item 6 Stimulus,Item 6 Color,Item 6 Time Start,Item 7 Stimulus,Item 7 Color,Item 7 Time Start,Item 8 Stimulus,Item 8 Color,Item 8 Time Start,Item 9 Stimulus,Item 9 Color,Item 9 Time Start,Item 10 Stimulus,Item 10 Color,Item 10 Time Start,Item 11 Stimulus,Item 11 Color,Item 11 Time Start,Item 12 Stimulus,Item 12 Color,Item 12 Time Start,Item 13 Stimulus,Item 13 Color,Item 13 Time Start,Item 14 Stimulus,Item 14 Color,Item 14 Time Start,Item 15 Stimulus,Item 15 Color,Item 15 Time Start,Session ID.19,Acoustic Task ID.3,Questionnaire Duration (seconds).16,Item 1 Word,Item 1 Word Difficulty,Item 2 Word,Item 2 Word Difficulty,Item 3 Word,Item 3 Word Difficulty,Item 4 Word,Item 4 Word Difficulty,Item 5 Word,Item 5 Word Difficulty,Item 6 Word,Item 6 Word Difficulty,Session ID.20,Acoustic Task ID.4,Questionnaire Duration (seconds).17,Random item generation category +8777bef2-7b09-4ecd-9908-fdb258bda3d0,Recording,6.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-v3wg1,sdv-pii-hsrk2,C5140641-AC9E-47B0-B415-0188D0B76077,,38.948178069837,3.3151665680395546,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5f51e03-8083-4325-b8f3-19bf35bfa2e5,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-3zhui,,CB8A74EE-0C8C-4B15-B322-D93A79ADB40A,,5.37612397902,0.4463393707351162,Speech,,0.92359957,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Mild (Several days),,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6578f0f4-864c-488b-b8b0-f983daae253e,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ycmtx,,,,,,sdv-pii-uzkzs,,F0A35554-3B6D-46F8-BFAF-88833C7519B6,Diadochokinesis-KA,4.225028562475,0.3751189799260182,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,Heterosexual,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Moderate,,,,,,,,,33.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,10.0,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d554cc1a-efe5-4b7a-a77b-f5abca8846bd,Acoustic Task,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-cj28p,,A7319F61-7C74-4AAB-B2C7-8D73FD116637,Audio Check-1,,0.6742064915447855,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d554cc1a-efe5-4b7a-a77b-f5abca8846bd,Recording,9.0,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-7m7it,sdv-pii-a7msx,C777ED67-780A-440E-A716-0C7EAB98AA88,Maximum phonation time-1,,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +268ddca6-c5af-48cc-a132-3dc11eead9ec,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-1cu45,,,23.368504929028,1.950640686473841,,,0.547037508,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,Checked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341e583a-eb2a-474b-b30d-a7b025765847,Recording,5.0,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2BDCACE4-F3F8-4D3D-A617-6014ED0C21C9,,,,,,,,,,109.0,,sdv-pii-fkaw9,7C36DA1B-17A9-41FD-98CA-26792B900CD0,Free speech-3,4.870182115321,0.410302092237962,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,AF451BB0-7960-4805-A110-5CA2A1BE21CB,,,,,,,,,,,,,,,,2 - 4 times a month,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d5aeba9f-c910-4b65-81e8-0e9ad15097e7,Recording,13.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,131.0,sdv-pii-j34bs,,4ABBC3F3-A890-4549-96BD-DEC5D55CBB77,,24.777985457025,2.1385284523492225,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8c2c0a8f-396c-4fe9-93b0-afd0677afc97,Recording,30.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-fazqw,EA1D1664-F55B-4DBF-9BE0-EBCCA4E2D45D,Picture description,,2.4197392408865492,Breathe,v1.0.0,0.901157448,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Checked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2de86669-cc1f-45ef-9d31-a7eabd68f247,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-5ek8v,,Rainbow Passage,,,,sdv-pii-9sjp4,sdv-pii-73dgd,CDB3CEDC-5AB8-4DEC-8E6C-8EA7E9DD7DCF,Respiration and cough-Breath-2,9.176314718149,0.7506437702830977,Speech,v1.0.0,0.515117415,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +66a03988-159c-4a3a-954b-7b4fc8320b51,Q Generic Voice Handicap Index Vhi10,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-yxd14,,,,,111.0,,sdv-pii-542zr,,Audio Check-1,,2.27728916588597,Speech,,0.857506601,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Breath Sounds,,Completed,,sdv-pii-acq2k,sdv-pii-5txsl,68CC09B3-5A5B-4636-B23C-9ABA5888E765,Free speech-1,3.48680689701,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +be90540d-b349-4244-99ad-7fe92067a590,Acoustic Task,32.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-12vuj,E4D6D36F-98A2-4537-867A-8F1BCD92DED7,Free speech-3,,1.9146781045085879,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6d4032aa-a74a-4991-99dc-e7fa5cfd8d64,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18.576244119305,1.5968241456901298,,,0.304918585,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +531b6b20-3a51-465f-a885-c5ed941ec4ab,Recording,19.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Story recall,,Completed,,,sdv-pii-kuds1,,,38.470908451192,,,,0.774634353,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6da38787-f826-4ca7-9541-59bd5909b808,Recording,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Bilateral Vocal fold immobility or Glottic Stenosis,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-mn8jj,,1DA42932-6935-4925-B917-139E73400C81,Respiration and cough-ThreeQuickBreaths-1,,,Cough,v1.0.0,0.578461506,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7a23e78c-b42b-4de4-b0a5-771fce839c75,Acoustic Task,5.0,,,,VUMC,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Caterpillar Passage,generic,Completed,75.0,,,,,21.269936911281,1.8401875506569711,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3bbc69ef-babd-499e-add2-1c9376ed62c6,Recording,4.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Small,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,248ADE03-8225-4F6E-B3B5-9903D7FB9EB0,Story recall,,0.1979284119641815,Speech,v1.0.0,0.133588823,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fa79fa9-2dc0-47dc-a5a6-3885a96ae445,Recording,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,sdv-pii-gn01q,,,,,147.0,sdv-pii-qcs72,sdv-pii-p6e4c,C63E6402-5ECC-45B5-8A57-6FE638A766A5,Story recall,6.886654940457,0.5650186125719818,Breathe,v1.0.0,0.752912519,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,579.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92425dec-8998-43bf-adfc-00414c66b9a2,Acoustic Task,6.0,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,generic,,,sdv-pii-20nhe,sdv-pii-woenj,,,,1.194002468611016,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,69.0,,,,,,,,,,,,,,,,,,,,,,,48.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6980ce82-b88d-4c5b-b6a6-8ed166dc9eb3,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-fkd4a,,,,,,sdv-pii-psg4e,sdv-pii-k8dz1,4EDA3EE0-B7C2-40B5-9FD4-76228B2CD9B3,,16.883480237625,1.4474428789144909,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,Heterosexual,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b442b86a-36ec-4f66-9d99-e27e1e07805a,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-sj6bg,sdv-pii-l53pv,ECC0862E-EF1E-43A8-91F3-F94F576539AB,,4.227595133128,,Speech,,0.789734238,,,,,,Unchecked,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,No,Checked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1f9475bb-f13b-4f68-969b-28f20455b3e7,Q Generic Voice Handicap Index Vhi10,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-hhlib,sdv-pii-5xs0v,,Respiration and cough-Cough-1,23.951509975274,,Breathe,v1.0.0,0.860707137,USB-C to 3.5mm Headphone Jack Adapter,,,Checked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d46aa720-946b-4e5d-b05d-ab5a97a9dbc6,Recording,39.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,generic,,150.0,sdv-pii-wgdu0,,BC3E8155-8540-4419-B5DE-20546C31EA3F,Rainbow Passage,,0.30942250171074753,Speech,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5362f15-f121-4bee-8a7e-dc84e6327b7e,,56.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,sdv-pii-hcc5l,8F8E68BB-E68C-4EA5-B71A-17D7AAE915C2,Breath Sounds,mood,Completed,,,sdv-pii-ofvmu,5EFC741B-F379-4D86-BB8D-2F6C715BB860,Respiration and cough-Cough-1,,1.195947027238623,Speech,,0.580897485,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e179e555-9dfd-4842-b0be-dbbfdcc0426b,Recording,4.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2659BB64-55CC-49CD-AEA2-CEE08CEFFDC9,,6.814580252968,0.5660466668158548,Speech,v1.0.0,0.88418754,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,22.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +66a03988-159c-4a3a-954b-7b4fc8320b51,Recording,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-r79fn,,,,,158.0,sdv-pii-m24kb,,54AB2A33-46A6-4642-B5F9-369F7D35F200,Respiration and cough-Cough-2,3.558068077289,,Breathe,v1.0.0,0.87678426,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f286ac55-5737-4c8f-8219-534f8c67a438,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Active,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,,sdv-pii-3s15h,,,5.619119736624,0.46852053436032876,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,US customary units,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a58d1e3f-dc63-4211-ab71-ad0a2797733c,Recording,4.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,127.0,sdv-pii-pb7jj,sdv-pii-mbhez,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Mild (Several days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f1b7887-0021-4419-971b-7ddfe19c05e4,Acoustic Task,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-7tsfj,,653DCE31-88E0-4937-A1E9-178C2E08D204,Maximum phonation time-2,5.82237983364,0.4975459807180813,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e584096b-ce89-4e9d-b2c0-8f705f07cfe2,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-iu5vr,sdv-pii-gm2am,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,Diadochokinesis-Pataka,57.149150166122,5.027866321173115,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b05c05d8-9531-4538-95a3-07008cec31b9,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,sdv-pii-sr3vk,,,,,,sdv-pii-i4zs5,,CC0EE711-2FC3-43D5-B7FF-21424F748985,Diadochokinesis-KA,14.450528884224,1.2144199241538427,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1dca83e-750d-4eb8-9e27-45b93b9dd5ae,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Completed,,,,,,,,,122.0,,,AF451BB0-7960-4805-A110-5CA2A1BE21CB,Prolonged vowel,,0.317598857379423,Cough,v1.0.0,0.775151516,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7f10bd3f-cbf9-4875-9716-308af292d058,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,,,,sdv-pii-1i896,,,Audio Check-4,,2.493225494536227,,v1.0.0,0.719302236,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a6772d59-3a27-44bb-b49a-eff195e22de3,Q Generic Voice Perception,7.0,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-n0oip,sdv-pii-poqld,F0A35554-3B6D-46F8-BFAF-88833C7519B6,Respiration and cough-FiveBreaths-4,3.593552020245,0.31091963312026444,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,Not at all,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2de86669-cc1f-45ef-9d31-a7eabd68f247,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-f3llt,,Maximum phonation time-3,10.001782017227,,Speech,v1.0.0,0.362208577,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7f10bd3f-cbf9-4875-9716-308af292d058,Recording,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Respiration and cough,,,,sdv-pii-2en7v,sdv-pii-0evqd,23769BA5-D46A-40DD-8387-8E937B3D3AE0,Respiration and cough-FiveBreaths-3,,2.6777318486051915,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,blue,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6980ce82-b88d-4c5b-b6a6-8ed166dc9eb3,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-659ys,,,,,,sdv-pii-bjbwv,,,,,,Speech,v1.0.0,0.832117896,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +daa7c187-8f36-4b2a-a4bc-7d2c3f6f09b2,Recording,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-tm80o,,967F53E1-AECF-4345-8253-B96CF635E0D7,Cinderella Story,,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a888cb36-8beb-4872-aa98-d1d33be59ddb,Acoustic Task,26.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,117.0,sdv-pii-krx0e,sdv-pii-edpag,653DCE31-88E0-4937-A1E9-178C2E08D204,,18.362056826161,1.5763797044668222,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2cb188fe-4e19-4da1-a1f4-1f9f254fd1fd,Q Generic Voice Handicap Index Vhi10,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-sv7c8,,Respiration and cough,,Completed,,,sdv-pii-qdvqo,,,,1.0755997193684081,Speech,v1.0.0,0.401903145,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +57a6b97b-7e36-40dd-9845-55ce7f218a60,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-alfav,EB7161C3-22C3-48B3-AF07-9D928C5D7D79,,,,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d3d7e2fd-df1f-4dd3-b6b4-3ee8de293f80,Acoustic Task,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-sgz9s,,,,,,sdv-pii-33uku,sdv-pii-am1wj,3DC22BA0-5577-4C1A-8438-4DD1E43AE6A6,Free speech-3,24.658915370087,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +734ba5db-8e4d-485e-9755-0f23a1450c55,Recording,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,generic,,,,,38341DC5-0B5E-4B6A-8E4E-7342B1DC6CEF,Diadochokinesis-KA,3.550808659697,0.31668805457019417,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Own home,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cf61de9-40a8-4d10-87d6-e3935a1c8711,Acoustic Task,34.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,041237CF-6039-4017-BAE1-734EFD6795C7,Respiration and cough-ThreeQuickBreaths-1,27.635218750123,2.3317301285238075,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,29.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3132b52d-a9f8-4ebe-bf19-bab838f8c96b,Acoustic Task,16.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-cfjws,5FA011D3-8426-481D-86D6-A3D69B9879B3,,,0.8286650349283992,Speech,v1.0.0,0.416710333,,,,,,,Minnesota,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,,,,,,,,,,101.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d46aa720-946b-4e5d-b05d-ab5a97a9dbc6,Recording,3.0,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-jttsw,,,Rainbow Passage,6.683573406977,,,v1.0.0,0.530460256,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c3ea3934-6183-45b7-bd9a-6a55d89b2cde,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,06CCAF4D-BCA1-4CF4-A49C-1E02DE5F5010,Voluntary Cough,generic,Completed,,,sdv-pii-o3gov,,,7.284511037223,,,,0.963833767,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,Unchecked,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +0482bc77-1077-4525-9a4c-f1fefc0cb6ce,Acoustic Task,5.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B0AE4C93-435B-4B1D-989D-4085644771A0,Rainbow Passage,,,,sdv-pii-as2t0,sdv-pii-lw28e,,Audio Check-4,24.853009485607,,,,,,612E92C8-EA5F-49D2-9A40-3736B354E230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,B987BDED-39EC-4FD0-B655-05F940336076,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65.0,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +19d4e811-ff85-47cd-b9be-ce0c3c907e03,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-04np8,sdv-pii-ybyy6,,,,1.6170631109220612,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A25CF60C-039A-4E71-8000-FAB7111DDEAB,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,US customary units,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Recording,15.0,,,No,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60.0,sdv-pii-q33sg,sdv-pii-yo67x,0AF76CE4-3984-4C2C-9DCA-BA91F8B42510,Diadochokinesis-Pataka,24.832133846308,2.1865771217745857,,v1.0.0,0.75456777,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Does not apply,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96ef2c0-eb50-4b1d-afb5-81aaf9a1f2df,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-v1v7n,,,,,,sdv-pii-orj05,,744EA686-2B23-4770-980B-96D4D2962D85,,6.77261920941,,,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,Several days,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5f51e03-8083-4325-b8f3-19bf35bfa2e5,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B5B5E02F-1B56-4793-A70C-5B3BEDFAAA69,,,,,sdv-pii-yytec,sdv-pii-1i41b,,Respiration and cough-FiveBreaths-1,,1.2901531069498409,Speech,,0.676451202,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,136.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4ce6a1af-c123-41b7-a438-c58a41d1a3d7,Acoustic Task,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35002E1F-A963-4E9C-8F2A-738839D83C4D,,,,Speech,v1.0.0,0.732848408,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b55bad76-91e4-45e9-8f57-51cdb31c6a3c,Acoustic Task,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-vmi3y,,Picture description,,Completed,,,sdv-pii-e3y3f,,,28.820364294303,2.420210392249717,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d46aa720-946b-4e5d-b05d-ab5a97a9dbc6,Recording,6.0,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-mylgf,,Caterpillar Passage,,,,sdv-pii-jh9q4,,,,,3.3058624622905515,,,0.5701385,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1a7a86df-e379-40ab-a644-9821aac7be63,Recording,37.0,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B4C92DF1-2CCD-4682-954F-4B86A3AADCEA,,,,186.0,sdv-pii-8evus,,,Respiration and cough-FiveBreaths-3,,,Breathe,v1.0.0,0.706069158,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,112.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6980ce82-b88d-4c5b-b6a6-8ed166dc9eb3,Q Generic Voice Handicap Index Vhi10,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-oqz2d,,,,,,sdv-pii-nq4lh,sdv-pii-80yoc,2DABD20E-DC17-4457-A77C-E36AA24AE7C0,Glides-High to Low,16.086675070163,1.3747668176210808,,v1.0.0,0.52250956,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9c6e4508-5a33-4e3c-9058-b21503c5966e,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B4C92DF1-2CCD-4682-954F-4B86A3AADCEA,Maximum phonation time-3,,0.23852477811224077,Speech,,0.764734366,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f9988983-ebb5-434c-a20e-461e77f24cad,Recording,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,Completed,,,,B0F79E3A-0B91-43E2-920D-75AB5063FD6E,Free speech-2,,0.36958127513189176,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Less than monthly,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,126.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-xyr5n,,,,,,Speech,v1.0.0,0.74503154,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4=Severe (Nearly every day),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a0ed0636-e598-4946-9eb9-19e744636155,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-w8uh4,,,,Completed,,,sdv-pii-pl5q8,1BDEFE5D-AEA8-494B-920B-8C4F73F53724,,24.609570890168,2.0516209182946192,,v1.0.0,0.933652112,,,,,,,,,Female gender identity,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +65de0b0f-1b95-4f5b-90ec-6b78c2ecd961,Recording,26.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-s8vqa,AD71D502-11D0-4FF2-B88B-10BA2D86EC28,Diadochokinesis-KA,,1.2352301813413988,Speech,v1.0.0,0.630405993,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b26208dd-b83e-4ffa-a638-bbe8825cefa3,Acoustic Task,4.0,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Maximum phonation time,,Completed,,,sdv-pii-o52ug,,,,,,,0.744195633,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2DABD20E-DC17-4457-A77C-E36AA24AE7C0,,10.593062714497,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c3ea3934-6183-45b7-bd9a-6a55d89b2cde,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-q3o6w,,,,Completed,,,,8AC65110-A5F8-40EC-9D21-6B63963CA3A6,,,3.50273160840447,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,Checked,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +dbcdf154-498f-4260-8627-4603860cdb1e,Recording,32.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-icps0,,006DD2DB-DA03-4564-87C9-201506538022,Free Speech,3.25916578484,,Breathe,v1.0.0,,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30D44E38-44D9-4E86-9C89-7FAE16AE1DC5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8d5dc52b-e8aa-42e7-ae54-8f05c4667d39,Recording,20.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-08os3,,5383272C-E790-4867-BD26-FACC7F906472,Picture description,34.43497344011,2.9803407248011156,Breathe,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,277.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +62485abf-d6cd-45f7-bd4f-70f0621ee640,Recording,18.0,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,generic,,,sdv-pii-tt6nm,sdv-pii-g93n1,8F8E68BB-E68C-4EA5-B71A-17D7AAE915C2,,34.75739264396,,Speech,v1.0.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b28b611d-90eb-443f-b26c-61a1001e5d50,Acoustic Task,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-t1w14,,Voluntary Cough,voice,Completed,,sdv-pii-wgdfu,,,,46.687723936558,3.955101706906531,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7c169ccc-e21a-41f1-a5d6-8a797d194583,Session,26.0,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17.237975071434,,Cough,v1.0.0,0.676350371,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eed0e4a4-c915-4ada-9d23-9e0c56fa0d37,Q Generic Voice Handicap Index Vhi10,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,USF,,,,,,155.0,,sdv-pii-yc1he,FDF3B746-AAFF-4001-BC81-C0B7052EF748,Diadochokinesis-buttercup,7.777906273858,0.6849939121463022,Breathe,v1.0.0,0.737339332,iPad Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Checked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,105.0,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +93e51af0-bff0-43de-a061-f744f2bc2c6f,Recording,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2929.0,,sdv-pii-fdg4v,,,,,,sdv-pii-9tjgr,sdv-pii-nk9gi,8AC65110-A5F8-40EC-9D21-6B63963CA3A6,Respiration and cough-FiveBreaths-4,,1.3645047909582506,Speech,v1.0.0,0.798396167,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Quite a bit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,purple,,,,,,,,,,,,,,,,,,,,, +967fa9ab-5ca9-4b80-ad18-f091cff896eb,Acoustic Task,14.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prolonged vowel,,,112.0,,sdv-pii-itoi6,,Respiration and cough-Breath-2,5.800926363888,0.4623001552695269,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d3d7e2fd-df1f-4dd3-b6b4-3ee8de293f80,Recording,5.0,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ich7v,,,,,,,sdv-pii-pt6eu,B0F79E3A-0B91-43E2-920D-75AB5063FD6E,Audio Check-2,8.165841832413,0.6841131352653548,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,312.0,,,,Rhode Island,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ef935207-5e70-4eff-a256-d648ce9e894a,Acoustic Task,16.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Story recall,generic,Completed,,sdv-pii-tn0m0,sdv-pii-bzwze,,,19.552577834613,1.682290672690536,Speech,,0.968655374,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B5B389E2-3790-4FC1-8AAF-F53287AA6FBE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c3ea3934-6183-45b7-bd9a-6a55d89b2cde,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-c1w83,sdv-pii-p9n9c,,,12.605724863782,1.0914168936429882,,,0.64447128,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,25.0,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ecc63817-d3f5-4766-893c-d47b8382e96d,Acoustic Task,32.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,829910FD-2A2D-4FA1-822B-E4DF84EA1874,Story recall,,,,sdv-pii-4j9i7,sdv-pii-6qheo,09E64686-7FEC-4A52-A62B-B0F1CF266B2C,Story recall,49.389192879537,,,,0.90620663,,,,,,Unchecked,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,green,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +71829fd2-bac7-4274-8560-5f5faf8b9d59,Q Generic Demographics,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Picture description,,,,sdv-pii-hdwos,sdv-pii-vnka6,,,,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a6772d59-3a27-44bb-b49a-eff195e22de3,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-7gheu,,,,Completed,,,,,,4.805563470766,,,,0.911215317,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,52.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2495936e-6c52-414f-af58-6e0d0abca13a,Recording,4.0,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BD03C494-1071-49D1-907C-634C055AF25A,Rainbow Passage,,Completed,,sdv-pii-os85r,,,,18.513012358846,,,,0.573796854,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6578f0f4-864c-488b-b8b0-f983daae253e,Acoustic Task,65.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-i2k0p,,B678A340-05EF-4814-83FC-4BA1F80F5854,Respiration and cough-ThreeQuickBreaths-2,26.365824682379,2.2768903999310814,Speech,v1.0.0,0.610479218,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c4f63734-541a-4862-85fd-2d985eea5fa2,Acoustic Task,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-h6ujo,,,29.958340175421,2.6211036581200204,,,,,,,,,,Washington,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,,,,,,,Unchecked,,,,,,US customary units,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eed0e4a4-c915-4ada-9d23-9e0c56fa0d37,Acoustic Task,14.0,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,sdv-pii-8ckx5,sdv-pii-iujg9,,,3.78287190433,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +967fa9ab-5ca9-4b80-ad18-f091cff896eb,Q Generic Demographics,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-oilka,,,,,,sdv-pii-syk3f,sdv-pii-5va77,,Respiration and cough-Cough-2,11.432354093188,1.0018472381584231,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2 - 3 times a week,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2cb188fe-4e19-4da1-a1f4-1f9f254fd1fd,Q Generic Patient Health Questionnaire9,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-hsofb,,,,,94.0,sdv-pii-ey10u,,,Diadochokinesis-KA,6.414780511836,,Speech,v1.0.0,0.256249415,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5514fa1d-0551-46b5-aac2-30f6cf0e06f3,Recording,42.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-1mo3z,,,,,,sdv-pii-3wmj9,sdv-pii-vw61o,967F53E1-AECF-4345-8253-B96CF635E0D7,Respiration and cough-FiveBreaths-2,8.411092611845,0.6935761241575347,Breathe,v1.0.0,0.335958604,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a33afb95-ab9b-4729-af0d-c64649f63669,Acoustic Task,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5CB5F419-24ED-47E0-9EAC-4681A2F19A64,,,,,,,D5A012B4-2B79-4A81-9885-3F15AEB768F3,,3.515903638606,0.289131610103843,Speech,,0.654501975,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-6irga,sdv-pii-873ra,CB8A74EE-0C8C-4B15-B322-D93A79ADB40A,,,,,v1.0.0,0.522101552,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Most of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e60414b2-5541-47ca-893c-984a5c7296eb,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74A063E9-2639-4B0B-80B4-5C90626BF5E5,Story recall,generic,Completed,,sdv-pii-un79k,,,Maximum phonation time-3,,0.8628818521873655,Speech,v1.0.0,0.873666534,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +25753413-7675-4b82-8a36-7c71cf0e762a,Acoustic Task,15.0,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,DBC157DC-B732-4D99-88AE-CB1300F44EDD,,,,,,,,,,,,sdv-pii-4y7y7,81F2BE30-F818-48F6-89C1-CA8586F1B0C0,Rainbow Passage,8.341664796966,,Speech,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5E054A0F-CFA2-46AF-9248-14949EAB163E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3667f1d6-e11a-4c36-b14d-c52976890cc9,Recording,25.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,sdv-pii-45fpy,,8F9529CA-C0BA-4C9F-9BA3-25D8CFBE4235,Cape V sentences-2,11.443361669648,,Speech,v1.0.0,0.764921014,USB-C to 3.5mm Headphone Jack Adapter,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,A good bit of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1b07b18b-26f9-405b-a466-29442306a7fe,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,sdv-pii-890hx,,,,Completed,,,sdv-pii-rxtg5,,,,1.3461165382638078,Speech,,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,blue,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2cb188fe-4e19-4da1-a1f4-1f9f254fd1fd,Recording,26.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-5qlwz,9B626BC3-309C-4A9C-95ED-A17D778B2A2F,Respiration and cough-ThreeQuickBreaths-2,9.10243357272,0.7481495463178913,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +324cd5d0-9234-478b-b418-936cdcb81ad7,Acoustic Task,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,3190.0,VUMC,,25E1BE27-3505-47FF-B000-40B0CECA7089,Cape V sentences,mood,Completed,,sdv-pii-cs3gl,sdv-pii-0y8j4,,,30.133974890766,2.4964495420979844,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,8.0,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +68e4e374-f442-435f-8fd4-8a7c7023732a,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Free speech,,Completed,,sdv-pii-pa1le,,4ABBC3F3-A890-4549-96BD-DEC5D55CBB77,Free speech-1,,0.7363131971213663,Speech,v1.0.0,0.451736025,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,09E64686-7FEC-4A52-A62B-B0F1CF266B2C,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92425dec-8998-43bf-adfc-00414c66b9a2,Acoustic Task,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Completed,89.0,sdv-pii-g7wkh,,,,,3.459510272375438,,,0.656822436,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,178.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Acoustic Task,24.0,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Reinke's edema,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,Unchecked,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-dq03h,A25CF60C-039A-4E71-8000-FAB7111DDEAB,Audio Check-4,31.77304257484,2.598302882391809,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,09E42D35-9236-45DD-B765-EC760EE229F5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81fbe094-a262-4d10-b0ea-24d598a5fbac,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,128.0,sdv-pii-7ywnh,,,,37.262203746571,3.282048492844464,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Recording,30.0,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21C92A2E-BAAB-4AA5-A2D9-569E78686FF8,Diadochokinesis,generic,Completed,,,,CDB3CEDC-5AB8-4DEC-8E6C-8EA7E9DD7DCF,Maximum phonation time-2,13.440905045592,,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +cff65892-ada8-47ef-9711-ce513cbd730f,Q Generic Confounders,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,38.0,sdv-pii-4ptn5,,3B573CC6-0A13-474A-AEC9-3244A874188E,,,1.1860133839594487,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,326.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c1aae2e4-32fd-4a33-9ec6-1b8a77cab4c9,Recording,9.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,9D1B7CE4-9375-4665-8A67-9A8789F4F34F,,,Completed,,sdv-pii-ipeye,sdv-pii-a6mz0,,,8.805703775162,,,v1.0.0,0.757994851,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4e50c4c-0746-4d73-a9c6-8e6f55f00f10,Q - Mood - Panas,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-lnd9x,,BD5B8396-2ACB-4FA9-97CE-4498C46023D6,,9.183154546709,,Speech,v1.0.0,0.090660344,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b28b611d-90eb-443f-b26c-61a1001e5d50,Recording,5.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68CC09B3-5A5B-4636-B23C-9ABA5888E765,,,,,sdv-pii-rw75v,,BC3E8155-8540-4419-B5DE-20546C31EA3F,,,,Speech,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,No,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1=A little bit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3a744c68-53bc-438b-b5c8-7525150504d9,Recording,52.0,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-wtd00,68741C04-8DD5-4A36-81E6-1B83F50EFCF3,,,Completed,67.0,,,D8DD4DCB-F1ED-40B3-A134-C316352AA04C,Story recall,30.50074900677,2.5606276943274766,Speech,v1.0.0,0.656055409,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-rvpso,,,,,,sdv-pii-hthzv,,,Prolonged vowel,26.997865888246,,,v1.0.0,0.687420433,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +57a6b97b-7e36-40dd-9845-55ce7f218a60,Recording,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Completed,,,,,,,,,,,sdv-pii-7h1ww,5383272C-E790-4867-BD26-FACC7F906472,Cape V sentences-4,,0.8200166000380751,Speech,,0.66771493,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Mild (Several days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96a891a-4d74-4e7a-8395-e60b03d3bfe6,Recording,32.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-hu6h6,8F8E68BB-E68C-4EA5-B71A-17D7AAE915C2,,,,,sdv-pii-q9m0k,sdv-pii-vhrm8,7C36DA1B-17A9-41FD-98CA-26792B900CD0,Random Item Generation,,1.1584684680058261,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67.0,,,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +15943fd6-c8ba-48b7-a754-ab15a9781831,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,2806.0,,,7C36DA1B-17A9-41FD-98CA-26792B900CD0,,,,83.0,sdv-pii-os9jh,sdv-pii-elt5f,,,15.573401005678,,Speech,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ec0d9ed5-0083-4ff7-af85-7ddcc1e5142c,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-50fdc,7C36DA1B-17A9-41FD-98CA-26792B900CD0,Prolonged vowel,,,Breathe,v1.0.0,0.80894576,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1DA42932-6935-4925-B917-139E73400C81,,,,54.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +28cc3eda-66eb-4731-b5fa-e59f2cbaf801,Recording,3.0,,,,,54.0,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8C74EF44-970E-4EDF-A59B-9DB3FC0C0CA8,,,,,,,,,,2.961109416378583,,,0.201836884,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e1e28fbd-d650-4f86-8f4c-a04cc8ac7a37,Recording,32.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-mkeo9,sdv-pii-vi6fl,EA1D1664-F55B-4DBF-9BE0-EBCCA4E2D45D,Caterpillar Passage,20.278257409264,1.7123254669068817,Breathe,v1.0.0,0.70082274,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BC3E8155-8540-4419-B5DE-20546C31EA3F,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1a7a86df-e379-40ab-a644-9821aac7be63,Acoustic Task,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,21E12CBE-B880-4DB2-AA83-239AC34CBEC5,,,Completed,,sdv-pii-b1kfa,,,Prolonged vowel,22.066935205553,,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,135.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,D3915CCC-3900-4C1E-B38A-540741180B4F,Diadochokinesis-TA,10.454541640203,,,v1.0.0,0.356845094,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very Often,,,,,,,,,,,,,Never,,,C4F0CAB1-34EE-42AE-B080-3FDF41E04980,,,,,,Almost never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f1b7887-0021-4419-971b-7ddfe19c05e4,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ke9j3,,68741C04-8DD5-4A36-81E6-1B83F50EFCF3,Prolonged vowel,,1.386747846904214,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96ef2c0-eb50-4b1d-afb5-81aaf9a1f2df,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,sdv-pii-74p51,,,voice,,,,sdv-pii-zaupm,C63E6402-5ECC-45B5-8A57-6FE638A766A5,,0.564758812682,0.06057790464498722,Speech,v1.0.0,0.658697328,USB-C to 3.5mm Headphone Jack Adapter,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I used to smoke,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fdf560ee-c636-4261-a82b-1cf9a677ce8a,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-8ajzo,,,,,,,,C5140641-AC9E-47B0-B415-0188D0B76077,,10.31483817276,0.885395594604498,,v1.0.0,0.604497511,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,2.0,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,E007850D-85C0-4643-8640-FD2D79C52415,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96ef2c0-eb50-4b1d-afb5-81aaf9a1f2df,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,voice,Completed,,sdv-pii-0j5hk,sdv-pii-rxtus,,,6.247827034429,,,,0.845610361,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +19d4e811-ff85-47cd-b9be-ce0c3c907e03,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-1zq2l,,,Audio Check-1,,1.4244064566882018,,v1.0.0,0.48850375,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,182.0,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f0f1310-7c09-4399-aa8d-d4ff6409ef5e,Acoustic Task,43.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,653DCE31-88E0-4937-A1E9-178C2E08D204,Respiration and cough,generic,,,,sdv-pii-c5wpt,8F8E68BB-E68C-4EA5-B71A-17D7AAE915C2,Story recall,13.360935630636,1.1349868085464312,Speech,v1.0.0,0.63891927,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +daa7c187-8f36-4b2a-a4bc-7d2c3f6f09b2,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25E1BE27-3505-47FF-B000-40B0CECA7089,,,,,sdv-pii-i3m5r,sdv-pii-vovzi,,,19.218937704999,1.6380182737244307,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,brown,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,154.0,sdv-pii-8nqeq,,,,,2.1401808932989996,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,644.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e584096b-ce89-4e9d-b2c0-8f705f07cfe2,Q - Mood - Panas,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-uc9cp,006DD2DB-DA03-4564-87C9-201506538022,Diadochokinesis-KA,,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,66.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +93e51af0-bff0-43de-a061-f744f2bc2c6f,Recording,9.0,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7C6D62B9-CB37-4896-BAB2-078837F06668,Cape V sentences,generic,Completed,,sdv-pii-r9ei3,sdv-pii-ukbsy,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,129.0,sdv-pii-ydjjw,,9BAA7B58-72D7-4C85-9630-CD91DADF3D48,,4.051649575802,0.36000467799695157,Speech,v1.0.0,0.433112634,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Monthly,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d5aeba9f-c910-4b65-81e8-0e9ad15097e7,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,5A09B913-3A32-4994-9C75-0226A4FB87DF,Glides,,Completed,,sdv-pii-x86kj,sdv-pii-ee1ol,,,32.6266045921,2.8449924622755787,,,0.915696078,,,,,,,,,,,Heterosexual,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f0f1310-7c09-4399-aa8d-d4ff6409ef5e,Q Generic Patient Health Questionnaire9,16.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,149.0,sdv-pii-tt40q,sdv-pii-30fv7,2DC96B8A-2272-447C-A005-C11C8CA97571,Respiration and cough-FiveBreaths-1,20.092155770708,,,v1.0.0,0.259847974,iPad Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +48292811-cb0d-43f6-90f9-86ce25e3b7da,Recording,16.0,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.6882763260107518,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,All of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,blue,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +119daa75-d633-4f1f-9bec-d0650715b41f,Recording,15.0,English,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Picture description,generic,,,,sdv-pii-oggqn,BC3E8155-8540-4419-B5DE-20546C31EA3F,Audio Check-4,,0.22646013497414955,Speech,v1.0.0,0.491057316,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,Male gender identity,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,52.0,,,,,,,,,,,,,,,,,,,,,,,3596D51F-73B0-47AE-BFAB-08FE8A2B9295,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d1ff7764-7953-4596-b0bb-0e1022acc036,Q Generic Demographics,10.0,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81F2BE30-F818-48F6-89C1-CA8586F1B0C0,,,,110.0,sdv-pii-0ovwl,,FAC15A71-AF37-496F-868A-D7927E8C89E6,,7.400849834142,,Cough,v1.0.0,0.80351868,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,Not Hispanic or Latino,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +820a7bfc-9dfe-4d77-8895-203c093e064f,Acoustic Task,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,34877857-8349-4421-B422-5F399A0933B8,Voluntary Cough,,Completed,,sdv-pii-180ge,sdv-pii-f1h9d,,,,1.5817257735419024,,,0.281007548,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3667f1d6-e11a-4c36-b14d-c52976890cc9,Acoustic Task,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5383272C-E790-4867-BD26-FACC7F906472,,,,,sdv-pii-esb2q,sdv-pii-h2163,2C257439-E39B-4B30-B7E7-05281A5EC562,,,0.48476638178458487,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92aa646d-f022-4b91-802f-854e1cbd444f,Recording,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-sd1bu,sdv-pii-csyll,9D1B7CE4-9375-4665-8A67-9A8789F4F34F,Diadochokinesis-buttercup,,1.0527258198364065,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,Severe,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8ebb9893-bc28-46df-bf50-562c5b60bf5d,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54.0,,sdv-pii-jryfw,50A0A237-571C-40A8-AAB4-76DE8544E0ED,Diadochokinesis-TA,17.311129884321,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,Checked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +57a6b97b-7e36-40dd-9845-55ce7f218a60,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-4o0lx,sdv-pii-gknsx,21E12CBE-B880-4DB2-AA83-239AC34CBEC5,Story recall,19.421860212566,,Speech,v1.0.0,0.735357202,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eed0e4a4-c915-4ada-9d23-9e0c56fa0d37,Acoustic Task,18.0,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,99E16330-8AE3-473D-A8F3-689170C57893,,generic,,,,,653DCE31-88E0-4937-A1E9-178C2E08D204,,5.701365713468,0.5071853833133706,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,Unchecked,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +66a03988-159c-4a3a-954b-7b4fc8320b51,Recording,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-w9gzw,C5140641-AC9E-47B0-B415-0188D0B76077,Diadochokinesis-PA,,0.6006309891549416,Cough,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +268ddca6-c5af-48cc-a132-3dc11eead9ec,Recording,4.0,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,,,,,,sdv-pii-pem9l,,372EA73E-0D0D-4F21-BB69-A28E1C7B7D5C,Respiration and cough-Breath-2,9.027587881259,0.7613947816622694,Breathe,v1.0.0,0.739753196,iPad Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1dca83e-750d-4eb8-9e27-45b93b9dd5ae,Acoustic Task,41.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-4hknn,DEC3BD2E-E20F-4E9F-BCCA-8766EE8D6465,Cape V sentences,,,,,sdv-pii-batvd,DBC157DC-B732-4D99-88AE-CB1300F44EDD,Cape V sentences-1,,1.3721338423322422,,v1.0.0,0.32246267,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c3ea3934-6183-45b7-bd9a-6a55d89b2cde,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-s827l,DBC157DC-B732-4D99-88AE-CB1300F44EDD,Cape V sentences-3,1.518544400378,,Breathe,v1.0.0,0.624428547,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Multiple times a day,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,22.0,,,,,,,,,,,,,,,,,,,,,,,,,Very difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fa6befa4-dece-4987-8612-67572aa6234b,Acoustic Task,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-f6ank,,AF451BB0-7960-4805-A110-5CA2A1BE21CB,Respiration and cough-Breath-1,26.708609814826,,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,8ABDB9A3-5194-4833-9AFE-3563D4C88ECF,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ea72fe62-b508-4dca-8cd1-51803cd1c3f2,Recording,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,8C74EF44-970E-4EDF-A59B-9DB3FC0C0CA8,Diadochokinesis,generic,,,sdv-pii-n79ul,,9829C772-79B5-4BE0-AFB4-A6D8EE0DDB31,,17.854306035808,1.5190015621233555,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7afccc36-c15f-46ae-8d1b-db15d4e6b7b9,Recording,10.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,Completed,,,,,B5B5E02F-1B56-4793-A70C-5B3BEDFAAA69,,,,113.0,,sdv-pii-4riz6,FBA40A25-F32E-48EF-AEDB-15A1DACEFF23,Diadochokinesis-KA,22.776513593078,1.9283831738653674,Speech,v1.0.0,0.658565647,,BD54C6AC-0907-48C1-8492-E1DB697147F7,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3a744c68-53bc-438b-b5c8-7525150504d9,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-j78bs,sdv-pii-av39i,9829C772-79B5-4BE0-AFB4-A6D8EE0DDB31,Picture description,,1.73116554493262,Breathe,v1.0.0,0.6288667,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b064fa6f-e663-4cba-8a21-6f627d78037b,Acoustic Task,21.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,159.0,,,21C92A2E-BAAB-4AA5-A2D9-569E78686FF8,Breath Sounds,,0.7347874643481329,Cough,v1.0.0,0.338487678,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Recording,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-aweuc,sdv-pii-vsa39,894A2170-7FB6-4B18-A665-9DA398A483CC,Maximum phonation time-3,16.483941372309,1.403835515002047,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1B9CF2FC-39D8-4267-B98A-5FD629448C25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +53607880-87b5-4ca3-bfa4-79e65423791a,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,C4F0CAB1-34EE-42AE-B080-3FDF41E04980,Glides,,,,sdv-pii-e2uv8,,391B277B-7DC5-4178-B988-30C69FA420C7,Diadochokinesis-buttercup,31.065211011497,2.6761801253557786,Speech,,0.987290845,USB-C to 3.5mm Headphone Jack Adapter,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,CFB7788D-0ED6-49A8-9935-D66C5A4EFDB2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e179e555-9dfd-4842-b0be-dbbfdcc0426b,Recording,11.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-uhtc9,,E4D6D36F-98A2-4537-867A-8F1BCD92DED7,Respiration and cough-FiveBreaths-3,10.435862729699,0.9020255925543829,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,Unchecked,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Moderately,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4c55b481-e8a5-41fe-94c3-61d64f7a0ae2,Acoustic Task,39.0,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Respiration and cough,,Completed,,sdv-pii-3d3hb,,8DE735BF-A7A7-4E3D-B885-0EC22BBEDCE0,Free speech-3,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,red,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b55bad76-91e4-45e9-8f57-51cdb31c6a3c,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Picture description,,,,,sdv-pii-3s2dw,89B13E1A-375A-4078-B423-25BEF62B00B1,,,1.3332429905682814,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Mild (Several days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fef8f989-e8a1-429e-8406-679f47215263,Recording,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152.0,sdv-pii-5zpwx,sdv-pii-l8lt3,4A558493-50BC-497F-8EE2-E18664F18F1E,Respiration and cough-ThreeQuickBreaths-2,8.853543586468,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,707.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Kansas,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2cb188fe-4e19-4da1-a1f4-1f9f254fd1fd,Q Generic Patient Health Questionnaire9,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-y5shg,sdv-pii-77nd7,,Free speech-2,17.47183343925,1.4666251173717888,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,Female gender identity,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b1fe4758-940f-4ffc-8ad2-2c1054f14e95,Recording,45.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-8sol2,,53AABBB7-9B09-481E-9932-D0FC224E798D,Diadochokinesis-buttercup,3.208329298252,0.26034219599242964,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +324cd5d0-9234-478b-b418-936cdcb81ad7,Recording,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-xwanz,sdv-pii-z3ql6,5AC5C716-BB07-4696-8483-D71B5B93E99B,Free speech-1,,3.385369530203221,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7f10bd3f-cbf9-4875-9716-308af292d058,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-4jcg4,sdv-pii-7dd9t,BD54C6AC-0907-48C1-8492-E1DB697147F7,Caterpillar Passage,9.602299679177,0.8577102957637521,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,46.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +28cc3eda-66eb-4731-b5fa-e59f2cbaf801,Recording,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,USF,,FBA40A25-F32E-48EF-AEDB-15A1DACEFF23,,generic,Completed,,sdv-pii-au6jw,sdv-pii-m8iph,,Audio Check-2,,,,v1.0.0,0.838176084,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fdf560ee-c636-4261-a82b-1cf9a677ce8a,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-mu2xf,1BDEFE5D-AEA8-494B-920B-8C4F73F53724,,,,,sdv-pii-rhcix,sdv-pii-ipsc1,8B341FFA-28B5-46B8-97D1-2B68F5882185,Free speech-2,,4.203817787828087,Speech,v1.0.0,0.839721287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +faaca476-b026-4db9-9127-1a216936cdf8,Recording,2.0,,,,,60.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-gwvne,3EA764B6-E630-437C-982A-BF58E425057B,,1.915576562031,0.1581109279051497,,,0.587397788,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Severe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,132.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a58d1e3f-dc63-4211-ab71-ad0a2797733c,Q - Generic - Gad7 Anxiety,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-sn3bp,,,,,,sdv-pii-i70vq,sdv-pii-ho1gw,370F3E55-F41C-4DDD-9BFD-C40198E469BC,,11.278822381507,,Speech,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Recording,15.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Audio Check,,Completed,,sdv-pii-bg59l,,338A3B71-07A1-41AE-BBE5-5FBCFD92A305,Loudness,30.575785823968,,Speech,v1.0.0,0.751437068,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +daa7c187-8f36-4b2a-a4bc-7d2c3f6f09b2,Recording,35.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,Unchecked,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,Unchecked,,,,,,,,,,,,,,Audio Check,generic,,127.0,sdv-pii-qu0tl,,291F92AC-4B67-4A6E-9AE2-6ACB15772371,Audio Check-1,,0.8177478784374292,Speech,v1.0.0,0.387484918,iPad Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A good bit of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eed0e4a4-c915-4ada-9d23-9e0c56fa0d37,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-dwkvx,,338A3B71-07A1-41AE-BBE5-5FBCFD92A305,Rainbow Passage,15.133905591667,1.3201232696191625,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2558e9da-8a1c-45c1-a1fe-85af7846a0d2,Recording,31.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-bafup,,9FDD1399-C003-498E-8031-2E0F9A83A872,Animal fluency,,0.6217740038478187,Breathe,v1.0.0,0.517660676,Plantronics Blackwire 3220 Series,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96a891a-4d74-4e7a-8395-e60b03d3bfe6,Recording,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Idiopathic,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,,,,,sdv-pii-8dvci,9829C772-79B5-4BE0-AFB4-A6D8EE0DDB31,,,,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I occasionally feel happier or more cheerful than usual.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +dbcdf154-498f-4260-8627-4603860cdb1e,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,EF2CD36B-A8E0-4CAA-A537-2288E8B734F9,,,,144.0,sdv-pii-e0maj,sdv-pii-r9wfk,3EA764B6-E630-437C-982A-BF58E425057B,,5.441765100393,,Speech,v1.0.0,0.58266719,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4F77D0EF-8F1B-4CB3-AC4B-DE6D0CCD4158,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Recording,12.0,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-zhy5j,sdv-pii-sjtcn,248ADE03-8225-4F6E-B3B5-9903D7FB9EB0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +15943fd6-c8ba-48b7-a754-ab15a9781831,Q Generic Voice Perception,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-zvkf7,sdv-pii-fd51h,967F53E1-AECF-4345-8253-B96CF635E0D7,Rainbow Passage,5.303605638602,0.4629485782664315,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +149f5b8a-aa7e-4806-9025-606c9fac95a2,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-nujwc,sdv-pii-5g1jq,,Free speech-1,23.285317580059,2.0213318174982984,Speech,v1.0.0,0.501390883,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cd653a3-21f1-4129-9c0f-d0213a1ffac8,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,25.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Without,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,sdv-pii-f56bj,,,,,,sdv-pii-20ua0,,,Respiration and cough-FiveBreaths-1,32.263723255805,2.835855950734923,,,,,,,,,,,,,,Heterosexual,,Checked,Checked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b064fa6f-e663-4cba-8a21-6f627d78037b,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E007850D-85C0-4643-8640-FD2D79C52415,,,,,sdv-pii-9oabg,,,,26.434698539241,2.1667016957060015,Speech,,0.906593211,,4A558493-50BC-497F-8EE2-E18664F18F1E,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c1aae2e4-32fd-4a33-9ec6-1b8a77cab4c9,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.8469343556926524,,,0.374123537,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,4 or more times a week,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,89.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4e50c4c-0746-4d73-a9c6-8e6f55f00f10,Recording,38.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,98.0,,,9829C772-79B5-4BE0-AFB4-A6D8EE0DDB31,Cape V sentences-3,,,Speech,v1.0.0,0.91501176,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +bcf75f58-596e-4f20-b78f-dfdd70a6c748,Q - Resp - Dyspnea Index Di,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9B626BC3-309C-4A9C-95ED-A17D778B2A2F,Cape V sentences-5,,0.6842001339056739,Breathe,v1.0.0,0.904625505,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ef935207-5e70-4eff-a256-d648ce9e894a,Acoustic Task,28.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Story recall,,Completed,,sdv-pii-b4d9p,,E4D6D36F-98A2-4537-867A-8F1BCD92DED7,Audio Check-3,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-sz4xz,,,,,115.0,sdv-pii-akq1l,,,,4.726890198604,,,v1.0.0,0.594649366,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,C5140641-AC9E-47B0-B415-0188D0B76077,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f1b7887-0021-4419-971b-7ddfe19c05e4,Acoustic Task,37.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21E12CBE-B880-4DB2-AA83-239AC34CBEC5,,,,,,,391B277B-7DC5-4178-B988-30C69FA420C7,Productive Vocabulary-1,15.591911574059,1.3277630804449714,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,135.0,,,,,,,,,,,,,,,, +b1b4b453-42c9-4053-9367-bfc2baac38bf,Acoustic Task,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ed7p7,612E92C8-EA5F-49D2-9A40-3736B354E230,,voice,Completed,184.0,,sdv-pii-3mcra,,Maximum phonation time-3,27.542789841833,2.4499688684758665,,v1.0.0,0.751695266,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a33afb95-ab9b-4729-af0d-c64649f63669,Acoustic Task,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56F12044-F1FC-4A37-A05C-EAADC9C93DE8,,,Completed,95.0,sdv-pii-k1qgr,sdv-pii-m5r5b,,,,,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Less than monthly,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,red,,,,,,,,,,,,,,,,,,,,,,,, +58eb0e00-21cc-4f94-a415-b81e4856d297,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,sdv-pii-lezr9,,7FFAFD12-CAF4-4DEE-8A1E-EC59B4235081,Audio Check-3,7.321556526648,,Speech,v1.0.0,0.741491435,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74A063E9-2639-4B0B-80B4-5C90626BF5E5,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c1aae2e4-32fd-4a33-9ec6-1b8a77cab4c9,Acoustic Task,12.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,,,,sdv-pii-9y957,sdv-pii-j5ncp,,Rainbow Passage,15.305154151136,1.3086622376699697,Speech,v1.0.0,0.760405986,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,US customary units,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f9988983-ebb5-434c-a20e-461e77f24cad,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Grade I,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-ok7a6,sdv-pii-oulr6,63E13DC9-3FCB-4E2F-B3AA-5B1199999631,Maximum phonation time-3,,,Speech,,0.72812664,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4=Severe (Nearly every day),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +29ff3e95-6edc-413d-8fa3-ddc34fb02a52,Recording,2.0,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-vwyx1,,,,,,sdv-pii-2qye1,sdv-pii-h1l4v,,,12.731292774957,1.0796404440177116,,v1.0.0,0.48963559,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +268ddca6-c5af-48cc-a132-3dc11eead9ec,Q Generic Voice Handicap Index Vhi10,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-p0ody,,,,,132.0,sdv-pii-dmlqn,sdv-pii-tnv4y,,,,0.4443708445783394,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1a7a86df-e379-40ab-a644-9821aac7be63,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,No,Unchecked,,,,,,,,,Unchecked,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-gjz5n,sdv-pii-9ftc2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1f9475bb-f13b-4f68-969b-28f20455b3e7,Recording,21.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,105.0,sdv-pii-renta,,,,25.992593408495,,Speech,v1.0.0,0.952140759,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4=Severe (Nearly every day),,,,,,,,,,,,,,,,,,,,,,,,,,134.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-i9dbp,sdv-pii-dzyhc,B00168FA-2560-46D4-B738-6C7FCD6DED23,,7.96489952382,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I've never smoked regularly,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +28cc3eda-66eb-4731-b5fa-e59f2cbaf801,,16.0,English,,,,,,,,,,,,,Unchecked,,,Unchecked,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,VUMC,,,,,,,sdv-pii-62ghj,,,,,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,No,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,130.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +0aeebf70-44a5-4537-af1b-1c24840f104d,Acoustic Task,7.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,AF451BB0-7960-4805-A110-5CA2A1BE21CB,Breath Sounds,generic,Completed,,sdv-pii-u7tue,sdv-pii-jtmmb,,,,1.2710575563577073,,,0.748817691,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Most of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5362f15-f121-4bee-8a7e-dc84e6327b7e,Acoustic Task,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9F930A08-D6F4-407C-BB85-134AC4D2898E,Caterpillar Passage,,,,,sdv-pii-siuu8,,,,,,,0.715162355,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e179e555-9dfd-4842-b0be-dbbfdcc0426b,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81.0,sdv-pii-w1v9b,,09E42D35-9236-45DD-B765-EC760EE229F5,,13.663749765177,1.1760793406688852,Speech,v1.0.0,0.82018106,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d5aeba9f-c910-4b65-81e8-0e9ad15097e7,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,09E64686-7FEC-4A52-A62B-B0F1CF266B2C,Glides-High to Low,,1.1155451339394264,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b442b86a-36ec-4f66-9d99-e27e1e07805a,Q Generic Voice Perception,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-fo6ga,,Audio Check,,,,,,CD56D84B-644A-4483-9F24-7C567CA0819B,Prolonged vowel,17.736976388306,1.5024397984573201,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2c95136b-0efb-4d67-8fdf-113a8af5ac12,Acoustic Task,7.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5E054A0F-CFA2-46AF-9248-14949EAB163E,,,,,,,Story recall,,Completed,,,sdv-pii-flo8o,,,23.37895084764,,,,0.904161228,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +66a03988-159c-4a3a-954b-7b4fc8320b51,Recording,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-2yi5c,sdv-pii-if6rz,65694248-9E3C-44E7-A51A-147364E1D8AE,Breath Sounds,12.179157868559,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e179e555-9dfd-4842-b0be-dbbfdcc0426b,Acoustic Task,28.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,Diadochokinesis,generic,,,sdv-pii-ma7bz,sdv-pii-92bi7,,Rainbow Passage,5.686135130418,0.4597462662406712,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +48984210-19a7-4b56-abd2-401f7dbfdf31,Acoustic Task,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Picture description,generic,Completed,,,sdv-pii-p562a,,Maximum phonation time-2,,1.5666065007998993,Speech,,0.542772909,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,741.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2136ece1-67d2-4ad8-a821-a386c419a7e5,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,130.0,sdv-pii-zjbtk,sdv-pii-ra5e0,6C954561-6206-4F87-91B6-AF5E3AD898EA,,,3.007086686760304,,v1.0.0,0.601047593,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,Not Hispanic or Latino,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2136ece1-67d2-4ad8-a821-a386c419a7e5,,10.0,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39BF7905-2C04-486C-9F90-C5DE915ADCE9,,,,123.0,,,,,7.714290500402,,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5514fa1d-0551-46b5-aac2-30f6cf0e06f3,Recording,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-g0gei,BD03C494-1071-49D1-907C-634C055AF25A,,generic,Completed,,,,,Diadochokinesis-TA,4.386528822855,0.3678296661783353,Speech,v1.0.0,0.794937084,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,Sometimes,,68.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d1ff7764-7953-4596-b0bb-0e1022acc036,Recording,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FD7F03F1-04D2-4718-89D4-CDD1594C9B72,,,,103.0,,,B00AE7C4-B9BF-40D0-BA3B-55DAEBB33AFA,Free speech-1,,,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Prefer not to answer,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5f51e03-8083-4325-b8f3-19bf35bfa2e5,Recording,16.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,Unchecked,,,FDFDF7A4-C691-4EBA-B23E-C214170A1BA5,,,,,,,,,,,sdv-pii-9jkz1,,C63E6402-5ECC-45B5-8A57-6FE638A766A5,Diadochokinesis-buttercup,5.883218467766,0.5046103868689722,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,Unchecked,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B0AE4C93-435B-4B1D-989D-4085644771A0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c9b77a28-1257-451b-aed2-06b038c19d2e,Acoustic Task,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637B34DE-F1F8-4D5F-B8D1-839F20DF73A8,Prolonged vowel,generic,Completed,,,,72D48137-0729-4B2B-AD9E-EEA457EFCF3E,,19.182182642235,1.6377855295672679,Cough,v1.0.0,0.589804732,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,71.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8777bef2-7b09-4ecd-9908-fdb258bda3d0,Acoustic Task,22.0,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,111.0,sdv-pii-8td1c,sdv-pii-kp9zw,,Audio Check-3,43.354946611206,3.8741336785709612,Speech,v1.0.0,0.307819139,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +93e51af0-bff0-43de-a061-f744f2bc2c6f,Acoustic Task,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,sdv-pii-7mlff,,,,Completed,,,sdv-pii-i6rn2,,Audio Check-1,14.201167370771,,Speech,v1.0.0,0.574492088,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ec0d9ed5-0083-4ff7-af85-7ddcc1e5142c,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,sdv-pii-rd0co,,,,,,sdv-pii-6z72q,sdv-pii-yzbq7,C777ED67-780A-440E-A716-0C7EAB98AA88,,2.047500900776,0.1869833147404251,Speech,v1.0.0,0.732808441,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +133372ef-aab7-4c8e-8ec5-d042408b14b2,Recording,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-b7j7x,2B5F720F-7C4D-4FAC-A9CA-AED185B0EE5A,Respiration and cough-FiveBreaths-3,,1.0620176137180115,Speech,v1.0.0,0.595492003,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d3d7e2fd-df1f-4dd3-b6b4-3ee8de293f80,Q Generic Voice Perception,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,120.0,,sdv-pii-hz3y6,,Free speech-2,18.597709460287,,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"$50,000 to $99,999",,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c4f63734-541a-4862-85fd-2d985eea5fa2,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-bw0y4,sdv-pii-zop62,,Diadochokinesis-buttercup,12.884453436965,1.094877902110426,Speech,,0.671057224,USB-C to 3.5mm Headphone Jack Adapter,,,,,,Rhode Island,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c4f63734-541a-4862-85fd-2d985eea5fa2,Recording,30.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,sdv-pii-aoxv1,,,,,110.0,sdv-pii-rt8hv,sdv-pii-8artu,65694248-9E3C-44E7-A51A-147364E1D8AE,Respiration and cough-Cough-1,20.724977210889,,Breathe,v1.0.0,0.601411962,iPad Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,0 - 2,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,Unchecked,,Unchecked,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2b1c662a-59e0-4b69-9161-a2fd4636890b,Recording,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-pacjw,,,,,Speech,v1.0.0,0.644653196,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Prefer not to answer,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +72bd9f6a-134f-4a4f-8e31-5ded9e52d25b,Q Generic Demographics,2.0,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-c90ru,,,25.274895292484,2.155902351572838,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +324cd5d0-9234-478b-b418-936cdcb81ad7,Recording,4.0,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,MIT,,F0A35554-3B6D-46F8-BFAF-88833C7519B6,,generic,,,sdv-pii-9ens8,,,,40.713828191969,,,,,,,,,,Unchecked,,,,,,,,Checked,Unchecked,,,,,,,,,,,,,,Checked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,purple,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d3d7e2fd-df1f-4dd3-b6b4-3ee8de293f80,Recording,23.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-h223j,sdv-pii-1h502,FAC15A71-AF37-496F-868A-D7927E8C89E6,,19.986111600285,,Speech,v1.0.0,0.722574886,,,323.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81fbe094-a262-4d10-b0ea-24d598a5fbac,Recording,15.0,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-cgjmj,,,Respiration and cough-Cough-2,4.358719890098,0.3419009728551876,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,US customary units,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +71829fd2-bac7-4274-8560-5f5faf8b9d59,Recording,36.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B678A340-05EF-4814-83FC-4BA1F80F5854,Respiration and cough-Cough-2,22.077324363404,,Breathe,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +93e51af0-bff0-43de-a061-f744f2bc2c6f,Q Generic Demographics,43.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-2j345,,6E5529B3-F5C6-4781-A6D3-C02A35E5A8E8,Cape V sentences-2,,,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d3d7e2fd-df1f-4dd3-b6b4-3ee8de293f80,Recording,11.0,,Consented,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9B626BC3-309C-4A9C-95ED-A17D778B2A2F,Respiration and cough-Breath-1,,2.1391902167811345,Breathe,v1.0.0,0.518944634,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,Heterosexual,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,D8DD4DCB-F1ED-40B3-A134-C316352AA04C,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96ef2c0-eb50-4b1d-afb5-81aaf9a1f2df,Acoustic Task,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-b6kku,338A3B71-07A1-41AE-BBE5-5FBCFD92A305,,generic,Completed,,,sdv-pii-wvw2i,,,,1.7676299524721804,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +25753413-7675-4b82-8a36-7c71cf0e762a,Acoustic Task,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-lvtha,,,,,,,,2B5F720F-7C4D-4FAC-A9CA-AED185B0EE5A,Diadochokinesis-TA,,0.697303209871919,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,Brother ,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,0.0,,,,No,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96a891a-4d74-4e7a-8395-e60b03d3bfe6,Recording,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Diadochokinesis,,,,sdv-pii-jf6xb,sdv-pii-citla,4DA3268C-BC66-46E6-B254-24B13C563625,Audio Check-2,10.119500516183,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b064fa6f-e663-4cba-8a21-6f627d78037b,Q - Generic - Gad7 Anxiety,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-f6bjq,,,,,,,sdv-pii-afwyc,F296DDDA-259E-4C7E-8DBF-B2AC527CBDC8,,13.920483031532,1.1816952056258028,Speech,v1.0.0,0.681221165,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Recording,40.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-mb6db,,21E12CBE-B880-4DB2-AA83-239AC34CBEC5,Cape V sentences-5,46.451860516936,,Breathe,v1.0.0,0.316164299,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7DCE811B-CDAE-4DAB-B2B6-EDE0BF9534D4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +53607880-87b5-4ca3-bfa4-79e65423791a,Recording,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,CB8A74EE-0C8C-4B15-B322-D93A79ADB40A,Picture description,22.952114587167,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a58d1e3f-dc63-4211-ab71-ad0a2797733c,Acoustic Task,2.0,,,,,57.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,C81204E5-FF3D-465E-9B4D-06A769616048,Respiration and cough,generic,,,sdv-pii-dh12p,,,,7.977575144741,0.6945049752897309,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,651.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,712358D9-5E5E-47E7-94EB-3EBBC580868D,,,,,sdv-pii-svl58,sdv-pii-0hrvk,,,9.71314768308,,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,829910FD-2A2D-4FA1-822B-E4DF84EA1874,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,154.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7ea1b9b0-86a3-416d-8f5b-9bca83e5e03a,Recording,11.0,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,85.0,sdv-pii-sp9u5,sdv-pii-y49qs,,Diadochokinesis-TA,,,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,729.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Q Generic Patient Health Questionnaire9,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,133.0,,,5A09B913-3A32-4994-9C75-0226A4FB87DF,Story recall,13.403961140297,1.1576683651404265,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Somewhat difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3e55cedf-26a8-41f8-9704-12160fa43305,Recording,29.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,123.0,sdv-pii-gibi7,sdv-pii-bgjdz,E7F3C75F-1ACC-456F-AABC-8F77F36DBCF8,Story recall,28.418566348373,2.4502290295597207,,,0.87604937,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,Almost Always,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8598874d-aca2-45ec-8340-445eda830a83,Recording,22.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-798sb,EB7161C3-22C3-48B3-AF07-9D928C5D7D79,Diadochokinesis-Pataka,31.723393595925,2.7176316465551102,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,Oregon,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,Almost Never,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Mild (Several days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7f10bd3f-cbf9-4875-9716-308af292d058,Recording,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,Unchecked,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Grade I,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prolonged vowel,,,114.0,sdv-pii-97us2,,,Respiration and cough-FiveBreaths-4,29.957455050726,2.53258739289009,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B4D2DD13-F280-4AC2-ABEF-329E82921E6F,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-rm03y,sdv-pii-wobt8,E545078A-5D20-453D-B065-398AEA1259E8,,11.279073054277,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +dbcdf154-498f-4260-8627-4603860cdb1e,Recording,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Maximum phonation time,,,,sdv-pii-y8zlg,sdv-pii-skty4,9829C772-79B5-4BE0-AFB4-A6D8EE0DDB31,,21.228418302699,,Cough,v1.0.0,0.846705272,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1=A little bit,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +be90540d-b349-4244-99ad-7fe92067a590,Recording,13.0,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-r018o,sdv-pii-8ef8q,64D3EADD-1CC0-4614-987A-5F5DCDA6FDBB,Diadochokinesis-PA,,0.3386341626740282,Breathe,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +68e4e374-f442-435f-8fd4-8a7c7023732a,Q - Mood - Custom Affect Scale,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-84dnp,,,,,72.0,sdv-pii-jsh1d,sdv-pii-7xyt4,99E16330-8AE3-473D-A8F3-689170C57893,Respiration and cough-FiveBreaths-4,,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Postmenstrual,,,,,,,,,,,,,,,,Always,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +93e51af0-bff0-43de-a061-f744f2bc2c6f,Q Generic Voice Handicap Index Vhi10,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ynejj,,,,,,,sdv-pii-u9zqn,3EA764B6-E630-437C-982A-BF58E425057B,Respiration and cough-Breath-1,17.188257199519,,,v1.0.0,0.769685855,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d1ff7764-7953-4596-b0bb-0e1022acc036,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,F0A35554-3B6D-46F8-BFAF-88833C7519B6,Audio Check-1,18.730719537244,,,,0.733435315,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f0f1310-7c09-4399-aa8d-d4ff6409ef5e,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89B13E1A-375A-4078-B423-25BEF62B00B1,,,,,,sdv-pii-9142k,,Rainbow Passage,,,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35a762ae-e88a-4dbb-bc98-6157f6b549ac,Q - Mood - Custom Affect Scale,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-iqytg,,,,,,sdv-pii-6ux15,,72D48137-0729-4B2B-AD9E-EEA457EFCF3E,Respiration and cough-FiveBreaths-3,,0.507005263784723,Breathe,v1.0.0,0.956124286,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,No,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2de86669-cc1f-45ef-9d31-a7eabd68f247,Recording,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,,,,,sdv-pii-jeznq,,,10.950938361598,0.9221161702215435,,,0.558743916,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +19d4e811-ff85-47cd-b9be-ce0c3c907e03,Recording,17.0,,,,MIT,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-3g582,sdv-pii-f2hzu,A64C8FE5-DAA4-407F-AE27-96B75F7D007F,Glides-High to Low,18.42152475957,1.5923987206953247,Speech,v1.0.0,0.993136392,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1965766f-6d91-4d87-a573-88d002a3bbc4,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,USF,sdv-pii-4iter,,,,,114.0,sdv-pii-2n61x,,41D6EFF0-6CA2-44F5-BA2A-2A63A6BC1F3C,Audio Check-1,,0.46602608429833065,Speech,v1.0.0,0.625068327,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +133372ef-aab7-4c8e-8ec5-d042408b14b2,Recording,14.0,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,134.0,sdv-pii-biqlb,,8C82BFCE-5666-4B04-9680-D4682E373082,Free speech-2,3.32577880377,0.27510757099457234,Breathe,v1.0.0,0.413420895,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1dca83e-750d-4eb8-9e27-45b93b9dd5ae,Recording,22.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-nks3b,,,,,,sdv-pii-y31xw,sdv-pii-rxiju,006DD2DB-DA03-4564-87C9-201506538022,Respiration and cough-FiveBreaths-2,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Severe,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Q - Resp - Leicester Cough Questionnaire Lcq,41.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E4990C2C-A686-4B11-8D96-940CBFA9FD8B,,,,,sdv-pii-cnkb0,,681E141C-E5D5-4024-AD53-1B32407A9B83,Caterpillar Passage,,0.6054158897180172,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,green,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8c2c0a8f-396c-4fe9-93b0-afd0677afc97,Recording,34.0,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,sdv-pii-wsv0m,,,,,113.0,sdv-pii-fmh71,sdv-pii-89e1w,B27908FA-EF6D-4A59-9D48-72FA2238A7EA,Respiration and cough-FiveBreaths-3,14.769037356251,,Breathe,v1.0.0,0.770457886,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c4f63734-541a-4862-85fd-2d985eea5fa2,Recording,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-1xjox,B00168FA-2560-46D4-B738-6C7FCD6DED23,,generic,,125.0,,sdv-pii-6mhqj,712358D9-5E5E-47E7-94EB-3EBBC580868D,Diadochokinesis-KA,,0.5111238750724336,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Recording,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-jaf6s,,,,,,,sdv-pii-shfis,F0A35554-3B6D-46F8-BFAF-88833C7519B6,Maximum phonation time-1,10.501562672754,0.8939833006619865,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,Rhode Island,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Severe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7f10bd3f-cbf9-4875-9716-308af292d058,Q Generic Patient Health Questionnaire9,26.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-4m0q1,,,,,,,,4C0DDF18-6C63-4226-91EB-51138DB586F6,Open response questions,52.35869463063,4.408391269724367,Breathe,v1.0.0,,iPad Microphone,,357.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49479d75-3486-4874-824d-32ac08ff520b,Recording,19.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,sdv-pii-jimer,sdv-pii-6se71,74A063E9-2639-4B0B-80B4-5C90626BF5E5,Respiration and cough-Cough-1,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Good,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,, +9227a6c1-33e3-4c0a-980c-47529f63ada4,Q Generic Demographics,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3DCFD437-9ED8-4D2F-AA84-5BA2A92175F9,,generic,,75.0,,sdv-pii-0ihdr,,,10.469268941481,0.8704839476543724,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,,,,,,,,,,,,,,Yes,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,DBC157DC-B732-4D99-88AE-CB1300F44EDD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,70.0,,,,,,,,,,,,,,,,,,, +4ce6a1af-c123-41b7-a438-c58a41d1a3d7,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-uop9z,,Glides,,Completed,,,sdv-pii-2r43h,637B34DE-F1F8-4D5F-B8D1-839F20DF73A8,Audio Check-3,21.888135871518,1.9252665760835257,,v1.0.0,0.405016333,USB-C to 3.5mm Headphone Jack Adapter,F296DDDA-259E-4C7E-8DBF-B2AC527CBDC8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,red,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f0f1310-7c09-4399-aa8d-d4ff6409ef5e,Q Generic Patient Health Questionnaire9,4.0,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-llx0i,,Audio Check,,,,sdv-pii-j7hhl,sdv-pii-w3j39,89B13E1A-375A-4078-B423-25BEF62B00B1,Audio Check-4,8.769690807693,0.7289578825550707,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Own home,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,D1AF8162-1454-4B2C-B0F8-98C515D605F7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b96f1f84-35dd-47b6-a9eb-b44439a6a248,Acoustic Task,39.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Story recall,respiratory,Completed,,,,0AF76CE4-3984-4C2C-9DCA-BA91F8B42510,Free speech-1,,2.4882914365969038,Speech,v1.0.0,0.581799913,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b05c05d8-9531-4538-95a3-07008cec31b9,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,generic,,,sdv-pii-p5y95,,A69B9A56-359D-4035-82F0-39BC536AE509,Diadochokinesis-KA,3.677931588103,,Speech,v1.0.0,0.653511223,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,No,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +be90540d-b349-4244-99ad-7fe92067a590,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-3r921,sdv-pii-zj19d,F296DDDA-259E-4C7E-8DBF-B2AC527CBDC8,Picture description,10.313886377525,0.7837039211444448,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Never in the past year,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7f10bd3f-cbf9-4875-9716-308af292d058,Acoustic Task,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ncs0f,,,generic,Completed,,,,8ABDB9A3-5194-4833-9AFE-3563D4C88ECF,Free speech-3,16.626516105412,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4ce6a1af-c123-41b7-a438-c58a41d1a3d7,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BB4173E8-1D5B-4E6F-B10D-7B4F6E9617C0,Voluntary Cough,voice,Completed,,,,,,28.770651021476,2.398277543958937,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2b1c662a-59e0-4b69-9161-a2fd4636890b,,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,No,,,,,,,Unchecked,,,,English,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,generic,Completed,87.0,sdv-pii-d7g9u,,,,17.506125510374,1.5232483424909469,,,0.525547022,USB-C to 3.5mm Headphone Jack Adapter,,,,,,Vermont,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Q Generic Confounders,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-33ouh,sdv-pii-lskhp,5AC5C716-BB07-4696-8483-D71B5B93E99B,,,2.037905145618952,,v1.0.0,0.40480274,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Checked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5201d61d-4b67-482f-bddd-39466e63c4f4,,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Audio Check,,,78.0,,sdv-pii-3vma5,7C6D62B9-CB37-4896-BAB2-078837F06668,Glides-Low to High,6.162492240205,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +734ba5db-8e4d-485e-9755-0f23a1450c55,Acoustic Task,22.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,391B277B-7DC5-4178-B988-30C69FA420C7,Rainbow Passage,generic,Completed,,sdv-pii-2fual,,,,65.560336659598,,,,0.877050878,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fa6befa4-dece-4987-8612-67572aa6234b,Acoustic Task,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,,sdv-pii-y57o3,38341DC5-0B5E-4B6A-8E4E-7342B1DC6CEF,Diadochokinesis-PA,,5.304974073283459,Speech,v1.0.0,0.746516825,USB-C to 3.5mm Headphone Jack Adapter,,,,,,Indiana,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5563d805-d9ba-4c30-bf94-a55bb277132e,Acoustic Task,34.0,English,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Free speech,,,,,sdv-pii-2daev,,Glides-High to Low,,3.041855618964313,Speech,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6578f0f4-864c-488b-b8b0-f983daae253e,Acoustic Task,6.0,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-yumxy,,Picture description,generic,Completed,,,,,,,,,,0.818454354,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,Checked,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,I have gone through menopause,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +820a7bfc-9dfe-4d77-8895-203c093e064f,Q - Mood - Panas,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-cvwcm,sdv-pii-13zl6,65694248-9E3C-44E7-A51A-147364E1D8AE,Diadochokinesis-buttercup,11.169690083312,0.9444025924573791,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,Unchecked,,,,,,,,,,Unchecked,,,Unchecked,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Poor,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +38f9ac08-4c68-473b-a8cf-273d575ca9a8,Recording,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-nyoyz,sdv-pii-m4ph1,744EA686-2B23-4770-980B-96D4D2962D85,Respiration and cough-Cough-1,8.463329447333,,Speech,v1.0.0,0.625497981,USB-C to 3.5mm Headphone Jack Adapter,2BDCACE4-F3F8-4D3D-A617-6014ED0C21C9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Somewhat difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1ce2db0c-505b-4bab-8cfd-04f1d5e08c4d,Acoustic Task,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-tvmz2,,,,Completed,,sdv-pii-7t5zx,sdv-pii-kyi85,,,6.101820334028,0.526026213939014,,,0.419992443,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +133372ef-aab7-4c8e-8ec5-d042408b14b2,Recording,10.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-9c73u,,,,Completed,,,sdv-pii-4jvr6,,,22.600476146614,,,,,,,,,Unchecked,,,USA,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3a744c68-53bc-438b-b5c8-7525150504d9,Recording,32.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,123.0,,sdv-pii-3kz3u,50A0A237-571C-40A8-AAB4-76DE8544E0ED,Free Speech,,,Breathe,v1.0.0,,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Moderately,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B00168FA-2560-46D4-B738-6C7FCD6DED23,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,blue,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4f2cb36-2aa2-47b8-8970-c80764e7c3b0,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-ji6ty,sdv-pii-envpx,A7319F61-7C74-4AAB-B2C7-8D73FD116637,,,0.7614854044449877,Speech,,0.856298391,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1dca83e-750d-4eb8-9e27-45b93b9dd5ae,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-fw6jh,,E545078A-5D20-453D-B065-398AEA1259E8,Free speech-3,24.711755067588,2.0897939581231832,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Loudness,generic,Completed,143.0,sdv-pii-jz0a2,,C5140641-AC9E-47B0-B415-0188D0B76077,,,,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5201d61d-4b67-482f-bddd-39466e63c4f4,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,46.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Respiration and cough-Cough-1,,1.375589113236586,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"$15,000 to $29,999",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2cb188fe-4e19-4da1-a1f4-1f9f254fd1fd,Q Generic Voice Handicap Index Vhi10,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-5nu9w,,,,,,,,,Respiration and cough-Cough-1,,1.843067806772451,Speech,v1.0.0,0.602751626,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +48984210-19a7-4b56-abd2-401f7dbfdf31,Recording,5.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,6680A5FD-BDD4-4C4D-A865-4E75BA719DE1,Audio Check-4,,1.2590687204730664,Speech,,0.794013249,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Somewhat difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +531b6b20-3a51-465f-a885-c5ed941ec4ab,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,Completed,,sdv-pii-bt4v7,,,,,0.5987764709303065,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +dbd7641f-f3db-4d08-8f63-2e0e7bbb8f3d,Acoustic Task,10.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,voice,Completed,73.0,sdv-pii-bxwug,sdv-pii-wri7v,,,25.577926879037,2.0856120844068435,,,0.778529986,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Own home,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9227a6c1-33e3-4c0a-980c-47529f63ada4,Acoustic Task,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,VUMC,,4ABBC3F3-A890-4549-96BD-DEC5D55CBB77,,,Completed,87.0,sdv-pii-e7gvq,sdv-pii-9s9d3,,,11.253943353092,,,,,,,,,,,,,,,,,,,,,,,,Not Hispanic or Latino,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1=A little bit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2b1c662a-59e0-4b69-9161-a2fd4636890b,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Respiration and cough,,,,,,,Maximum phonation time-3,16.19714860092,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2495936e-6c52-414f-af58-6e0d0abca13a,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,111.0,sdv-pii-qm6dk,,F296DDDA-259E-4C7E-8DBF-B2AC527CBDC8,Maximum phonation time-3,5.202585723981,0.45140886497282356,Speech,v1.0.0,0.660540353,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,155.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5514fa1d-0551-46b5-aac2-30f6cf0e06f3,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,105.0,,,FD7F03F1-04D2-4718-89D4-CDD1594C9B72,Prolonged vowel,42.076092276418,3.548942653609757,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5da3c0da-f5d0-45cb-a352-cacf58b5d9ef,Recording,33.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-jw57g,,,,,,sdv-pii-i9cpu,sdv-pii-6icvf,,Respiration and cough-FiveBreaths-4,37.080434949716,3.1572632504832976,Speech,v1.0.0,0.548649846,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1b07b18b-26f9-405b-a466-29442306a7fe,Recording,15.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,sdv-pii-1weql,,Free speech-3,,1.6042487892246533,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,Never in the past year,,0.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,Checked,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b2c85f00-fe89-443c-8f59-15483fde6bb8,Q Generic Voice Handicap Index Vhi10,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-d517n,,,,,,sdv-pii-8lwfv,sdv-pii-qzyc6,88D36D0C-00D5-4368-8B0D-B484879C1A5D,Respiration and cough-FiveBreaths-4,,,Breathe,v1.0.0,,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d3d7e2fd-df1f-4dd3-b6b4-3ee8de293f80,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.5296842834399755,,,0.435697505,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +133372ef-aab7-4c8e-8ec5-d042408b14b2,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,sdv-pii-c65mu,sdv-pii-t3wii,5CB5F419-24ED-47E0-9EAC-4681A2F19A64,,,,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Somewhat difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B5B5E02F-1B56-4793-A70C-5B3BEDFAAA69,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +cff65892-ada8-47ef-9711-ce513cbd730f,Acoustic Task,15.0,,,,,58.0,,,,,Unchecked,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-yap8z,sdv-pii-8zwjt,68CC09B3-5A5B-4636-B23C-9ABA5888E765,Diadochokinesis-buttercup,30.803483444742,2.512860842759368,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Personal vehicle,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +faaca476-b026-4db9-9127-1a216936cdf8,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-dvx4o,EA1D1664-F55B-4DBF-9BE0-EBCCA4E2D45D,Diadochokinesis-KA,,1.8091409096902606,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +0482bc77-1077-4525-9a4c-f1fefc0cb6ce,Recording,11.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,744EA686-2B23-4770-980B-96D4D2962D85,,,,,,sdv-pii-rmfgp,,,,0.31587355218721996,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3667f1d6-e11a-4c36-b14d-c52976890cc9,Recording,20.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,sdv-pii-e5v73,81CA7CAF-FB25-4AD7-88AF-D5F3C418BBF9,Respiration and cough-Cough-1,,,,,0.655666568,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +daa7c187-8f36-4b2a-a4bc-7d2c3f6f09b2,Recording,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,C63E6402-5ECC-45B5-8A57-6FE638A766A5,Loudness,,,74.0,sdv-pii-r5cxv,,,Respiration and cough-Cough-1,32.083263561208,2.6113918274280223,Speech,v1.0.0,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,70.0,,,,,,,,,,,,,,,,,,, +68e4e374-f442-435f-8fd4-8a7c7023732a,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,81.0,sdv-pii-2ocjg,sdv-pii-c8zk8,39BF7905-2C04-486C-9F90-C5DE915ADCE9,Maximum phonation time-3,,1.2798753341097018,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +faaca476-b026-4db9-9127-1a216936cdf8,Acoustic Task,13.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9D1B7CE4-9375-4665-8A67-9A8789F4F34F,,,,,sdv-pii-cnwk2,sdv-pii-qjwd8,,,53.223166510011,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Recording,28.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-6s84k,sdv-pii-tspah,A7319F61-7C74-4AAB-B2C7-8D73FD116637,Diadochokinesis-Pataka,,1.3264713596404203,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6578f0f4-864c-488b-b8b0-f983daae253e,Acoustic Task,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1A312A29-4FFF-4875-B5AE-12C765E84E75,Respiration and cough,generic,,,sdv-pii-3c17l,sdv-pii-u94ry,,,3.322315884417,0.29564159101325294,,,,,,270.0,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,C4AC60D3-D1FB-40AB-99CA-21B9106454F0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2cb188fe-4e19-4da1-a1f4-1f9f254fd1fd,Recording,33.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,sdv-pii-ur91y,,,,,,sdv-pii-y8l4y,sdv-pii-6f66e,B27908FA-EF6D-4A59-9D48-72FA2238A7EA,Respiration and cough-ThreeQuickBreaths-2,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8C82BFCE-5666-4B04-9680-D4682E373082,,,,,sdv-pii-k7ne2,sdv-pii-4mi90,53AABBB7-9B09-481E-9932-D0FC224E798D,Glides-Low to High,,3.0423231063401657,Cough,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3EA764B6-E630-437C-982A-BF58E425057B,,,,,,,,,,,Checked,,Unchecked,,,Monthly or less,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,Unchecked,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,74.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147.0, +fef8f989-e8a1-429e-8406-679f47215263,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ynwpv,,39BF7905-2C04-486C-9F90-C5DE915ADCE9,,20.660933673244,1.7805980322278616,,,0.659720004,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b076f63b-b218-4549-a531-7c33652de45b,Recording,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,145.0,sdv-pii-5qtw6,,25E1BE27-3505-47FF-B000-40B0CECA7089,Respiration and cough-Cough-1,10.684810581234,,Breathe,v1.0.0,0.919978856,USB-C to 3.5mm Headphone Jack Adapter,,,,,,Minnesota,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prefer not to answer,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4e50c4c-0746-4d73-a9c6-8e6f55f00f10,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,sdv-pii-fwd7a,,,,,,,,D8DD4DCB-F1ED-40B3-A134-C316352AA04C,Respiration and cough-Breath-2,40.25832810428,,Cough,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Does not apply,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b28b611d-90eb-443f-b26c-61a1001e5d50,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-0n4wp,,,,29.266805824403,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2c95136b-0efb-4d67-8fdf-113a8af5ac12,Recording,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-9n7mh,,,,Completed,,,,BD03C494-1071-49D1-907C-634C055AF25A,Free speech-1,,,,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e60414b2-5541-47ca-893c-984a5c7296eb,Q - Resp - Dyspnea Index Di,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-3m315,,,,,,sdv-pii-6ykjx,sdv-pii-r0xfo,9F930A08-D6F4-407C-BB85-134AC4D2898E,Breath Sounds,,1.308355167992378,Speech,v1.0.0,,,,,,,,,,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +022c62b4-1b02-43f1-90cf-301b61eb406c,Acoustic Task,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,9EB42BC6-6E5E-4559-8783-55980AFBA6A6,Caterpillar Passage,mood,Completed,,sdv-pii-yiej4,,,,1.370635037934,,,,1.0,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Most of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cd653a3-21f1-4129-9c0f-d0213a1ffac8,Acoustic Task,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Story recall,,,42.0,sdv-pii-shc19,sdv-pii-yfldw,,,23.699352676672,,,,0.510464033,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,579B4597-9AD6-4402-88ED-3A640D79920B,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +15943fd6-c8ba-48b7-a754-ab15a9781831,Acoustic Task,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,712358D9-5E5E-47E7-94EB-3EBBC580868D,,,Completed,,sdv-pii-xcjy9,sdv-pii-99343,,Diadochokinesis-Pataka,19.403589232789,1.632923106001648,Speech,v1.0.0,0.768278485,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9c6e4508-5a33-4e3c-9058-b21503c5966e,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Audio Check,,Completed,,sdv-pii-4c3wp,sdv-pii-navip,B4C92DF1-2CCD-4682-954F-4B86A3AADCEA,,,0.05430627213446626,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,608.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,69.0,,,,,,,,,,,6C61790E-1E50-401C-9E40-2E6DFD01E7A9,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2558e9da-8a1c-45c1-a1fe-85af7846a0d2,Recording,5.0,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-tm8m7,,Loudness,,,,,,,,,,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +732461ea-eac2-41bc-b52e-e2ec2a7b5c6a,Acoustic Task,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,E7F3C75F-1ACC-456F-AABC-8F77F36DBCF8,Diadochokinesis-KA,7.999923253697,0.6497833798562168,Speech,,0.253620203,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fa79fa9-2dc0-47dc-a5a6-3885a96ae445,Acoustic Task,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,sdv-pii-wbtf8,50A0A237-571C-40A8-AAB4-76DE8544E0ED,Glides,generic,Completed,73.0,,sdv-pii-5wqyc,,,8.997768675786,0.7572851874613472,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92425dec-8998-43bf-adfc-00414c66b9a2,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,sdv-pii-u1sye,,Picture description,,,,sdv-pii-h9yd2,sdv-pii-81puj,,,13.333309270278,,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25E1BE27-3505-47FF-B000-40B0CECA7089,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,Not at all,,,,,,,,,,,,,Somewhat difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f9988983-ebb5-434c-a20e-461e77f24cad,Recording,5.0,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Picture description,,,,sdv-pii-ayi38,sdv-pii-jtihc,,,16.679299168843,1.4309700336361695,,,0.541645612,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,006DD2DB-DA03-4564-87C9-201506538022,,,I've never smoked regularly,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a0ed0636-e598-4946-9eb9-19e744636155,Recording,6.0,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,,,,sdv-pii-857xv,sdv-pii-getms,,,12.850283159634,1.1420814289928451,,,0.854060383,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,No,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ec0d9ed5-0083-4ff7-af85-7ddcc1e5142c,Recording,29.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-uctwg,,967F53E1-AECF-4345-8253-B96CF635E0D7,Respiration and cough-FiveBreaths-4,6.467727619104,0.5355939393187857,Cough,v1.0.0,0.960082686,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1B9CF2FC-39D8-4267-B98A-5FD629448C25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c9b77a28-1257-451b-aed2-06b038c19d2e,Acoustic Task,23.0,,Consented,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,English,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,185.0,sdv-pii-nt3d5,sdv-pii-pafdt,9F930A08-D6F4-407C-BB85-134AC4D2898E,Prolonged vowel,,,Speech,v1.0.0,0.668469905,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25.0,,,55.0,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30.0,,,,,,,,,,,,50.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Q - Resp - Dyspnea Index Di,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3379.0,,,,,,,,,sdv-pii-tx2z6,,,,,,,0.508832055,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,Not at all,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b26208dd-b83e-4ffa-a638-bbe8825cefa3,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152.0,,,4ABBC3F3-A890-4549-96BD-DEC5D55CBB77,Prolonged vowel,,0.7245629460540437,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,Unchecked,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8777bef2-7b09-4ecd-9908-fdb258bda3d0,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,C4AC60D3-D1FB-40AB-99CA-21B9106454F0,,,,61.0,,sdv-pii-cx0ab,,,,0.5886150753803189,,v1.0.0,0.319622767,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e1e28fbd-d650-4f86-8f4c-a04cc8ac7a37,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,voice,,,sdv-pii-icx65,,,,35.249047770457,,,,0.520389976,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2b1c662a-59e0-4b69-9161-a2fd4636890b,Session,31.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,sdv-pii-0y56f,AE664292-08AA-4661-9217-21AAB23F25EF,Maximum phonation time,voice,Completed,,,,,Diadochokinesis-KA,20.684817581779,1.718788773298129,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1ABCE68E-F660-4DE2-8871-BAB98A813C48,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b28b611d-90eb-443f-b26c-61a1001e5d50,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-y8581,B424EF9D-57AC-4ADC-A43E-96E8D6065D43,Audio Check-3,17.15933451026,1.3827508298258835,Cough,v1.0.0,0.649782064,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +149f5b8a-aa7e-4806-9025-606c9fac95a2,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-32fix,,Rainbow Passage,,,48.0,sdv-pii-f621i,sdv-pii-16iqv,E4990C2C-A686-4B11-8D96-940CBFA9FD8B,Glides-High to Low,,0.9301427104968845,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2de86669-cc1f-45ef-9d31-a7eabd68f247,Q - Resp - Leicester Cough Questionnaire Lcq,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-u8iw0,sdv-pii-pti5z,,Diadochokinesis-Pataka,,2.0001624642908657,Speech,v1.0.0,0.355076541,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,0.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7c169ccc-e21a-41f1-a5d6-8a797d194583,Recording,8.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,Completed,,sdv-pii-3ed5o,sdv-pii-9gnwu,,,,,,v1.0.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,D1AF8162-1454-4B2C-B0F8-98C515D605F7,Picture description,33.113939903911,2.791719238274781,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8c2c0a8f-396c-4fe9-93b0-afd0677afc97,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ep7ie,9BB74BB0-5C28-4705-B99E-51775CA8348D,Audio Check-1,13.660574373226,1.107234066542452,Breathe,v1.0.0,0.641963126,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +efd153f9-bf8a-4520-a4d0-2b52c735449b,Recording,32.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-i3z7d,sdv-pii-bjt93,894A2170-7FB6-4B18-A665-9DA398A483CC,Maximum phonation time-2,,,Breathe,v1.0.0,0.407378806,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,589.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,green,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8e9349f8-64f6-4558-ac9b-4d15c7649a80,Acoustic Task,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5A09B913-3A32-4994-9C75-0226A4FB87DF,Open response questions,mood,Completed,,sdv-pii-9slme,sdv-pii-bdfsv,,,16.918763303568,1.4215797772236516,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5f51e03-8083-4325-b8f3-19bf35bfa2e5,Q - Mood - Ptsd Adult,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-2awtr,,,,1.156509149872709,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,No,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +25753413-7675-4b82-8a36-7c71cf0e762a,Recording,29.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-0gkme,,54AB2A33-46A6-4642-B5F9-369F7D35F200,Cape V sentences-1,30.919622635614,2.7011479087026298,Breathe,v1.0.0,0.972418896,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4c55b481-e8a5-41fe-94c3-61d64f7a0ae2,Acoustic Task,9.0,,,,USF,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Story recall,generic,Completed,,,sdv-pii-3p23q,,,8.881441520431,0.731749753411896,,,0.636034498,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,51.0,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +57a6b97b-7e36-40dd-9845-55ce7f218a60,Q - Voice - Voice Problem Severity,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,sdv-pii-ti0ds,2F7D720B-5BE3-425C-B990-32A909D5F326,,7.121639218961,0.5943873562168877,,,0.463312253,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2BDCACE4-F3F8-4D3D-A617-6014ED0C21C9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96ef2c0-eb50-4b1d-afb5-81aaf9a1f2df,Acoustic Task,30.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Checked,Unchecked,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-j75w5,,53AABBB7-9B09-481E-9932-D0FC224E798D,,6.797484776071,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ec0d9ed5-0083-4ff7-af85-7ddcc1e5142c,Recording,2.0,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,658ACC05-3587-4904-8F46-FB3C0E08CEE3,,,,,,372EA73E-0D0D-4F21-BB69-A28E1C7B7D5C,,,,,sdv-pii-rur0d,sdv-pii-cbqxl,,,,1.260594544870027,,,0.887332967,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Nearly every day,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ca1b69b7-444d-411f-861b-7ff00b4eb9fa,Recording,24.0,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FD7F03F1-04D2-4718-89D4-CDD1594C9B72,,generic,,,sdv-pii-q2tle,,34877857-8349-4421-B422-5F399A0933B8,Glides-High to Low,,1.0654031139674105,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d5aeba9f-c910-4b65-81e8-0e9ad15097e7,Acoustic Task,47.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-v5ffg,,9EB42BC6-6E5E-4559-8783-55980AFBA6A6,Loudness,,0.6257287836601849,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49d831ec-f348-43de-8202-15f659196b02,Recording,38.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Audio Check,,,,sdv-pii-epy6d,,74A063E9-2639-4B0B-80B4-5C90626BF5E5,Picture description,3.108024383535,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +268ddca6-c5af-48cc-a132-3dc11eead9ec,Acoustic Task,45.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,Completed,162.0,,,63E13DC9-3FCB-4E2F-B3AA-5B1199999631,Respiration and cough-FiveBreaths-4,19.893216514142,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c3ea3934-6183-45b7-bd9a-6a55d89b2cde,Recording,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,English,,,,,,No,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,sdv-pii-nemr3,sdv-pii-zh4mg,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b26208dd-b83e-4ffa-a638-bbe8825cefa3,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,ED6171C1-1310-45BB-8930-FFAF6F1314BA,,,,,,sdv-pii-jrpj9,,Audio Check-3,13.108227592625,,,v1.0.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b96f1f84-35dd-47b6-a9eb-b44439a6a248,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-muhj9,,Free speech,generic,,,sdv-pii-lyjqv,sdv-pii-rwvdu,,,12.751815309772,1.0868828420937726,,,,,,,Checked,,,,,Male gender identity,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,No,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3667f1d6-e11a-4c36-b14d-c52976890cc9,Acoustic Task,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,391B277B-7DC5-4178-B988-30C69FA420C7,,voice,Completed,,sdv-pii-gd4cc,sdv-pii-1qr2p,,,6.825742698434,0.5734927495919203,,,0.638310703,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Recording,31.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,107.0,,,64D3EADD-1CC0-4614-987A-5F5DCDA6FDBB,Cape V sentences-2,18.986318730863,1.5678704552423586,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,No,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8.0,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fdf560ee-c636-4261-a82b-1cf9a677ce8a,Acoustic Task,65.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Bilateral Vocal Fold Paralysis,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,CDB3CEDC-5AB8-4DEC-8E6C-8EA7E9DD7DCF,,,,,sdv-pii-lfjqi,,,,,,sdv-pii-m4nao,sdv-pii-vc3mo,25E1BE27-3505-47FF-B000-40B0CECA7089,Breath Sounds,24.355455798256,2.091249643886794,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +943a8bbc-bba0-4853-825c-10cae1b26ddd,Session,43.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,D8DD4DCB-F1ED-40B3-A134-C316352AA04C,Free speech,generic,,,sdv-pii-shszh,sdv-pii-x0wax,,Maximum phonation time-3,,1.5425167694998136,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Q Generic Patient Health Questionnaire9,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25.963816038251,2.241696248881786,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b96f1f84-35dd-47b6-a9eb-b44439a6a248,Recording,31.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47.0,sdv-pii-92axu,,5E26796C-E29C-47AC-A8AA-E5E2F6EC0AD9,Respiration and cough-Cough-2,15.758589827652,1.3701333922707748,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7cd07b02-7470-4533-b03c-43cef12d132e,Q Generic Voice Perception,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-6gmyg,,,,,107.0,,sdv-pii-agqvq,,,0.9743521892,,Cough,,0.837569376,USB-C to 3.5mm Headphone Jack Adapter,,,,Unchecked,,Illinois,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I used to smoke,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Moderate Difficulty,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E007850D-85C0-4643-8640-FD2D79C52415,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,133.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Acoustic Task,5.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,E007850D-85C0-4643-8640-FD2D79C52415,Free speech,,Completed,,sdv-pii-ucse3,sdv-pii-yk4a9,,,12.47722670709,,,,0.621118872,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a33afb95-ab9b-4729-af0d-c64649f63669,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,111.0,sdv-pii-6ugnw,,C777ED67-780A-440E-A716-0C7EAB98AA88,,6.241003357694,0.5196570035306664,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b28b611d-90eb-443f-b26c-61a1001e5d50,Recording,28.0,,Consented,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,99.0,sdv-pii-bogbw,sdv-pii-ruk1u,9BB74BB0-5C28-4705-B99E-51775CA8348D,Respiration and cough-FiveBreaths-1,32.143186888827,,Breathe,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +faaca476-b026-4db9-9127-1a216936cdf8,Recording,15.0,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-bqd9s,sdv-pii-f2fru,653DCE31-88E0-4937-A1E9-178C2E08D204,,8.241946403097,,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Postmenstrual,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3a744c68-53bc-438b-b5c8-7525150504d9,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,sdv-pii-8ikn7,,,41.178870632264,3.576755463521397,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,I have gone through menopause,,,,,,,,,,,,,,9829C772-79B5-4BE0-AFB4-A6D8EE0DDB31,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b5a39a2e-6023-4d70-abd4-f9ca4cbd40ce,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Loudness,,,139.0,sdv-pii-gckgn,sdv-pii-9f1l4,B27908FA-EF6D-4A59-9D48-72FA2238A7EA,,36.5829151709,3.0663876449859466,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I have gone through menopause,,,,,,,,,,,,22.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Acoustic Task,40.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-s4bfb,8C74EF44-970E-4EDF-A59B-9DB3FC0C0CA8,Respiration and cough-ThreeQuickBreaths-1,7.238776440764,0.6499505137016691,Breathe,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3bbc69ef-babd-499e-add2-1c9376ed62c6,Acoustic Task,20.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2B5F720F-7C4D-4FAC-A9CA-AED185B0EE5A,Glides,generic,Completed,138.0,sdv-pii-ujxav,sdv-pii-xrbgg,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,Never,,,,,,,,,,,,,,,,,,,,,,,Very difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2b1c662a-59e0-4b69-9161-a2fd4636890b,Q - Resp - Dyspnea Index Di,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,243.0,sdv-pii-cxziu,sdv-pii-3jwpl,,,,1.9884661963723924,,,,,81F2BE30-F818-48F6-89C1-CA8586F1B0C0,,,,,,,Male gender identity,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,006DD2DB-DA03-4564-87C9-201506538022,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7ea1b9b0-86a3-416d-8f5b-9bca83e5e03a,Acoustic Task,12.0,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30D44E38-44D9-4E86-9C89-7FAE16AE1DC5,Caterpillar Passage,,Completed,,,sdv-pii-762jr,,,7.009902850846,,,,0.649827198,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,678.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8e9349f8-64f6-4558-ac9b-4d15c7649a80,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Story recall,generic,,,,sdv-pii-sr1yo,EF2CD36B-A8E0-4CAA-A537-2288E8B734F9,Diadochokinesis-PA,7.139838364446,0.6108846826517078,Speech,,0.945753683,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8ebb9893-bc28-46df-bf50-562c5b60bf5d,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,sdv-pii-tvha1,,Diadochokinesis-KA,14.511460743595,,,,0.352570318,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,2.0,,,,,,,89B13E1A-375A-4078-B423-25BEF62B00B1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +324cd5d0-9234-478b-b418-936cdcb81ad7,Acoustic Task,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-35etd,sdv-pii-drhct,6C61790E-1E50-401C-9E40-2E6DFD01E7A9,Maximum phonation time-2,6.917727233063,0.5952608743894966,Speech,v1.0.0,0.899782296,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d46aa720-946b-4e5d-b05d-ab5a97a9dbc6,Recording,40.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-bibtm,,9BAA7B58-72D7-4C85-9630-CD91DADF3D48,Animal fluency,,,Speech,v1.0.0,0.544051342,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3bbc69ef-babd-499e-add2-1c9376ed62c6,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,182.0,,,,Maximum phonation time-2,29.438123757264,,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +50e8db5a-1177-429e-9e52-eb6c864c110a,Q Generic Voice Perception,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,voice,Completed,115.0,,,,,,,,,0.564221078,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b96f1f84-35dd-47b6-a9eb-b44439a6a248,Q Generic Voice Handicap Index Vhi10,3.0,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Loudness,,,,sdv-pii-uhbb9,,,,12.706859337647,1.10210410816389,,,,,CB8A74EE-0C8C-4B15-B322-D93A79ADB40A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1a7a86df-e379-40ab-a644-9821aac7be63,Q - Mood - Adhd Adult,4.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215.0,,sdv-pii-4fqkt,,Respiration and cough-Breath-2,43.327982009088,3.7098686077278753,Speech,v1.0.0,0.524944811,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30D44E38-44D9-4E86-9C89-7FAE16AE1DC5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5f51e03-8083-4325-b8f3-19bf35bfa2e5,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-7svtv,,,,,,,sdv-pii-fp88l,5E26796C-E29C-47AC-A8AA-E5E2F6EC0AD9,Respiration and cough-FiveBreaths-1,,0.6409253472896581,Cough,v1.0.0,0.773532559,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0 - 2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +72bd9f6a-134f-4a4f-8e31-5ded9e52d25b,Acoustic Task,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2DC96B8A-2272-447C-A005-C11C8CA97571,Maximum phonation time,,,,sdv-pii-443kc,,2F7D720B-5BE3-425C-B990-32A909D5F326,,,,,v1.0.0,0.812512264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35a762ae-e88a-4dbb-bc98-6157f6b549ac,Recording,33.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B678A340-05EF-4814-83FC-4BA1F80F5854,Productive Vocabulary-4,,,Cough,v1.0.0,0.652011147,USB-C to 3.5mm Headphone Jack Adapter,34877857-8349-4421-B422-5F399A0933B8,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +bf78d13e-26f2-4cf3-bc59-d9e248f85eb3,Acoustic Task,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,CE76645B-CE77-4E57-9528-DD066DF374A4,Diadochokinesis,,Completed,126.0,sdv-pii-rsblm,sdv-pii-3k5x8,,,28.448851339714,2.4308834835987416,,,0.736178287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a58d1e3f-dc63-4211-ab71-ad0a2797733c,Recording,8.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-jewdd,,,generic,,,sdv-pii-7kgqy,,81F2BE30-F818-48F6-89C1-CA8586F1B0C0,Diadochokinesis-PA,8.185047467326,,Speech,,0.514764738,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7c169ccc-e21a-41f1-a5d6-8a797d194583,Recording,25.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6C954561-6206-4F87-91B6-AF5E3AD898EA,Respiration and cough-Cough-1,7.367524047257,,,,0.611362485,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +0482bc77-1077-4525-9a4c-f1fefc0cb6ce,Q Generic Demographics,27.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-vmpmc,,,,,,,,,Respiration and cough-FiveBreaths-4,,2.3571781953700897,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Checked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +daa7c187-8f36-4b2a-a4bc-7d2c3f6f09b2,Acoustic Task,22.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1DA42932-6935-4925-B917-139E73400C81,,,,,,21E12CBE-B880-4DB2-AA83-239AC34CBEC5,Glides,,Completed,,,,041237CF-6039-4017-BAE1-734EFD6795C7,,10.395734071433,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b442b86a-36ec-4f66-9d99-e27e1e07805a,Acoustic Task,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Picture description,,,,,sdv-pii-w9jws,,,,,,,0.988609153,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8d5dc52b-e8aa-42e7-ae54-8f05c4667d39,Recording,8.0,English,Consented,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1BDEFE5D-AEA8-494B-920B-8C4F73F53724,,generic,,,sdv-pii-b8rwg,sdv-pii-ax8qn,,,6.499020467914,0.5572892422405142,,,0.29240739,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Severe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2b1c662a-59e0-4b69-9161-a2fd4636890b,Recording,26.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-3ac0s,,,,,,sdv-pii-c7lt7,,,Picture description,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,Always,,,,,C63E6402-5ECC-45B5-8A57-6FE638A766A5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3667f1d6-e11a-4c36-b14d-c52976890cc9,Session,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8AC65110-A5F8-40EC-9D21-6B63963CA3A6,Rainbow Passage,generic,,,,sdv-pii-rxdw5,,Audio Check-1,35.187629312858,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,purple,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3bbc69ef-babd-499e-add2-1c9376ed62c6,Recording,4.0,,,,USF,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,sdv-pii-ysy3l,,,generic,,,sdv-pii-nbejm,sdv-pii-0nlwz,,,,,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7a23e78c-b42b-4de4-b0a5-771fce839c75,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-h3vqe,,AE664292-08AA-4661-9217-21AAB23F25EF,Diadochokinesis-PA,3.658339162856,,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,338A3B71-07A1-41AE-BBE5-5FBCFD92A305,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Acoustic Task,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,FD7F03F1-04D2-4718-89D4-CDD1594C9B72,Maximum phonation time,,Completed,,,,,,14.043988333094,1.182536577540097,,,0.507069531,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1=A little bit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5201d61d-4b67-482f-bddd-39466e63c4f4,Recording,35.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Maximum phonation time,,,,sdv-pii-djhgw,,3DC22BA0-5577-4C1A-8438-4DD1E43AE6A6,,18.216557376164,1.6163107544771214,Speech,v1.0.0,0.477564848,USB-C to 3.5mm Headphone Jack Adapter,967F53E1-AECF-4345-8253-B96CF635E0D7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"$50,000 to $99,999",,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92425dec-8998-43bf-adfc-00414c66b9a2,Q - Resp - Leicester Cough Questionnaire Lcq,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66.0,sdv-pii-i6ioh,sdv-pii-766q6,39BF7905-2C04-486C-9F90-C5DE915ADCE9,Diadochokinesis-KA,13.364106140941,1.0947418729603289,Speech,v1.0.0,0.439975353,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +133372ef-aab7-4c8e-8ec5-d042408b14b2,Recording,41.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-rjk7b,,5E26796C-E29C-47AC-A8AA-E5E2F6EC0AD9,Open response questions,2.650141985623,0.24359281259035298,Cough,v1.0.0,0.514566087,Plantronics Blackwire 3220 Series,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Recording,19.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Subglottic Stenosis,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Audio Check,,Completed,,,,74A063E9-2639-4B0B-80B4-5C90626BF5E5,,,2.6742261405409073,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +943a8bbc-bba0-4853-825c-10cae1b26ddd,Q Generic Voice Perception,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ct49p,,,generic,Completed,,sdv-pii-hw8vm,,5EFC741B-F379-4D86-BB8D-2F6C715BB860,Respiration and cough-FiveBreaths-2,23.718091615199,2.111931942189135,Speech,v1.0.0,0.595154062,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +efd153f9-bf8a-4520-a4d0-2b52c735449b,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Diadochokinesis,generic,,,sdv-pii-xwxb8,sdv-pii-g0o3j,99E16330-8AE3-473D-A8F3-689170C57893,,29.180790758561,,,,0.925456874,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,68CC09B3-5A5B-4636-B23C-9ABA5888E765,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b781fe5a-8963-4f04-b5ff-e3646f7dceb5,Recording,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-6xd5l,,,generic,,,sdv-pii-cwkep,sdv-pii-idqfp,35002E1F-A963-4E9C-8F2A-738839D83C4D,,6.707170517137,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f286ac55-5737-4c8f-8219-534f8c67a438,Recording,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-tfo71,sdv-pii-9ev98,5AC5C716-BB07-4696-8483-D71B5B93E99B,Story recall,28.564617196307,2.4154321600929656,Speech,v1.0.0,0.990795771,,,,,,,,,,,,,,,,,,,,,,No,,,No,,,,,,,Unchecked,,,,,"$50,000 to $99,999",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,123.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53AABBB7-9B09-481E-9932-D0FC224E798D,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +68e4e374-f442-435f-8fd4-8a7c7023732a,Recording,32.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-u3pmb,,,,,,,sdv-pii-n3ukz,C75B037A-6BA0-4491-B33E-0FE31C08B903,Respiration and cough-Breath-1,38.245189953822,3.3072587104959386,,,0.307914973,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,192.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3667f1d6-e11a-4c36-b14d-c52976890cc9,Acoustic Task,19.0,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,VUMC,sdv-pii-2obhn,,,,Completed,,sdv-pii-y9jrw,sdv-pii-ot9fi,291F92AC-4B67-4A6E-9AE2-6ACB15772371,Audio Check-1,5.87298018029,0.49069042082499714,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,128.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0143E4E6-3307-4B60-BD3D-EE0FDF477472,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ecc63817-d3f5-4766-893c-d47b8382e96d,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-qk7rr,,,,0.923087685683735,,,0.71580942,USB-C to 3.5mm Headphone Jack Adapter,,,,Unchecked,,,,Male gender identity,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c3ea3934-6183-45b7-bd9a-6a55d89b2cde,Acoustic Task,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,153.0,,sdv-pii-mnlkd,FAC15A71-AF37-496F-868A-D7927E8C89E6,,31.491485925226,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,Arkansas,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d5aeba9f-c910-4b65-81e8-0e9ad15097e7,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Respiration and cough,generic,,,,sdv-pii-uql9j,2DC96B8A-2272-447C-A005-C11C8CA97571,Rainbow Passage,,0.20258204496838564,Speech,v1.0.0,0.739731994,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +efd153f9-bf8a-4520-a4d0-2b52c735449b,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E007850D-85C0-4643-8640-FD2D79C52415,,generic,,,,sdv-pii-5wtyk,0143E4E6-3307-4B60-BD3D-EE0FDF477472,,3.855288326607,0.3488811852355421,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6980ce82-b88d-4c5b-b6a6-8ed166dc9eb3,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,No,,,,,,,,,sdv-pii-m50w4,,23769BA5-D46A-40DD-8387-8E937B3D3AE0,,3.47001263494,,,v1.0.0,0.253354682,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0 - 2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a6772d59-3a27-44bb-b49a-eff195e22de3,Recording,7.0,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,167.0,sdv-pii-h9umc,sdv-pii-t13an,64305F2F-AFCA-4CAE-825E-921D8EF53799,Maximum phonation time-1,7.252590695953,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2c95136b-0efb-4d67-8fdf-113a8af5ac12,Recording,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-h225w,50A0A237-571C-40A8-AAB4-76DE8544E0ED,,,Completed,,,,1DA42932-6935-4925-B917-139E73400C81,Diadochokinesis-buttercup,44.600234960845,3.8746870454550115,Breathe,v1.0.0,0.690715613,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49d831ec-f348-43de-8202-15f659196b02,Recording,4.0,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-uqrfq,,,,,,sdv-pii-nqq9e,sdv-pii-em4vt,,,40.390623690915,3.486468649935889,Speech,v1.0.0,0.945437353,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,Female gender identity,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,Not at all,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,137.0,,,,,,,,,,,,,,,, +8d5dc52b-e8aa-42e7-ae54-8f05c4667d39,Q Generic Voice Handicap Index Vhi10,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-d8vv3,sdv-pii-eq86x,53AABBB7-9B09-481E-9932-D0FC224E798D,Cape V sentences-2,7.449533781883,0.6472306791431506,Cough,v1.0.0,0.328832503,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Q - Mood - Ptsd Adult,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-k1o2x,sdv-pii-hlx3n,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,Respiration and cough-ThreeQuickBreaths-1,7.579227759592,,Speech,v1.0.0,0.455644929,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81fbe094-a262-4d10-b0ea-24d598a5fbac,Recording,13.0,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107.0,,sdv-pii-cfwn0,63E13DC9-3FCB-4E2F-B3AA-5B1199999631,Respiration and cough-Cough-1,,,Breathe,v1.0.0,0.757160808,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A few times a month,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Recording,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,No,,,,,,,,,,sdv-pii-7uylh,7DCE811B-CDAE-4DAB-B2B6-EDE0BF9534D4,Voluntary Cough,35.903614954342,3.083861598743858,Speech,v1.0.0,0.506849339,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eed0e4a4-c915-4ada-9d23-9e0c56fa0d37,Recording,35.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-2n5f7,90F8C4F4-E51D-4E07-B9C7-4D3E925C4CD2,Free speech-3,,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b96f1f84-35dd-47b6-a9eb-b44439a6a248,Q Generic Demographics,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-r80l1,,,,1.200746897205311,,,,,,286.0,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e179e555-9dfd-4842-b0be-dbbfdcc0426b,Q Generic Voice Handicap Index Vhi10,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-gcss9,64305F2F-AFCA-4CAE-825E-921D8EF53799,Audio Check-4,5.742297325157,,Cough,v1.0.0,0.859588043,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31.0,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-lg3ij,,,,,,,sdv-pii-z6lhy,681E141C-E5D5-4024-AD53-1B32407A9B83,Diadochokinesis-buttercup,7.373194683528,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Checked,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,67.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3e55cedf-26a8-41f8-9704-12160fa43305,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Maximum phonation time,,Completed,,sdv-pii-txa4c,sdv-pii-xyuhc,,,,0.6397586034032016,Speech,,0.709354951,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7c169ccc-e21a-41f1-a5d6-8a797d194583,Recording,4.0,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,sdv-pii-um0q8,,,,,,sdv-pii-3ttxp,sdv-pii-jhcbm,,Audio Check-3,17.290115911465,1.4979756574490357,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e60414b2-5541-47ca-893c-984a5c7296eb,Recording,39.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-q6qzk,6E5529B3-F5C6-4781-A6D3-C02A35E5A8E8,Cape V sentences-3,8.096395192575,,Speech,v1.0.0,0.795750447,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,Prefer not to answer,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +72bd9f6a-134f-4a4f-8e31-5ded9e52d25b,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Glides-High to Low,29.173600336458,2.3556484769538817,Speech,,0.533637282,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7b0a740a-7888-4857-8947-a4233bb22c3a,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-4c092,2DC96B8A-2272-447C-A005-C11C8CA97571,,2.220755064302,,,v1.0.0,0.603410838,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Q - Mood - Panas,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-gzmyn,,,,,,sdv-pii-2vxok,sdv-pii-qmdys,4C0DDF18-6C63-4226-91EB-51138DB586F6,Respiration and cough-FiveBreaths-4,22.713921747677,,Speech,v1.0.0,0.584165686,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2b1c662a-59e0-4b69-9161-a2fd4636890b,Recording,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-yrj2f,,,,,,sdv-pii-lb6wc,sdv-pii-byiv0,CB8A74EE-0C8C-4B15-B322-D93A79ADB40A,Respiration and cough-FiveBreaths-1,4.905273871083,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +62485abf-d6cd-45f7-bd4f-70f0621ee640,Recording,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,148.0,,,53AABBB7-9B09-481E-9932-D0FC224E798D,Respiration and cough-FiveBreaths-3,4.999004327684,0.4289940034369036,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8598874d-aca2-45ec-8340-445eda830a83,Recording,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-weo8g,9B626BC3-309C-4A9C-95ED-A17D778B2A2F,Respiration and cough-FiveBreaths-3,,,Breathe,v1.0.0,0.415175779,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8C74EF44-970E-4EDF-A59B-9DB3FC0C0CA8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ef935207-5e70-4eff-a256-d648ce9e894a,Q - Generic - Gad7 Anxiety,26.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,111.0,sdv-pii-pp6tt,sdv-pii-ywxwm,4A558493-50BC-497F-8EE2-E18664F18F1E,Respiration and cough-ThreeQuickBreaths-2,0.981311303067,,Breathe,v1.0.0,0.582459597,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fef8f989-e8a1-429e-8406-679f47215263,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-xep8i,,56F12044-F1FC-4A37-A05C-EAADC9C93DE8,,,,,v1.0.0,0.73914202,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c3ea3934-6183-45b7-bd9a-6a55d89b2cde,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,,,,,,68741C04-8DD5-4A36-81E6-1B83F50EFCF3,,35.012035625933,3.071006921893289,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,sdv-pii-20t4p,64D3EADD-1CC0-4614-987A-5F5DCDA6FDBB,Caterpillar Passage,,Completed,,sdv-pii-zf580,sdv-pii-8ojhf,,,3.595850639636,0.29187675751296094,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4=Severe (Nearly every day),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +72bd9f6a-134f-4a4f-8e31-5ded9e52d25b,Acoustic Task,7.0,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0143E4E6-3307-4B60-BD3D-EE0FDF477472,Rainbow Passage,,Completed,,,,,,18.102386297688,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637B34DE-F1F8-4D5F-B8D1-839F20DF73A8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,Very good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a58d1e3f-dc63-4211-ab71-ad0a2797733c,Acoustic Task,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,sdv-pii-h8fia,sdv-pii-mnmc3,C75B037A-6BA0-4491-B33E-0FE31C08B903,Loudness,15.081225559685,,,,,,,,,,,,,Female gender identity,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ea72fe62-b508-4dca-8cd1-51803cd1c3f2,Recording,38.0,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,8DE735BF-A7A7-4E3D-B885-0EC22BBEDCE0,,,,113.0,sdv-pii-uoumj,,2C257439-E39B-4B30-B7E7-05281A5EC562,Free speech-3,,1.201575570485156,Cough,v1.0.0,,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Poor,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,sdv-pii-ylfqz,sdv-pii-0g7wu,8B341FFA-28B5-46B8-97D1-2B68F5882185,Diadochokinesis-KA,27.988584543071,2.448043859357764,Speech,v1.0.0,0.423057134,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Acoustic Task,30.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B27908FA-EF6D-4A59-9D48-72FA2238A7EA,Audio Check,generic,,,,sdv-pii-cek6y,5CB5F419-24ED-47E0-9EAC-4681A2F19A64,Audio Check-4,,,Speech,v1.0.0,0.952150585,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,BD03C494-1071-49D1-907C-634C055AF25A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,48.0,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E007850D-85C0-4643-8640-FD2D79C52415,,, +1a7a86df-e379-40ab-a644-9821aac7be63,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,681E141C-E5D5-4024-AD53-1B32407A9B83,,,,,,,,generic,,135.0,sdv-pii-tajlk,sdv-pii-s53h7,,Prolonged vowel,25.012701633293,,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Most of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cf61de9-40a8-4d10-87d6-e3935a1c8711,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44.0,sdv-pii-c84l6,,C75B037A-6BA0-4491-B33E-0FE31C08B903,Audio Check-4,,0.3332483152546539,,,0.100174624,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BD54C6AC-0907-48C1-8492-E1DB697147F7,,,Drinks +e179e555-9dfd-4842-b0be-dbbfdcc0426b,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,AD71D502-11D0-4FF2-B88B-10BA2D86EC28,Glides,,,106.0,,sdv-pii-xsdtp,248ADE03-8225-4F6E-B3B5-9903D7FB9EB0,,,1.857536557132919,Speech,v1.0.0,0.64241842,,2659BB64-55CC-49CD-AEA2-CEE08CEFFDC9,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,Multiple times a day,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63.0,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fa6befa4-dece-4987-8612-67572aa6234b,Acoustic Task,6.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,sdv-pii-7ygn3,sdv-pii-xs5wt,8C82BFCE-5666-4B04-9680-D4682E373082,,,,,,0.818281085,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4ce6a1af-c123-41b7-a438-c58a41d1a3d7,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Prolonged vowel,,,,,sdv-pii-ytfmq,6C954561-6206-4F87-91B6-AF5E3AD898EA,Maximum phonation time-3,2.928606948566,,Speech,v1.0.0,0.383441594,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fa6befa4-dece-4987-8612-67572aa6234b,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-j2z8o,B0AE4C93-435B-4B1D-989D-4085644771A0,Prolonged vowel,,,Breathe,v1.0.0,,iPad Microphone,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Most of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,blue,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b5a39a2e-6023-4d70-abd4-f9ca4cbd40ce,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3062.0,,,,,,,113.0,sdv-pii-i5w2u,sdv-pii-wtovf,,,,1.746656680258347,,,0.581081596,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I used to smoke,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6acb19ed-d008-49cd-813e-bc1a79e81389,Acoustic Task,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,sdv-pii-rg3ro,sdv-pii-b3dqx,,Productive Vocabulary-5,16.124838111134,1.4584351231544133,Speech,v1.0.0,0.777726301,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +daa7c187-8f36-4b2a-a4bc-7d2c3f6f09b2,Acoustic Task,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,VUMC,,,,,,,sdv-pii-tzbfb,sdv-pii-4pb6g,0AF76CE4-3984-4C2C-9DCA-BA91F8B42510,Respiration and cough-Breath-2,18.584353195503,1.656687195291762,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +58eb0e00-21cc-4f94-a415-b81e4856d297,Session,7.0,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,06CCAF4D-BCA1-4CF4-A49C-1E02DE5F5010,Cape V sentences,voice,Completed,87.0,sdv-pii-83mwa,,,,6.932067384441,0.5679497574033868,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eaa742f4-12cc-483e-ac0b-bed2e1dd54fa,Acoustic Task,37.0,,,,,,,,,,,No,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-f8kzg,,,,,,sdv-pii-arkxn,sdv-pii-xv5fp,8B341FFA-28B5-46B8-97D1-2B68F5882185,Respiration and cough-FiveBreaths-2,5.17787493909,,Cough,v1.0.0,0.859742747,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,3.0,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +022c62b4-1b02-43f1-90cf-301b61eb406c,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prolonged vowel,generic,Completed,,sdv-pii-sxtbe,sdv-pii-jojbb,09E64686-7FEC-4A52-A62B-B0F1CF266B2C,Rainbow Passage,14.839628262933,1.2584443074972098,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d554cc1a-efe5-4b7a-a77b-f5abca8846bd,Acoustic Task,8.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,sdv-pii-ggqpe,sdv-pii-zdnio,07E782FE-DF6F-4CFF-BA9A-1A394845E0B3,,20.189023604789,1.7389987427986329,,v1.0.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,No,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a6772d59-3a27-44bb-b49a-eff195e22de3,Acoustic Task,3.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,612E92C8-EA5F-49D2-9A40-3736B354E230,Audio Check,generic,Completed,,,sdv-pii-e9hu3,C4F0CAB1-34EE-42AE-B080-3FDF41E04980,,,1.8130635651808638,,,1.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ef935207-5e70-4eff-a256-d648ce9e894a,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0F6DB224-E917-49BA-9F2F-677E33376923,,,Completed,,sdv-pii-059sp,,,,30.285209509669,2.4901104782065246,,,0.605354024,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A good bit of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +19d4e811-ff85-47cd-b9be-ce0c3c907e03,Acoustic Task,34.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Respiration and cough,generic,,,sdv-pii-ks374,sdv-pii-zdd8w,,Respiration and cough-FiveBreaths-2,25.555979629551,2.152530850065417,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8598874d-aca2-45ec-8340-445eda830a83,Recording,26.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Maximum phonation time,,,,sdv-pii-y1jrk,sdv-pii-tf6ag,,Respiration and cough-FiveBreaths-1,10.428031687736,,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6980ce82-b88d-4c5b-b6a6-8ed166dc9eb3,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-unlgc,,,Respiration and cough-Cough-2,,4.237925089967351,Breathe,v1.0.0,0.384603965,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49d831ec-f348-43de-8202-15f659196b02,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-11c6v,sdv-pii-mmf8j,B00AE7C4-B9BF-40D0-BA3B-55DAEBB33AFA,Respiration and cough-Cough-2,,1.7380608630309562,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49d831ec-f348-43de-8202-15f659196b02,Acoustic Task,3.0,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A64C8FE5-DAA4-407F-AE27-96B75F7D007F,,,,,,,,generic,,,sdv-pii-s5ad6,sdv-pii-v2sd4,,,,0.8355429631615361,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,Checked,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ecc63817-d3f5-4766-893c-d47b8382e96d,Recording,4.0,,,,,53.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,139.0,sdv-pii-6r3zh,,612E92C8-EA5F-49D2-9A40-3736B354E230,Maximum phonation time-2,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,108.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d554cc1a-efe5-4b7a-a77b-f5abca8846bd,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prolonged vowel,,,,,sdv-pii-4qe7c,B077AA07-7C41-4E9F-9A55-2F45DB76196C,Respiration and cough-FiveBreaths-2,,0.9641850808720058,Speech,v1.0.0,0.650731697,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Nearly every day,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b55bad76-91e4-45e9-8f57-51cdb31c6a3c,Acoustic Task,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Voluntary Cough,generic,,,sdv-pii-qmhsu,sdv-pii-xdh4o,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,brown,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e2c46f82-a12c-4c5d-81f4-309235700f02,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-7677x,,,16.003611297639,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32.0,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1dca83e-750d-4eb8-9e27-45b93b9dd5ae,Q Generic Voice Handicap Index Vhi10,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-sg1mf,,B424EF9D-57AC-4ADC-A43E-96E8D6065D43,Free speech-2,20.57307482378,1.6828786846451138,,,0.744630164,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,Unchecked,,,,,,,No,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,Checked,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,Unchecked,,,,,Unchecked,,,,,,Unchecked,Unchecked,,,,,Unchecked,Unchecked,,,,,,Unchecked,,Unchecked,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,Good,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eed0e4a4-c915-4ada-9d23-9e0c56fa0d37,Recording,11.0,,,,,56.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,sdv-pii-qrufc,B987BDED-39EC-4FD0-B655-05F940336076,Respiration and cough-Breath-2,11.224378192314,0.9444175286470532,Cough,v1.0.0,0.73574313,USB-C to 3.5mm Headphone Jack Adapter,8F9529CA-C0BA-4C9F-9BA3-25D8CFBE4235,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,CDB3CEDC-5AB8-4DEC-8E6C-8EA7E9DD7DCF,,,,,,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c4f63734-541a-4862-85fd-2d985eea5fa2,Acoustic Task,34.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-gpl7u,E007850D-85C0-4643-8640-FD2D79C52415,Audio Check,,Completed,,sdv-pii-65usi,sdv-pii-848tu,BD54C6AC-0907-48C1-8492-E1DB697147F7,Cape V sentences-1,,,,v1.0.0,0.826705743,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,US customary units,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8777bef2-7b09-4ecd-9908-fdb258bda3d0,Recording,17.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,neurology,Completed,60.0,,sdv-pii-ot15o,,,,1.355103140240461,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7FFAFD12-CAF4-4DEE-8A1E-EC59B4235081,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,3DCFD437-9ED8-4D2F-AA84-5BA2A92175F9,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Q Generic Voice Perception,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-nzvq5,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,,15.89374187784,,,,0.327982059,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a0ed0636-e598-4946-9eb9-19e744636155,Recording,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,sdv-pii-fen8b,C75B037A-6BA0-4491-B33E-0FE31C08B903,,generic,Completed,,sdv-pii-ctnv8,,,,29.404095906645,2.4905497698462913,,v1.0.0,0.538499549,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,US customary units,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e2c46f82-a12c-4c5d-81f4-309235700f02,Q Generic Confounders,9.0,,,,VUMC,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-453x6,sdv-pii-23rwh,B00AE7C4-B9BF-40D0-BA3B-55DAEBB33AFA,Free speech-1,1.846991842621,0.14276088347956412,Breathe,v1.0.0,0.456862141,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8c2c0a8f-396c-4fe9-93b0-afd0677afc97,Acoustic Task,34.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6C954561-6206-4F87-91B6-AF5E3AD898EA,Story recall,respiratory,Completed,,,sdv-pii-ds99y,E8BCB84D-31CA-4942-AC6A-692EACB0FC34,,7.929375005831,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f1b7887-0021-4419-971b-7ddfe19c05e4,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-v2jml,,,,27.563889922203,2.3400189878375826,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,No,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8777bef2-7b09-4ecd-9908-fdb258bda3d0,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B077AA07-7C41-4E9F-9A55-2F45DB76196C,Free speech,,Completed,,sdv-pii-9xjjd,,,,15.032999133706,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7a23e78c-b42b-4de4-b0a5-771fce839c75,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-bbo1d,sdv-pii-q0gpn,4C0DDF18-6C63-4226-91EB-51138DB586F6,Respiration and cough-ThreeQuickBreaths-2,13.87386742648,,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,"$50,000 to $99,999",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2 - 3 times a week,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,135.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +022c62b4-1b02-43f1-90cf-301b61eb406c,Acoustic Task,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,F31FCBD3-94CA-414C-8E84-85AC78796E27,Free speech,voice,Completed,,,sdv-pii-dpfm4,,,11.752744896673,1.046702226402412,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,188.0,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4c55b481-e8a5-41fe-94c3-61d64f7a0ae2,Q Generic Patient Health Questionnaire9,26.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-tg4a3,FBA40A25-F32E-48EF-AEDB-15A1DACEFF23,Respiration and cough-Cough-1,,0.7850300798565711,Speech,v1.0.0,0.485303472,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1b07b18b-26f9-405b-a466-29442306a7fe,Acoustic Task,39.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,2F7D720B-5BE3-425C-B990-32A909D5F326,,,,,sdv-pii-mv1od,,,,,,,,,Story recall,13.854729995709,,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +0aeebf70-44a5-4537-af1b-1c24840f104d,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,ED6171C1-1310-45BB-8930-FFAF6F1314BA,Loudness,generic,Completed,,,sdv-pii-ezcov,,,,0.46142255770392276,,,0.518243486,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,9BB74BB0-5C28-4705-B99E-51775CA8348D,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a58d1e3f-dc63-4211-ab71-ad0a2797733c,Recording,4.0,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-gch28,sdv-pii-jdppl,,,27.844345626998,2.2888988274894038,,,0.627063831,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,762.0,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8777bef2-7b09-4ecd-9908-fdb258bda3d0,Q - Neuro - Random Item Generation,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-qdj89,,,,,,sdv-pii-uen63,sdv-pii-dyfu6,06CCAF4D-BCA1-4CF4-A49C-1E02DE5F5010,Respiration and cough-Cough-1,7.707281521325,0.6251914551678627,Breathe,v1.0.0,0.536103285,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35a762ae-e88a-4dbb-bc98-6157f6b549ac,Acoustic Task,26.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,sdv-pii-nn2on,BDC578CA-C29F-4736-B838-6E11462650D8,Prolonged vowel,generic,Completed,138.0,,sdv-pii-8m117,,,,0.557957458221226,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fa6befa4-dece-4987-8612-67572aa6234b,Recording,17.0,,,,,,,,,,,No,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-jkjer,,,generic,,,sdv-pii-r31uv,sdv-pii-md7hz,8F9529CA-C0BA-4C9F-9BA3-25D8CFBE4235,Glides-High to Low,9.265942001343,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cd653a3-21f1-4129-9c0f-d0213a1ffac8,Acoustic Task,16.0,,,,USF,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-824ot,74A063E9-2639-4B0B-80B4-5C90626BF5E5,Respiration and cough-Breath-1,,1.3896407349808364,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,F0A35554-3B6D-46F8-BFAF-88833C7519B6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a33afb95-ab9b-4729-af0d-c64649f63669,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-jkhxv,sdv-pii-wzcjs,,Free speech-1,9.309437042082,,,,0.546980719,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,CB8A74EE-0C8C-4B15-B322-D93A79ADB40A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +dbd7641f-f3db-4d08-8f63-2e0e7bbb8f3d,Acoustic Task,25.0,,,,USF,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,No,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2C257439-E39B-4B30-B7E7-05281A5EC562,,generic,Completed,,sdv-pii-oooon,sdv-pii-xt5z7,D3250CDB-A488-4FC0-810F-7CD4754A9640,,,0.9491812280281688,Speech,v1.0.0,0.37316541,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6acb19ed-d008-49cd-813e-bc1a79e81389,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,,,generic,,,sdv-pii-aoci2,,B00AE7C4-B9BF-40D0-BA3B-55DAEBB33AFA,Respiration and cough-Cough-2,4.883192010139,0.4219668505985686,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3a744c68-53bc-438b-b5c8-7525150504d9,Recording,30.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-nvii3,,,,,,sdv-pii-ub784,,,Picture description,52.312639269394,4.433069973475141,Speech,v1.0.0,0.987415407,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,blue,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8c2c0a8f-396c-4fe9-93b0-afd0677afc97,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Cape V sentences,,,,sdv-pii-3fwfn,sdv-pii-4jce7,,,39.412261223243,,Speech,,0.603142222,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1dca83e-750d-4eb8-9e27-45b93b9dd5ae,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,612E92C8-EA5F-49D2-9A40-3736B354E230,,generic,,,,sdv-pii-ogrzj,,Prolonged vowel,8.35637978386,,,,0.759267016,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92425dec-8998-43bf-adfc-00414c66b9a2,Recording,55.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,E545078A-5D20-453D-B065-398AEA1259E8,Rainbow Passage,,Completed,,,sdv-pii-alnfd,579B4597-9AD6-4402-88ED-3A640D79920B,Cape V sentences-1,,1.4880181462451014,Speech,v1.0.0,0.342079997,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a58d1e3f-dc63-4211-ab71-ad0a2797733c,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,,,,sdv-pii-fk983,,,,18.617224355089,1.6007776447914182,,,0.610042634,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6578f0f4-864c-488b-b8b0-f983daae253e,Acoustic Task,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31.0,sdv-pii-y9ock,sdv-pii-3mjgs,,,2.483556182473,0.21475114480904703,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,67.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5f51e03-8083-4325-b8f3-19bf35bfa2e5,Q - Mood - Adhd Adult,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-8l455,,,,,,,,8ABDB9A3-5194-4833-9AFE-3563D4C88ECF,Audio Check-1,5.056773761539,0.40918338091161494,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55B2B318-932A-4FF9-8CF5-9BDC2DD158B4,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +967fa9ab-5ca9-4b80-ad18-f091cff896eb,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-za5e8,CAE5FC28-E4D5-4ED0-B793-970DE2ED32D6,Prolonged vowel,54.559287663841,,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +11ec42cc-34e4-443d-9a91-9d33dca0cb31,Q - Resp - Leicester Cough Questionnaire Lcq,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-3o3fp,,06CCAF4D-BCA1-4CF4-A49C-1E02DE5F5010,Free speech-2,6.682853447452,0.5849792657337896,Speech,v1.0.0,0.489654007,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,Female gender identity,,Heterosexual,,,,,,,Unchecked,Unchecked,,,,,No,,,,,,Unchecked,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,7C6D62B9-CB37-4896-BAB2-078837F06668,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Nearly every day,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a67c941b-22cd-40a1-804b-849597b5cdb4,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-g0umu,,3A2A64C0-0BD0-48FE-AE8D-CD6C82B8EB0F,,39.476940299529,,,,0.938425576,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a6772d59-3a27-44bb-b49a-eff195e22de3,Q - Generic - Gad7 Anxiety,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,D3915CCC-3900-4C1E-B38A-540741180B4F,Respiration and cough-FiveBreaths-1,21.544864269424,1.8119095066162672,Cough,v1.0.0,0.533885153,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,,,,,,,,,,,,,US customary units,,,,,,,Unchecked,,,,,,,,Unchecked,,Unchecked,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,51.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b1fe4758-940f-4ffc-8ad2-2c1054f14e95,Q - Mood - Custom Affect Scale,4.0,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5EFC741B-F379-4D86-BB8D-2F6C715BB860,,,,,,sdv-pii-3onzw,4EDA3EE0-B7C2-40B5-9FD4-76228B2CD9B3,,,,,,0.473903712,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,Not Hispanic or Latino,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b781fe5a-8963-4f04-b5ff-e3646f7dceb5,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,respiratory,,,,sdv-pii-lxn6v,658ACC05-3587-4904-8F46-FB3C0E08CEE3,,8.560841725288,0.7204077202002451,,v1.0.0,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,Unchecked,,,I have gone through menopause,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9FDD1399-C003-498E-8031-2E0F9A83A872,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Acoustic Task,6.0,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-qs37j,A64C8FE5-DAA4-407F-AE27-96B75F7D007F,,6.546833986305,,,,0.379518274,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5514fa1d-0551-46b5-aac2-30f6cf0e06f3,Acoustic Task,21.0,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,Unchecked,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,sdv-pii-nmv09,,,,,124.0,sdv-pii-7f5cw,sdv-pii-48luc,,Maximum phonation time-3,17.158930681889,1.5347967768738755,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5da3c0da-f5d0-45cb-a352-cacf58b5d9ef,Recording,2.0,,,,USF,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,7FFAFD12-CAF4-4DEE-8A1E-EC59B4235081,Rainbow Passage,,Completed,148.0,,sdv-pii-9x1cz,,Maximum phonation time-2,,,,,0.451351557,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fa79fa9-2dc0-47dc-a5a6-3885a96ae445,Acoustic Task,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,,,,sdv-pii-tpq52,sdv-pii-x7n7m,,Diadochokinesis-TA,,1.2610539234959741,Speech,,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d1ff7764-7953-4596-b0bb-0e1022acc036,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,4DA3268C-BC66-46E6-B254-24B13C563625,Diadochokinesis,,Completed,,,sdv-pii-55i49,,,,,,,0.516243257,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83393828-77d3-4d66-827c-dcb6b13979c4,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,A64C8FE5-DAA4-407F-AE27-96B75F7D007F,,,Completed,,sdv-pii-amelu,sdv-pii-p05i4,,Audio Check-1,10.522727594901,0.845940454173758,Breathe,v1.0.0,0.582315936,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,Unchecked,,,,,,,,,Yes,,No,,,,,,,,617.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +967fa9ab-5ca9-4b80-ad18-f091cff896eb,Acoustic Task,3.0,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,EA1D1664-F55B-4DBF-9BE0-EBCCA4E2D45D,Story recall,,Completed,,sdv-pii-257lo,sdv-pii-1yh4y,,,,1.2556702564648263,,,,,,347.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,sdv-pii-cezi6,C777ED67-780A-440E-A716-0C7EAB98AA88,,,Completed,,sdv-pii-er1ji,sdv-pii-7eh2x,53AABBB7-9B09-481E-9932-D0FC224E798D,,21.138446137759,,Speech,v1.0.0,0.829071874,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Somewhat difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,Sometimes,,,,,Almost always,,,,,,,,,,,,,,,,,,,,,Most of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a0ed0636-e598-4946-9eb9-19e744636155,Acoustic Task,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2930.0,,sdv-pii-6crlq,,,,,,sdv-pii-ftb26,,B077AA07-7C41-4E9F-9A55-2F45DB76196C,Glides-Low to High,6.453283883483,0.5515983034964203,Speech,v1.0.0,0.830325096,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I do not feel more self-confident than usual.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1BDEFE5D-AEA8-494B-920B-8C4F73F53724,,,,,,,,,,,,,,,,,,,,,,,,,,,A good bit of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8598874d-aca2-45ec-8340-445eda830a83,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BDC578CA-C29F-4736-B838-6E11462650D8,,,,,,sdv-pii-ru5j2,,,25.295726939072,,,,0.499684132,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5f51e03-8083-4325-b8f3-19bf35bfa2e5,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,125.0,sdv-pii-kkagh,sdv-pii-bmh67,,Audio Check-1,,1.6558783354178985,,,0.560542245,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,F0A35554-3B6D-46F8-BFAF-88833C7519B6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,372EA73E-0D0D-4F21-BB69-A28E1C7B7D5C,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +efd153f9-bf8a-4520-a4d0-2b52c735449b,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-5uhsk,,Prolonged vowel,,,90.0,sdv-pii-bllxy,sdv-pii-0p412,A64C8FE5-DAA4-407F-AE27-96B75F7D007F,,25.410344153579,,,,0.614130596,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,No,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8.0,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b076f63b-b218-4549-a531-7c33652de45b,Acoustic Task,8.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,Rainbow Passage,,Completed,,sdv-pii-8sqdt,sdv-pii-fdez6,FF59D372-ECB8-45A9-8D94-A9A2E567CF50,Audio Check-4,,0.6267117054750264,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"$30,000 to $$49,999",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Does not apply,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Moderately,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49d831ec-f348-43de-8202-15f659196b02,Acoustic Task,36.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,sdv-pii-0z0pq,07E782FE-DF6F-4CFF-BA9A-1A394845E0B3,,,Completed,,sdv-pii-9002d,sdv-pii-cp5w4,,Story recall,6.787604181825,,Speech,v1.0.0,0.483863169,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9227a6c1-33e3-4c0a-980c-47529f63ada4,Recording,17.0,,,,,,Unchecked,,,Checked,,,,Unchecked,Unchecked,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,sdv-pii-ix124,,,,,,sdv-pii-ga5gk,,91D1C2FA-A44B-441F-8EB7-97CB5E3E2AA2,,,0.38410273493813984,Speech,v1.0.0,0.593146855,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +19d4e811-ff85-47cd-b9be-ce0c3c907e03,Recording,4.0,,,No,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Mt. Sinai,,E545078A-5D20-453D-B065-398AEA1259E8,,,,108.0,sdv-pii-4tvgm,,,,,,,,0.486875372,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Acoustic Task,9.0,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9D1B7CE4-9375-4665-8A67-9A8789F4F34F,Voluntary Cough,generic,Completed,,,,,,22.422105644444,1.9166517099026774,,,0.266811513,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hawaii,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fef8f989-e8a1-429e-8406-679f47215263,Q Generic Demographics,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,88D36D0C-00D5-4368-8B0D-B484879C1A5D,Maximum phonation time-1,,0.9844846816767782,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2cb188fe-4e19-4da1-a1f4-1f9f254fd1fd,Recording,8.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.9431791019057437,Speech,,0.537101344,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5514fa1d-0551-46b5-aac2-30f6cf0e06f3,Recording,38.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prolonged vowel,,,117.0,sdv-pii-mb1ku,sdv-pii-fl4ir,B424EF9D-57AC-4ADC-A43E-96E8D6065D43,Glides-High to Low,2.823456012055,0.2321924928678791,Breathe,v1.0.0,0.720657666,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,583.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,43.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4=Severe (Nearly every day),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +732461ea-eac2-41bc-b52e-e2ec2a7b5c6a,Recording,4.0,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Complete,,,,,,Unchecked,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9D1B7CE4-9375-4665-8A67-9A8789F4F34F,Loudness,,,,sdv-pii-wybrb,,,,1.969773131706,0.18844271764516388,,v1.0.0,0.853468475,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5da3c0da-f5d0-45cb-a352-cacf58b5d9ef,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-wnxz9,,,,,1.3563277310716766,,,0.581175369,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2F7D720B-5BE3-425C-B990-32A909D5F326,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3e55cedf-26a8-41f8-9704-12160fa43305,Q Generic Voice Handicap Index Vhi10,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-eqij0,248ADE03-8225-4F6E-B3B5-9903D7FB9EB0,Respiration and cough-FiveBreaths-3,10.58419876851,0.9123276285897552,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,Female gender identity,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84.0,,,,,,,,Somewhat difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +57a6b97b-7e36-40dd-9845-55ce7f218a60,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,USF,,,,,,,sdv-pii-0w8xh,sdv-pii-bjrq0,,,16.314195052131,1.4018166388642337,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,131.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Q - Resp - Leicester Cough Questionnaire Lcq,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Persistent depressive disorder (PDD),,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63F04639-D89F-492A-93D5-F59E71E0E053,,,,,,,,,,124.0,sdv-pii-32m2r,sdv-pii-nez45,,Glides-Low to High,,1.3359219164062774,Speech,v1.0.0,0.808810689,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1965766f-6d91-4d87-a573-88d002a3bbc4,Q Generic Voice Perception,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-iyk0n,,C75B037A-6BA0-4491-B33E-0FE31C08B903,Respiration and cough-Breath-1,,0.7812276322198105,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f286ac55-5737-4c8f-8219-534f8c67a438,Session,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,09E64686-7FEC-4A52-A62B-B0F1CF266B2C,,generic,,,sdv-pii-nfjk7,,1B9CF2FC-39D8-4267-B98A-5FD629448C25,,16.904930635063,1.3701820643954905,Breathe,v1.0.0,0.642626202,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b96f1f84-35dd-47b6-a9eb-b44439a6a248,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,C4F0CAB1-34EE-42AE-B080-3FDF41E04980,Prolonged vowel,,,,,sdv-pii-2v2ka,291F92AC-4B67-4A6E-9AE2-6ACB15772371,Diadochokinesis-PA,11.832398531683,,Speech,,0.581126831,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,No,,,,,,,,,,,,Unchecked,,Unchecked,,Unchecked,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +0aeebf70-44a5-4537-af1b-1c24840f104d,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-apxsn,sdv-pii-yeqzs,B424EF9D-57AC-4ADC-A43E-96E8D6065D43,Animal fluency,3.388296558139,0.29249051724772746,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1=A little bit,,,,,,,,,112.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,,28.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,sdv-pii-jpilk,041237CF-6039-4017-BAE1-734EFD6795C7,,,,,sdv-pii-0cxga,sdv-pii-2yhrf,B424EF9D-57AC-4ADC-A43E-96E8D6065D43,Glides-Low to High,6.726305439212,0.5697354284486388,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FD7F03F1-04D2-4718-89D4-CDD1594C9B72,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Moderately,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5da3c0da-f5d0-45cb-a352-cacf58b5d9ef,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,sdv-pii-8hfyr,,,,Completed,,,sdv-pii-punsv,,,,,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,purple,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +25753413-7675-4b82-8a36-7c71cf0e762a,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9829C772-79B5-4BE0-AFB4-A6D8EE0DDB31,Rainbow Passage,voice,,153.0,sdv-pii-wfhil,sdv-pii-ltm4t,,,37.106743065968,3.339204272268126,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b1fe4758-940f-4ffc-8ad2-2c1054f14e95,Acoustic Task,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,27.0,sdv-pii-4zult,,,Audio Check-3,19.794774294679,1.6194853391834123,,v1.0.0,0.561869511,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2b1c662a-59e0-4b69-9161-a2fd4636890b,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-1eyei,,,,Completed,,sdv-pii-ccq64,sdv-pii-deff5,,,,,,,0.506680936,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prefer no to answer,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fa6befa4-dece-4987-8612-67572aa6234b,Recording,5.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Checked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3DC22BA0-5577-4C1A-8438-4DD1E43AE6A6,,generic,,,,,B27908FA-EF6D-4A59-9D48-72FA2238A7EA,,,0.5558310844546054,Speech,,0.311416552,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9a657e0d-2416-4af8-bf88-5ad2e15f2641,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-6l40i,,,generic,,,,,,Maximum phonation time-3,38.246236172455,,Speech,v1.0.0,0.752777815,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d554cc1a-efe5-4b7a-a77b-f5abca8846bd,Recording,15.0,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-r59xs,,,,,,,sdv-pii-qnct4,612E92C8-EA5F-49D2-9A40-3736B354E230,Respiration and cough-Cough-1,5.518489314914,0.4538687929606941,Breathe,,0.533587953,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7afccc36-c15f-46ae-8d1b-db15d4e6b7b9,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2978.0,,,,Diadochokinesis,,Completed,,sdv-pii-7qzxx,sdv-pii-y2j93,,,,,,v1.0.0,0.78904186,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7C6D62B9-CB37-4896-BAB2-078837F06668,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2136ece1-67d2-4ad8-a821-a386c419a7e5,Acoustic Task,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-mcx1a,sdv-pii-3l2yw,8F8E68BB-E68C-4EA5-B71A-17D7AAE915C2,,,,Speech,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Severe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +71829fd2-bac7-4274-8560-5f5faf8b9d59,Recording,27.0,,,,,52.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prolonged vowel,,,14.0,sdv-pii-4c5ad,,30D44E38-44D9-4E86-9C89-7FAE16AE1DC5,Respiration and cough-Cough-2,,2.588186744256515,,,0.368552847,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,716.0,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3a744c68-53bc-438b-b5c8-7525150504d9,Recording,5.0,,,,,59.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-07um8,7DCE811B-CDAE-4DAB-B2B6-EDE0BF9534D4,,,Completed,,sdv-pii-6f4nw,,,,,,Cough,,0.589063755,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Mild (Several days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,5A09B913-3A32-4994-9C75-0226A4FB87DF,Free speech-3,15.235565431913,1.2192233666214385,Breathe,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,122.0,,,5A09B913-3A32-4994-9C75-0226A4FB87DF,Respiration and cough-Breath-2,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83393828-77d3-4d66-827c-dcb6b13979c4,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,89B13E1A-375A-4078-B423-25BEF62B00B1,,,,53.0,,sdv-pii-b7hb9,,,2.196141030457,,,,0.796239405,,,,,,,,,,,Heterosexual,,,,,,,,,Not Hispanic or Latino,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96a891a-4d74-4e7a-8395-e60b03d3bfe6,Acoustic Task,11.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-fox94,63F04639-D89F-492A-93D5-F59E71E0E053,Rainbow Passage,generic,,145.0,sdv-pii-rdp8l,sdv-pii-a5kij,,Audio Check-1,11.51709446243,0.96581562965887,,,0.681668411,,,,,,,,USA,Female gender identity,,Heterosexual,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9a657e0d-2416-4af8-bf88-5ad2e15f2641,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,,Picture description,,,,sdv-pii-nq415,,,,10.27163726028,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,51.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1a7a86df-e379-40ab-a644-9821aac7be63,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-9agtj,,,Free speech-2,,0.9270930905568684,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I've never smoked regularly,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,All,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6da38787-f826-4ca7-9541-59bd5909b808,Acoustic Task,39.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-c2k95,D3250CDB-A488-4FC0-810F-7CD4754A9640,Glides,,,,sdv-pii-dy6zl,sdv-pii-yfioq,FDFDF7A4-C691-4EBA-B23E-C214170A1BA5,Respiration and cough-Breath-2,,0.31169332059468335,Breathe,v1.0.0,0.382649504,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2af5afbc-82b1-4656-a203-a8d29b69d3ab,Acoustic Task,20.0,,,,,56.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-e9ys4,sdv-pii-ro0kz,,Diadochokinesis-PA,22.529425881078,1.8965620671529895,Speech,,0.292471083,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6acb19ed-d008-49cd-813e-bc1a79e81389,Acoustic Task,4.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Mt. Sinai,sdv-pii-gr45e,68741C04-8DD5-4A36-81E6-1B83F50EFCF3,,voice,Completed,,sdv-pii-gesfw,,,,5.423033688723,0.4600471137084976,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fef8f989-e8a1-429e-8406-679f47215263,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9BB74BB0-5C28-4705-B99E-51775CA8348D,,,,,sdv-pii-iqayk,,E8BCB84D-31CA-4942-AC6A-692EACB0FC34,,28.514882849942,2.5024166542721256,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Does not apply,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +38f9ac08-4c68-473b-a8cf-273d575ca9a8,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-8dbxo,,,Audio Check-2,12.873679210437,1.1503149977691867,Speech,v1.0.0,0.999085599,USB-C to 3.5mm Headphone Jack Adapter,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1f28406-6b67-4836-9b7d-39e42f6dc508,Q Generic Voice Perception,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-5e06f,,894A2170-7FB6-4B18-A665-9DA398A483CC,Respiration and cough-ThreeQuickBreaths-2,1.123044279339,0.10164543784280557,Cough,v1.0.0,0.530965384,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +38f9ac08-4c68-473b-a8cf-273d575ca9a8,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-fxjys,,,,,83.0,sdv-pii-gwcxf,sdv-pii-dsjdg,8F8E68BB-E68C-4EA5-B71A-17D7AAE915C2,,,1.5941136360185886,Speech,v1.0.0,0.891543138,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81F2BE30-F818-48F6-89C1-CA8586F1B0C0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f286ac55-5737-4c8f-8219-534f8c67a438,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,generic,,42.0,,,4A5DFBDA-322C-4257-9C42-5809046880D7,Free speech-3,,,,v1.0.0,0.93532977,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,C81204E5-FF3D-465E-9B4D-06A769616048,59.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49d831ec-f348-43de-8202-15f659196b02,Session,11.0,,,,,,,Checked,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-sxu5a,,Audio Check,,,,,,7C6D62B9-CB37-4896-BAB2-078837F06668,,54.090777499519,4.509502068125639,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b2c85f00-fe89-443c-8f59-15483fde6bb8,Acoustic Task,34.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,5E26796C-E29C-47AC-A8AA-E5E2F6EC0AD9,Respiration and cough,respiratory,,51.0,sdv-pii-vrk3e,,A64C8FE5-DAA4-407F-AE27-96B75F7D007F,,31.899755736775,2.7999494573982675,,,0.643693049,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2 - 3 times a week,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ec0d9ed5-0083-4ff7-af85-7ddcc1e5142c,Q Generic Voice Perception,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-aqw2g,,894A2170-7FB6-4B18-A665-9DA398A483CC,Breath Sounds,,,Breathe,v1.0.0,0.732592996,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,red,,,,,,,,,,,,,,,,,,,,,,,,,, +c275eec0-367b-49e1-96ba-73a349df3361,Q Generic Demographics,9.0,,,,,,,,,,,No,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Without,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-isrh8,sdv-pii-3ushe,BD54C6AC-0907-48C1-8492-E1DB697147F7,Respiration and cough-FiveBreaths-4,,,Speech,,0.547497929,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a0ed0636-e598-4946-9eb9-19e744636155,Acoustic Task,17.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,Checked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BD03C494-1071-49D1-907C-634C055AF25A,,,,,sdv-pii-34z7j,sdv-pii-sl32h,8C74EF44-970E-4EDF-A59B-9DB3FC0C0CA8,Loudness,18.989150598857,1.6589049997075713,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A good bit of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5514fa1d-0551-46b5-aac2-30f6cf0e06f3,Recording,11.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-65g0l,744EA686-2B23-4770-980B-96D4D2962D85,Rainbow Passage,3.385406287093,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost always,,,,,,,,,,A little of the time,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +820a7bfc-9dfe-4d77-8895-203c093e064f,Acoustic Task,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,sdv-pii-j6mdq,,Prolonged vowel,,,,sdv-pii-l666l,sdv-pii-comph,D3250CDB-A488-4FC0-810F-7CD4754A9640,Respiration and cough-Cough-2,,1.0136678560004844,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,cynical,,,,, +49479d75-3486-4874-824d-32ac08ff520b,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,2F7D720B-5BE3-425C-B990-32A909D5F326,,,,,sdv-pii-bsy6v,,81CA7CAF-FB25-4AD7-88AF-D5F3C418BBF9,Audio Check-3,,0.5929434403004934,Speech,v1.0.0,0.608905325,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +68e4e374-f442-435f-8fd4-8a7c7023732a,Recording,29.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Recurrent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,sdv-pii-txto6,,3B573CC6-0A13-474A-AEC9-3244A874188E,Respiration and cough-FiveBreaths-2,,1.684603027599618,Breathe,v1.0.0,0.585109754,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0 - 2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f286ac55-5737-4c8f-8219-534f8c67a438,Q - Generic - Gad7 Anxiety,5.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,172.0,sdv-pii-dkr6d,sdv-pii-h53vv,8AC65110-A5F8-40EC-9D21-6B63963CA3A6,Audio Check-1,,3.5994121136218404,,v1.0.0,0.883959534,USB-C to 3.5mm Headphone Jack Adapter,,,,,,Ohio,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +531b6b20-3a51-465f-a885-c5ed941ec4ab,Q Generic Voice Perception,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-7r1cp,,Diadochokinesis-PA,57.222665748503,4.911995302783736,Cough,,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,Unchecked,,,,,No,,,,,Checked,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Recording,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-j5fam,,,,,,sdv-pii-0l2zt,sdv-pii-7d78u,9F930A08-D6F4-407C-BB85-134AC4D2898E,Cape V sentences-2,16.16660169477,,Cough,v1.0.0,0.502314153,Plantronics Blackwire 3220 Series,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b064fa6f-e663-4cba-8a21-6f627d78037b,Acoustic Task,30.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-6looq,,372EA73E-0D0D-4F21-BB69-A28E1C7B7D5C,Respiration and cough-FiveBreaths-1,,,Speech,v1.0.0,0.665162346,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6acb19ed-d008-49cd-813e-bc1a79e81389,Recording,29.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3207.0,,,,,,,119.0,,sdv-pii-y1wui,DEC3BD2E-E20F-4E9F-BCCA-8766EE8D6465,Cape V sentences-6,28.937746485513,,Cough,v1.0.0,0.513075947,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c275eec0-367b-49e1-96ba-73a349df3361,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,sdv-pii-byirq,,2DC96B8A-2272-447C-A005-C11C8CA97571,,,0.3231951682313008,Speech,,0.5418825,,,296.0,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,173.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,red,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Active,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,sdv-pii-ftn3i,,CE9E8A96-DB4E-41A2-B693-8048E844CC2A,Free speech-2,41.222552240006,3.4974091966728165,,,0.89823591,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19.0,,,,,,,,,,Unchecked,,,,,,,Checked,,,,,,,,Unchecked,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b55bad76-91e4-45e9-8f57-51cdb31c6a3c,Acoustic Task,11.0,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,sdv-pii-iutjq,2DC96B8A-2272-447C-A005-C11C8CA97571,,,,,,sdv-pii-zvg06,B4C92DF1-2CCD-4682-954F-4B86A3AADCEA,,4.119439985513,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,Not Hispanic or Latino,,,,,,,,,,,,,,,,,"< $15,000",,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,1B9CF2FC-39D8-4267-B98A-5FD629448C25,Animal fluency,generic,Completed,112.0,,,,,17.134731702974,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Mild (Several days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9d1d98a6-25c3-48d2-8f26-83895a6e47b6,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81F2BE30-F818-48F6-89C1-CA8586F1B0C0,,,,,sdv-pii-jh6ty,sdv-pii-4pcct,6680A5FD-BDD4-4C4D-A865-4E75BA719DE1,Free speech-1,10.294883914896,0.8522045245393627,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Q - Mood - Custom Affect Scale,15.0,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-90ppm,FD7F03F1-04D2-4718-89D4-CDD1594C9B72,Respiration and cough-Breath-1,18.039601073034,1.5201046138884697,Speech,v1.0.0,0.776320386,USB-C to 3.5mm Headphone Jack Adapter,,,,,Unchecked,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b076f63b-b218-4549-a531-7c33652de45b,Recording,9.0,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-1kp6d,C4AC60D3-D1FB-40AB-99CA-21B9106454F0,,18.728454925559,1.5972443820374833,Cough,v1.0.0,0.662039744,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +57a6b97b-7e36-40dd-9845-55ce7f218a60,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4F77D0EF-8F1B-4CB3-AC4B-DE6D0CCD4158,Loudness,1.452149402165,,Speech,,0.528501046,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,Cis: same gender as the sex assigned at birth,,Unchecked,,,Unchecked,,,,,,,No,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,248ADE03-8225-4F6E-B3B5-9903D7FB9EB0,,,,,sdv-pii-uvng9,sdv-pii-6wx02,B4C92DF1-2CCD-4682-954F-4B86A3AADCEA,,11.735359484252,1.0027045745227987,Speech,v1.0.0,0.766498276,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +57a6b97b-7e36-40dd-9845-55ce7f218a60,Recording,30.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,,,,sdv-pii-orp29,sdv-pii-yj14n,6C61790E-1E50-401C-9E40-2E6DFD01E7A9,Respiration and cough-Breath-1,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,Personal vehicle,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Recording,2.0,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-80to7,,,,,,,,0.544937959,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,Nearly every day,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,blue,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Q - Mood - Adhd Adult,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Iatrogenic (surgery/intubation),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-t9312,,894A2170-7FB6-4B18-A665-9DA398A483CC,Respiration and cough-ThreeQuickBreaths-2,33.859650021181,2.776199982163213,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +0482bc77-1077-4525-9a4c-f1fefc0cb6ce,Q - Resp - Leicester Cough Questionnaire Lcq,3.0,,,,,56.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9.654555032888,0.8129738460326336,,v1.0.0,0.355448633,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Excellent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +25753413-7675-4b82-8a36-7c71cf0e762a,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,Checked,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-8nvlc,,,,,,sdv-pii-6ulxw,,2DABD20E-DC17-4457-A77C-E36AA24AE7C0,Maximum phonation time-1,,2.1359903464970116,Cough,v1.0.0,0.347962179,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +dbcdf154-498f-4260-8627-4603860cdb1e,Q Generic Demographics,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,sdv-pii-93ev7,sdv-pii-siufd,338A3B71-07A1-41AE-BBE5-5FBCFD92A305,Rainbow Passage,27.638474711134,2.339947178546602,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2558e9da-8a1c-45c1-a1fe-85af7846a0d2,Recording,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,sdv-pii-motqe,,,,,,,sdv-pii-zw2ai,CE9E8A96-DB4E-41A2-B693-8048E844CC2A,Respiration and cough-Cough-2,7.097826048848,0.5899921112422211,Speech,v1.0.0,0.513776848,,,,,,,,,,,Heterosexual,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,64.0,,,,,,,,,,,CC0EE711-2FC3-43D5-B7FF-21424F748985,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +28cc3eda-66eb-4731-b5fa-e59f2cbaf801,Recording,22.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-emz19,sdv-pii-94ec1,FAC15A71-AF37-496F-868A-D7927E8C89E6,Respiration and cough-FiveBreaths-2,3.630756566019,0.32600300101532365,Speech,v1.0.0,0.419927244,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,Hispanic or Latino,,,,,,,,,,,,,,,,,,,,,,,,,,Own home,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,green,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96a891a-4d74-4e7a-8395-e60b03d3bfe6,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-tzsak,sdv-pii-u4dcp,6C954561-6206-4F87-91B6-AF5E3AD898EA,Respiration and cough-Cough-1,44.673385640104,3.6793991090821585,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,98.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a58d1e3f-dc63-4211-ab71-ad0a2797733c,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-vhchg,sdv-pii-kpkzj,637B34DE-F1F8-4D5F-B8D1-839F20DF73A8,,,,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,Never,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b05c05d8-9531-4538-95a3-07008cec31b9,Acoustic Task,33.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-h0t7j,FAC15A71-AF37-496F-868A-D7927E8C89E6,Maximum phonation time,,,,,sdv-pii-lo43s,9F930A08-D6F4-407C-BB85-134AC4D2898E,Free speech-1,7.437969120777,0.6217760462091576,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b28b611d-90eb-443f-b26c-61a1001e5d50,Acoustic Task,13.0,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-xxp90,sdv-pii-5k6dw,7FFAFD12-CAF4-4DEE-8A1E-EC59B4235081,Free speech-1,14.768870853715,,Speech,v1.0.0,0.748680878,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2558e9da-8a1c-45c1-a1fe-85af7846a0d2,Q Generic Confounders,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4C0DDF18-6C63-4226-91EB-51138DB586F6,,,,,sdv-pii-w9ygd,sdv-pii-z13q0,5FA011D3-8426-481D-86D6-A3D69B9879B3,Maximum phonation time-2,,1.0017547342620423,,,0.402874629,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,Unchecked,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,72D48137-0729-4B2B-AD9E-EEA457EFCF3E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1965766f-6d91-4d87-a573-88d002a3bbc4,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-erkcw,,,,,,,,,,,0.7759055562888176,,v1.0.0,0.751016756,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,D5A012B4-2B79-4A81-9885-3F15AEB768F3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +efd153f9-bf8a-4520-a4d0-2b52c735449b,Acoustic Task,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Clinical depression (major depressive disorder),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8DE735BF-A7A7-4E3D-B885-0EC22BBEDCE0,Picture description,generic,,,,sdv-pii-6w78o,1BDEFE5D-AEA8-494B-920B-8C4F73F53724,,13.20680738798,1.146734292111281,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ecc63817-d3f5-4766-893c-d47b8382e96d,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,,,,,,,,7.345662670315,0.6244137518370272,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e6e030fd-a6d1-4b8a-94a8-fa1e598cabd8,Recording,7.0,,,,,58.0,,,,,,,,Checked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-dbl7x,,99E16330-8AE3-473D-A8F3-689170C57893,,13.63353965103,,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d1ff7764-7953-4596-b0bb-0e1022acc036,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ndzcw,sdv-pii-wh1ma,9D1B7CE4-9375-4665-8A67-9A8789F4F34F,Respiration and cough-FiveBreaths-4,,0.9638170354482283,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d554cc1a-efe5-4b7a-a77b-f5abca8846bd,Recording,4.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Audio Check,,,,,,,,,,,,0.562084499,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a33afb95-ab9b-4729-af0d-c64649f63669,Acoustic Task,11.0,,Consented,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Picture description,,,,sdv-pii-fmjcl,sdv-pii-1piuf,,,45.802716423945,3.9550562240694993,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +531b6b20-3a51-465f-a885-c5ed941ec4ab,Acoustic Task,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prolonged vowel,generic,,,sdv-pii-jtxou,sdv-pii-axrve,2C257439-E39B-4B30-B7E7-05281A5EC562,Picture description,4.58360389453,0.42612282783736616,Speech,v1.0.0,,iPad Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,96.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96ef2c0-eb50-4b1d-afb5-81aaf9a1f2df,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2928.0,,sdv-pii-0zbg8,,Picture description,,,,sdv-pii-9ky1a,sdv-pii-ju7vn,,,,2.391076169203857,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Recording,19.0,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-6zzx5,,,,,,,sdv-pii-uz80z,FBA40A25-F32E-48EF-AEDB-15A1DACEFF23,Respiration and cough-FiveBreaths-1,,1.7274052359042,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +0aeebf70-44a5-4537-af1b-1c24840f104d,Acoustic Task,22.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,sdv-pii-q0mnp,sdv-pii-2iike,C63E6402-5ECC-45B5-8A57-6FE638A766A5,Diadochokinesis-Pataka,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +820a7bfc-9dfe-4d77-8895-203c093e064f,Acoustic Task,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BDC578CA-C29F-4736-B838-6E11462650D8,Caterpillar Passage,voice,Completed,,sdv-pii-fzt51,,,,7.491952004952,0.6313062982479903,,,0.591653016,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6acb19ed-d008-49cd-813e-bc1a79e81389,Recording,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-de63m,,,,,69.0,sdv-pii-dctyv,,ED6171C1-1310-45BB-8930-FFAF6F1314BA,Story recall,2.749471351838,0.22399526262198413,Speech,v1.0.0,0.720884915,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,06CCAF4D-BCA1-4CF4-A49C-1E02DE5F5010,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +133372ef-aab7-4c8e-8ec5-d042408b14b2,Q Generic Confounders,29.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ohs3t,,E4D6D36F-98A2-4537-867A-8F1BCD92DED7,Cape V sentences-4,,0.43865182175120476,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b5a39a2e-6023-4d70-abd4-f9ca4cbd40ce,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-712jp,5E26796C-E29C-47AC-A8AA-E5E2F6EC0AD9,,,Completed,,,,,,,,,,0.472731269,,,,,,,,,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,, +7a23e78c-b42b-4de4-b0a5-771fce839c75,Q Generic Demographics,11.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-d4u5e,sdv-pii-qvuk0,,Diadochokinesis-TA,38.415574768961,,Breathe,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92425dec-8998-43bf-adfc-00414c66b9a2,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-jtkqw,,Rainbow Passage,generic,Completed,,sdv-pii-fk0ym,,,Loudness,,,,v1.0.0,0.720363967,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,No,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9EB42BC6-6E5E-4559-8783-55980AFBA6A6,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5514fa1d-0551-46b5-aac2-30f6cf0e06f3,Q Generic Voice Handicap Index Vhi10,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-f8tyy,,,,,,,sdv-pii-9olva,8C74EF44-970E-4EDF-A59B-9DB3FC0C0CA8,Audio Check-4,20.761697075557,1.878944118381769,,v1.0.0,0.70499311,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ea72fe62-b508-4dca-8cd1-51803cd1c3f2,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-yy9n7,,B4C92DF1-2CCD-4682-954F-4B86A3AADCEA,Respiration and cough-FiveBreaths-2,,3.4223939501904783,,v1.0.0,0.73009855,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Yes,,,,,,,Personal vehicle,,,,,I used to smoke,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,816.0,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,50.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8c2c0a8f-396c-4fe9-93b0-afd0677afc97,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,Completed,,sdv-pii-jlkqt,,8F8E68BB-E68C-4EA5-B71A-17D7AAE915C2,,9.071170120288,0.7459817453511894,,,0.83216186,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +119daa75-d633-4f1f-9bec-d0650715b41f,Acoustic Task,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,EA1D1664-F55B-4DBF-9BE0-EBCCA4E2D45D,Free Speech,generic,Completed,,,,,,,0.24635501970693918,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,114.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3132b52d-a9f8-4ebe-bf19-bab838f8c96b,Acoustic Task,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,USF,sdv-pii-kboef,74A063E9-2639-4B0B-80B4-5C90626BF5E5,Breath Sounds,mood,,,,sdv-pii-6bkmi,,,21.194530576316,1.7735830627450855,Cough,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,brown,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cf61de9-40a8-4d10-87d6-e3935a1c8711,Recording,37.0,,,,Mt. Sinai,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-ohntr,sdv-pii-oh4ow,A7319F61-7C74-4AAB-B2C7-8D73FD116637,Respiration and cough-FiveBreaths-3,5.293758959558,0.46881881695751937,Speech,v1.0.0,,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +25753413-7675-4b82-8a36-7c71cf0e762a,Recording,28.0,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Checked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,USF,sdv-pii-9ilsz,,,,,,,sdv-pii-i7vvj,4A558493-50BC-497F-8EE2-E18664F18F1E,Productive Vocabulary-3,37.905174451387,3.117100963072696,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,318.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6da38787-f826-4ca7-9541-59bd5909b808,Recording,38.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,91D1C2FA-A44B-441F-8EB7-97CB5E3E2AA2,Cape V sentences-3,,0.7125100252218068,Breathe,v1.0.0,,iPad Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +943a8bbc-bba0-4853-825c-10cae1b26ddd,Recording,4.0,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-bkpa6,,,generic,Completed,34.0,,,7C6D62B9-CB37-4896-BAB2-078837F06668,,44.438776633174,,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c48a280c-a821-42f6-8a4e-eb679a3980bb,Recording,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B0AE4C93-435B-4B1D-989D-4085644771A0,Respiration and cough-FiveBreaths-2,,,Speech,v1.0.0,0.614646783,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,I have gone through menopause,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fef8f989-e8a1-429e-8406-679f47215263,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,137.0,sdv-pii-oi3yz,,372EA73E-0D0D-4F21-BB69-A28E1C7B7D5C,Prolonged vowel,20.252161133227,1.7613124932507271,Speech,,0.534569829,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Multiple times a day,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,green,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +38f9ac08-4c68-473b-a8cf-273d575ca9a8,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,sdv-pii-9fj9m,sdv-pii-sbrs1,,Audio Check-1,18.355890642722,1.555508365595867,,v1.0.0,0.650953819,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50.0,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ec0d9ed5-0083-4ff7-af85-7ddcc1e5142c,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-jhbwq,,,,,,sdv-pii-9irxw,sdv-pii-uxleo,C5140641-AC9E-47B0-B415-0188D0B76077,,,,Speech,,0.952704878,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Recording,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,sdv-pii-dgv5u,sdv-pii-hxbpj,B987BDED-39EC-4FD0-B655-05F940336076,Respiration and cough-Cough-1,7.880307783265,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +93e51af0-bff0-43de-a061-f744f2bc2c6f,Recording,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-bd221,,,,,,sdv-pii-npgqh,sdv-pii-i3zsz,829910FD-2A2D-4FA1-822B-E4DF84EA1874,Respiration and cough-FiveBreaths-1,,3.171167292659276,Speech,v1.0.0,0.334110873,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +11ec42cc-34e4-443d-9a91-9d33dca0cb31,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,126.0,sdv-pii-t22c2,sdv-pii-e6e9a,612E92C8-EA5F-49D2-9A40-3736B354E230,Respiration and cough-ThreeQuickBreaths-2,,,Cough,v1.0.0,0.637065991,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3e55cedf-26a8-41f8-9704-12160fa43305,Q Generic Confounders,20.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,sdv-pii-hgptn,sdv-pii-ki6fz,EB7161C3-22C3-48B3-AF07-9D928C5D7D79,Voluntary Cough,,0.6727582382696715,Breathe,v1.0.0,0.739508779,USB-C to 3.5mm Headphone Jack Adapter,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8ABDB9A3-5194-4833-9AFE-3563D4C88ECF,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96a891a-4d74-4e7a-8395-e60b03d3bfe6,Recording,23.0,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,N0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-j9h1c,,,,,193.0,,,8B341FFA-28B5-46B8-97D1-2B68F5882185,Cape V sentences-2,13.878485274763,1.1996224022680382,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,006DD2DB-DA03-4564-87C9-201506538022,,,,,,,,,,,,5383272C-E790-4867-BD26-FACC7F906472,,,,,,,,,,,,370F3E55-F41C-4DDD-9BFD-C40198E469BC,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Acoustic Task,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-562br,,,,2.646708967208,,,v1.0.0,0.22424074,USB-C to 3.5mm Headphone Jack Adapter,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +531b6b20-3a51-465f-a885-c5ed941ec4ab,Acoustic Task,28.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BC3E8155-8540-4419-B5DE-20546C31EA3F,Story recall,generic,Completed,,sdv-pii-i73mp,sdv-pii-noywk,,,45.771943417872,3.9303347451952755,Speech,,0.407885755,,,,,,,,Canada,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,green,,,,,,,,,,,,green,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b781fe5a-8963-4f04-b5ff-e3646f7dceb5,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40.0,sdv-pii-lahjg,sdv-pii-9kiyy,6E5529B3-F5C6-4781-A6D3-C02A35E5A8E8,Diadochokinesis-KA,,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,580.0,,I've never smoked regularly,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2c95136b-0efb-4d67-8fdf-113a8af5ac12,Q Generic Confounders,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ueoj0,,,,,,sdv-pii-w8lzg,,391B277B-7DC5-4178-B988-30C69FA420C7,Voluntary Cough,26.775624430479,,Speech,v1.0.0,0.777902418,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81fbe094-a262-4d10-b0ea-24d598a5fbac,Q - Mood - Ptsd Adult,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-7dsz4,,,,,,,sdv-pii-9cbj2,A64C8FE5-DAA4-407F-AE27-96B75F7D007F,Story recall,7.725870895508,,Speech,v1.0.0,0.368005805,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Most of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ygmzn,sdv-pii-d8lp9,338A3B71-07A1-41AE-BBE5-5FBCFD92A305,Diadochokinesis-KA,25.015240231076,2.1175613267768707,Breathe,v1.0.0,0.962479853,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Never,,,Always,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341e583a-eb2a-474b-b30d-a7b025765847,,50.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,658ACC05-3587-4904-8F46-FB3C0E08CEE3,,generic,,,,sdv-pii-7mmfd,50A0A237-571C-40A8-AAB4-76DE8544E0ED,Respiration and cough-FiveBreaths-3,4.44395582269,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Acoustic Task,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,No,,,sdv-pii-h1384,,Cape V sentences,generic,,,,,,,19.793924260973,1.6567907907707526,,,0.355990047,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a6772d59-3a27-44bb-b49a-eff195e22de3,Acoustic Task,37.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Free Speech,generic,,150.0,,sdv-pii-6pfhx,65694248-9E3C-44E7-A51A-147364E1D8AE,Respiration and cough-Breath-1,,0.4176139871339545,Speech,v1.0.0,0.578716403,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,121.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +be90540d-b349-4244-99ad-7fe92067a590,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-mz8an,sdv-pii-r09an,653DCE31-88E0-4937-A1E9-178C2E08D204,,33.840953746843,2.9227746588285117,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,318.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Excellent,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,brown,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c1aae2e4-32fd-4a33-9ec6-1b8a77cab4c9,Q Generic Voice Handicap Index Vhi10,5.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-kkxbz,sdv-pii-5zm2o,8ABDB9A3-5194-4833-9AFE-3563D4C88ECF,Free speech-2,9.856524020482,,Speech,v1.0.0,,,,,,,,West Virginia,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,33.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,1BDEFE5D-AEA8-494B-920B-8C4F73F53724,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7a23e78c-b42b-4de4-b0a5-771fce839c75,Acoustic Task,21.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,sdv-pii-yieai,sdv-pii-ycrt6,0AF76CE4-3984-4C2C-9DCA-BA91F8B42510,Respiration and cough-FiveBreaths-3,19.084458497643,1.6111625244575498,Breathe,v1.0.0,0.491021924,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b28b611d-90eb-443f-b26c-61a1001e5d50,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B678A340-05EF-4814-83FC-4BA1F80F5854,Story recall,,Completed,,,,,,26.038707425334,2.1685598274755358,,,0.496043937,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A25CF60C-039A-4E71-8000-FAB7111DDEAB,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6578f0f4-864c-488b-b8b0-f983daae253e,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,,,,sdv-pii-dp4n7,,2B5F720F-7C4D-4FAC-A9CA-AED185B0EE5A,Glides-High to Low,8.398773347437,,Speech,v1.0.0,0.699405973,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +efd153f9-bf8a-4520-a4d0-2b52c735449b,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Audio Check,,,,sdv-pii-nb4qd,sdv-pii-yqj1u,8DE735BF-A7A7-4E3D-B885-0EC22BBEDCE0,,,2.509903018753858,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Own home,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,More than half the days,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1965766f-6d91-4d87-a573-88d002a3bbc4,Q Generic Demographics,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-gacoq,sdv-pii-zuw69,8C74EF44-970E-4EDF-A59B-9DB3FC0C0CA8,Respiration and cough-Breath-1,,,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Checked,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38341DC5-0B5E-4B6A-8E4E-7342B1DC6CEF,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b05c05d8-9531-4538-95a3-07008cec31b9,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-4r6u4,sdv-pii-hiy93,2B5F720F-7C4D-4FAC-A9CA-AED185B0EE5A,Picture description,45.086114667233,,Breathe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Acoustic Task,32.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-tlm43,D1AF8162-1454-4B2C-B0F8-98C515D605F7,,generic,,78.0,sdv-pii-3324b,sdv-pii-wa1ii,1DA42932-6935-4925-B917-139E73400C81,Free speech-3,8.472640422799,,Speech,v1.0.0,0.809102733,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5da3c0da-f5d0-45cb-a352-cacf58b5d9ef,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-8uf1i,,Diadochokinesis,,,,sdv-pii-yffgu,,2DABD20E-DC17-4457-A77C-E36AA24AE7C0,Respiration and cough-Breath-2,36.097409500397,3.1350614597811814,Speech,v1.0.0,0.995552675,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b1b4b453-42c9-4053-9367-bfc2baac38bf,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-yil4j,sdv-pii-w421j,391B277B-7DC5-4178-B988-30C69FA420C7,Diadochokinesis-buttercup,16.680775533017,1.4571242870288676,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,704.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B424EF9D-57AC-4ADC-A43E-96E8D6065D43,63.0,,,,,,Not at all,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8ebb9893-bc28-46df-bf50-562c5b60bf5d,Recording,13.0,,,,,55.0,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-a70hx,,,,,150.0,sdv-pii-vc4yt,sdv-pii-5zyyk,CB8A74EE-0C8C-4B15-B322-D93A79ADB40A,Diadochokinesis-Pataka,14.178072225571,1.1904596082200778,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,09E42D35-9236-45DD-B765-EC760EE229F5,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,09E64686-7FEC-4A52-A62B-B0F1CF266B2C,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7f10bd3f-cbf9-4875-9716-308af292d058,Acoustic Task,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-faxlm,,,,,,,sdv-pii-1groo,E8BCB84D-31CA-4942-AC6A-692EACB0FC34,Glides-High to Low,,1.1953010461214182,Speech,,0.752436676,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +38f9ac08-4c68-473b-a8cf-273d575ca9a8,Acoustic Task,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,35002E1F-A963-4E9C-8F2A-738839D83C4D,Free Speech,,Completed,,sdv-pii-a64ge,sdv-pii-9i2q0,,,,3.3275016258642807,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1965766f-6d91-4d87-a573-88d002a3bbc4,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,,,,sdv-pii-xclaw,sdv-pii-puwve,,,,2.2400016021097353,,,0.713859179,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0E3DB7A9-7886-45FA-81B7-F6D68C2FBF10,,,,,,,,,,,,,,,,, +66a03988-159c-4a3a-954b-7b4fc8320b51,Acoustic Task,36.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92.0,sdv-pii-ne08k,sdv-pii-gslbx,BDC578CA-C29F-4736-B838-6E11462650D8,Cape V sentences-2,,1.076882680495612,Speech,v1.0.0,0.427832526,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,33.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Acoustic Task,31.0,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-conr5,B00AE7C4-B9BF-40D0-BA3B-55DAEBB33AFA,Respiration and cough-Breath-2,,,Breathe,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5da3c0da-f5d0-45cb-a352-cacf58b5d9ef,Recording,29.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,177.0,sdv-pii-tdrbt,sdv-pii-2ridc,AD71D502-11D0-4FF2-B88B-10BA2D86EC28,Picture description,4.629094673132,0.4043267529458666,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fdf560ee-c636-4261-a82b-1cf9a677ce8a,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Recurrent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,WCM,sdv-pii-x3zcy,,Cinderella Story,,,,sdv-pii-8py2m,sdv-pii-mzth5,21E12CBE-B880-4DB2-AA83-239AC34CBEC5,,,1.301376001692496,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,735.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hit by car while on bycycle ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d1ff7764-7953-4596-b0bb-0e1022acc036,Recording,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-z5fjy,,,,,,sdv-pii-fuojp,,C81204E5-FF3D-465E-9B4D-06A769616048,Free speech-3,,0.0715298579394838,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,256.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341e583a-eb2a-474b-b30d-a7b025765847,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,sdv-pii-58mmz,4F77D0EF-8F1B-4CB3-AC4B-DE6D0CCD4158,,,,,,sdv-pii-7g9gn,,,,,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65.0,,,,,,,,,,,,,,,,,,,,,, +8e9349f8-64f6-4558-ac9b-4d15c7649a80,Recording,7.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Audio Check-2,14.838617422844,1.301462525914654,Speech,,0.421793271,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Mild (Several days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +50e8db5a-1177-429e-9e52-eb6c864c110a,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29.0,,sdv-pii-kpass,B4C92DF1-2CCD-4682-954F-4B86A3AADCEA,,1.206863906604,,Breathe,v1.0.0,0.633319281,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35a762ae-e88a-4dbb-bc98-6157f6b549ac,Recording,5.0,,,,,,Unchecked,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Maximum phonation time-3,7.970371297372,,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6578f0f4-864c-488b-b8b0-f983daae253e,Recording,17.0,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-aru5e,,D3250CDB-A488-4FC0-810F-7CD4754A9640,Respiration and cough-ThreeQuickBreaths-1,10.422038763591,0.8727404487726445,,v1.0.0,0.735783084,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8d5dc52b-e8aa-42e7-ae54-8f05c4667d39,Q - Voice - Voice Problem Severity,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-zhgyy,,,,,,sdv-pii-bya5a,,B987BDED-39EC-4FD0-B655-05F940336076,Productive Vocabulary-5,18.082581786896,1.568145706064131,Breathe,v1.0.0,0.804608467,Plantronics Blackwire 3220 Series,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b1b4b453-42c9-4053-9367-bfc2baac38bf,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Audio Check,,,,sdv-pii-oegdj,sdv-pii-f72mo,391B277B-7DC5-4178-B988-30C69FA420C7,Audio Check-1,,1.078944891580701,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,894A2170-7FB6-4B18-A665-9DA398A483CC,,Almost always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d3d7e2fd-df1f-4dd3-b6b4-3ee8de293f80,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-dij7m,sdv-pii-c8ufw,EA1D1664-F55B-4DBF-9BE0-EBCCA4E2D45D,Respiration and cough-FiveBreaths-4,,0.8679281490654427,Speech,v1.0.0,0.583732991,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2F7D720B-5BE3-425C-B990-32A909D5F326,,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a58d1e3f-dc63-4211-ab71-ad0a2797733c,Q - Mood - Adhd Adult,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,MIT,,,,,,,,sdv-pii-f57ke,2BDCACE4-F3F8-4D3D-A617-6014ED0C21C9,Respiration and cough-FiveBreaths-1,,1.579953061740773,Speech,v1.0.0,0.921684583,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4e50c4c-0746-4d73-a9c6-8e6f55f00f10,Q Generic Confounders,2.0,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,128.0,sdv-pii-x2042,sdv-pii-cdc9m,8C82BFCE-5666-4B04-9680-D4682E373082,,51.423558857363,4.4013585133382644,,,0.663113321,,,,,,,,USA,,,,,,,,,Unchecked,,,Hispanic or Latino,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,2.0,,,,No,,,,,,,,,,,,,,Checked,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,9.0,,,,,,,,,,,,,,65.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1dca83e-750d-4eb8-9e27-45b93b9dd5ae,Recording,30.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ymybo,25E1BE27-3505-47FF-B000-40B0CECA7089,Respiration and cough-Breath-2,3.235763030078,0.27299425761608515,Breathe,v1.0.0,0.654389319,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35a762ae-e88a-4dbb-bc98-6157f6b549ac,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,134.0,,,CB8A74EE-0C8C-4B15-B322-D93A79ADB40A,,38.326315408986,3.3632561692167426,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6d4032aa-a74a-4991-99dc-e7fa5cfd8d64,Recording,8.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,579B4597-9AD6-4402-88ED-3A640D79920B,,generic,,,sdv-pii-8qr0u,sdv-pii-4fdou,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +faaca476-b026-4db9-9127-1a216936cdf8,Acoustic Task,22.0,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,EB224313-6A0F-496D-803B-41CFD3AF420A,Picture description,voice,Completed,46.0,,,C75B037A-6BA0-4491-B33E-0FE31C08B903,,,1.937746492075256,,,0.38310603,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3667f1d6-e11a-4c36-b14d-c52976890cc9,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,C777ED67-780A-440E-A716-0C7EAB98AA88,Voluntary Cough,generic,Completed,,sdv-pii-ycdb7,sdv-pii-6t6xc,,,,,,,0.939777295,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6acb19ed-d008-49cd-813e-bc1a79e81389,Q Generic Demographics,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-aoto0,sdv-pii-0b5yb,,,,2.9456608034792913,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Own home,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Connecticut,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c48a280c-a821-42f6-8a4e-eb679a3980bb,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-chu12,sdv-pii-cibp8,6680A5FD-BDD4-4C4D-A865-4E75BA719DE1,,,1.10138420560257,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8598874d-aca2-45ec-8340-445eda830a83,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-8sqe3,,,Audio Check-2,,2.8127834730872228,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b1fe4758-940f-4ffc-8ad2-2c1054f14e95,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FBA40A25-F32E-48EF-AEDB-15A1DACEFF23,,generic,Completed,175.0,sdv-pii-snojm,sdv-pii-t51w6,,,28.217781936097,2.4602275590841565,,,0.585199046,,,,,,,Mississippi,,,,,,,Unchecked,,,,,,Prefer not to answer,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2e59cc45-df19-4e2d-a1d8-60c46cf47a63,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-afd2b,sdv-pii-yf91b,,Respiration and cough-FiveBreaths-3,31.069133551148,,Speech,v1.0.0,0.958897567,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,5E054A0F-CFA2-46AF-9248-14949EAB163E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e1e28fbd-d650-4f86-8f4c-a04cc8ac7a37,Recording,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,Intermittent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,C75B037A-6BA0-4491-B33E-0FE31C08B903,Loudness,generic,,,sdv-pii-32lqc,sdv-pii-5xj9s,,,17.592036984778,1.5173480160931478,,,,,,,Checked,,,,,Male gender identity,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Nearly every day,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +65de0b0f-1b95-4f5b-90ec-6b78c2ecd961,Acoustic Task,20.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,sdv-pii-iwswx,,,,,,sdv-pii-1hi6k,sdv-pii-mt1tv,9B626BC3-309C-4A9C-95ED-A17D778B2A2F,Respiration and cough-Cough-1,12.043106958094,1.03350288823819,Breathe,v1.0.0,0.563229593,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4C0DDF18-6C63-4226-91EB-51138DB586F6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Acoustic Task,9.0,,,No,,,,Unchecked,Unchecked,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-uvav8,sdv-pii-d18e8,,,,3.1346214290822023,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost never,,,,,Almost never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7cd07b02-7470-4533-b03c-43cef12d132e,Acoustic Task,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ewwo2,,Story recall,generic,Completed,,sdv-pii-hxhrn,,,,8.330504237876,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,77.0,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8ebb9893-bc28-46df-bf50-562c5b60bf5d,Recording,33.0,,,,,50.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E4D6D36F-98A2-4537-867A-8F1BCD92DED7,,,Completed,,sdv-pii-qelkm,sdv-pii-fyywl,2659BB64-55CC-49CD-AEA2-CEE08CEFFDC9,Diadochokinesis-Pataka,,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,745.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2495936e-6c52-414f-af58-6e0d0abca13a,Recording,7.0,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,Maximum phonation time,,Completed,,sdv-pii-4zjh9,,A64C8FE5-DAA4-407F-AE27-96B75F7D007F,Maximum phonation time-1,9.04589964864,0.788961508807543,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88D36D0C-00D5-4368-8B0D-B484879C1A5D,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +967fa9ab-5ca9-4b80-ad18-f091cff896eb,Q Generic Patient Health Questionnaire9,10.0,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-lac8u,sdv-pii-62wzo,7C6D62B9-CB37-4896-BAB2-078837F06668,Diadochokinesis-PA,7.983394015975,,,,0.569419305,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3bbc69ef-babd-499e-add2-1c9376ed62c6,Recording,10.0,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55.0,,,CE9E8A96-DB4E-41A2-B693-8048E844CC2A,Respiration and cough-Cough-1,13.963272303389,1.1430960114171977,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d5aeba9f-c910-4b65-81e8-0e9ad15097e7,Recording,3.0,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,sdv-pii-0oth5,,,9.336409655423,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1b07b18b-26f9-405b-a466-29442306a7fe,Q Generic Voice Handicap Index Vhi10,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-34eyc,,Diadochokinesis-Pataka,15.42692854472,1.2985929357477506,Speech,v1.0.0,0.618820883,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-58av0,9BAA7B58-72D7-4C85-9630-CD91DADF3D48,,generic,Completed,,,sdv-pii-ox0r1,,Audio Check-3,,2.2831536521191556,Speech,v1.0.0,0.41658153,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a0ed0636-e598-4946-9eb9-19e744636155,Recording,8.0,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Audio Check,,,,sdv-pii-69nop,,EF2CD36B-A8E0-4CAA-A537-2288E8B734F9,,,1.2592422539401065,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,0.0,,,,,,,,Unchecked,3.0,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,Checked,,,Unchecked,,,,,,,,,,,,Does not apply,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +149f5b8a-aa7e-4806-9025-606c9fac95a2,Q Generic Voice Perception,37.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-p4x1o,,,,,,sdv-pii-0ww63,,09E64686-7FEC-4A52-A62B-B0F1CF266B2C,Productive Vocabulary-4,,1.4299615344643464,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2c95136b-0efb-4d67-8fdf-113a8af5ac12,Recording,11.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,No,,,,,,,,,,sdv-pii-zpl3y,,,16.718239829003,,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b442b86a-36ec-4f66-9d99-e27e1e07805a,Acoustic Task,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,5AC5C716-BB07-4696-8483-D71B5B93E99B,,,,,sdv-pii-56wld,,BC3E8155-8540-4419-B5DE-20546C31EA3F,Maximum phonation time-1,,,Speech,v1.0.0,0.847798673,USB-C to 3.5mm Headphone Jack Adapter,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f286ac55-5737-4c8f-8219-534f8c67a438,Recording,18.0,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,86.0,,,2C257439-E39B-4B30-B7E7-05281A5EC562,Prolonged vowel,,0.9825007092722905,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,Heterosexual,,,,,,,,,,,,,,,,Yes,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9a657e0d-2416-4af8-bf88-5ad2e15f2641,Recording,30.0,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BD54C6AC-0907-48C1-8492-E1DB697147F7,Free speech-3,,0.48727325089549406,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Personal vehicle,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7C36DA1B-17A9-41FD-98CA-26792B900CD0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +cff65892-ada8-47ef-9711-ce513cbd730f,Acoustic Task,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,7C36DA1B-17A9-41FD-98CA-26792B900CD0,,,1.0463827057524395,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,Not Hispanic or Latino,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,Never,,,,,,,,,,,,,,8AC65110-A5F8-40EC-9D21-6B63963CA3A6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Q Generic Confounders,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-0wwan,,,,,178.0,sdv-pii-gr7b0,,06CCAF4D-BCA1-4CF4-A49C-1E02DE5F5010,,,,,,0.493953682,,,,,Unchecked,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,66.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fe57c3e-dc46-45ce-86c2-87c9a717dc02,Q - Resp - Dyspnea Index Di,10.0,,,,,53.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-prlr5,,,,,,sdv-pii-8byml,sdv-pii-trzfw,E007850D-85C0-4643-8640-FD2D79C52415,Caterpillar Passage,,,Breathe,v1.0.0,0.712970447,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,3.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,No,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Recording,28.0,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,,,,Completed,,,,653DCE31-88E0-4937-A1E9-178C2E08D204,,9.514083267792,0.775466677851791,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +dbcdf154-498f-4260-8627-4603860cdb1e,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,AD71D502-11D0-4FF2-B88B-10BA2D86EC28,,generic,Completed,,sdv-pii-nzqtt,,,,9.595466444214,0.8099952158516075,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +11ec42cc-34e4-443d-9a91-9d33dca0cb31,Acoustic Task,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,Completed,113.0,sdv-pii-c0pv9,,,,,1.5218119742226544,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +28cc3eda-66eb-4731-b5fa-e59f2cbaf801,Acoustic Task,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,09E42D35-9236-45DD-B765-EC760EE229F5,Cinderella Story,generic,Completed,35.0,sdv-pii-6h2ax,sdv-pii-prqbb,,,,,,,0.864726966,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9c6e4508-5a33-4e3c-9058-b21503c5966e,Acoustic Task,14.0,,,No,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,,Rainbow Passage,,Completed,,,sdv-pii-okzwq,,,15.057233945126,1.2259760846420105,Speech,,0.747117615,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eaa742f4-12cc-483e-ac0b-bed2e1dd54fa,Session,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,09E64686-7FEC-4A52-A62B-B0F1CF266B2C,Prolonged vowel,,Completed,93.0,,,D5A012B4-2B79-4A81-9885-3F15AEB768F3,Prolonged vowel,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1dca83e-750d-4eb8-9e27-45b93b9dd5ae,Acoustic Task,34.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-lo6xc,,B27908FA-EF6D-4A59-9D48-72FA2238A7EA,Cape V sentences-3,16.688883987371,1.428859901748677,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,174.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,purple,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +324cd5d0-9234-478b-b418-936cdcb81ad7,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-49mui,,Rainbow Passage,,,,,,,Diadochokinesis-TA,,2.225332177992255,Breathe,v1.0.0,0.856329772,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b1fe4758-940f-4ffc-8ad2-2c1054f14e95,Acoustic Task,43.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,09E42D35-9236-45DD-B765-EC760EE229F5,,,Completed,123.0,sdv-pii-vrmkx,,21C92A2E-BAAB-4AA5-A2D9-569E78686FF8,Respiration and cough-FiveBreaths-1,,0.3088414757046922,Speech,v1.0.0,0.405081019,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +efd153f9-bf8a-4520-a4d0-2b52c735449b,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-yitg5,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,,,,,sdv-pii-bko9h,,6C61790E-1E50-401C-9E40-2E6DFD01E7A9,Glides-High to Low,,2.336474258212153,,,0.751028228,USB-C to 3.5mm Headphone Jack Adapter,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,604.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.0,,,52.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Recording,9.0,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-kj60b,,,,,,sdv-pii-x1l7k,sdv-pii-hox6x,2BDCACE4-F3F8-4D3D-A617-6014ED0C21C9,Diadochokinesis-KA,,5.1553112173359805,Speech,v1.0.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8896b265-55d5-4712-86ba-29b9090c5a9d,Acoustic Task,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Loudness,generic,,,,sdv-pii-i8ld8,74A063E9-2639-4B0B-80B4-5C90626BF5E5,,,,Speech,,0.788098486,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,No,No,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +133372ef-aab7-4c8e-8ec5-d042408b14b2,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,3297.0,,sdv-pii-xrwwe,,,,,,sdv-pii-jg2w4,sdv-pii-2krnh,,Loudness,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3596D51F-73B0-47AE-BFAB-08FE8A2B9295,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I do not need less sleep than usual.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fe57c3e-dc46-45ce-86c2-87c9a717dc02,Acoustic Task,26.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A25CF60C-039A-4E71-8000-FAB7111DDEAB,,,,,,,,,,,sdv-pii-kdqak,sdv-pii-qtndz,63E13DC9-3FCB-4E2F-B3AA-5B1199999631,Respiration and cough-Cough-2,11.676844953992,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0 - 2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e6e030fd-a6d1-4b8a-94a8-fa1e598cabd8,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Breath Sounds,,,,,,07E782FE-DF6F-4CFF-BA9A-1A394845E0B3,Diadochokinesis-PA,20.882146738949,1.8053167802067867,,,,,0143E4E6-3307-4B60-BD3D-EE0FDF477472,,,,Unchecked,,,,,,,,,,,,,,,,,,No,,,,,,,Unchecked,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,52.0,,,,,,,,,,,B00AE7C4-B9BF-40D0-BA3B-55DAEBB33AFA,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7c169ccc-e21a-41f1-a5d6-8a797d194583,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,sdv-pii-9dxjk,,Rainbow Passage,respiratory,Completed,,sdv-pii-wehdp,,07E782FE-DF6F-4CFF-BA9A-1A394845E0B3,Audio Check-3,7.167320938345,0.5872648325485177,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Does not apply,,,,,,,,,,,Good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9c6e4508-5a33-4e3c-9058-b21503c5966e,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,C5140641-AC9E-47B0-B415-0188D0B76077,Rainbow Passage,,,,,,,,,1.2512756862797674,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,693.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,Checked,,,Checked,,,Unchecked,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,7C36DA1B-17A9-41FD-98CA-26792B900CD0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e60414b2-5541-47ca-893c-984a5c7296eb,Recording,3.0,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-1491u,sdv-pii-atefn,21E12CBE-B880-4DB2-AA83-239AC34CBEC5,,5.823999678786,,,,0.431240126,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rent home,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,purple,,,,,,,,,,,,,,,,,,,, +b1fe4758-940f-4ffc-8ad2-2c1054f14e95,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,VUMC,,,,,,,,sdv-pii-7pn7o,07E782FE-DF6F-4CFF-BA9A-1A394845E0B3,Audio Check-2,17.264953640567,1.4890097589743563,Cough,v1.0.0,0.877455353,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I used to smoke,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +268ddca6-c5af-48cc-a132-3dc11eead9ec,Q Generic Demographics,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,sdv-pii-pikrn,sdv-pii-s9mzw,,,,0.3736974578163714,Speech,v1.0.0,0.360731295,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Checked,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b55bad76-91e4-45e9-8f57-51cdb31c6a3c,Recording,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-2zoly,B987BDED-39EC-4FD0-B655-05F940336076,Glides-High to Low,,1.2073733656264234,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,67.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2e59cc45-df19-4e2d-a1d8-60c46cf47a63,Q - Mood - Ptsd Adult,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-van9r,,,,,,,,07E782FE-DF6F-4CFF-BA9A-1A394845E0B3,Diadochokinesis-PA,33.051199953183,2.8695840837496314,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,23769BA5-D46A-40DD-8387-8E937B3D3AE0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6acb19ed-d008-49cd-813e-bc1a79e81389,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,77.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Glides,,Completed,80.0,,,,,37.392601278863,3.2019997740713513,,,0.47522977,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Own home,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,All of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1f28406-6b67-4836-9b7d-39e42f6dc508,Q - Mood - Panas,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ftiav,5CB5F419-24ED-47E0-9EAC-4681A2F19A64,,generic,,,,sdv-pii-8ei3o,5AC5C716-BB07-4696-8483-D71B5B93E99B,,14.623234085556,1.294205891426021,,v1.0.0,0.71381032,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +15943fd6-c8ba-48b7-a754-ab15a9781831,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-6ji3m,,,,12.301580336621,1.0575289514908772,Speech,,0.773159378,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b064fa6f-e663-4cba-8a21-6f627d78037b,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,sdv-pii-t5olm,,,,,,sdv-pii-h4s6u,sdv-pii-g7q05,C81204E5-FF3D-465E-9B4D-06A769616048,Audio Check-1,4.804174992597,0.4084179407524909,Speech,v1.0.0,0.650547208,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +48984210-19a7-4b56-abd2-401f7dbfdf31,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44.0,,sdv-pii-xl4jr,041237CF-6039-4017-BAE1-734EFD6795C7,,,0.22438917050698776,,,0.417047042,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92425dec-8998-43bf-adfc-00414c66b9a2,Q Generic Voice Perception,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,sdv-pii-y2jl8,EB224313-6A0F-496D-803B-41CFD3AF420A,Respiration and cough-Breath-2,,,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fe57c3e-dc46-45ce-86c2-87c9a717dc02,Recording,40.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-fpiac,,,generic,,113.0,sdv-pii-84ntx,sdv-pii-35g0j,A69B9A56-359D-4035-82F0-39BC536AE509,Picture description,27.943731493734,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Recording,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,132.0,sdv-pii-9yopc,sdv-pii-22txf,7DCE811B-CDAE-4DAB-B2B6-EDE0BF9534D4,Respiration and cough-Breath-1,13.216252160335,1.0527502224491772,Breathe,v1.0.0,0.719140639,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,Unchecked,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5563d805-d9ba-4c30-bf94-a55bb277132e,Recording,4.0,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,132.0,sdv-pii-wqsic,sdv-pii-4j951,30D44E38-44D9-4E86-9C89-7FAE16AE1DC5,Audio Check-3,,2.019252779240547,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a6772d59-3a27-44bb-b49a-eff195e22de3,Acoustic Task,22.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39BF7905-2C04-486C-9F90-C5DE915ADCE9,,generic,,,sdv-pii-8pgzu,sdv-pii-lbptp,68CC09B3-5A5B-4636-B23C-9ABA5888E765,,,1.9123123211337048,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1=A little bit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2af5afbc-82b1-4656-a203-a8d29b69d3ab,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,103.0,sdv-pii-dy2kq,,637B34DE-F1F8-4D5F-B8D1-839F20DF73A8,,2.443710311827,0.2081641621445596,Speech,v1.0.0,0.383248947,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +cff65892-ada8-47ef-9711-ce513cbd730f,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-wo5x8,744EA686-2B23-4770-980B-96D4D2962D85,,,0.9583540023562633,Speech,v1.0.0,0.235174298,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,Checked,,,,,,,,,,,Unchecked,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,Somewhat difficult,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4c55b481-e8a5-41fe-94c3-61d64f7a0ae2,Acoustic Task,33.0,,,,Mt. Sinai,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-7ucpj,,,,Completed,,sdv-pii-5xfge,,5CB5F419-24ED-47E0-9EAC-4681A2F19A64,Respiration and cough-Cough-2,15.409034936623,1.3123955240466507,Speech,v1.0.0,0.518620627,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ef935207-5e70-4eff-a256-d648ce9e894a,Acoustic Task,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,voice,Completed,221.0,sdv-pii-pk56d,sdv-pii-gmmwb,,,32.131773579717,,,,0.733810653,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1f28406-6b67-4836-9b7d-39e42f6dc508,Acoustic Task,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BB4173E8-1D5B-4E6F-B10D-7B4F6E9617C0,Rainbow Passage,,Completed,,,,8C82BFCE-5666-4B04-9680-D4682E373082,Diadochokinesis-buttercup,,2.0040461110874133,Speech,v1.0.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-bkgbe,sdv-pii-u8igy,EB224313-6A0F-496D-803B-41CFD3AF420A,Rainbow Passage,10.439445541087,0.902989321195909,Speech,v1.0.0,0.317354924,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6980ce82-b88d-4c5b-b6a6-8ed166dc9eb3,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,USF,,,,,,,,sdv-pii-k6crh,,,,0.709891664662005,Speech,,1.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,181.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7f10bd3f-cbf9-4875-9716-308af292d058,Recording,21.0,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-chpbu,sdv-pii-shzj1,637B34DE-F1F8-4D5F-B8D1-839F20DF73A8,,19.669979833561,,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4e50c4c-0746-4d73-a9c6-8e6f55f00f10,Recording,31.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-60lji,sdv-pii-kzxrg,4A558493-50BC-497F-8EE2-E18664F18F1E,Respiration and cough-FiveBreaths-1,15.88682026646,,Speech,v1.0.0,0.720023735,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +daa7c187-8f36-4b2a-a4bc-7d2c3f6f09b2,Q - Mood - Ptsd Adult,3.0,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-0gv7f,,,,,,sdv-pii-ngir8,,21C92A2E-BAAB-4AA5-A2D9-569E78686FF8,Diadochokinesis-KA,1.774694576882,0.1541508556852464,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,618.0,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1f9475bb-f13b-4f68-969b-28f20455b3e7,Q Generic Patient Health Questionnaire9,26.0,,,,,58.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-68iwj,9BAA7B58-72D7-4C85-9630-CD91DADF3D48,Productive Vocabulary-2,2.767724287367,,Breathe,v1.0.0,0.741757654,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Never in the past year,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Checked,,,Unchecked,,Unchecked,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +268ddca6-c5af-48cc-a132-3dc11eead9ec,Recording,26.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-t5otj,4DA3268C-BC66-46E6-B254-24B13C563625,Free Speech,8.298449502085,0.7161074760684251,Speech,v1.0.0,0.183320019,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4f2cb36-2aa2-47b8-8970-c80764e7c3b0,Acoustic Task,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-q187b,sdv-pii-a671f,A69B9A56-359D-4035-82F0-39BC536AE509,,,1.5205597498862686,Speech,,0.505994089,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e6e030fd-a6d1-4b8a-94a8-fa1e598cabd8,Acoustic Task,6.0,,,No,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-p64yq,sdv-pii-jsbh9,,,,3.6454474307478058,,,0.723294692,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,4A558493-50BC-497F-8EE2-E18664F18F1E,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cf61de9-40a8-4d10-87d6-e3935a1c8711,Acoustic Task,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-6u76h,,,,,,,,,,,1.2811636671521893,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c275eec0-367b-49e1-96ba-73a349df3361,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-0kqzu,,3B573CC6-0A13-474A-AEC9-3244A874188E,Caterpillar Passage,12.492099733752,,Breathe,v1.0.0,0.678209637,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4464b02f-bee1-4b72-84e5-55700c8bbc67,Recording,20.0,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,6C61790E-1E50-401C-9E40-2E6DFD01E7A9,Story recall,3.827386919242,,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Recording,15.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,sdv-pii-1uwd2,,,,Completed,87.0,,sdv-pii-2amac,90F8C4F4-E51D-4E07-B9C7-4D3E925C4CD2,Audio Check-1,8.985560704475,0.7661175933517647,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FBA40A25-F32E-48EF-AEDB-15A1DACEFF23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +48292811-cb0d-43f6-90f9-86ce25e3b7da,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Audio Check,,,,,sdv-pii-kgroy,,,6.339942993512,0.5585362537176355,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,Male gender identity,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Acoustic Task,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,No,,,,B987BDED-39EC-4FD0-B655-05F940336076,,,Completed,,sdv-pii-ben5t,sdv-pii-pig9z,291F92AC-4B67-4A6E-9AE2-6ACB15772371,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I've never smoked regularly,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eaa742f4-12cc-483e-ac0b-bed2e1dd54fa,Acoustic Task,13.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,sdv-pii-rre3x,B0AE4C93-435B-4B1D-989D-4085644771A0,Maximum phonation time-3,22.179082431378,,Speech,v1.0.0,0.964658817,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6980ce82-b88d-4c5b-b6a6-8ed166dc9eb3,Q Generic Confounders,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-c86ie,sdv-pii-6pbj0,,Respiration and cough-Breath-2,,,Speech,v1.0.0,0.686791393,,,,,,,,,,,,,,,,,,,,,,,,,,,No,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5bd73370-fe22-4b72-a983-771a6ecc3964,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-rzbs1,,6680A5FD-BDD4-4C4D-A865-4E75BA719DE1,Free speech-1,15.720042218737,,Speech,v1.0.0,0.984577126,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6da38787-f826-4ca7-9541-59bd5909b808,Acoustic Task,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E4D6D36F-98A2-4537-867A-8F1BCD92DED7,Maximum phonation time,voice,,,sdv-pii-t7m2w,sdv-pii-1bs9e,8F8E68BB-E68C-4EA5-B71A-17D7AAE915C2,Glides-Low to High,21.552204654383,1.8360907805803157,Speech,v1.0.0,0.518817357,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +732461ea-eac2-41bc-b52e-e2ec2a7b5c6a,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-aunox,sdv-pii-ku05g,BBA9CE72-F217-4556-A594-14F04B45C4A3,Respiration and cough-Cough-2,,1.405120825401606,Breathe,v1.0.0,0.754236033,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,Female gender identity,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,Not at all,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d07aff10-0a07-4c54-a813-080985050942,Recording,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87.0,sdv-pii-3zay6,,9FDD1399-C003-498E-8031-2E0F9A83A872,Cape V sentences-1,14.405036388469,1.2223324312369532,Speech,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49d831ec-f348-43de-8202-15f659196b02,Q - Generic - Gad7 Anxiety,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-3uru1,sdv-pii-ewdik,612E92C8-EA5F-49D2-9A40-3736B354E230,,,,,v1.0.0,0.441083624,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,684.0,,,,,,,,,,,,,,,,,Less than monthly,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7c169ccc-e21a-41f1-a5d6-8a797d194583,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-6yacl,,,,,104.0,sdv-pii-ngt3h,sdv-pii-w0dno,,,36.963904931436,3.205270503275471,,,0.515508783,,4A558493-50BC-497F-8EE2-E18664F18F1E,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,65.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-73he8,sdv-pii-lszv9,5EFC741B-F379-4D86-BB8D-2F6C715BB860,,,,,v1.0.0,0.469275499,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5201d61d-4b67-482f-bddd-39466e63c4f4,Recording,37.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-x1wyb,sdv-pii-fxqvd,967F53E1-AECF-4345-8253-B96CF635E0D7,Caterpillar Passage,,2.1130086019349,Breathe,v1.0.0,0.664591306,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,Unchecked,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8777bef2-7b09-4ecd-9908-fdb258bda3d0,Recording,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-l5ja3,sdv-pii-eks61,68741C04-8DD5-4A36-81E6-1B83F50EFCF3,,16.80537539529,1.4415969655552867,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b2c85f00-fe89-443c-8f59-15483fde6bb8,Recording,43.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,sdv-pii-bsy31,,,,Completed,,,sdv-pii-zrouz,74A063E9-2639-4B0B-80B4-5C90626BF5E5,Respiration and cough-Cough-2,11.007842789267,0.8745138971187573,Speech,v1.0.0,0.386715916,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5563d805-d9ba-4c30-bf94-a55bb277132e,Q Generic Patient Health Questionnaire9,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,sdv-pii-q4dwt,,Caterpillar Passage,,,,sdv-pii-jqubq,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A64C8FE5-DAA4-407F-AE27-96B75F7D007F,87.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,green,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +29ff3e95-6edc-413d-8fa3-ddc34fb02a52,Acoustic Task,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Cape V sentences,mood,Completed,,sdv-pii-09ub5,,,,40.386928940462,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6578f0f4-864c-488b-b8b0-f983daae253e,Acoustic Task,7.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,Completed,,sdv-pii-0a8cb,,,Glides-Low to High,,2.9869460396493217,,,0.622352723,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,Several days,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cf61de9-40a8-4d10-87d6-e3935a1c8711,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-vbxmz,,,,,116.0,sdv-pii-coqiq,sdv-pii-4t7hm,F296DDDA-259E-4C7E-8DBF-B2AC527CBDC8,Diadochokinesis-PA,,0.03226361723941816,Breathe,v1.0.0,0.53519032,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4ce6a1af-c123-41b7-a438-c58a41d1a3d7,Recording,5.0,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,99.0,sdv-pii-kksmo,,,,,,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eaa742f4-12cc-483e-ac0b-bed2e1dd54fa,Acoustic Task,,,,,,58.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-47a1y,sdv-pii-2w8vz,BDC578CA-C29F-4736-B838-6E11462650D8,Respiration and cough-Breath-2,33.470353379524,2.8789439393077307,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,,Cis: same gender as the sex assigned at birth,,,,,,,,,Unchecked,,,,No,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27.0,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35a762ae-e88a-4dbb-bc98-6157f6b549ac,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Subglottic Stenosis,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-7799v,,,,,,,sdv-pii-l6fae,4DA3268C-BC66-46E6-B254-24B13C563625,Cape V sentences-3,,0.6741497592583815,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Good,,,,,,,,,,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6578f0f4-864c-488b-b8b0-f983daae253e,Recording,2.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Audio Check,,,,sdv-pii-1yg37,,,,9.824492451765,0.8389070229467495,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35002E1F-A963-4E9C-8F2A-738839D83C4D,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cf61de9-40a8-4d10-87d6-e3935a1c8711,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,108.0,sdv-pii-usq4a,,4DA3268C-BC66-46E6-B254-24B13C563625,Respiration and cough-FiveBreaths-4,5.322901473001,,Breathe,v1.0.0,0.982406097,iPad Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a58d1e3f-dc63-4211-ab71-ad0a2797733c,Q - Resp - Dyspnea Index Di,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,147.0,,sdv-pii-zg6f3,A7319F61-7C74-4AAB-B2C7-8D73FD116637,,,0.6603327865091237,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3B573CC6-0A13-474A-AEC9-3244A874188E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +dbd7641f-f3db-4d08-8f63-2e0e7bbb8f3d,Q Generic Voice Handicap Index Vhi10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-f4ccq,,,,Completed,,sdv-pii-vsi8k,sdv-pii-1mo7m,0143E4E6-3307-4B60-BD3D-EE0FDF477472,,13.839920779332,,,,0.774523038,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,26.0,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +268ddca6-c5af-48cc-a132-3dc11eead9ec,Q - Generic - Gad7 Anxiety,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ws3oc,,,,,,sdv-pii-l7xq6,sdv-pii-g9dbk,B077AA07-7C41-4E9F-9A55-2F45DB76196C,Maximum phonation time-3,17.499228525768,1.4990174134696905,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56.0,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96ef2c0-eb50-4b1d-afb5-81aaf9a1f2df,Q Generic Patient Health Questionnaire9,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-f8rxr,72D48137-0729-4B2B-AD9E-EEA457EFCF3E,Diadochokinesis-buttercup,23.776404888219,,Cough,,0.736904993,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Moderate,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,202.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,, +dbcdf154-498f-4260-8627-4603860cdb1e,Recording,45.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-qxq7l,,89B13E1A-375A-4078-B423-25BEF62B00B1,Caterpillar Passage,,2.136749346622763,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B5B5E02F-1B56-4793-A70C-5B3BEDFAAA69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c3ea3934-6183-45b7-bd9a-6a55d89b2cde,Acoustic Task,10.0,English,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,English,,,,,,,,,,No,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,Unchecked,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,sdv-pii-6h6c1,sdv-pii-a1zrw,,,2.520025686823,0.23580233432503894,Speech,,0.383216387,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,US customary units,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a0ed0636-e598-4946-9eb9-19e744636155,Acoustic Task,23.0,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4A558493-50BC-497F-8EE2-E18664F18F1E,,,Completed,,sdv-pii-f2olx,sdv-pii-owc17,,,10.96164950203,0.9073463487114866,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ecc63817-d3f5-4766-893c-d47b8382e96d,Recording,16.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FDF3B746-AAFF-4001-BC81-C0B7052EF748,,,,,,sdv-pii-bhhv7,E545078A-5D20-453D-B065-398AEA1259E8,Audio Check-2,1.779918073702,0.14524671010488424,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,602.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fe57c3e-dc46-45ce-86c2-87c9a717dc02,Acoustic Task,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,generic,Completed,,sdv-pii-n4aan,sdv-pii-zkpnw,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +62485abf-d6cd-45f7-bd4f-70f0621ee640,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B00168FA-2560-46D4-B738-6C7FCD6DED23,,neurology,Completed,,,sdv-pii-3xj71,6C954561-6206-4F87-91B6-AF5E3AD898EA,,,,,,0.494561684,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,3.0,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ecc63817-d3f5-4766-893c-d47b8382e96d,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107.0,sdv-pii-78mxj,,A69B9A56-359D-4035-82F0-39BC536AE509,,59.134724527303,5.359211592232896,,,0.803017585,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,Hawaii,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ea72fe62-b508-4dca-8cd1-51803cd1c3f2,Q Generic Voice Handicap Index Vhi10,6.0,,,,,,,,,Unchecked,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ggoqp,,,,,,,,8ABDB9A3-5194-4833-9AFE-3563D4C88ECF,Free speech-3,5.564546548471,0.46362541839504223,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49479d75-3486-4874-824d-32ac08ff520b,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,91D1C2FA-A44B-441F-8EB7-97CB5E3E2AA2,,,,,sdv-pii-vpvu2,,,Free speech-1,16.039346875551,,Cough,v1.0.0,0.690644093,USB-C to 3.5mm Headphone Jack Adapter,CE76645B-CE77-4E57-9528-DD066DF374A4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9D1B7CE4-9375-4665-8A67-9A8789F4F34F,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c48a280c-a821-42f6-8a4e-eb679a3980bb,Recording,34.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-v0i0r,sdv-pii-dwnr4,7DCE811B-CDAE-4DAB-B2B6-EDE0BF9534D4,Respiration and cough-ThreeQuickBreaths-1,3.758166152278,0.3384009450544734,Cough,v1.0.0,0.554721957,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +93e51af0-bff0-43de-a061-f744f2bc2c6f,Recording,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B678A340-05EF-4814-83FC-4BA1F80F5854,Story recall,,,,,sdv-pii-709jp,,Respiration and cough-Breath-1,9.474179179271,,Speech,,0.564211852,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,72.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,, +133372ef-aab7-4c8e-8ec5-d042408b14b2,Recording,34.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-fanfp,,,,,,sdv-pii-4ncwe,,6E5529B3-F5C6-4781-A6D3-C02A35E5A8E8,Picture description,,0.41806653077854883,Speech,v1.0.0,0.761158231,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2659BB64-55CC-49CD-AEA2-CEE08CEFFDC9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7cd07b02-7470-4533-b03c-43cef12d132e,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-50dol,,,,,,,sdv-pii-lyvfb,1B9CF2FC-39D8-4267-B98A-5FD629448C25,Productive Vocabulary-3,,0.6817648048211146,Speech,v1.0.0,0.62213468,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,Unchecked,,,,,Checked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9227a6c1-33e3-4c0a-980c-47529f63ada4,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,No,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-p3ppc,,3DC22BA0-5577-4C1A-8438-4DD1E43AE6A6,Diadochokinesis-Pataka,10.127723476618,,Breathe,v1.0.0,0.472298785,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Own home,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,red,,,,,,,,,,,,,,,,,,,,, +531b6b20-3a51-465f-a885-c5ed941ec4ab,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,sdv-pii-bj4l6,,Glides-High to Low,7.10204555628,,Cough,v1.0.0,0.400553192,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6d4032aa-a74a-4991-99dc-e7fa5cfd8d64,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,Story recall,,Completed,,sdv-pii-abtpy,sdv-pii-nuw3q,,Respiration and cough-Cough-1,30.463082771364,2.684718081017375,,v1.0.0,,,,339.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,68.0,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60.0,,,,,,,,,,,,,,,,,,,,,,,,, +8d5dc52b-e8aa-42e7-ae54-8f05c4667d39,Recording,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-myl47,,Story recall,generic,Completed,,sdv-pii-m2zzz,sdv-pii-k7uoa,,,,1.6958025231663412,,v1.0.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +93e51af0-bff0-43de-a061-f744f2bc2c6f,Acoustic Task,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-gb5wh,BD5B8396-2ACB-4FA9-97CE-4498C46023D6,Picture description,,,,sdv-pii-preai,sdv-pii-85w05,,Free speech-2,17.047254759262,1.4605396349624578,Speech,v1.0.0,0.493566663,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +15943fd6-c8ba-48b7-a754-ab15a9781831,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-qz7ej,sdv-pii-v6bnu,B5B5E02F-1B56-4793-A70C-5B3BEDFAAA69,Respiration and cough-FiveBreaths-4,,1.6577537508606328,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b076f63b-b218-4549-a531-7c33652de45b,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Normal,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-kh0df,,,,,,,sdv-pii-h9dx2,6680A5FD-BDD4-4C4D-A865-4E75BA719DE1,Respiration and cough-Breath-1,38.098940426959,3.271421966184901,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,719.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +be90540d-b349-4244-99ad-7fe92067a590,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-wb3e1,5EFC741B-F379-4D86-BB8D-2F6C715BB860,Glides-Low to High,6.265272679838,,,v1.0.0,0.620012347,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,6.0,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,Sometimes,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f1b7887-0021-4419-971b-7ddfe19c05e4,Q - Mood - Dsm5 Adult,28.0,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-sxc9t,,FDF3B746-AAFF-4001-BC81-C0B7052EF748,Diadochokinesis-KA,,,Speech,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6980ce82-b88d-4c5b-b6a6-8ed166dc9eb3,Recording,26.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-gtas3,,,,,,sdv-pii-67wyd,,,Free speech-1,,1.490929472145173,Speech,v1.0.0,0.500658492,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +cff65892-ada8-47ef-9711-ce513cbd730f,Q - Mood - Ptsd Adult,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-39xr4,,BD5B8396-2ACB-4FA9-97CE-4498C46023D6,Glides-High to Low,,,Breathe,v1.0.0,0.492695006,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,135.0,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Acoustic Task,29.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prolonged vowel,generic,Completed,,,,34877857-8349-4421-B422-5F399A0933B8,Glides-Low to High,11.321539190052,,Speech,v1.0.0,0.619949477,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FAC15A71-AF37-496F-868A-D7927E8C89E6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b2c85f00-fe89-443c-8f59-15483fde6bb8,Q Generic Voice Perception,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-0p1qn,,Free speech-3,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"$30,000 to $$49,999",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e96a891a-4d74-4e7a-8395-e60b03d3bfe6,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Subglottic Stenosis,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,91.0,sdv-pii-mshnd,,,,,1.6466014377050247,,,0.525254874,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b96f1f84-35dd-47b6-a9eb-b44439a6a248,Q - Resp - Dyspnea Index Di,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,136.0,sdv-pii-8m8oj,sdv-pii-a2tqf,21E12CBE-B880-4DB2-AA83-239AC34CBEC5,,,0.5118386376683054,,v1.0.0,0.281078121,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +324cd5d0-9234-478b-b418-936cdcb81ad7,Acoustic Task,40.0,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,,sdv-pii-7lc8r,B27908FA-EF6D-4A59-9D48-72FA2238A7EA,Respiration and cough-Cough-2,,,Breathe,,0.807258099,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f9988983-ebb5-434c-a20e-461e77f24cad,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81F2BE30-F818-48F6-89C1-CA8586F1B0C0,Free speech,generic,Completed,,sdv-pii-8qsap,,,,19.607741385314,1.6461423995997961,,,0.397569192,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,40.0,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,US customary units,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d3d7e2fd-df1f-4dd3-b6b4-3ee8de293f80,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107.0,sdv-pii-ueqav,sdv-pii-sodxw,F296DDDA-259E-4C7E-8DBF-B2AC527CBDC8,Picture description,16.086950509769,1.3565709660706242,Breathe,v1.0.0,0.882192317,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Q Generic Voice Perception,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,generic,,142.0,,sdv-pii-musiz,6E5529B3-F5C6-4781-A6D3-C02A35E5A8E8,Diadochokinesis-TA,4.240453047428,0.3486352536354351,Speech,v1.0.0,0.329054151,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9D1B7CE4-9375-4665-8A67-9A8789F4F34F,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A good bit of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,35.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +72bd9f6a-134f-4a4f-8e31-5ded9e52d25b,Q Generic Demographics,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-7m2vq,,B0F79E3A-0B91-43E2-920D-75AB5063FD6E,,19.83866309245,1.6539728616216145,,,0.836042879,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5FA011D3-8426-481D-86D6-A3D69B9879B3,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d1ff7764-7953-4596-b0bb-0e1022acc036,Recording,15.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-2nuda,,Free speech,,,,sdv-pii-hhey6,,E4990C2C-A686-4B11-8D96-940CBFA9FD8B,,,0.8752995344115191,,,0.522276574,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fdf560ee-c636-4261-a82b-1cf9a677ce8a,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,sdv-pii-k9sgl,,,generic,,,sdv-pii-mbu8i,,FDFDF7A4-C691-4EBA-B23E-C214170A1BA5,,8.179900859408,,Speech,v1.0.0,0.779130411,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,53.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Recording,13.0,,,,,57.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88D36D0C-00D5-4368-8B0D-B484879C1A5D,Animal fluency,generic,Completed,,,sdv-pii-s6inc,,,51.183245381051,,,,,,,,,,,,,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1a7a86df-e379-40ab-a644-9821aac7be63,Recording,5.0,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,CE9E8A96-DB4E-41A2-B693-8048E844CC2A,,,,,sdv-pii-c5fb6,sdv-pii-dgry6,BD03C494-1071-49D1-907C-634C055AF25A,,15.635537340602,1.3687749771197668,Speech,,0.937930997,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Mild (Several days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +53607880-87b5-4ca3-bfa4-79e65423791a,Acoustic Task,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Audio Check,,,,,,C63E6402-5ECC-45B5-8A57-6FE638A766A5,,,1.2041062416656134,,v1.0.0,0.528181073,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,675.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Nearly every day,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e584096b-ce89-4e9d-b2c0-8f705f07cfe2,Acoustic Task,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Iatrogenic (surgery or intubation),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,CDB3CEDC-5AB8-4DEC-8E6C-8EA7E9DD7DCF,Maximum phonation time,generic,Completed,,,sdv-pii-4e6cf,CC0EE711-2FC3-43D5-B7FF-21424F748985,,,2.0657163253221906,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,All of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b2c85f00-fe89-443c-8f59-15483fde6bb8,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Intubation,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,sdv-pii-hcn4y,,,,,,sdv-pii-2hz8m,sdv-pii-01t5v,C75B037A-6BA0-4491-B33E-0FE31C08B903,,,0.18974124201674966,,v1.0.0,0.399013867,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,Nearly every day,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Acoustic Task,23.0,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Grade I,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,sdv-pii-yn08w,8DE735BF-A7A7-4E3D-B885-0EC22BBEDCE0,,,,102.0,,sdv-pii-mf9bn,,Free speech-3,,1.3867448830133666,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83393828-77d3-4d66-827c-dcb6b13979c4,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,EB224313-6A0F-496D-803B-41CFD3AF420A,Loudness,,0.4275447300827312,Breathe,v1.0.0,0.408356011,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,52.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +25753413-7675-4b82-8a36-7c71cf0e762a,Q Generic Voice Handicap Index Vhi10,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107.0,sdv-pii-p3ydl,sdv-pii-yhdlt,B987BDED-39EC-4FD0-B655-05F940336076,Respiration and cough-ThreeQuickBreaths-1,4.321129764893,0.35202947086847297,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d1ff7764-7953-4596-b0bb-0e1022acc036,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,119.0,sdv-pii-424xb,sdv-pii-fjh3m,,Maximum phonation time-1,11.884172539387,1.029840673729984,,,0.791408394,USB-C to 3.5mm Headphone Jack Adapter,,298.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,, +b064fa6f-e663-4cba-8a21-6f627d78037b,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,,,,sdv-pii-356vh,sdv-pii-h1xx0,,Prolonged vowel,,,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e584096b-ce89-4e9d-b2c0-8f705f07cfe2,Recording,2.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8DE735BF-A7A7-4E3D-B885-0EC22BBEDCE0,,,,,,,,generic,Completed,,sdv-pii-j201f,,,,38.137105603524,,,,0.644333565,,,,,,,,,,,Heterosexual,,,,,,,,Unchecked,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,595.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a33afb95-ab9b-4729-af0d-c64649f63669,Acoustic Task,31.0,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-usuo6,sdv-pii-oqe2q,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,Picture description,15.810793716971,1.4015807216039669,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,Unchecked,,,,,No,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3bbc69ef-babd-499e-add2-1c9376ed62c6,Recording,11.0,English,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-qkhwg,sdv-pii-oqqe2,,Glides-Low to High,,2.475068670270365,,,0.465992809,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Quite a bit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2de86669-cc1f-45ef-9d31-a7eabd68f247,Q Generic Patient Health Questionnaire9,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,116.0,,sdv-pii-ox68e,,Audio Check-3,,0.526140619501619,,,0.495504219,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6578f0f4-864c-488b-b8b0-f983daae253e,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,voice,Completed,,,sdv-pii-ye8y2,,,1.695776790404,0.14880810596953545,Speech,v1.0.0,0.647611904,,,,,,,,Canada,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Nearly every day,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +25753413-7675-4b82-8a36-7c71cf0e762a,Recording,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,sdv-pii-ansbz,,712358D9-5E5E-47E7-94EB-3EBBC580868D,,9.688610808456,0.8394871747522522,Speech,v1.0.0,0.157798287,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +72bd9f6a-134f-4a4f-8e31-5ded9e52d25b,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,112.0,,sdv-pii-fjeur,6C954561-6206-4F87-91B6-AF5E3AD898EA,Respiration and cough-Breath-1,10.254010895641,0.8530828506069152,,,0.541348413,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +bec2817b-7b2b-42fa-a719-c350b82cdd8b,Acoustic Task,37.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,63F04639-D89F-492A-93D5-F59E71E0E053,,,,,sdv-pii-4pjwd,,50A0A237-571C-40A8-AAB4-76DE8544E0ED,Maximum phonation time-1,20.311323032603,1.7099941913353813,Speech,v1.0.0,0.448174501,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8598874d-aca2-45ec-8340-445eda830a83,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Grade II,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,sdv-pii-jkndx,B00AE7C4-B9BF-40D0-BA3B-55DAEBB33AFA,Breath Sounds,,1.1863920962672687,Speech,v1.0.0,0.639242585,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5fc4f3e1-24a5-4749-993a-d56a4e3c1e7c,Acoustic Task,11.0,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-wyomp,,Audio Check-2,19.931886727997,1.7275056505242947,,v1.0.0,0.719755873,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Most of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49d831ec-f348-43de-8202-15f659196b02,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,28.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,EF2CD36B-A8E0-4CAA-A537-2288E8B734F9,,,,,,,,,8.077803206734,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +324cd5d0-9234-478b-b418-936cdcb81ad7,Acoustic Task,50.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Caterpillar Passage,,Completed,,sdv-pii-4c693,sdv-pii-lh2w5,EF2CD36B-A8E0-4CAA-A537-2288E8B734F9,Respiration and cough-Cough-1,43.460021254316,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,US customary units,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4464b02f-bee1-4b72-84e5-55700c8bbc67,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3EA764B6-E630-437C-982A-BF58E425057B,,generic,,81.0,sdv-pii-48nrx,sdv-pii-wbmej,,,7.263033813118,0.6201915450440713,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,48.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83393828-77d3-4d66-827c-dcb6b13979c4,Acoustic Task,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-0hn9x,006DD2DB-DA03-4564-87C9-201506538022,Prolonged vowel,generic,,,,,,,,,,,0.792563875,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +49d831ec-f348-43de-8202-15f659196b02,Session,30.0,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,Unchecked,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,No,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,E8BCB84D-31CA-4942-AC6A-692EACB0FC34,Animal fluency,,,,,,,Respiration and cough-Breath-1,7.218756355674,0.6279423249224304,Speech,,0.808838582,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,Heterosexual,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,brown,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +68e4e374-f442-435f-8fd4-8a7c7023732a,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-vvcyt,637B34DE-F1F8-4D5F-B8D1-839F20DF73A8,Rainbow Passage,,Completed,,,,,,16.089242095024,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +531b6b20-3a51-465f-a885-c5ed941ec4ab,Recording,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4ABBC3F3-A890-4549-96BD-DEC5D55CBB77,,,,,,,,generic,,181.0,,sdv-pii-3bdy7,54AB2A33-46A6-4642-B5F9-369F7D35F200,Respiration and cough-Cough-1,9.951302828615,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b781fe5a-8963-4f04-b5ff-e3646f7dceb5,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-62snv,,0AF76CE4-3984-4C2C-9DCA-BA91F8B42510,Diadochokinesis-buttercup,,1.2966746218191867,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,0 - 2,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b076f63b-b218-4549-a531-7c33652de45b,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,USF,sdv-pii-ub7as,64305F2F-AFCA-4CAE-825E-921D8EF53799,,,,122.0,sdv-pii-czyah,sdv-pii-1v8z8,FBA40A25-F32E-48EF-AEDB-15A1DACEFF23,,,2.1758267921081638,,,0.756038743,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,No,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Nearly every day,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8598874d-aca2-45ec-8340-445eda830a83,Recording,6.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4ABBC3F3-A890-4549-96BD-DEC5D55CBB77,,generic,,127.0,sdv-pii-ymcqv,sdv-pii-t3l0x,,,24.496384647384,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,48.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +268ddca6-c5af-48cc-a132-3dc11eead9ec,Recording,47.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-qdw0h,sdv-pii-e97rr,E545078A-5D20-453D-B065-398AEA1259E8,Cape V sentences-5,17.457654880499,,Speech,v1.0.0,0.883053897,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8777bef2-7b09-4ecd-9908-fdb258bda3d0,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FDF3B746-AAFF-4001-BC81-C0B7052EF748,,generic,Completed,,sdv-pii-0incn,sdv-pii-dbgpq,,,,2.7356020825368628,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,773.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3a744c68-53bc-438b-b5c8-7525150504d9,Recording,10.0,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,AD71D502-11D0-4FF2-B88B-10BA2D86EC28,,voice,Completed,,sdv-pii-2wujf,sdv-pii-s6b26,,Glides-Low to High,30.807730728303,2.7040813402795365,Speech,,0.897964187,,,,,,,,USA,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Severe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,oooo,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5563d805-d9ba-4c30-bf94-a55bb277132e,Recording,7.0,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-yjaub,,,,,,,,,,16.827694952991,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,62.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9c6e4508-5a33-4e3c-9058-b21503c5966e,Recording,45.0,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2C257439-E39B-4B30-B7E7-05281A5EC562,,,Completed,,sdv-pii-y03cw,sdv-pii-9ed36,B00168FA-2560-46D4-B738-6C7FCD6DED23,Respiration and cough-ThreeQuickBreaths-2,1.894518603001,,Speech,v1.0.0,0.476366199,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4e50c4c-0746-4d73-a9c6-8e6f55f00f10,Recording,22.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-96eza,sdv-pii-ymk12,EB224313-6A0F-496D-803B-41CFD3AF420A,,,2.566868764219533,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +25753413-7675-4b82-8a36-7c71cf0e762a,Q Generic Patient Health Questionnaire9,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-13qoj,,,,Completed,,,,B5B389E2-3790-4FC1-8AAF-F53287AA6FBE,Audio Check-3,,,Speech,v1.0.0,0.508199842,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a0ed0636-e598-4946-9eb9-19e744636155,Recording,22.0,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-f84pp,sdv-pii-rlvyo,8AC65110-A5F8-40EC-9D21-6B63963CA3A6,Free speech-3,,,,v1.0.0,0.737862851,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Severe,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +324cd5d0-9234-478b-b418-936cdcb81ad7,Acoustic Task,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-z1qjw,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,Diadochokinesis,generic,Completed,,,,,,,1.0861305126007186,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fdf560ee-c636-4261-a82b-1cf9a677ce8a,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-a80x2,72D48137-0729-4B2B-AD9E-EEA457EFCF3E,Respiration and cough-Cough-2,40.744094568875,,Speech,v1.0.0,0.706636545,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b55bad76-91e4-45e9-8f57-51cdb31c6a3c,Recording,31.0,,,,,54.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rainbow Passage,generic,,,,,9BAA7B58-72D7-4C85-9630-CD91DADF3D48,Respiration and cough-FiveBreaths-3,,1.2851916131157521,Speech,v1.0.0,0.338842668,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1=A little bit,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +734ba5db-8e4d-485e-9755-0f23a1450c55,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,105.0,sdv-pii-med12,,,,14.875514327596,1.260726506125514,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E4990C2C-A686-4B11-8D96-940CBFA9FD8B,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +48984210-19a7-4b56-abd2-401f7dbfdf31,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-dzwci,,8DE735BF-A7A7-4E3D-B885-0EC22BBEDCE0,Diadochokinesis-buttercup,15.936299651594,1.3521318572456538,,v1.0.0,0.84962342,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,Own home,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cf61de9-40a8-4d10-87d6-e3935a1c8711,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-mkjn7,,,,,,sdv-pii-uvlib,,9FDD1399-C003-498E-8031-2E0F9A83A872,Free Speech,1.267124066642,,Breathe,v1.0.0,0.319227502,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Acoustic Task,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5383272C-E790-4867-BD26-FACC7F906472,Free Speech,generic,Completed,,sdv-pii-wgau0,sdv-pii-f999t,,,38.404897340707,3.2633122919740924,,,0.552820386,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +daa7c187-8f36-4b2a-a4bc-7d2c3f6f09b2,Recording,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Recurrent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FAC15A71-AF37-496F-868A-D7927E8C89E6,,,Completed,,sdv-pii-3yqcs,sdv-pii-3imr5,894A2170-7FB6-4B18-A665-9DA398A483CC,Free speech-3,25.247876660515,,Speech,v1.0.0,0.658425503,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,Female gender identity,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5da3c0da-f5d0-45cb-a352-cacf58b5d9ef,Q - Generic - Gad7 Anxiety,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-v7218,sdv-pii-uzng1,,Cape V sentences-2,,2.833137103356793,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,E4D6D36F-98A2-4537-867A-8F1BCD92DED7,,,,,,USA,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +324cd5d0-9234-478b-b418-936cdcb81ad7,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-qmyw1,,7C36DA1B-17A9-41FD-98CA-26792B900CD0,Audio Check-2,33.602459366246,2.8520127725864444,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4e50c4c-0746-4d73-a9c6-8e6f55f00f10,Q Generic Patient Health Questionnaire9,29.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Tracheal Stenosis,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9EB42BC6-6E5E-4559-8783-55980AFBA6A6,Cinderella Story,8.003886279772,0.689561596488487,Breathe,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fef8f989-e8a1-429e-8406-679f47215263,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-7m9u2,,B678A340-05EF-4814-83FC-4BA1F80F5854,Maximum phonation time-2,5.870006895309,,Breathe,v1.0.0,0.489301915,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,Not at all,,,,,,,,,,,,,,,,34877857-8349-4421-B422-5F399A0933B8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9c6e4508-5a33-4e3c-9058-b21503c5966e,Q Generic Voice Perception,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3100.0,,,,,,,,sdv-pii-6k1yd,sdv-pii-p0xai,B5B389E2-3790-4FC1-8AAF-F53287AA6FBE,Respiration and cough-Cough-2,12.777481691378,,Speech,v1.0.0,0.877908793,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Acoustic Task,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Diadochokinesis,neurology,Completed,,,sdv-pii-5ewq8,,,,0.9821557818800503,,,0.773124569,,,,,,,,,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +734ba5db-8e4d-485e-9755-0f23a1450c55,Recording,13.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,191.0,,,,,,0.5751376496408976,Speech,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,No,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92aa646d-f022-4b91-802f-854e1cbd444f,Recording,31.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-8kzs2,,,,,,sdv-pii-ftfd4,sdv-pii-79xtz,,Diadochokinesis-KA,,1.228295711685694,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Recording,38.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-y2vb1,sdv-pii-8kxev,5A09B913-3A32-4994-9C75-0226A4FB87DF,Open response questions,10.009578321865,0.8171240000881779,Breathe,v1.0.0,0.845411645,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1f28406-6b67-4836-9b7d-39e42f6dc508,Acoustic Task,4.0,,,No,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,Unchecked,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,sdv-pii-s9cnr,,,generic,Completed,,,sdv-pii-2fg11,8DE735BF-A7A7-4E3D-B885-0EC22BBEDCE0,,22.128128177107,1.815331473069975,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d554cc1a-efe5-4b7a-a77b-f5abca8846bd,Recording,21.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-hyeq0,,,,,,,sdv-pii-krayf,1A312A29-4FFF-4875-B5AE-12C765E84E75,Respiration and cough-FiveBreaths-2,9.174125706297,,Cough,v1.0.0,0.654756332,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +68e4e374-f442-435f-8fd4-8a7c7023732a,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,12.149652522198,,Speech,v1.0.0,0.632347419,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,No,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,green,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7b0a740a-7888-4857-8947-a4233bb22c3a,Recording,9.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,72D48137-0729-4B2B-AD9E-EEA457EFCF3E,Word-color Stroop,,Completed,,sdv-pii-qr9g5,sdv-pii-if6mo,,,,2.000537666684127,,,0.883253051,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,25.0,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6da38787-f826-4ca7-9541-59bd5909b808,Q - Mood - Custom Affect Scale,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,D5A012B4-2B79-4A81-9885-3F15AEB768F3,Diadochokinesis-Pataka,,0.5738474956449029,Speech,v1.0.0,0.512352455,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very Often,,,,,,,,Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Recording,13.0,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-t2424,,,,,,sdv-pii-y5o05,sdv-pii-ciddl,,,,1.6621297173768677,,,,,,290.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,purple,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a0ed0636-e598-4946-9eb9-19e744636155,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-yeooq,9D1B7CE4-9375-4665-8A67-9A8789F4F34F,Picture description,0.539853760623,0.058634364364888364,Breathe,v1.0.0,0.534251571,iPad Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Nearly every day,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +149f5b8a-aa7e-4806-9025-606c9fac95a2,Recording,24.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,sdv-pii-c85uy,5FA011D3-8426-481D-86D6-A3D69B9879B3,Diadochokinesis-KA,1.184777173384,0.10313118174228762,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,CA53ACE9-6B63-497D-A216-403DC1AC33DC,,,,,,,Female gender identity,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2b1c662a-59e0-4b69-9161-a2fd4636890b,Recording,53.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-isyvv,,3DC22BA0-5577-4C1A-8438-4DD1E43AE6A6,Productive Vocabulary-1,10.391119613803,0.9556570899579133,Speech,v1.0.0,0.494401352,USB-C to 3.5mm Headphone Jack Adapter,2F7D720B-5BE3-425C-B990-32A909D5F326,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7C6D62B9-CB37-4896-BAB2-078837F06668,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Most of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +268ddca6-c5af-48cc-a132-3dc11eead9ec,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8DE735BF-A7A7-4E3D-B885-0EC22BBEDCE0,,,0.5325862830567888,Speech,v1.0.0,0.442420674,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,132.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fa79fa9-2dc0-47dc-a5a6-3885a96ae445,Q - Mood - Adhd Adult,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2F7D720B-5BE3-425C-B990-32A909D5F326,,,,,sdv-pii-p1518,sdv-pii-plm98,,Maximum phonation time-3,,1.1023647093955282,Speech,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c9b77a28-1257-451b-aed2-06b038c19d2e,Acoustic Task,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-dfkme,74A063E9-2639-4B0B-80B4-5C90626BF5E5,Maximum phonation time,,,,sdv-pii-57vlh,,FD7F03F1-04D2-4718-89D4-CDD1594C9B72,Diadochokinesis-TA,13.803857593699,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36.0,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f2f58f0a-4ffb-46b2-b95f-c4950ad82a83,Q Generic Demographics,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-sjijf,D5A012B4-2B79-4A81-9885-3F15AEB768F3,,,2.60553587001987,Speech,,0.698700823,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +531b6b20-3a51-465f-a885-c5ed941ec4ab,Recording,15.0,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-b57e9,sdv-pii-39g48,,,7.124744068609,,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Recording,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-iovjn,BBA9CE72-F217-4556-A594-14F04B45C4A3,Breath Sounds,,0.5091023014584838,Speech,v1.0.0,0.879919008,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fa6befa4-dece-4987-8612-67572aa6234b,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,sdv-pii-eiwg6,,,,Completed,,,,3DCFD437-9ED8-4D2F-AA84-5BA2A92175F9,,,2.304914844825444,,v1.0.0,0.653114033,,,,,,,,,,,,,,,,,,,Unchecked,,,,,No,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a6772d59-3a27-44bb-b49a-eff195e22de3,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ehbj4,sdv-pii-61dtk,BD5B8396-2ACB-4FA9-97CE-4498C46023D6,Audio Check-2,35.185021144615,2.96954551983076,,,,,,314.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A good bit of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,green,,,,,,,,,,60.0,,,,,,,,,,,,,,,,,,,,,,,,, +b5a39a2e-6023-4d70-abd4-f9ca4cbd40ce,Recording,18.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,sdv-pii-jg5xr,CDB3CEDC-5AB8-4DEC-8E6C-8EA7E9DD7DCF,,,,130.0,,sdv-pii-i9vab,0F6DB224-E917-49BA-9F2F-677E33376923,Diadochokinesis-TA,47.646231496642,3.956239963359611,,v1.0.0,,,,,,,,,,,,,,,,,,,,,Not Hispanic or Latino,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b781fe5a-8963-4f04-b5ff-e3646f7dceb5,Recording,36.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ztek7,B678A340-05EF-4814-83FC-4BA1F80F5854,Respiration and cough,generic,Completed,,,sdv-pii-0tqy7,1DA42932-6935-4925-B917-139E73400C81,Prolonged vowel,13.167509511786,1.1430434876928857,Cough,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +28cc3eda-66eb-4731-b5fa-e59f2cbaf801,Recording,29.0,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,sdv-pii-vzlcw,C777ED67-780A-440E-A716-0C7EAB98AA88,Respiration and cough-Breath-1,,0.7398040559217968,Speech,,0.764115514,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8AC65110-A5F8-40EC-9D21-6B63963CA3A6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +38f9ac08-4c68-473b-a8cf-273d575ca9a8,Acoustic Task,3.0,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,B5B389E2-3790-4FC1-8AAF-F53287AA6FBE,,generic,,,sdv-pii-k4wox,sdv-pii-88ymy,,,13.29698370646,1.1223846764843122,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35a762ae-e88a-4dbb-bc98-6157f6b549ac,Recording,34.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Free speech,,Completed,,sdv-pii-js5qe,sdv-pii-5lhwh,B00168FA-2560-46D4-B738-6C7FCD6DED23,Respiration and cough-ThreeQuickBreaths-1,,0.6808577983988715,Breathe,v1.0.0,0.913137222,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,175.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +62485abf-d6cd-45f7-bd4f-70f0621ee640,Session,39.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,2DC96B8A-2272-447C-A005-C11C8CA97571,Free speech,,Completed,,sdv-pii-e3j9z,sdv-pii-onmel,FBA40A25-F32E-48EF-AEDB-15A1DACEFF23,Glides-Low to High,,1.1332341683918021,Speech,v1.0.0,0.750305226,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +15943fd6-c8ba-48b7-a754-ab15a9781831,Q - Generic - Gad7 Anxiety,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-wsxte,,,,,,sdv-pii-0acmx,,D3915CCC-3900-4C1E-B38A-540741180B4F,Cape V sentences-4,,2.8863614388154293,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +119daa75-d633-4f1f-9bec-d0650715b41f,Q Generic Voice Perception,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-usxv7,,,,1.5505243045954444,,,0.642405099,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fbccbc13-a9a8-4151-8fd0-5c5d65e073ec,Recording,19.0,,,,,56.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,F0A35554-3B6D-46F8-BFAF-88833C7519B6,,,Completed,,,sdv-pii-3n93l,3DC22BA0-5577-4C1A-8438-4DD1E43AE6A6,,,,,,0.892501921,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1ce2db0c-505b-4bab-8cfd-04f1d5e08c4d,Acoustic Task,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,sdv-pii-wrjv9,,,,,101.0,sdv-pii-2siat,sdv-pii-qgi5e,,Respiration and cough-FiveBreaths-1,24.795449506247,,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,Female gender identity,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b26208dd-b83e-4ffa-a638-bbe8825cefa3,Recording,35.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,134.0,,sdv-pii-31b5x,B678A340-05EF-4814-83FC-4BA1F80F5854,Picture description,1.23384325782,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4ce6a1af-c123-41b7-a438-c58a41d1a3d7,Q Generic Voice Perception,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-1yo22,,Respiration and cough,,,,sdv-pii-h5u1v,sdv-pii-aa8id,,,,2.4068825748677427,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e2c46f82-a12c-4c5d-81f4-309235700f02,Acoustic Task,6.0,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,Unchecked,,,,,,,,sdv-pii-doixg,,Glides,generic,Completed,152.0,sdv-pii-18h8c,,,,,3.2116889567672966,,v1.0.0,0.42538905,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,brown,,,,,,,,,,,,,,,,,,,,,,,,,, +bcf75f58-596e-4f20-b78f-dfdd70a6c748,Acoustic Task,7.0,,,,,,,Unchecked,,,,No,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,Unchecked,,Unchecked,,,,,,,,,9EB42BC6-6E5E-4559-8783-55980AFBA6A6,,,Completed,47.0,sdv-pii-etqdk,,,,,3.5095842644561146,,,0.595798848,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Personal vehicle,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,Severe,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f0f1310-7c09-4399-aa8d-d4ff6409ef5e,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.5256420529303757,Speech,,0.656081169,,,,Checked,,,,,,,,,,Checked,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +790af78f-f788-48ef-8876-6b9b91e96f71,Acoustic Task,17.0,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,50A0A237-571C-40A8-AAB4-76DE8544E0ED,Picture description,generic,Completed,,,,,,4.660688554335,0.4084562317249263,,v1.0.0,0.312492427,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,Excellent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fa79fa9-2dc0-47dc-a5a6-3885a96ae445,,58.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84.0,sdv-pii-s88qi,sdv-pii-ffye6,F0A35554-3B6D-46F8-BFAF-88833C7519B6,Respiration and cough-FiveBreaths-3,,,Breathe,v1.0.0,1.0,iPad Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,">$250,000",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,717.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4f2cb36-2aa2-47b8-8970-c80764e7c3b0,Recording,22.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5CB5F419-24ED-47E0-9EAC-4681A2F19A64,,10.763451545477,0.9248083116833584,Speech,,0.846440598,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b0447797-b571-436d-9d6e-bbff73bcc2de,Q Generic Voice Perception,3.0,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-nhkdt,sdv-pii-ebk7i,B424EF9D-57AC-4ADC-A43E-96E8D6065D43,Story recall,3.478099776784,0.29648831632488193,Breathe,v1.0.0,,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,101.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +faaca476-b026-4db9-9127-1a216936cdf8,Recording,4.0,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,sdv-pii-8ni1x,3DCFD437-9ED8-4D2F-AA84-5BA2A92175F9,Audio Check-2,,0.6971691236682325,Speech,v1.0.0,0.622220394,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Checked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A good bit of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e6e030fd-a6d1-4b8a-94a8-fa1e598cabd8,Q Generic Demographics,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3B573CC6-0A13-474A-AEC9-3244A874188E,,,,,,,Voluntary Cough,,,,,sdv-pii-yl3b1,4EDA3EE0-B7C2-40B5-9FD4-76228B2CD9B3,Maximum phonation time-2,22.089333582268,,Speech,v1.0.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Never in the past year,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,invitation,,,,,,,,,,,,,,, +2e59cc45-df19-4e2d-a1d8-60c46cf47a63,Acoustic Task,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,sdv-pii-z5xhl,,,,,,,v1.0.0,0.373087427,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Somewhat difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7cd07b02-7470-4533-b03c-43cef12d132e,Recording,35.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60.0,sdv-pii-nd6me,,FAC15A71-AF37-496F-868A-D7927E8C89E6,Cape V sentences-3,,,Speech,v1.0.0,0.719395615,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Acoustic Task,25.0,,,,USF,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,generic,,,,,967F53E1-AECF-4345-8253-B96CF635E0D7,Audio Check-2,5.919771616698,,Speech,v1.0.0,0.849404227,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Somewhat difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +119daa75-d633-4f1f-9bec-d0650715b41f,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Free speech,voice,Completed,,,sdv-pii-xhwmf,,,23.887943475441,,,,,,,325.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1f28406-6b67-4836-9b7d-39e42f6dc508,Acoustic Task,22.0,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,sdv-pii-1ovqp,B00AE7C4-B9BF-40D0-BA3B-55DAEBB33AFA,Respiration and cough-FiveBreaths-4,4.34868745431,,Speech,,0.598448852,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +48292811-cb0d-43f6-90f9-86ce25e3b7da,Recording,9.0,,,,USF,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,133.0,sdv-pii-qrsz5,,,,,,Speech,v1.0.0,0.859185184,,,,Checked,,,,,,,,,,,,Checked,Unchecked,Unchecked,,,,No,,,,,No,,,,Unchecked,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Acoustic Task,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-gyd7s,1A312A29-4FFF-4875-B5AE-12C765E84E75,Cape V sentences-3,,0.9197288263339192,Breathe,v1.0.0,0.721977108,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,370F3E55-F41C-4DDD-9BFD-C40198E469BC,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f286ac55-5737-4c8f-8219-534f8c67a438,Recording,6.0,,,,USF,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89.0,,sdv-pii-ya7zm,74A063E9-2639-4B0B-80B4-5C90626BF5E5,Respiration and cough-Breath-1,3.578357916124,0.3051038311996954,Speech,v1.0.0,0.801242503,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +268ddca6-c5af-48cc-a132-3dc11eead9ec,Q - Mood - Dsm5 Adult,14.0,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-3lk1s,248ADE03-8225-4F6E-B3B5-9903D7FB9EB0,Cape V sentences-1,13.378543342466,1.1710141260842448,Speech,v1.0.0,0.772062318,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,34.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5f51e03-8083-4325-b8f3-19bf35bfa2e5,Acoustic Task,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Respiration and cough,,Completed,,sdv-pii-kveb5,sdv-pii-27sd8,30D44E38-44D9-4E86-9C89-7FAE16AE1DC5,Maximum phonation time-2,16.96590881945,1.3956290452861972,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +53607880-87b5-4ca3-bfa4-79e65423791a,Recording,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-x3zj0,sdv-pii-8eyhr,E4990C2C-A686-4B11-8D96-940CBFA9FD8B,Respiration and cough-FiveBreaths-1,36.899729543965,3.1742947654675864,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f1dca83e-750d-4eb8-9e27-45b93b9dd5ae,Recording,14.0,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-3nthw,,,,Completed,,,,8ABDB9A3-5194-4833-9AFE-3563D4C88ECF,Glides-Low to High,21.331482445808,1.7887078431226238,Speech,v1.0.0,0.800111875,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1a7a86df-e379-40ab-a644-9821aac7be63,Acoustic Task,9.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,sdv-pii-n6lce,5A09B913-3A32-4994-9C75-0226A4FB87DF,Free Speech,mood,,123.0,,,,,,,Speech,,0.764734218,,,,,,,,,,,Prefer not to answer,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fe57c3e-dc46-45ce-86c2-87c9a717dc02,,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5A09B913-3A32-4994-9C75-0226A4FB87DF,,voice,,,sdv-pii-zft8w,sdv-pii-83s8w,,,,0.8372076353991179,,,0.552445906,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2558e9da-8a1c-45c1-a1fe-85af7846a0d2,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,sdv-pii-ntbtb,,Prolonged vowel,,,,sdv-pii-0o04q,,,,21.059976964146,1.7975372891924648,,,0.927407831,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0 - 2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +50e8db5a-1177-429e-9e52-eb6c864c110a,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,142.0,,sdv-pii-8lxrf,,Loudness,14.068414849585,1.1569315236835072,,v1.0.0,,,,,,,,Tennessee,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,17.0,,81CA7CAF-FB25-4AD7-88AF-D5F3C418BBF9,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64.0,sdv-pii-jpvpf,,,,,,,,0.702840795,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Moderately,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cf61de9-40a8-4d10-87d6-e3935a1c8711,Acoustic Task,7.0,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8F8E68BB-E68C-4EA5-B71A-17D7AAE915C2,,mood,Completed,,sdv-pii-dq8f6,,,,10.574503143704,,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +c4f63734-541a-4862-85fd-2d985eea5fa2,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,86.0,sdv-pii-d5uhr,,B5B5E02F-1B56-4793-A70C-5B3BEDFAAA69,,11.229118113207,,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d1ff7764-7953-4596-b0bb-0e1022acc036,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-0n6do,,,23.852828693165,1.960340058205569,,v1.0.0,0.683775805,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f286ac55-5737-4c8f-8219-534f8c67a438,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-tnvvp,,,,,,,sdv-pii-n79rb,8B341FFA-28B5-46B8-97D1-2B68F5882185,,13.016725254527,1.0858406968014014,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,Checked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1965766f-6d91-4d87-a573-88d002a3bbc4,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,,,,,,,sdv-pii-91idn,,Prolonged vowel,4.65086362867,0.38904670969149374,Speech,v1.0.0,0.931367234,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,US customary units,,,,,,Unchecked,,,,,Unchecked,Unchecked,,Unchecked,,,,,,,,,,,,,,,,Checked,,,,,,Unchecked,,,,,Unchecked,,Unchecked,,Unchecked,,,,,,Unchecked,,,,,,,Unchecked,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,E545078A-5D20-453D-B065-398AEA1259E8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Acoustic Task,17.0,,,,USF,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A64C8FE5-DAA4-407F-AE27-96B75F7D007F,Story recall,generic,Completed,,,,,Rainbow Passage,,2.1247960779880293,,v1.0.0,0.787505687,USB-C to 3.5mm Headphone Jack Adapter,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,06CCAF4D-BCA1-4CF4-A49C-1E02DE5F5010,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7cd07b02-7470-4533-b03c-43cef12d132e,,59.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Cinderella Story,respiratory,,,sdv-pii-pgfy4,sdv-pii-jpi06,6680A5FD-BDD4-4C4D-A865-4E75BA719DE1,Story recall,23.708070183821,1.9968548091810812,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +734ba5db-8e4d-485e-9755-0f23a1450c55,Recording,28.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,DEC3BD2E-E20F-4E9F-BCCA-8766EE8D6465,,generic,,,,,,,3.5427485557,0.2801792889482272,Speech,,0.657709566,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d5aeba9f-c910-4b65-81e8-0e9ad15097e7,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,744EA686-2B23-4770-980B-96D4D2962D85,Respiration and cough-Cough-1,16.873789455304,1.3870643247131254,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,1.0,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Good,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Intermittent,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,148.0,sdv-pii-rahnz,sdv-pii-7pkek,CB8A74EE-0C8C-4B15-B322-D93A79ADB40A,,29.835732620879,,,,0.669819959,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f286ac55-5737-4c8f-8219-534f8c67a438,Recording,2.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,829910FD-2A2D-4FA1-822B-E4DF84EA1874,Caterpillar Passage,mood,,116.0,,sdv-pii-w3tut,,,,1.0648144974268459,,,0.711168413,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,Unchecked,,Checked,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Severe,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,105.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2af5afbc-82b1-4656-a203-a8d29b69d3ab,Q - Mood - Dsm5 Adult,30.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-q4zoh,sdv-pii-528z1,B0AE4C93-435B-4B1D-989D-4085644771A0,Productive Vocabulary-4,,0.5741307318885249,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +119daa75-d633-4f1f-9bec-d0650715b41f,Q - Mood - Dsm5 Adult,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-v1gyh,,,,9.88854378305,,,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,169.0,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1ce2db0c-505b-4bab-8cfd-04f1d5e08c4d,Acoustic Task,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2441.0,,,,,generic,Completed,217.0,,,,Maximum phonation time-2,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2495936e-6c52-414f-af58-6e0d0abca13a,Recording,26.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-8nd5y,,,generic,Completed,,sdv-pii-ap9l6,sdv-pii-31gpj,AD71D502-11D0-4FF2-B88B-10BA2D86EC28,Respiration and cough-Breath-1,12.537329670732,,Speech,,0.669418067,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b5a39a2e-6023-4d70-abd4-f9ca4cbd40ce,Recording,12.0,,,No,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-vvpa1,,,,,134.0,,sdv-pii-q5zc6,2659BB64-55CC-49CD-AEA2-CEE08CEFFDC9,Respiration and cough-Breath-1,4.712159736002,0.41387194399412885,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +e5f51e03-8083-4325-b8f3-19bf35bfa2e5,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,F296DDDA-259E-4C7E-8DBF-B2AC527CBDC8,,,,120.0,,sdv-pii-gtohq,FBA40A25-F32E-48EF-AEDB-15A1DACEFF23,,,,Speech,,0.721530648,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ec0d9ed5-0083-4ff7-af85-7ddcc1e5142c,Acoustic Task,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,,,,,,sdv-pii-qmg39,sdv-pii-mrnoy,68741C04-8DD5-4A36-81E6-1B83F50EFCF3,Diadochokinesis-PA,12.489711935539,1.0790804640080918,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2=Mild (Several days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92425dec-8998-43bf-adfc-00414c66b9a2,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Loudness,,,199.0,sdv-pii-klht7,sdv-pii-pk8bt,74A063E9-2639-4B0B-80B4-5C90626BF5E5,,,0.7947520915870279,,v1.0.0,0.531292976,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,2.0,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +efd153f9-bf8a-4520-a4d0-2b52c735449b,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-pcgmi,,0F6DB224-E917-49BA-9F2F-677E33376923,Rainbow Passage,9.994382306649,,,v1.0.0,,,,,,Unchecked,,,,,,,,,,,,,,,,,,No,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58.0,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5bd73370-fe22-4b72-a983-771a6ecc3964,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,USF,,,Audio Check,,,,,,,Respiration and cough-FiveBreaths-1,,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Personal vehicle,,579B4597-9AD6-4402-88ED-3A640D79920B,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +57a6b97b-7e36-40dd-9845-55ce7f218a60,Acoustic Task,3.0,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,,generic,,71.0,,sdv-pii-odo2f,,,,0.923659404810627,,v1.0.0,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,70.0,,,,,,,,,,,,,,,,,,, +b55bad76-91e4-45e9-8f57-51cdb31c6a3c,Recording,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,653DCE31-88E0-4937-A1E9-178C2E08D204,,generic,,,,,5FA011D3-8426-481D-86D6-A3D69B9879B3,Respiration and cough-Breath-2,7.793349872971,,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"1=Slight (Rare, less than a day or two)",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +732461ea-eac2-41bc-b52e-e2ec2a7b5c6a,Q Generic Confounders,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,sdv-pii-77t6b,,,,,,,,1.0,,,373.0,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6acb19ed-d008-49cd-813e-bc1a79e81389,Recording,21.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-6m3e2,,Picture description,9.400312142578,,Breathe,v1.0.0,0.739600472,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Acoustic Task,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,sdv-pii-4clqh,,,,,91.0,sdv-pii-lsfgz,,8B341FFA-28B5-46B8-97D1-2B68F5882185,Free speech-1,,2.083928529437845,Breathe,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,360.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,">$250,000",,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1965766f-6d91-4d87-a573-88d002a3bbc4,Recording,35.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-0oyuj,sdv-pii-v9xzy,D5A012B4-2B79-4A81-9885-3F15AEB768F3,Picture description,3.441750767616,0.2896146593412449,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +fdf560ee-c636-4261-a82b-1cf9a677ce8a,Acoustic Task,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,,,,,,,sdv-pii-xddna,53AABBB7-9B09-481E-9932-D0FC224E798D,Maximum phonation time-3,11.823154611875,,Speech,v1.0.0,0.737361616,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,,,23.0,,,,,,,,,,,,,Unchecked,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +0aeebf70-44a5-4537-af1b-1c24840f104d,Recording,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-lf600,,,,,,sdv-pii-xbx0s,sdv-pii-9erbc,291F92AC-4B67-4A6E-9AE2-6ACB15772371,Respiration and cough-FiveBreaths-2,22.977297375946,1.9660838148278195,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1ce2db0c-505b-4bab-8cfd-04f1d5e08c4d,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-fracm,,,Rainbow Passage,29.199766229728,,Speech,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,All of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +68e4e374-f442-435f-8fd4-8a7c7023732a,Q Generic Demographics,19.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Other,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-wyh0y,,CDB3CEDC-5AB8-4DEC-8E6C-8EA7E9DD7DCF,Diadochokinesis-TA,,1.8492613499668427,Speech,v1.0.0,0.439824104,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,774.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2de86669-cc1f-45ef-9d31-a7eabd68f247,Acoustic Task,13.0,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Subglottic Stenosis,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-a21rw,sdv-pii-zw2af,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4=Severe (Nearly every day),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Q Generic Voice Perception,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,BDC578CA-C29F-4736-B838-6E11462650D8,Loudness,1.151859153927,0.09830673827602457,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,0 - 2,,,,Never in the past year,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4e50c4c-0746-4d73-a9c6-8e6f55f00f10,Recording,18.0,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Random Item Generation,,,,sdv-pii-cgk6v,sdv-pii-0ixzl,CE9E8A96-DB4E-41A2-B693-8048E844CC2A,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9a657e0d-2416-4af8-bf88-5ad2e15f2641,Acoustic Task,41.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,No,,,,,,,English,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,sdv-pii-0m23c,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,Free Speech,6.160020510754,0.5484165399048039,Breathe,v1.0.0,0.218840785,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +133372ef-aab7-4c8e-8ec5-d042408b14b2,Recording,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3DC22BA0-5577-4C1A-8438-4DD1E43AE6A6,Diadochokinesis,,,,sdv-pii-6vhn1,sdv-pii-g8yeb,,,,0.8433087401814721,Speech,v1.0.0,0.721051201,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1a7a86df-e379-40ab-a644-9821aac7be63,Q Generic Voice Handicap Index Vhi10,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Breathe,v1.0.0,0.643241367,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ba749edd-38d9-4f87-8742-c71010177050,Recording,19.0,,,,,54.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,041237CF-6039-4017-BAE1-734EFD6795C7,,,,,sdv-pii-xyszk,sdv-pii-n28b8,D3915CCC-3900-4C1E-B38A-540741180B4F,Maximum phonation time-3,,1.924112068256294,Speech,,0.75268317,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +dbcdf154-498f-4260-8627-4603860cdb1e,Recording,23.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Prolonged vowel,,,59.0,sdv-pii-syksk,sdv-pii-e2pgn,06CCAF4D-BCA1-4CF4-A49C-1E02DE5F5010,Diadochokinesis-TA,14.044185489204,,Breathe,v1.0.0,1.0,USB-C to 3.5mm Headphone Jack Adapter,,299.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Recording,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mild,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,144.0,sdv-pii-7fnlm,sdv-pii-tdj86,B987BDED-39EC-4FD0-B655-05F940336076,,20.128963064251,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4ce6a1af-c123-41b7-a438-c58a41d1a3d7,Q Generic Demographics,3.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-3as7o,,Maximum phonation time,,,86.0,sdv-pii-apar6,,,,34.467345580162,,,,0.790929527,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45.0,81CA7CAF-FB25-4AD7-88AF-D5F3C418BBF9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9a657e0d-2416-4af8-bf88-5ad2e15f2641,Q Generic Demographics,16.0,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,sdv-pii-w35bv,653DCE31-88E0-4937-A1E9-178C2E08D204,Diadochokinesis-buttercup,2.917958040235,0.25747316071108706,Speech,v1.0.0,0.759779897,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Hardly any of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9227a6c1-33e3-4c0a-980c-47529f63ada4,Q Generic Voice Handicap Index Vhi10,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,119.0,sdv-pii-8d2ia,sdv-pii-txdud,3EA764B6-E630-437C-982A-BF58E425057B,Respiration and cough-FiveBreaths-3,,,Breathe,v1.0.0,0.890931095,USB-C to 3.5mm Headphone Jack Adapter,,,,,Unchecked,,USA,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f286ac55-5737-4c8f-8219-534f8c67a438,Acoustic Task,21.0,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-lqqdk,sdv-pii-wl0hl,2BDCACE4-F3F8-4D3D-A617-6014ED0C21C9,Respiration and cough-FiveBreaths-2,3.157498612854,0.26607391891442644,Cough,,,USB-C to 3.5mm Headphone Jack Adapter,B5B389E2-3790-4FC1-8AAF-F53287AA6FBE,,,,,,,,,,,,,,,,,,Not Hispanic or Latino,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Occasionally,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a174f1ca-5009-4745-8c41-b28c5ea23805,Acoustic Task,19.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Story recall,,,185.0,sdv-pii-n8pa7,sdv-pii-n9uv2,6680A5FD-BDD4-4C4D-A865-4E75BA719DE1,Diadochokinesis-Pataka,18.047856448437,1.5929491633833157,Cough,v1.0.0,0.737967748,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,18.0,,,,,,,,,,Almost Never,,,,,,,,,,,,,,,,,,,,,,,,,Very difficult,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +dbcdf154-498f-4260-8627-4603860cdb1e,Acoustic Task,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-qcprm,E7F3C75F-1ACC-456F-AABC-8F77F36DBCF8,Respiration and cough,,Completed,,,sdv-pii-0enpl,55B2B318-932A-4FF9-8CF5-9BDC2DD158B4,,8.168940254229,0.7267865599013454,,,0.51992991,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4C0DDF18-6C63-4226-91EB-51138DB586F6,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Recording,12.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Consistent,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-q8q79,,Audio Check,,,,,sdv-pii-6324k,EF2CD36B-A8E0-4CAA-A537-2288E8B734F9,,,0.6254623005208741,,,0.425093741,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2 - 4 times a month,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Very Often,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +bcf75f58-596e-4f20-b78f-dfdd70a6c748,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,5FA011D3-8426-481D-86D6-A3D69B9879B3,Respiration and cough,,Completed,,,sdv-pii-mo0is,B0F79E3A-0B91-43E2-920D-75AB5063FD6E,Respiration and cough-FiveBreaths-1,,,Speech,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66.0,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,, +2c95136b-0efb-4d67-8fdf-113a8af5ac12,Recording,15.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-xoc9p,,,9.309316622865,,,v1.0.0,0.464058113,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9c6e4508-5a33-4e3c-9058-b21503c5966e,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,131.0,sdv-pii-pqcbx,sdv-pii-am032,4ABBC3F3-A890-4549-96BD-DEC5D55CBB77,Maximum phonation time-2,8.072240643309,,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +65de0b0f-1b95-4f5b-90ec-6b78c2ecd961,Acoustic Task,38.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-dryia,,Respiration and cough,,Completed,,sdv-pii-3k3qe,,041237CF-6039-4017-BAE1-734EFD6795C7,Productive Vocabulary-5,,2.1817890114372434,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2af5afbc-82b1-4656-a203-a8d29b69d3ab,Q Generic Voice Perception,32.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-lbriq,72D48137-0729-4B2B-AD9E-EEA457EFCF3E,Productive Vocabulary-6,14.184349180139,,Speech,v1.0.0,0.970112135,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6d4032aa-a74a-4991-99dc-e7fa5cfd8d64,Q Generic Voice Perception,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,,,,,,,,,FDFDF7A4-C691-4EBA-B23E-C214170A1BA5,Respiration and cough-ThreeQuickBreaths-2,,1.3988681357436743,Speech,v1.0.0,0.736842886,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2495936e-6c52-414f-af58-6e0d0abca13a,Recording,34.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,,sdv-pii-4ozvm,AF451BB0-7960-4805-A110-5CA2A1BE21CB,Glides-Low to High,,0.6323496454308243,Speech,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,,,,,,,,No,,,Unchecked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +820a7bfc-9dfe-4d77-8895-203c093e064f,Recording,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,,,,sdv-pii-rljyu,81F2BE30-F818-48F6-89C1-CA8586F1B0C0,Maximum phonation time-1,6.04411463275,0.4707796287640772,,v1.0.0,0.35211898,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,"$30,000 to $$49,999",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Some of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2558e9da-8a1c-45c1-a1fe-85af7846a0d2,Recording,7.0,English,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,sdv-pii-6id1v,CA53ACE9-6B63-497D-A216-403DC1AC33DC,Loudness,respiratory,,101.0,sdv-pii-z70h8,sdv-pii-b1pvt,,,,0.2770193565312281,,v1.0.0,0.510881038,USB-C to 3.5mm Headphone Jack Adapter,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8598874d-aca2-45ec-8340-445eda830a83,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,112.0,sdv-pii-va6ai,sdv-pii-bzzvv,3596D51F-73B0-47AE-BFAB-08FE8A2B9295,Diadochokinesis-TA,10.786297110323,0.8940237761413103,Speech,v1.0.0,0.598896324,USB-C to 3.5mm Headphone Jack Adapter,,364.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,US customary units,,,,,,,,,,,,,Checked,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b1b4b453-42c9-4053-9367-bfc2baac38bf,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,sdv-pii-ke4oe,,,,,,sdv-pii-vzdtn,,B077AA07-7C41-4E9F-9A55-2F45DB76196C,,11.236262010158,,,v1.0.0,0.646871457,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Never in the past year,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2b1c662a-59e0-4b69-9161-a2fd4636890b,Recording,4.0,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9B626BC3-309C-4A9C-95ED-A17D778B2A2F,Free Speech,generic,Completed,,,,,,,0.9450825679286962,,,0.61118564,,,,,,,,USA,,,,,,,,Checked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than half the days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +943a8bbc-bba0-4853-825c-10cae1b26ddd,Acoustic Task,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-in970,sdv-pii-t2ymd,3DC22BA0-5577-4C1A-8438-4DD1E43AE6A6,Diadochokinesis-KA,18.435824878547,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,254.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A few times a month,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Checked,,,,,,,Unchecked,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b064fa6f-e663-4cba-8a21-6f627d78037b,Recording,2.0,,Consented,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2BDCACE4-F3F8-4D3D-A617-6014ED0C21C9,Respiration and cough,,Completed,189.0,sdv-pii-k9c16,,,,,0.8898098733999016,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,1.0,,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,Unchecked,,,Unchecked,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +732461ea-eac2-41bc-b52e-e2ec2a7b5c6a,Recording,9.0,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,English,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-iurcy,,,,0.6199024804244305,,,0.600973514,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b5a39a2e-6023-4d70-abd4-f9ca4cbd40ce,Recording,14.0,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Caterpillar Passage,,,,,,,,,2.2110983358243113,Speech,v1.0.0,0.52042404,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6da38787-f826-4ca7-9541-59bd5909b808,Acoustic Task,48.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Loudness,,,,,sdv-pii-3sopo,712358D9-5E5E-47E7-94EB-3EBBC580868D,Caterpillar Passage,,,Breathe,v1.0.0,0.699593314,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6d4032aa-a74a-4991-99dc-e7fa5cfd8d64,Acoustic Task,39.0,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,D8DD4DCB-F1ED-40B3-A134-C316352AA04C,Animal fluency,25.27525261556,2.1419482930836784,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +a0ed0636-e598-4946-9eb9-19e744636155,Acoustic Task,47.0,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,generic,Completed,76.0,sdv-pii-a6hfb,sdv-pii-vmr34,30D44E38-44D9-4E86-9C89-7FAE16AE1DC5,,,2.7935852948551227,Speech,,1.0,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Rarely,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +f4f2cb36-2aa2-47b8-8970-c80764e7c3b0,Acoustic Task,34.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-znoqg,,9EB42BC6-6E5E-4559-8783-55980AFBA6A6,Productive Vocabulary-4,,0.019070660003752325,Breathe,v1.0.0,0.30886356,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9fe57c3e-dc46-45ce-86c2-87c9a717dc02,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Iatrogenic (surgery/intubation),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Caterpillar Passage,,,,,,,Audio Check-2,,,Speech,v1.0.0,0.978353873,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Always,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +0ee1e1e1-0e86-42cc-9e9d-2cafd9f1e01c,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,0923200E-5774-40CF-AF67-4507AD1C650E,,,,,,,,,,,sdv-pii-e5mtu,,,Rainbow Passage,,1.7226851728255654,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,California,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,red,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +01401050-e9dd-486e-b0d4-0001ee7f861d,Acoustic Task,16.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53.0,sdv-pii-8f5ah,,A57F4909-C1B2-4F45-A271-8DBAA9EE1ADD,Free speech-1,,0.22726375395909473,Breathe,v1.0.0,0.736317108,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,175.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FBA40A25-F32E-48EF-AEDB-15A1DACEFF23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +faaca476-b026-4db9-9127-1a216936cdf8,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,sdv-pii-hj6ku,,579B4597-9AD6-4402-88ED-3A640D79920B,Respiration and cough-FiveBreaths-3,16.268390067534,1.421971336785423,Speech,v1.0.0,0.809138049,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eed0e4a4-c915-4ada-9d23-9e0c56fa0d37,Recording,5.0,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56F12044-F1FC-4A37-A05C-EAADC9C93DE8,,,,Breathe,v1.0.0,0.728623098,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +732461ea-eac2-41bc-b52e-e2ec2a7b5c6a,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,sdv-pii-jp8vo,sdv-pii-5vf2a,F0A35554-3B6D-46F8-BFAF-88833C7519B6,Maximum phonation time-3,9.679197716678,,Speech,v1.0.0,0.379717388,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +531b6b20-3a51-465f-a885-c5ed941ec4ab,Recording,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,153.0,,,E4D6D36F-98A2-4537-867A-8F1BCD92DED7,Loudness,18.549087039621,,Breathe,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,Cis: same gender as the sex assigned at birth,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +be90540d-b349-4244-99ad-7fe92067a590,Recording,8.0,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Cape V sentences,generic,,,sdv-pii-4fqmm,,6680A5FD-BDD4-4C4D-A865-4E75BA719DE1,,3.850049421521,0.3321019134405055,,,0.489809599,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +28cc3eda-66eb-4731-b5fa-e59f2cbaf801,Q - Mood - Adhd Adult,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-vejb2,,F296DDDA-259E-4C7E-8DBF-B2AC527CBDC8,Respiration and cough-ThreeQuickBreaths-2,13.330360898456,,Breathe,v1.0.0,,Headset Microphone,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +943a8bbc-bba0-4853-825c-10cae1b26ddd,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-w7osu,,,,,116.0,sdv-pii-9hye7,sdv-pii-qrj3j,653DCE31-88E0-4937-A1E9-178C2E08D204,Maximum phonation time-1,,,Speech,,0.899502636,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ca1b69b7-444d-411f-861b-7ff00b4eb9fa,Recording,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-n85ac,0F6DB224-E917-49BA-9F2F-677E33376923,,,,,,sdv-pii-ju467,,,26.127249580249,2.210938402133239,,,0.867363927,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5514fa1d-0551-46b5-aac2-30f6cf0e06f3,Recording,30.0,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-mnv1h,9D1B7CE4-9375-4665-8A67-9A8789F4F34F,,,,169.0,sdv-pii-udxl0,sdv-pii-aki8l,5FA011D3-8426-481D-86D6-A3D69B9879B3,Maximum phonation time-3,19.444289364913,1.6350397440473423,Speech,v1.0.0,0.374285984,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,,,,No,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Moderate,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +68e4e374-f442-435f-8fd4-8a7c7023732a,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39BF7905-2C04-486C-9F90-C5DE915ADCE9,,,,,sdv-pii-q153k,,,Audio Check-1,,,,v1.0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I currently smoke,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Mild,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,Very good,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5f1b7887-0021-4419-971b-7ddfe19c05e4,Acoustic Task,38.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,E545078A-5D20-453D-B065-398AEA1259E8,,generic,Completed,,,sdv-pii-skfgo,5FA011D3-8426-481D-86D6-A3D69B9879B3,Diadochokinesis-KA,5.722374311829,,Speech,,0.668153052,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +ef935207-5e70-4eff-a256-d648ce9e894a,Q - Neuro - Random Item Generation,24.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39BF7905-2C04-486C-9F90-C5DE915ADCE9,,,,,sdv-pii-ei4tg,sdv-pii-p9ulc,9BAA7B58-72D7-4C85-9630-CD91DADF3D48,Free speech-2,9.560994231866,0.8174425621497804,Breathe,v1.0.0,0.699256261,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8e9349f8-64f6-4558-ac9b-4d15c7649a80,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-seri2,,BD03C494-1071-49D1-907C-634C055AF25A,Maximum phonation time-3,8.612153165825,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,A little of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,purple,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1ce2db0c-505b-4bab-8cfd-04f1d5e08c4d,Acoustic Task,35.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0AF76CE4-3984-4C2C-9DCA-BA91F8B42510,Maximum phonation time,generic,Completed,,,sdv-pii-ipphm,,Audio Check-4,11.739304939658,,Speech,,0.751076268,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2495936e-6c52-414f-af58-6e0d0abca13a,Recording,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2654.0,,sdv-pii-gddba,,,,,,,sdv-pii-jb1p3,2B5F720F-7C4D-4FAC-A9CA-AED185B0EE5A,Diadochokinesis-Pataka,7.760760774414,,Speech,v1.0.0,0.386181013,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,Unchecked,,,,,,,,,Unchecked,,,,,,,,Unchecked,,,,Unchecked,,,,Unchecked,,,Unchecked,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,Unchecked,,Unchecked,,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +d5aeba9f-c910-4b65-81e8-0e9ad15097e7,Q Generic Voice Perception,11.0,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-as7hy,,,,,,sdv-pii-a6ser,,338A3B71-07A1-41AE-BBE5-5FBCFD92A305,Glides-High to Low,3.586582584696,0.30477833283055045,Speech,v1.0.0,0.678247396,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2c95136b-0efb-4d67-8fdf-113a8af5ac12,Acoustic Task,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,FF59D372-ECB8-45A9-8D94-A9A2E567CF50,,,,125.0,sdv-pii-webxi,sdv-pii-yzh39,,Respiration and cough-FiveBreaths-2,29.188549516222,2.5414376785716004,Breathe,,0.842017115,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,Not difficult at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6cf61de9-40a8-4d10-87d6-e3935a1c8711,Acoustic Task,17.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-ku3cw,sdv-pii-g33jf,,Audio Check-3,21.626185094908,1.8552705532804568,Cough,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,USA,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Sometimes,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +b5a39a2e-6023-4d70-abd4-f9ca4cbd40ce,Recording,12.0,,,,,,,Unchecked,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3064.0,,sdv-pii-su5d6,E4D6D36F-98A2-4537-867A-8F1BCD92DED7,,generic,Completed,,sdv-pii-luvmx,,,,,2.7645130160497056,Speech,,0.573166502,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Nearly every day,,,,,,,,,,,,,,,,,,,,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +119daa75-d633-4f1f-9bec-d0650715b41f,Recording,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Completed,,,,sdv-pii-llqz1,C4AC60D3-D1FB-40AB-99CA-21B9106454F0,,,,,sdv-pii-wb2ha,sdv-pii-49z1b,,,12.073022124547,,,v1.0.0,0.644771431,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never in the past year,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,Unchecked,,,,,,,,,Unchecked,,,,,,,4A558493-50BC-497F-8EE2-E18664F18F1E,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +be90540d-b349-4244-99ad-7fe92067a590,Recording,10.0,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,Unchecked,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,81CA7CAF-FB25-4AD7-88AF-D5F3C418BBF9,Audio Check-4,,,,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,None of the time,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +50e8db5a-1177-429e-9e52-eb6c864c110a,Recording,8.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-btyjk,,,Diadochokinesis-KA,24.335246669506,2.002054810971466,Cough,v1.0.0,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,Checked,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4ce6a1af-c123-41b7-a438-c58a41d1a3d7,Q - Neuro - Productive Vocabulary,6.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,97.0,,,,Audio Check-4,,,Speech,v1.0.0,0.584638524,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Almost never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5da3c0da-f5d0-45cb-a352-cacf58b5d9ef,Recording,7.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Mt. Sinai,,,,,,163.0,,sdv-pii-6c6an,,Diadochokinesis-Pataka,14.331439390467,1.20210570914505,Speech,,0.873616324,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Complete,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +858195ee-f541-4fe3-914f-dfbf3b374fae,Recording,3.0,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,Unchecked,,,,,Unchecked,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,29.0,sdv-pii-wibb6,,8F8E68BB-E68C-4EA5-B71A-17D7AAE915C2,,9.069031821899,,Breathe,,,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3=Moderate (More than half the days),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +93e51af0-bff0-43de-a061-f744f2bc2c6f,Q Generic Demographics,11.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6E5529B3-F5C6-4781-A6D3-C02A35E5A8E8,,,Completed,,sdv-pii-lqwdm,sdv-pii-ad713,579B4597-9AD6-4402-88ED-3A640D79920B,Respiration and cough-Cough-2,21.00155644116,,Speech,,0.995766841,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,,,,,,Unchecked,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Several days,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83393828-77d3-4d66-827c-dcb6b13979c4,Acoustic Task,25.0,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,06CCAF4D-BCA1-4CF4-A49C-1E02DE5F5010,,,,,sdv-pii-hcoj0,,,Free speech-3,,1.3943593669847718,Speech,v1.0.0,0.455579253,USB-C to 3.5mm Headphone Jack Adapter,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Never,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0=None (Not at all),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +cff65892-ada8-47ef-9711-ce513cbd730f,Q Generic Voice Perception,13.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Checked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,sdv-pii-scfi6,,89B13E1A-375A-4078-B423-25BEF62B00B1,Diadochokinesis-buttercup,6.929044638309,0.5884432722180343,Speech,,0.787465382,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Unchecked,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Not at all,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/docs/b2ai_script.ipynb b/docs/b2ai_script.ipynb index 2f59c1b..55d211c 100644 --- a/docs/b2ai_script.ipynb +++ b/docs/b2ai_script.ipynb @@ -28,8 +28,6 @@ "metadata": {}, "outputs": [], "source": [ - "import os\n", - "from pathlib import Path\n", "\n", "import IPython.display as Ipd\n", "\n", @@ -132,7 +130,7 @@ "fig, axs = plt.subplots(2, 1)\n", "b2p.plot_waveform(audio1_16.signal,\n", " sr=audio1_16.sample_rate,\n", - " title=f\"Original waveform\", ax=axs[0])\n", + " title=\"Original waveform\", ax=axs[0])\n", "b2p.plot_spectrogram(specgram_log.T, title=\"spectrogram\", ax=axs[1])\n", "fig.tight_layout()" ] @@ -212,7 +210,7 @@ "fig, axs = plt.subplots(2, 1)\n", "b2p.plot_waveform(audio1.signal,\n", " sr=audio1.sample_rate,\n", - " title=f\"Original waveform\", ax=axs[0])\n", + " title=\"Original waveform\", ax=axs[0])\n", "b2p.plot_spectrogram(features['specgram'].T, title=\"spectrogram\", ax=axs[1],\n", " norm=LogNorm(vmin=0, vmax=10))\n", "fig.tight_layout()" @@ -296,7 +294,7 @@ "fig, axs = plt.subplots(2, 1)\n", "b2p.plot_waveform(audio1.signal,\n", " sr=audio1.sample_rate,\n", - " title=f\"Original waveform\", ax=axs[0])\n", + " title=\"Original waveform\", ax=axs[0])\n", "b2p.plot_spectrogram(features['melfilterbank'].T, title=\"Mel spectrogram\",ylabel='Mel filters', ax=axs[1])\n", "fig.tight_layout()" ] @@ -345,7 +343,7 @@ "fig, axs = plt.subplots(2, 1)\n", "b2p.plot_waveform(audio1.signal,\n", " sr=audio1.sample_rate,\n", - " title=f\"Original waveform\", ax=axs[0])\n", + " title=\"Original waveform\", ax=axs[0])\n", "b2p.plot_spectrogram(features['mfcc'].T, title=\"MFCC\", ylabel='MFCC coeffs', ax=axs[1])\n", "fig.tight_layout()" ] @@ -459,9 +457,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python (voice)", + "display_name": ".venv", "language": "python", - "name": "voice" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -473,7 +471,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.8" + "version": "3.10.11" } }, "nbformat": 4, diff --git a/docs/openhouse.ipynb b/docs/openhouse.ipynb index 740087b..41930f8 100644 --- a/docs/openhouse.ipynb +++ b/docs/openhouse.ipynb @@ -15,19 +15,15 @@ "metadata": {}, "outputs": [], "source": [ - "import os\n", "from pathlib import Path\n", - "from glob import glob\n", "import json\n", "\n", "import matplotlib.pyplot as plt\n", - "from matplotlib.colors import LogNorm\n", "\n", "import IPython.display as Ipd\n", "\n", "import torch\n", "import torchaudio\n", - "import pandas as pd\n", "\n", "#b2aiprep is a library with various functions to load and process your files\n", "import b2aiprep.process as b2p\n", diff --git a/docs/tutorial.ipynb b/docs/tutorial.ipynb index 652a16b..41a74b6 100644 --- a/docs/tutorial.ipynb +++ b/docs/tutorial.ipynb @@ -1405,9 +1405,7 @@ } ], "source": [ - "from pathlib import Path\n", "import numpy as np\n", - "from b2aiprep.process import Audio, specgram\n", "from senselab.audio.tasks.preprocessing.preprocessing import resample_audios\n", "from senselab.audio.data_structures.audio import Audio\n", "import IPython.display as Ipd\n", diff --git a/docs/tutorial_audio.ipynb b/docs/tutorial_audio.ipynb index 6c2f176..1115e01 100644 --- a/docs/tutorial_audio.ipynb +++ b/docs/tutorial_audio.ipynb @@ -28,18 +28,14 @@ "source": [ "import matplotlib.pyplot as plt\n", "import IPython.display as Ipd\n", - "import pandas as pd\n", "import torch\n", - "from pathlib import Path\n", "import numpy as np\n", "\n", "# from b2aiprep.process import SpeechToText\n", "from senselab.audio.tasks.speech_to_text.api import transcribe_audios\n", "\n", "# from b2aiprep.process import specgram\n", - "from senselab.audio.data_structures.audio import Audio\n", "from senselab.utils.data_structures.model import HFModel\n", - "from senselab.audio.tasks.features_extraction.torchaudio import extract_spectrogram_from_audios\n", "from senselab.audio.tasks.preprocessing.preprocessing import resample_audios\n", "\n", "from b2aiprep.dataset import VBAIDataset" diff --git a/pyproject.toml b/pyproject.toml index f780b8a..d0a8ebf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "fhir.resources==7.1.0", "streamlit", "datasets[audio]", - "senselab" + "senselab>=0.12.0" ] [tool.setuptools.packages.find] @@ -52,7 +52,8 @@ dev = [ "b2aiprep[doc]", "pytest", "pytest-benchmark", - "pre-commit" + "pre-commit", + "ruff" ] [project.scripts] @@ -72,3 +73,6 @@ parentdir_prefix = "myproject-" [tool.black] line-length = 100 + +[tool.ruff] +line-length = 100 diff --git a/src/b2aiprep/app/pages/1_Demographics.py b/src/b2aiprep/app/pages/1_Demographics.py deleted file mode 100644 index a2799b9..0000000 --- a/src/b2aiprep/app/pages/1_Demographics.py +++ /dev/null @@ -1,125 +0,0 @@ -import sys -import argparse - -import streamlit as st -import pandas as pd -import altair as alt - -from b2aiprep.dataset import VBAIDataset - -st.set_page_config(page_title="Demographics", page_icon="📈") - -st.markdown("# Demographics") -st.sidebar.header("Demographics") -st.write( - """This page overviews the demographics of the dataset.""" -) - -def parse_args(args): - parser = argparse.ArgumentParser('Audio processing for BIDS data.') - parser.add_argument('bids_dir', help='Folder with the BIDS data') - return parser.parse_args(args) - -args = parse_args(sys.argv[1:]) -st.session_state.bids_dir = args.bids_dir - -dataset = VBAIDataset(st.session_state.bids_dir) - -schema_name = 'qgenericdemographicsschema' -df = dataset.load_and_pivot_questionnaire(schema_name) - -# st.markdown("## Age Distribution") -# st.write(df['age'].describe()) - - -st.markdown("## Gender Identity") -gender_counts = df['gender_identity'].value_counts() -st.bar_chart(gender_counts) - - -st.markdown("## Sexual Orientation") -orientation_counts = df['sexual_orientation'].value_counts() -st.bar_chart(orientation_counts) - - -st.markdown("## Race") -race_columns = [col for col in df.columns if 'race___' in col] -race_counts = df[race_columns].sum() -st.bar_chart(race_counts) - -st.markdown("## Ethnicity") -ethnicity_counts = df['ethnicity'].value_counts() -st.bar_chart(ethnicity_counts) - -st.markdown("## Marital Status") -marital_status_columns = [col for col in df.columns if 'marital_status___' in col] -marital_status_counts = df[marital_status_columns].sum() -st.bar_chart(marital_status_counts) - - -st.markdown("## Employment Status") -employ_status_columns = [col for col in df.columns if 'employ_status___' in col] -employ_status_counts = df[employ_status_columns].sum() -st.bar_chart(employ_status_counts) - -# we need to do some harmonization of the USA / CA salaries -st.markdown("## Household Income") -income = df[['household_income_usa', 'household_income_ca']].copy() -income_cols = list(income.columns) -# get the upper range of their income, or if they only have one, the upper limit -for col in income_cols: - # need to extract the *last* instance of this pattern - income[f'{col}_lower'] = income[col].str.extract(r'\$(\d+,\d+)\s*$') - income[f'{col}_lower'] = income[f'{col}_lower'].str.replace(',', '') - income[f'{col}_lower'] = pd.to_numeric(income[f'{col}_lower'], errors='coerce') - - # now create an integer which is higher if the value is higher - income[f'{col}_seq_num'] = income[f'{col}_lower'].rank(ascending=True, method='dense') - income[f'{col}_seq_num'] = income[f'{col}_seq_num'].fillna(-1).astype(int) - - - idxNan = income[col].str.contains('Prefer not to answer').fillna(False) - income.loc[idxNan, f'{col}_seq_num'] = 0 - -income['seq_num'] = income[['household_income_usa_seq_num', 'household_income_ca_seq_num']].max(axis=1) -# get our look-up dict for each -income_lookups = {} -for col in income_cols: - income_lookups[col] = income[ - [col, f'{col}_seq_num'] - ].drop_duplicates().set_index(f'{col}_seq_num').to_dict()[col] - -income['country'] = 'Missing' -idx = income['household_income_usa'].notnull() -income.loc[idx, 'country'] = 'USA' -idx = income['household_income_ca'].notnull() -income.loc[idx, 'country'] = 'Canada' - -income_grouped = pd.crosstab(income['seq_num'], income['country']) -# as it turns out, both countries have the same values for income brackets -# so we can just use one of the mapping tables -n_missing = (income['seq_num'] == -1).sum() -income_grouped.index = income_grouped.index.map(income_lookups[col]) -income_grouped = income_grouped[['USA', 'Canada']] -income_grouped.index.name = 'Household Income (CAD or USD)' -# st.write(income_grouped) - -# grouped barchart -income_grouped = income_grouped.reset_index() -income_grouped = income_grouped.melt(id_vars='Household Income (CAD or USD)', var_name='Country', value_name='Count') -chart = ( - alt.Chart(income_grouped) - .mark_bar() - .encode( - x=alt.X('Household Income (CAD or USD):O', axis=alt.Axis(title='Income')), - y=alt.Y('Count:Q', axis=alt.Axis(title='Count')), - color='Country:N', - tooltip=['Household Income (CAD or USD)', 'Count', 'Country'] - ) -) -st.altair_chart(chart, use_container_width=True) -st.write(f"{n_missing} missing a household income.") - - -st.markdown("## Full dataframe") -st.write(df) diff --git a/src/b2aiprep/cli.py b/src/b2aiprep/cli.py index ad8e7ee..dcc7ad2 100644 --- a/src/b2aiprep/cli.py +++ b/src/b2aiprep/cli.py @@ -1,34 +1,38 @@ import csv import os import shutil -import typing as ty from glob import glob from pathlib import Path -from datasets import Dataset import click import pkg_resources import pydra import torch +from datasets import Dataset from pydra.mark import annotate -from pydra.mark import task as pydratask -from streamlit import config as _config -from streamlit.web.bootstrap import run - -from b2aiprep.prepare import redcap_to_bids -from b2aiprep.summer_school_data import prepare_summer_school_data from senselab.audio.data_structures.audio import Audio -from senselab.utils.data_structures.model import HFModel -from senselab.audio.tasks.speaker_verification.speaker_verification import verify_speaker -from senselab.audio.tasks.speech_to_text.api import transcribe_audios -from senselab.audio.tasks.speaker_embeddings.api import extract_speaker_embeddings_from_audios +from senselab.audio.tasks.features_extraction.opensmile import ( + extract_opensmile_features_from_audios, +) from senselab.audio.tasks.features_extraction.torchaudio import ( - extract_spectrogram_from_audios, extract_mel_filter_bank_from_audios, - extract_mfcc_from_audios + extract_mfcc_from_audios, + extract_spectrogram_from_audios, ) -from senselab.audio.tasks.features_extraction.opensmile import extract_opensmile_features_from_audios from senselab.audio.tasks.preprocessing.preprocessing import resample_audios +from senselab.audio.tasks.speaker_embeddings.api import ( + extract_speaker_embeddings_from_audios, +) +from senselab.audio.tasks.speaker_verification.speaker_verification import ( + verify_speaker, +) +from senselab.audio.tasks.speech_to_text.api import transcribe_audios +from senselab.utils.data_structures.model import HFModel +from streamlit import config as _config +from streamlit.web.bootstrap import run + +from b2aiprep.prepare.bids_like_data import redcap_to_bids +from b2aiprep.prepare.prepare import prepare_bids_like_data @click.group() @@ -42,18 +46,23 @@ def dashboard(bids_dir: str): bids_path = Path(bids_dir).resolve() if not bids_path.exists(): raise ValueError(f"Input path {bids_path} does not exist.") - + if not bids_path.is_dir(): raise ValueError(f"Input path {bids_path} is not a directory.") _config.set_option("server.headless", True) - dashboard_path = pkg_resources.resource_filename('b2aiprep', 'app/Dashboard.py') + dashboard_path = pkg_resources.resource_filename("b2aiprep", "app/Dashboard.py") run(dashboard_path, args=[bids_path.as_posix()], flag_options=[], is_hello=False) @main.command() @click.argument("filename", type=click.Path(exists=True)) -@click.option("--outdir", type=click.Path(), default=Path.cwd().joinpath('output').as_posix(), show_default=True) +@click.option( + "--outdir", + type=click.Path(), + default=Path.cwd().joinpath("output").as_posix(), + show_default=True, +) @click.option("--audiodir", type=click.Path(), default=None, show_default=True) def redcap2bids( filename, @@ -77,17 +86,36 @@ def redcap2bids( @click.argument("audio_dir_path", type=click.Path(exists=True)) @click.argument("bids_dir_path", type=click.Path()) @click.argument("tar_file_path", type=click.Path()) -def prepsummerdata( - redcap_csv_path, - audio_dir_path, - bids_dir_path, - tar_file_path +@click.argument("transcription_model_size", type=str) +@click.argument("n_cores", type=int) +@click.argument("with_sensitive", type=bool) +def prepbidslikedata( + redcap_csv_path, + audio_dir_path, + bids_dir_path, + tar_file_path, + transcription_model_size, + n_cores, + with_sensitive, ): - prepare_summer_school_data( + """Organizes the data into a BIDS-like directory structure. + + redcap_csv_path: path to the redcap csv\n + audio_dir_path: path to directory with audio files\n + bids_dir_path: path to store bids-like data\n + tar_file_path: path to store tar file\n + transcription_model_size: tiny, small, medium, or large\n + n_cores: number of cores to run feature extraction on\n + with_sensitive: whether to include sensitive data + """ + prepare_bids_like_data( redcap_csv_path=Path(redcap_csv_path), audio_dir_path=Path(audio_dir_path), bids_dir_path=Path(bids_dir_path), - tar_file_path=Path(tar_file_path) + tar_file_path=Path(tar_file_path), + transcription_model_size=transcription_model_size, + n_cores=n_cores, + with_sensitive=with_sensitive, ) @@ -119,7 +147,9 @@ def convert( features["task"] = task resampled_audio = resample_audios([audio], resample_rate=16000)[0] features["speaker_embedding"] = extract_speaker_embeddings_from_audios([resampled_audio]) - features["specgram"] = extract_spectrogram_from_audios([audio], win_length=win_length, hop_length=hop_length) + features["specgram"] = extract_spectrogram_from_audios( + [audio], win_length=win_length, hop_length=hop_length + ) features["melfilterbank"] = extract_mel_filter_bank_from_audios([audio], n_mels=n_mels) features["mfcc"] = extract_mfcc_from_audios([audio]) features["sample_rate"] = audio.sampling_rate @@ -130,6 +160,7 @@ def convert( torch.save(features, save_path) return features + @main.command() @click.argument("csvfile", type=click.Path(exists=True)) @click.option("--outdir", type=click.Path(), default=os.getcwd(), show_default=True) @@ -177,7 +208,18 @@ def batchconvert( @pydra.task @annotate({"return": {"features": dict}}) - def convert(filename, subject, task, outdir, n_mels, n_coeff, win_length, hop_length, transcribe, opensmile): + def convert( + filename, + subject, + task, + outdir, + n_mels, + n_coeff, + win_length, + hop_length, + transcribe, + opensmile, + ): os.makedirs(outdir, exist_ok=True) audio = Audio.from_filepath(filename) features = {} @@ -185,11 +227,15 @@ def convert(filename, subject, task, outdir, n_mels, n_coeff, win_length, hop_le features["task"] = task resampled_audio = resample_audios([audio], resample_rate=16000)[0] features["speaker_embedding"] = extract_speaker_embeddings_from_audios([resampled_audio]) - features["specgram"] = extract_spectrogram_from_audios([audio], win_length=win_length, hop_length=hop_length) + features["specgram"] = extract_spectrogram_from_audios( + [audio], win_length=win_length, hop_length=hop_length + ) features["melfilterbank"] = extract_mel_filter_bank_from_audios([audio], n_mels=n_mels) features["mfcc"] = extract_mfcc_from_audios([audio]) features["sample_rate"] = audio.sampling_rate - features["opensmile"] = extract_opensmile_features_from_audios([audio], feature_set=opensmile[0]) + features["opensmile"] = extract_opensmile_features_from_audios( + [audio], feature_set=opensmile[0] + ) if transcribe: features["transcription"] = transcribe_audios(audios=[audio])[0] save_path = Path(outdir) / (Path(filename).stem + ".pt") @@ -205,15 +251,15 @@ def convert(filename, subject, task, outdir, n_mels, n_coeff, win_length, hop_le filenames = [Path(line).absolute().as_posix() for line in lines] featurize_task = convert.map( filename=filenames, - subject=[None]*len(filenames), - task=[None]*len(filenames), - outdir=[outdir]*len(filenames), - n_mels=[n_mels]*len(filenames), - n_coeff=[n_coeff]*len(filenames), - win_length=[win_length]*len(filenames), - hop_length=[hop_length]*len(filenames), - transcribe=[speech2text]*len(filenames), - opensmile=[opensmile]*len(filenames), + subject=[None] * len(filenames), + task=[None] * len(filenames), + outdir=[outdir] * len(filenames), + n_mels=[n_mels] * len(filenames), + n_coeff=[n_coeff] * len(filenames), + win_length=[win_length] * len(filenames), + hop_length=[hop_length] * len(filenames), + transcribe=[speech2text] * len(filenames), + opensmile=[opensmile] * len(filenames), ) elif num_cols == 3: filenames, subjects, tasks = zip(*[line.split(",") for line in lines]) @@ -221,13 +267,13 @@ def convert(filename, subject, task, outdir, n_mels, n_coeff, win_length, hop_le filename=[Path(f).absolute().as_posix() for f in filenames], subject=subjects, task=tasks, - outdir=[outdir]*len(filenames), - n_mels=[n_mels]*len(filenames), - n_coeff=[n_coeff]*len(filenames), - win_length=[win_length]*len(filenames), - hop_length=[hop_length]*len(filenames), - transcribe=[speech2text]*len(filenames), - opensmile=[opensmile]*len(filenames), + outdir=[outdir] * len(filenames), + n_mels=[n_mels] * len(filenames), + n_coeff=[n_coeff] * len(filenames), + win_length=[win_length] * len(filenames), + hop_length=[hop_length] * len(filenames), + transcribe=[speech2text] * len(filenames), + opensmile=[opensmile] * len(filenames), ) cwd = os.getcwd() @@ -249,13 +295,17 @@ def convert(filename, subject, task, outdir, n_mels, n_coeff, win_length, hop_le shutil.copy(result.output["features"], Path(outdir)) stored_results.append(Path(outdir) / Path(result.output["features"]).name) if dataset: + def gen(): for val in stored_results: yield torch.load(val) + print(f"Input: {len(results)} files. Processed: {len(stored_results)}") + def to_hf_dataset(generator, outdir: Path) -> None: ds = Dataset.from_generator(generator) ds.to_parquet(outdir / "b2aivoice.parquet") + to_hf_dataset(gen, Path(outdir)) @@ -271,6 +321,7 @@ def verify(file1, file2, device): score, prediction = verify_speaker(audios=[audio_pair])[0] print(f"Score: {float(score):.2f} Prediction: {bool(prediction)}") + @main.command() @click.argument("audio_file", type=click.Path(exists=True)) @click.option("--model_id", type=str, default="openai/whisper-tiny", show_default=True) @@ -335,6 +386,6 @@ def createbatchcsv(input_dir, out_file): print(f"csv of audiofiles generated at: {out_file}") -if __name__ == '__main__': +if __name__ == "__main__": # include main to enable python debugging - main() # pylint: disable=no-value-for-parameter \ No newline at end of file + main() # pylint: disable=no-value-for-parameter diff --git a/src/b2aiprep/constants.py b/src/b2aiprep/constants.py deleted file mode 100644 index 2a82b12..0000000 --- a/src/b2aiprep/constants.py +++ /dev/null @@ -1,154 +0,0 @@ -from enum import Enum -from importlib.resources import files -import json -import typing as t - -from pydantic import BaseModel, model_validator, root_validator - -GENERAL_QUESTIONNAIRES = [ - "participant", - "eligibility", - "enrollment", - "vocalFoldParalysis", - "laryngealDystonia", - "precancerousLesions", - "laryngealCancer", - "benignLesion", - "bipolar", - "depression", - "airwaystenosis", - "alzheimers", - "parkinsons", - "als" -] - -AUDIO_TASKS = ( - 'Animal fluency', 'Audio Check', 'Breath Sounds', - 'Cape V sentences', 'Caterpillar Passage', 'Cinderella Story', - 'Diadochokinesis', 'Free Speech', 'Glides', 'Loudness', - 'Maximum phonation time', 'Picture description', - 'Productive Vocabulary', 'Prolonged vowel', 'Rainbow Passage', - 'Random Item Generation', 'Respiration and cough', 'Story recall', - 'Voluntary Cough', 'Word-color Stroop', -) - -class Instrument(BaseModel): - """Instruments are associated with fixed sets of columns and a string - value to subselect RedCap CSV rows.""" - session_id: str - name: str - text: str - schema: str - _columns: t.List[str] = [] - - @property - def columns(self): - if len(self._columns) == 0: - self._columns = self._load_instrument_columns() - return self._columns - - def _load_instrument_columns(self) -> t.List[str]: - """Load the data columns for the Bridge2AI voice data. - - Parameters - ---------- - repeat_instrument : RepeatInstrument - The repeat instrument for which to load the columns. - - Returns - ------- - list - The columns for the repeat instrument. - """ - b2ai_resources = files("b2aiprep").joinpath("resources", "instrument_columns") - return json.loads(b2ai_resources.joinpath(f"{self.name}.json").read_text()) - - def get_columns(self, add_record_id: bool=True) -> t.List[str]: - """Get the set of string column names associated with an instrument. - - Parameters - ---------- - add_record_id : bool, optional - Whether to add the record_id column, by default True - - Returns - ------- - List[str] - The column names. - """ - columns = self.columns - if add_record_id: - if 'record_id' not in columns: - columns.insert(0, 'record_id') - return columns - - def __init__(self, **data): - super().__init__(**data) - # trigger the loading of the columns with a call to the property - self.columns - -class RepeatInstrument(Enum): - # instruments which use the general row of the redcap CSV export - PARTICIPANT = Instrument(session_id='record_id', name='participant', text='Participant', schema='subjectparticipantbasicinformationschema') - ELIGIBILITY = Instrument(session_id='record_id', name='eligibility', text='Participant', schema='subjectparticipanteligiblestudiesschema') - ENROLLMENT = Instrument(session_id='record_id', name='enrollment', text='Participant', schema='enrollmentformschema') - VOCAL_FOLD_PARALYSIS = Instrument(session_id='record_id', name='vocalFoldParalysis', text='Participant', schema='dvoicevocalfoldparalysisschema') - LARYNGEAL_DYSTONIA = Instrument(session_id='record_id', name='laryngealDystonia', text='Participant', schema='dvoicelaryngealdystoniaschema') - PRECANCEROUS_LESIONS = Instrument(session_id='record_id', name='precancerousLesions', text='Participant', schema='dvoiceprecancerouslesionsschema') - LARYNGEAL_CANCER = Instrument(session_id='record_id', name='laryngealCancer', text='Participant', schema='dvoicelaryngealcancerschema') - BENIGN_LESION = Instrument(session_id='record_id', name='benignLesion', text='Participant', schema='dvoicebenignlesionsschema') - BIPOLAR = Instrument(session_id='record_id', name='bipolar', text='Participant', schema='dmoodbipolardisorderschema') - DEPRESSION = Instrument(session_id='record_id', name='depression', text='Participant', schema='dmooddepressionormajordepressivedisorderschema') - AIRWAY_STENOSIS = Instrument(session_id='record_id', name='airwaystenosis', text='Participant', schema='drespairwaystenosisschema') - ALZHEIMERS = Instrument(session_id='record_id', name='alzheimers', text='Participant', schema='dneuroalzheimersdiseasemildcognitiveimpairmeschema') - PARKINSONS = Instrument(session_id='record_id', name='parkinsons', text='Participant', schema='dneuroparkinsonsdiseaseschema') - ALS = Instrument(session_id='record_id', name='als', text='Participant', schema='dneuroamyotrophiclateralsclerosisalsschema') - # data where the row has a specific repeat instrument, filtered to by the text argument - SESSION = Instrument(session_id='session_id', name='sessions', text='Session', schema='sessionschema') - ACOUSTIC_TASK = Instrument(session_id='acoustic_task_id', name='acoustic_tasks', text='Acoustic Task', schema='acoustictaskschema') - RECORDING = Instrument(session_id='recording_id', name='recordings', text='Recording', schema='recordingschema') - GENERIC_DEMOGRAPHICS = Instrument(session_id='demographics_session_id', name='demographics', text='Q Generic Demographics', schema='qgenericdemographicsschema') - GENERIC_CONFOUNDERS = Instrument(session_id='confounders_session_id', name='confounders', text='Q Generic Confounders', schema='qgenericconfoundersschema') - GENERIC_VOICE_PERCEPTION = Instrument(session_id='voice_perception_session_id', name='voicePerception', text='Q Generic Voice Perception', schema='qgenericvoiceperceptionschema') - GENERIC_VOICE_HANDICAP = Instrument(session_id='vhi_session_id', name='vhi10', text='Q Generic Voice Handicap Index Vhi10', schema='qgenericvoicehandicapindexvhi10schema') - GENERIC_PHQ9_DEPRESSION = Instrument(session_id='phq_9_session_id', name='phq9', text='Q Generic Patient Health Questionnaire9', schema='qgenericpatienthealthquestionnaire9schema') - GENERIC_GAD7_ANXIETY = Instrument(session_id='gad_7_session_id', name='gad7', text='Q - Generic - Gad7 Anxiety', schema='qgenericgad7anxietyschema') - RESP_DYSPNEA_INDEX = Instrument(session_id='dyspnea_index_session_id', name='dyspnea', text='Q - Resp - Dyspnea Index Di', schema='qrespdyspneaindexdischema') - RESP_LEICESTER_COUGH = Instrument(session_id='leicester_cough_session_id', name='leicester', text='Q - Resp - Leicester Cough Questionnaire Lcq', schema='qrespleicestercoughquestionnairelcqschema') - VOICE_VOICE_PROBLEM_SEVERITY = Instrument(session_id='voice_severity_session_id', name='voiceSeverity', text='Q - Voice - Voice Problem Severity', schema='qvoicevoiceproblemseverityschema') - MOOD_PANAS = Instrument(session_id='panas_session_id', name='panas', text='Q - Mood - Panas', schema='qmoodpanasschema') - MOOD_CUSTOM_AFFECT = Instrument(session_id='custom_affect_scale_session_id', name='customAffectScale', text='Q - Mood - Custom Affect Scale', schema='qmoodcustomaffectscaleschema') - MOOD_DSM5_ADULT = Instrument(session_id='dsm_5_session_id', name='dsm5', text='Q - Mood - Dsm5 Adult', schema='qmooddsm5adultschema') - MOOD_PTSD_ADULT = Instrument(session_id='ptsd_session_id', name='ptsd', text='Q - Mood - Ptsd Adult', schema='qmoodptsdadultschema') - MOOD_ADHD_ADULT = Instrument(session_id='adhd_session_id', name='adhd', text='Q - Mood - Adhd Adult', schema='qmoodadhdadultschema') - NEURO_WINOGRAD_SCHEMAS = Instrument(session_id='winograd_session_id', name='winograd', text='Q - Neuro Winograd Schemas', schema='qneurowinogradschemasschema') - NEURO_WORDCOLOR_STROOP = Instrument(session_id='stroop_session_id', name='stroop', text='Q - Neuro - Wordcolor Stroop', schema='qneurowordcolorstroopschema') - NEURO_PRODUCTIVE_VOCABULARY = Instrument(session_id='vocabulary_session_id', name='vocab', text='Q - Neuro - Productive Vocabulary', schema='qneuroproductivevocabularyschema') - NEURO_RANDOM_ITEM_GENERATION = Instrument(session_id='random_session_id', name='random', text='Q - Neuro - Random Item Generation', schema='qneurorandomitemgenerationschema') - -VALIDATED_QUESTIONNAIRES = [ - RepeatInstrument.GENERIC_DEMOGRAPHICS, - RepeatInstrument.GENERIC_CONFOUNDERS, - RepeatInstrument.GENERIC_VOICE_PERCEPTION, - RepeatInstrument.GENERIC_VOICE_HANDICAP, - RepeatInstrument.GENERIC_PHQ9_DEPRESSION, - RepeatInstrument.GENERIC_GAD7_ANXIETY, - RepeatInstrument.RESP_DYSPNEA_INDEX, - RepeatInstrument.RESP_LEICESTER_COUGH, - RepeatInstrument.VOICE_VOICE_PROBLEM_SEVERITY, - RepeatInstrument.MOOD_PANAS, - RepeatInstrument.MOOD_CUSTOM_AFFECT, - RepeatInstrument.MOOD_DSM5_ADULT, - RepeatInstrument.MOOD_PTSD_ADULT, - RepeatInstrument.MOOD_ADHD_ADULT, - RepeatInstrument.NEURO_WINOGRAD_SCHEMAS, - RepeatInstrument.NEURO_WORDCOLOR_STROOP, - RepeatInstrument.NEURO_PRODUCTIVE_VOCABULARY, - RepeatInstrument.NEURO_RANDOM_ITEM_GENERATION, -] - -REPEAT_INSTRUMENT_PREFIX_MAPPING = { - RepeatInstrument.SESSION: 'session_', - RepeatInstrument.ACOUSTIC_TASK: 'acoustic_task_', - RepeatInstrument.RECORDING: 'recording_', -} diff --git a/src/b2aiprep/app/Dashboard.py b/src/b2aiprep/dashboard/Dashboard.py similarity index 57% rename from src/b2aiprep/app/Dashboard.py rename to src/b2aiprep/dashboard/Dashboard.py index e19af6a..3aab3f0 100644 --- a/src/b2aiprep/app/Dashboard.py +++ b/src/b2aiprep/dashboard/Dashboard.py @@ -1,108 +1,133 @@ import argparse -from pathlib import Path import sys +from pathlib import Path -import streamlit as st -import pandas as pd import altair as alt +import streamlit as st + +from b2aiprep.prepare.dataset import VBAIDataset -from b2aiprep.dataset import VBAIDataset def parse_args(args): """Parse command line arguments.""" - parser = argparse.ArgumentParser(description='Dashboard for audio data in BIDS format.') - parser.add_argument('bids_dir', help='Folder with the BIDS data', default='output') + parser = argparse.ArgumentParser(description="Dashboard for audio data in BIDS format.") + parser.add_argument("bids_dir", help="Folder with the BIDS data", default="output") return parser.parse_args(args) + def load_dataset(bids_dir): """Load the dataset from the given BIDS directory.""" if not bids_dir.exists(): raise ValueError(f"Folder {bids_dir} does not exist.") return VBAIDataset(bids_dir) + def initialize_session_state(dataset): """Initialize Streamlit session state.""" - if 'dataset' not in st.session_state: + if "dataset" not in st.session_state: st.session_state.dataset = dataset + def display_summary(df, df_recordings): """Display summary statistics of the dataset.""" n_sessions = df.shape[0] - n_subjects = df['record_id'].nunique() - n_subj_gt_1 = df.groupby('record_id').size().gt(1).sum() - max_num_sessions = df.groupby('record_id').size().max() + n_subjects = df["record_id"].nunique() + n_subj_gt_1 = df.groupby("record_id").size().gt(1).sum() + max_num_sessions = df.groupby("record_id").size().max() n_recordings = df_recordings.shape[0] st.write( f""" * {n_subjects} subjects have participated. * {n_sessions} sessions have been conducted. - * {n_subj_gt_1} subjects ({n_subj_gt_1/n_subjects:1.2%}) have more than one session (max = {max_num_sessions}). + * {n_subj_gt_1} subjects ({n_subj_gt_1/n_subjects:1.2%}) \ + have more than one session (max = {max_num_sessions}). * {n_recordings} recordings have been made. """ ) + def create_bar_chart(df, group_col, count_col, x_title, y_title): """Create a bar chart using Altair.""" chart_data = df.groupby(group_col).size().reset_index(name=count_col) chart_data.columns = [y_title, x_title] - chart = alt.Chart(chart_data).mark_bar().encode( - x=x_title, - y=y_title, - ).properties( - width=600, - height=400, + chart = ( + alt.Chart(chart_data) + .mark_bar() + .encode( + x=x_title, + y=y_title, + ) + .properties( + width=600, + height=400, + ) ) return chart + def main(): args = parse_args(sys.argv[1:]) bids_dir = Path(args.bids_dir).resolve() dataset = load_dataset(bids_dir) initialize_session_state(dataset) - + st.set_page_config( page_title="b2ai voice", page_icon="👋", ) - + st.write("# Bridge2AI Voice Data Dashboard") - + st.sidebar.success("Choose an option above.") - + st.markdown( """ This dashboard allows you to explore the voice data collected by Bridge2AI. - + You should first load in the data below by providing a path to the BIDS-like formatted data folder. Once you've done that, you can explore the data. """ ) - + st.markdown("## Session information") - - df = dataset.load_and_pivot_questionnaire('sessionschema') - df_recordings = dataset.load_and_pivot_questionnaire('recordingschema') - + + df = dataset.load_and_pivot_questionnaire("sessionschema") + df_recordings = dataset.load_and_pivot_questionnaire("recordingschema") + display_summary(df, df_recordings) - + st.write("## Subjects by site") - st.altair_chart(create_bar_chart(df[['record_id', 'session_site']].drop_duplicates(), 'session_site', 'count', 'Number of participants', 'Site')) - + st.altair_chart( + create_bar_chart( + df[["record_id", "session_site"]].drop_duplicates(), + "session_site", + "count", + "Number of participants", + "Site", + ) + ) + st.write("## Sessions by site") - st.altair_chart(create_bar_chart(df, 'session_site', 'count', 'Number of sessions', 'Site')) - + st.altair_chart(create_bar_chart(df, "session_site", "count", "Number of sessions", "Site")) + st.write("## Session durations") - session_durations = df['session_duration'].astype(float) / 3600.0 + session_durations = df["session_duration"].astype(float) / 3600.0 session_durations = session_durations.dropna() - hist = alt.Chart(session_durations.reset_index()).mark_bar().encode( - alt.X("session_duration:Q", bin=alt.Bin(maxbins=20), title="Session duration (hours)"), - y='count()', - ).properties( - width=600, - height=400, + hist = ( + alt.Chart(session_durations.reset_index()) + .mark_bar() + .encode( + alt.X("session_duration:Q", bin=alt.Bin(maxbins=20), title="Session duration (hours)"), + y="count()", + ) + .properties( + width=600, + height=400, + ) ) st.altair_chart(hist) + if __name__ == "__main__": main() diff --git a/src/b2aiprep/dashboard/pages/1_Demographics.py b/src/b2aiprep/dashboard/pages/1_Demographics.py new file mode 100644 index 0000000..85b5e74 --- /dev/null +++ b/src/b2aiprep/dashboard/pages/1_Demographics.py @@ -0,0 +1,128 @@ +import argparse +import sys + +import altair as alt +import pandas as pd +import streamlit as st + +from b2aiprep.prepare.dataset import VBAIDataset + +st.set_page_config(page_title="Demographics", page_icon="📈") + +st.markdown("# Demographics") +st.sidebar.header("Demographics") +st.write("""This page overviews the demographics of the dataset.""") + + +def parse_args(args): + parser = argparse.ArgumentParser("Audio processing for BIDS data.") + parser.add_argument("bids_dir", help="Folder with the BIDS data") + return parser.parse_args(args) + + +args = parse_args(sys.argv[1:]) +st.session_state.bids_dir = args.bids_dir + +dataset = VBAIDataset(st.session_state.bids_dir) + +schema_name = "qgenericdemographicsschema" +df = dataset.load_and_pivot_questionnaire(schema_name) + +# st.markdown("## Age Distribution") +# st.write(df['age'].describe()) + + +st.markdown("## Gender Identity") +gender_counts = df["gender_identity"].value_counts() +st.bar_chart(gender_counts) + + +st.markdown("## Sexual Orientation") +orientation_counts = df["sexual_orientation"].value_counts() +st.bar_chart(orientation_counts) + + +st.markdown("## Race") +race_columns = [col for col in df.columns if "race___" in col] +race_counts = df[race_columns].sum() +st.bar_chart(race_counts) + +st.markdown("## Ethnicity") +ethnicity_counts = df["ethnicity"].value_counts() +st.bar_chart(ethnicity_counts) + +st.markdown("## Marital Status") +marital_status_columns = [col for col in df.columns if "marital_status___" in col] +marital_status_counts = df[marital_status_columns].sum() +st.bar_chart(marital_status_counts) + + +st.markdown("## Employment Status") +employ_status_columns = [col for col in df.columns if "employ_status___" in col] +employ_status_counts = df[employ_status_columns].sum() +st.bar_chart(employ_status_counts) + +# we need to do some harmonization of the USA / CA salaries +st.markdown("## Household Income") +income = df[["household_income_usa", "household_income_ca"]].copy() +income_cols = list(income.columns) +# get the upper range of their income, or if they only have one, the upper limit +for col in income_cols: + # need to extract the *last* instance of this pattern + income[f"{col}_lower"] = income[col].str.extract(r"\$(\d+,\d+)\s*$") + income[f"{col}_lower"] = income[f"{col}_lower"].str.replace(",", "") + income[f"{col}_lower"] = pd.to_numeric(income[f"{col}_lower"], errors="coerce") + + # now create an integer which is higher if the value is higher + income[f"{col}_seq_num"] = income[f"{col}_lower"].rank(ascending=True, method="dense") + income[f"{col}_seq_num"] = income[f"{col}_seq_num"].fillna(-1).astype(int) + + idxNan = income[col].str.contains("Prefer not to answer").fillna(False) + income.loc[idxNan, f"{col}_seq_num"] = 0 + +income["seq_num"] = income[["household_income_usa_seq_num", "household_income_ca_seq_num"]].max( + axis=1 +) +# get our look-up dict for each +income_lookups = {} +for col in income_cols: + income_lookups[col] = ( + income[[col, f"{col}_seq_num"]].drop_duplicates().set_index(f"{col}_seq_num").to_dict()[col] + ) + +income["country"] = "Missing" +idx = income["household_income_usa"].notnull() +income.loc[idx, "country"] = "USA" +idx = income["household_income_ca"].notnull() +income.loc[idx, "country"] = "Canada" + +income_grouped = pd.crosstab(income["seq_num"], income["country"]) +# as it turns out, both countries have the same values for income brackets +# so we can just use one of the mapping tables +n_missing = (income["seq_num"] == -1).sum() +income_grouped.index = income_grouped.index.map(income_lookups[col]) +income_grouped = income_grouped[["USA", "Canada"]] +income_grouped.index.name = "Household Income (CAD or USD)" +# st.write(income_grouped) + +# grouped barchart +income_grouped = income_grouped.reset_index() +income_grouped = income_grouped.melt( + id_vars="Household Income (CAD or USD)", var_name="Country", value_name="Count" +) +chart = ( + alt.Chart(income_grouped) + .mark_bar() + .encode( + x=alt.X("Household Income (CAD or USD):O", axis=alt.Axis(title="Income")), + y=alt.Y("Count:Q", axis=alt.Axis(title="Count")), + color="Country:N", + tooltip=["Household Income (CAD or USD)", "Count", "Country"], + ) +) +st.altair_chart(chart, use_container_width=True) +st.write(f"{n_missing} missing a household income.") + + +st.markdown("## Full dataframe") +st.write(df) diff --git a/src/b2aiprep/app/pages/2_Subject_Questionnaires.py b/src/b2aiprep/dashboard/pages/2_Subject_Questionnaires.py similarity index 67% rename from src/b2aiprep/app/pages/2_Subject_Questionnaires.py rename to src/b2aiprep/dashboard/pages/2_Subject_Questionnaires.py index 09fce60..e0129f5 100644 --- a/src/b2aiprep/app/pages/2_Subject_Questionnaires.py +++ b/src/b2aiprep/dashboard/pages/2_Subject_Questionnaires.py @@ -1,12 +1,11 @@ -import sys import argparse +import sys -import streamlit as st -import pandas as pd import altair as alt +import streamlit as st -from b2aiprep.constants import GENERAL_QUESTIONNAIRES -from b2aiprep.dataset import VBAIDataset +from b2aiprep.prepare.constants import GENERAL_QUESTIONNAIRES +from b2aiprep.prepare.dataset import VBAIDataset st.set_page_config(page_title="Subject questionnaires", page_icon="📊") @@ -14,11 +13,14 @@ @st.cache_data def get_questionnaire_dataframe(_dataset: VBAIDataset, questionnaire_name: str): return _dataset.load_and_pivot_questionnaire(questionnaire_name) + + def parse_args(args): - parser = argparse.ArgumentParser('Audio processing for BIDS data.') - parser.add_argument('bids_dir', help='Folder with the BIDS data') + parser = argparse.ArgumentParser("Audio processing for BIDS data.") + parser.add_argument("bids_dir", help="Folder with the BIDS data") return parser.parse_args(args) + args = parse_args(sys.argv[1:]) st.session_state.bids_dir = args.bids_dir @@ -29,13 +31,13 @@ def parse_args(args): # for questionnaire_name in GENERAL_QUESTIONNAIRES[4:]: # df = load_questionnaire_into_dataframe(dataset, questionnaire_name) -# st.write(f"* {df.shape[0]} individuals have responses for the {questionnaire_name} questionnaire.") +# st.write(f"* {df.shape[0]} individuals have responses for +# the {questionnaire_name} questionnaire.") st.markdown("# Subject questionnaires") questionnaire_name = st.selectbox( - 'Which questionnaire would you like to review?', - GENERAL_QUESTIONNAIRES + "Which questionnaire would you like to review?", GENERAL_QUESTIONNAIRES ) df = get_questionnaire_dataframe(dataset, questionnaire_name) @@ -65,19 +67,17 @@ def parse_args(args): if len(binary_questions) > 0: st.markdown("# Binary questions") grp = df[binary_questions].copy().map(lambda x: 1 if x in ("Checked", "Yes") else 0) - grp = grp.mean().reset_index(name='count') + grp = grp.mean().reset_index(name="count") # convert to percentage - grp['percentage'] = (grp['count'] * 100).round(1) - grp.index.name = 'linkId' - + grp["percentage"] = (grp["count"] * 100).round(1) + grp.index.name = "linkId" + # create horizontal bar chart - chart = alt.Chart(grp).mark_bar().encode( - x='percentage:Q', - y=alt.Y('linkId:N', sort='-x'), - tooltip=['count', 'percentage'] - ).properties( - width=600, - height=400 + chart = ( + alt.Chart(grp) + .mark_bar() + .encode(x="percentage:Q", y=alt.Y("linkId:N", sort="-x"), tooltip=["count", "percentage"]) + .properties(width=600, height=400) ) st.altair_chart(chart, use_container_width=True) @@ -85,13 +85,10 @@ def parse_args(args): st.markdown("# Bar plot") questions = df.columns.tolist()[1:] -question_name = st.selectbox( - 'Which question would you like to display?', - questions -) +question_name = st.selectbox("Which question would you like to display?", questions) -grp = df.groupby(question_name).size().reset_index(name='count') -st.bar_chart(grp, x=question_name, y='count') +grp = df.groupby(question_name).size().reset_index(name="count") +st.bar_chart(grp, x=question_name, y="count") st.markdown("# Review the data") -st.write(df) \ No newline at end of file +st.write(df) diff --git a/src/b2aiprep/app/pages/3_Audio.py b/src/b2aiprep/dashboard/pages/3_Audio.py similarity index 74% rename from src/b2aiprep/app/pages/3_Audio.py rename to src/b2aiprep/dashboard/pages/3_Audio.py index daf4955..df7f6ab 100644 --- a/src/b2aiprep/app/pages/3_Audio.py +++ b/src/b2aiprep/dashboard/pages/3_Audio.py @@ -1,26 +1,28 @@ -from matplotlib import pyplot as plt -import numpy as np -import streamlit as st -import pandas as pd -import altair as alt -import sys import argparse +import sys -import matplotlib.cm as cm +import numpy as np +import streamlit as st +from matplotlib import pyplot as plt -from b2aiprep.dataset import VBAIDataset # from b2aiprep.process import Audio, specgram from senselab.audio.data_structures.audio import Audio -from senselab.audio.tasks.features_extraction.torchaudio import extract_spectrogram_from_audios +from senselab.audio.tasks.features_extraction.torchaudio import ( + extract_spectrogram_from_audios, +) from senselab.audio.tasks.preprocessing.preprocessing import resample_audios +from b2aiprep.prepare.dataset import VBAIDataset + st.set_page_config(page_title="Audio", page_icon="📊") + def parse_args(args): - parser = argparse.ArgumentParser('Audio processing for BIDS data.') - parser.add_argument('bids_dir', help='Folder with the BIDS data') + parser = argparse.ArgumentParser("Audio processing for BIDS data.") + parser.add_argument("bids_dir", help="Folder with the BIDS data") return parser.parse_args(args) + args = parse_args(sys.argv[1:]) st.session_state.bids_dir = args.bids_dir @@ -31,22 +33,15 @@ def parse_args(args): subject_paths = dataset.find_subjects() subjects = [path.stem[4:] for path in subject_paths] -subject = st.selectbox( - 'Choose a subject.', - subjects -) +subject = st.selectbox("Choose a subject.", subjects) session_paths = dataset.find_sessions(subject) sessions = [path.stem[4:] for path in session_paths] -session = st.selectbox( - 'Choose a session.', - sessions -) +session = st.selectbox("Choose a session.", sessions) audio_files = sorted(dataset.find_audio(subject, session)) audio_record_names = [ - filename.stem.split('_')[3].split('.')[0].replace('recording-', '') - for filename in audio_files + filename.stem.split("_")[3].split(".")[0].replace("recording-", "") for filename in audio_files ] if len(audio_record_names) > 0: @@ -55,34 +50,27 @@ def parse_args(args): {len(audio_record_names)} audio recordings for this session. """ ) - audio = st.selectbox( - 'Choose an audio file.', - audio_record_names - ) + audio = st.selectbox("Choose an audio file.", audio_record_names) i = audio_record_names.index(audio) audio_file = audio_files[i] # display a widget for playing the audio file - task_name = audio_file.stem.split('_')[2] - rec_name = audio_file.stem.split('_')[3] + task_name = audio_file.stem.split("_")[2] + rec_name = audio_file.stem.split("_")[3] # st.markdown(f"Playing {rec_name}") st.audio(str(audio_file)) - # configuration options - win_length = st.number_input('Window length', value=30) - hop_length = st.number_input('Hop length', value=15) + win_length = st.number_input("Window length", value=30) + hop_length = st.number_input("Hop length", value=15) nfft = 1024 audio = Audio.from_filepath(str(audio_file)) audio = resample_audios([audio], 16000)[0] # set window and hop length to the same to not allow for good Griffin Lim reconstruction features_specgram = extract_spectrogram_from_audios( - audios=[audio], - n_fft=nfft, - hop_length=hop_length, - win_length=win_length + audios=[audio], n_fft=nfft, hop_length=hop_length, win_length=win_length ) features_specgram = features_specgram[0]["spectrogram"] # torch.Tensor # specgram(audio, win_length=win_length, hop_length=hop_length, n_fft=nfft) @@ -98,7 +86,7 @@ def parse_args(args): # convert to db log_spec = 10.0 * np.log10(np.maximum(features_specgram, 1e-10)).T fig, ax = plt.subplots(1, 1) - ax.set_ylabel('Frequency (Hz)') + ax.set_ylabel("Frequency (Hz)") ax.matshow(log_spec, origin="lower", aspect="auto") xlim = ax.get_xlim() @@ -108,7 +96,7 @@ def parse_args(args): ax.set_xticklabels(xticklabels) # reset the xlim, which may have been modified by setting the xticks ax.set_xlim(xlim) - ax.set_xlabel('Time (s)') + ax.set_xlabel("Time (s)") # y-axis is frequency ylim = ax.get_ylim() diff --git a/src/b2aiprep/app/pages/4_Search.py b/src/b2aiprep/dashboard/pages/4_Search.py similarity index 90% rename from src/b2aiprep/app/pages/4_Search.py rename to src/b2aiprep/dashboard/pages/4_Search.py index ad38532..5d547eb 100644 --- a/src/b2aiprep/app/pages/4_Search.py +++ b/src/b2aiprep/dashboard/pages/4_Search.py @@ -1,24 +1,24 @@ import ssl -ssl._create_default_https_context = ssl._create_unverified_context +import typing as t import matplotlib.pyplot as plt +import numpy as np +import pandas as pd +import streamlit as st import torch import torch.nn.functional as F -from transformers import AutoTokenizer, AutoModel -import pandas as pd from scipy.spatial import distance as ssd -import numpy as np -import streamlit as st -import typing as t +from transformers import AutoModel, AutoTokenizer + +ssl._create_default_https_context = ssl._create_unverified_context + def mean_pooling(model_output, attention_mask): """Mean pool the model output over the tokens factoring in attention.""" token_embeddings = model_output[ 0 ] # First element of model_output contains all token embeddings - input_mask_expanded = ( - attention_mask.unsqueeze(-1).expand(token_embeddings.size()).float() - ) + input_mask_expanded = attention_mask.unsqueeze(-1).expand(token_embeddings.size()).float() return torch.sum(token_embeddings * input_mask_expanded, 1) / torch.clamp( input_mask_expanded.sum(1), min=1e-9 ) @@ -42,7 +42,7 @@ def embed_sentences(text_list): batch_size = 10 sentence_embeddings = [] for i in range(0, len(text_list), batch_size): - batch = text_list[i:i+batch_size] + batch = text_list[i : i + batch_size] # Tokenize sentences encoded_input = tokenizer(batch, padding=True, truncation=True, return_tensors="pt") with torch.no_grad(): @@ -59,20 +59,21 @@ def embed_sentences(text_list): def embed_corpus(c): return embed_sentences(c) + @st.cache_data def download_and_load_data_dictionary() -> pd.DataFrame: """Load the data dictionary from the public release GitHub repo. - + https://github.com/eipm/bridge2ai-redcap/ Returns: pd.DataFrame: The data dictionary as a DataFrame. """ - data_dictionary_url = ( - "https://raw.githubusercontent.com/eipm/bridge2ai-redcap/main/data/bridge2ai_voice_project_data_dictionary.csv" - ) + data_dictionary_url = "https://raw.githubusercontent.com/eipm/bridge2ai-redcap\ + /main/data/bridge2ai_voice_project_data_dictionary.csv" return pd.read_csv(data_dictionary_url) + rcdict = download_and_load_data_dictionary() @@ -88,6 +89,7 @@ def extract_descriptions(df: pd.DataFrame) -> t.Tuple[t.List[str], t.List[str]]: field_ids = df.loc[idx, "Variable / Field Name"].values.tolist() return corpus, field_ids + corpus, field_ids = extract_descriptions(rcdict) # TODO: This is a very memory hungry operation, spikes with ~40 GB of memory. @@ -101,7 +103,7 @@ def extract_descriptions(df: pd.DataFrame) -> t.Tuple[t.List[str], t.List[str]]: You can use it to find the name for fields collected in the study. The dataframe column "Form Name" can be used to determine the schema name which contains - the data. For example, the "q_generic_demographics" form name corresponds to the + the data. For example, the "q_generic_demographics" form name corresponds to the "qgenericdemographicsschema" schema name. """ ) @@ -128,7 +130,7 @@ def extract_descriptions(df: pd.DataFrame) -> t.Tuple[t.List[str], t.List[str]]: # map similarity into the dataframe sim_mapper = {field_id: sim for field_id, sim in zip(field_ids_sorted, sims)} -final_df['similarity'] = final_df["Variable / Field Name"].map(sim_mapper) +final_df["similarity"] = final_df["Variable / Field Name"].map(sim_mapper) cols_reordered = ["similarity"] + [c for c in final_df.columns if c != "similarity"] final_df = final_df[cols_reordered] final_df = final_df.sort_values("similarity", ascending=False) diff --git a/src/b2aiprep/app/pages/5_Validate.py b/src/b2aiprep/dashboard/pages/5_Validate.py similarity index 73% rename from src/b2aiprep/app/pages/5_Validate.py rename to src/b2aiprep/dashboard/pages/5_Validate.py index d9f3737..d035683 100644 --- a/src/b2aiprep/app/pages/5_Validate.py +++ b/src/b2aiprep/dashboard/pages/5_Validate.py @@ -1,7 +1,6 @@ import streamlit as st -import pandas as pd -from b2aiprep.dataset import VBAIDataset +from b2aiprep.prepare.dataset import VBAIDataset dataset = VBAIDataset(st.session_state.bids_dir) @@ -14,4 +13,4 @@ if audio_files_exist: st.success("All audio files exist.") else: - st.error("Some audio files are missing.") \ No newline at end of file + st.error("Some audio files are missing.") diff --git a/src/b2aiprep/prepare/__init__.py b/src/b2aiprep/prepare/__init__.py new file mode 100644 index 0000000..098cf0a --- /dev/null +++ b/src/b2aiprep/prepare/__init__.py @@ -0,0 +1,3 @@ +from b2aiprep.prepare.prepare import prepare_bids_like_data + +__all__ = ["__version__", "prepare_bids_like_data"] diff --git a/src/b2aiprep/prepare.py b/src/b2aiprep/prepare/bids_like_data.py similarity index 76% rename from src/b2aiprep/prepare.py rename to src/b2aiprep/prepare/bids_like_data.py index b1918f7..4168716 100644 --- a/src/b2aiprep/prepare.py +++ b/src/b2aiprep/prepare/bids_like_data.py @@ -18,56 +18,54 @@ data type for the information captured in RedCap, and a new audio data type for the voice recordings. """ -import logging -from pathlib import Path + import json +import logging +import os import typing as t +from importlib.resources import files +from pathlib import Path import numpy as np import pandas as pd from pandas import DataFrame -from importlib.resources import files from pydantic import BaseModel from tqdm import tqdm -from b2aiprep.fhir_utils import ( - convert_response_to_fhir, - is_empty_questionnaire_response, -) -from b2aiprep.constants import ( - Instrument, - RepeatInstrument, - AUDIO_TASKS, - GENERAL_QUESTIONNAIRES, - VALIDATED_QUESTIONNAIRES, +from b2aiprep.prepare.constants import AUDIO_TASKS, Instrument, RepeatInstrument +from b2aiprep.prepare.fhir_utils import convert_response_to_fhir +from b2aiprep.prepare.utils import ( + _transform_str_for_bids_filename, + construct_all_tsvs_from_jsons, + construct_tsv_from_json, ) -from b2aiprep.utils import _transform_str_for_bids_filename _LOGGER = logging.getLogger(__name__) + def load_redcap_csv(file_path): """Load the RedCap CSV file into a DataFrame. Makes modifications to the data to ensure compatibility with downstream tooling. - + Parameters ---------- file_path : str The path to the CSV file. - + Returns ------- DataFrame The loaded data. """ try: - data = pd.read_csv(file_path, low_memory=False, na_values='') - if 'redcap_repeat_instrument' in data.columns: - col = 'redcap_repeat_instrument' - elif 'Repeat Instrument' in data.columns: - col = 'Repeat Instrument' + data = pd.read_csv(file_path, low_memory=False, na_values="") + if "redcap_repeat_instrument" in data.columns: + col = "redcap_repeat_instrument" + elif "Repeat Instrument" in data.columns: + col = "Repeat Instrument" else: raise ValueError("No repeat instrument column found in CSV file.") - + # The RedCap CSV exports all rows with a repeat instrument *except* # a single row per subject, which we refer to as the "Participant" instrument. # We need to fill in the missing values for the Participant instrument @@ -76,12 +74,13 @@ def load_redcap_csv(file_path): data[col] = data[col].fillna(participant_instrument.text).astype(str) return data except FileNotFoundError: - print('File not found.') + print("File not found.") return None except pd.errors.ParserError: - print('Error parsing CSV file.') + print("Error parsing CSV file.") return None + def update_redcap_df_column_names(df: DataFrame) -> DataFrame: """Update column names for a RedCap derived dataframe to match the coded column names used in the B2AI data processing pipeline. @@ -94,14 +93,14 @@ def update_redcap_df_column_names(df: DataFrame) -> DataFrame: ---------- df : DataFrame The DataFrame to update. - + Returns ------- DataFrame The updated DataFrame. """ - b2ai_resources = files("b2aiprep").joinpath("resources") + b2ai_resources = files("b2aiprep").joinpath("prepare").joinpath("resources") column_mapping: dict = json.loads(b2ai_resources.joinpath("column_mapping.json").read_text()) # the mapping by default is {"coded_entry": "Coded Entry"} # we want our columns to be named "coded_entry", so we reverse the dict @@ -110,7 +109,7 @@ def update_redcap_df_column_names(df: DataFrame) -> DataFrame: # only map columns if we have a full overlap with the mapping dict overlap_keys = set(df.columns.tolist()).intersection(set(column_mapping.keys())) overlap_values = set(df.columns.tolist()).intersection(set(column_mapping.values())) - + if len(overlap_keys) == df.shape[1]: _LOGGER.info("Mapping columns to coded format.") return df.rename(columns=column_mapping) @@ -119,7 +118,11 @@ def update_redcap_df_column_names(df: DataFrame) -> DataFrame: return df else: non_overlapping_columns = set(df.columns.tolist()) - set(column_mapping.keys()) - raise ValueError(f"Found {len(non_overlapping_columns)} columns not in mapping: {non_overlapping_columns}") + raise ValueError( + f"Found {len(non_overlapping_columns)} \ + columns not in mapping: {non_overlapping_columns}" + ) + def get_df_of_repeat_instrument(df: DataFrame, instrument: Instrument) -> pd.DataFrame: """Filters rows and columns of a RedCap dataframe to correspond to a specific repeat instrument. @@ -130,7 +133,7 @@ def get_df_of_repeat_instrument(df: DataFrame, instrument: Instrument) -> pd.Dat The DataFrame to filter. instrument : Instrument The repeat instrument to filter for. - + Returns ------- pd.DataFrame @@ -138,20 +141,23 @@ def get_df_of_repeat_instrument(df: DataFrame, instrument: Instrument) -> pd.Dat """ columns = instrument.get_columns() - idx = df['redcap_repeat_instrument'] == instrument.text + idx = df["redcap_repeat_instrument"] == instrument.text columns_present = [c for c in columns if c in df.columns] dff = df.loc[idx, columns_present].copy() if len(columns_present) < len(columns): - _LOGGER.warning(( - f"Inserting None for missing columns of {RepeatInstrument.PARTICIPANT} instrument: " - f"{set(columns) - set(columns_present)}" - )) + _LOGGER.warning( + ( + f"Inserting None for missing columns of {RepeatInstrument.PARTICIPANT} instrument: " + f"{set(columns) - set(columns_present)}" + ) + ) impute_value = np.nan for c in set(columns) - set(columns_present): dff[c] = impute_value return dff + def get_recordings_for_acoustic_task(df: pd.DataFrame, acoustic_task: str) -> pd.DataFrame: """Get recordings for a specific acoustic task. @@ -161,39 +167,39 @@ def get_recordings_for_acoustic_task(df: pd.DataFrame, acoustic_task: str) -> pd The DataFrame to filter. acoustic_task : str The acoustic task to filter for. - + Returns ------- pd.DataFrame The filtered DataFrame. """ - if acoustic_task not in AUDIO_TASKS: - raise ValueError(f'Unrecognized {acoustic_task}. Options: {AUDIO_TASKS}') + raise ValueError(f"Unrecognized {acoustic_task}. Options: {AUDIO_TASKS}") - acoustic_tasks_df = get_df_of_repeat_instrument(df, RepeatInstrument.ACOUSTIC_TASK) - recordings_df = get_df_of_repeat_instrument(df, RepeatInstrument.RECORDING) + acoustic_tasks_df = get_df_of_repeat_instrument(df, RepeatInstrument.ACOUSTIC_TASK.value) + recordings_df = get_df_of_repeat_instrument(df, RepeatInstrument.RECORDING.value) - idx = acoustic_tasks_df['acoustic_task_name'] == acoustic_task + idx = acoustic_tasks_df["acoustic_task_name"] == acoustic_task dff = recordings_df.merge( - acoustic_tasks_df.loc[idx, ['acoustic_task_id']], - left_on='recording_acoustic_task_id', - right_on='acoustic_task_id', - how='inner' + acoustic_tasks_df.loc[idx, ["acoustic_task_id"]], + left_on="recording_acoustic_task_id", + right_on="acoustic_task_id", + how="inner", ) return dff +# TODO Modify the save path and naming of this to correspond to the voice file def write_pydantic_model_to_bids_file( - output_path: Path, - data: BaseModel, - schema_name: str, - subject_id: str, - session_id: t.Optional[str] = None, - task_name: t.Optional[str] = None, - recording_name: t.Optional[str] = None, - ): + output_path: Path, + data: BaseModel, + schema_name: str, + subject_id: str, + session_id: t.Optional[str] = None, + task_name: t.Optional[str] = None, + recording_name: t.Optional[str] = None, +): """Write a Pydantic model (presumably a FHIR resource) to a JSON file following the BIDS file name conventions. @@ -214,37 +220,36 @@ def write_pydantic_model_to_bids_file( recording_name : str, optional The recording name. """ - + # sub-_ses-_task-_run-_metadata.json filename = f"sub-{subject_id}" if session_id is not None: session_id = _transform_str_for_bids_filename(session_id) filename += f"_ses-{session_id}" if task_name is not None: task_name = _transform_str_for_bids_filename(task_name) + if recording_name is not None: + task_name = _transform_str_for_bids_filename(recording_name) filename += f"_task-{task_name}" - if recording_name is not None: - recording_name = _transform_str_for_bids_filename(recording_name) - filename += f"_rec-{recording_name}" - - schema_name = _transform_str_for_bids_filename(schema_name) + schema_name = _transform_str_for_bids_filename(schema_name).replace("schema", "") + schema_name = schema_name + "-metadata" filename += f"_{schema_name}.json" if not output_path.exists(): - output_path.mkdir(parents=True, exist_ok=True) + output_path.mkdir(parents=True, exist_ok=False) with open(output_path / filename, "w") as f: f.write(data.json(indent=2)) def _df_to_dict(df: pd.DataFrame, index_col: str) -> t.Dict[str, t.Any]: """Convert a DataFrame to a dictionary of dictionaries, with the given column as the index. - + Retains the index column within the dictionary. - + Args: df: DataFrame to convert. index_col: Column to use as the index. - + Returns: Dictionary of dictionaries. """ @@ -252,9 +257,11 @@ def _df_to_dict(df: pd.DataFrame, index_col: str) -> t.Dict[str, t.Any]: raise ValueError(f"Index column {index_col} not found in DataFrame.") if df[index_col].isnull().any(): - _LOGGER.warn(f"Found {df[index_col].isnull().sum()} null value(s) for {index_col}. Removing.") + _LOGGER.warn( + f"Found {df[index_col].isnull().sum()} null value(s) for {index_col}. Removing." + ) df = df.dropna(subset=[index_col]) - + if df[index_col].nunique() < df.shape[0]: raise ValueError(f"Non-unique {index_col} values found.") @@ -262,18 +269,21 @@ def _df_to_dict(df: pd.DataFrame, index_col: str) -> t.Dict[str, t.Any]: # so that it is output in the later call to to_dict() df.index = df[index_col] - return df.to_dict('index') + return df.to_dict("index") + def create_file_dir(participant_id, session_id): - """Create a file directory structure which follows the BIDS folder structure convention. - + """Create a file directory structure which follows BIDS. + BIDS folders are formatted as follows: base_project_folder/ ├── sub-/ │ ├── ses-/ │ │ ├── beh/ - │ │ │ ├── sub-_ses-_task-_rec-_schema.json - │ │ │ ├── sub-_ses-_task-_rec-_schema.json + │ │ │ ├── sub-_ses-_task-_rec + -_schema.json + │ │ │ ├── sub-_ses-_task-_rec + -_schema.json Args: participant_id: The participant ID. @@ -300,6 +310,7 @@ def questionnaire_mapping(questionnaire_name: str) -> dict: mapping_data = json.loads(mapping_str) return mapping_data[questionnaire_name] + def get_instrument_for_name(name: str) -> Instrument: for repeat_instrument in RepeatInstrument: instrument = repeat_instrument.value @@ -307,8 +318,11 @@ def get_instrument_for_name(name: str) -> Instrument: return instrument raise ValueError(f"No instrument found for value {name}") -def output_participant_data_to_fhir(participant: dict, outdir: Path, audiodir: t.Optional[Path] = None): - participant_id = participant['record_id'] + +def output_participant_data_to_fhir( + participant: dict, outdir: Path, audiodir: t.Optional[Path] = None +): + participant_id = participant["record_id"] subject_path = outdir / f"sub-{participant_id}" if audiodir is not None and not audiodir.exists(): @@ -317,51 +331,23 @@ def output_participant_data_to_fhir(participant: dict, outdir: Path, audiodir: t # TODO: prepare a Patient resource to use as the reference for each questionnaire # patient = create_fhir_patient(participant) - for questionnaire_name in GENERAL_QUESTIONNAIRES: - instrument = get_instrument_for_name(questionnaire_name) - fhir_data = convert_response_to_fhir( - participant, - questionnaire_name=questionnaire_name, - mapping_name=instrument.schema, - columns=instrument.columns, - ) - if is_empty_questionnaire_response(fhir_data): - continue - - write_pydantic_model_to_bids_file( - subject_path, - fhir_data, - schema_name=questionnaire_name, - subject_id=participant_id, - ) - session_instrument = get_instrument_for_name("sessions") task_instrument = get_instrument_for_name("acoustic_tasks") recording_instrument = get_instrument_for_name("recordings") + sessions_df = pd.DataFrame(columns=session_instrument.columns) # validated questionnaires are asked per session for session in participant["sessions"]: + sessions_row = {key: session[key] for key in session_instrument.columns} + sessions_df = pd.concat([sessions_df, pd.DataFrame([sessions_row])], ignore_index=True) session_id = session["session_id"] + # TODO: prepare a session resource to use as the encounter reference for # each session questionnaire session_path = subject_path / f"ses-{session_id}" - beh_path = session_path / 'beh' - audio_output_path = session_path / 'audio' + audio_output_path = session_path / "audio" if not audio_output_path.exists(): audio_output_path.mkdir(parents=True, exist_ok=True) - fhir_data = convert_response_to_fhir( - session, - questionnaire_name=session_instrument.name, - mapping_name=session_instrument.schema, - columns=session_instrument.columns, - ) - write_pydantic_model_to_bids_file( - session_path, - fhir_data, - schema_name=session_instrument.schema, - subject_id=participant_id, - session_id=session_id - ) # multiple acoustic tasks are asked per session for task in session["acoustic_tasks"]: @@ -376,16 +362,16 @@ def output_participant_data_to_fhir(participant: dict, outdir: Path, audiodir: t columns=task_instrument.columns, ) write_pydantic_model_to_bids_file( - beh_path, + audio_output_path, fhir_data, schema_name=task_instrument.schema, subject_id=participant_id, session_id=session_id, task_name=acoustic_task_name, ) - + # prefix is used to name audio files, if they are copied over - prefix = f"sub-{participant_id}_ses-{session_id}_{acoustic_task_name}" + prefix = f"sub-{participant_id}_ses-{session_id}" # there may be more than one recording per acoustic task for recording in task["recordings"]: @@ -396,58 +382,56 @@ def output_participant_data_to_fhir(participant: dict, outdir: Path, audiodir: t columns=recording_instrument.columns, ) write_pydantic_model_to_bids_file( - beh_path, + audio_output_path, fhir_data, schema_name=recording_instrument.schema, subject_id=participant_id, session_id=session_id, task_name=acoustic_task_name, - recording_name=recording["recording_name"] + recording_name=recording["recording_name"], ) # we also need to organize the audio file if audiodir is not None: - # audio files are under a folder with the site name, so we need to recursively glob + # audio files are under a folder with the site name, + # so we need to recursively glob audio_files = list(audiodir.rglob(f"{recording['recording_id']}*")) if len(audio_files) == 0: - logging.warning(f"No audio file found for recording {recording['recording_id']}.") + logging.warning( + f"No audio file found for recording \ + {recording['recording_id']}." + ) else: if len(audio_files) > 1: - logging.warning(( - f"Multiple audio files found for recording {recording['recording_id']}." - f" Using only {audio_files[0]}" - )) + logging.warning( + ( + f"Multiple audio files found for recording \ + {recording['recording_id']}." + f" Using only {audio_files[0]}" + ) + ) audio_file = audio_files[0] # copy file ext = audio_file.suffix - - recording_name = _transform_str_for_bids_filename(recording['recording_name']) - audio_file_destination = audio_output_path / f"{prefix}_rec-{recording_name}{ext}" + + recording_name = _transform_str_for_bids_filename( + recording["recording_name"] + ) + audio_file_destination = ( + audio_output_path / f"{prefix}_task-{recording_name}{ext}" + ) if audio_file_destination.exists(): - logging.warning(f"Audio file {audio_file_destination} already exists. Overwriting.") + logging.warning( + f"Audio file {audio_file_destination} already exists. Overwriting." + ) audio_file_destination.write_bytes(audio_file.read_bytes()) - - # validated questionnaires - for repeat_instrument in VALIDATED_QUESTIONNAIRES: - if (repeat_instrument not in session) or (session[repeat_instrument] is None): - continue - instrument = repeat_instrument.value + # Save sessions.tsv + if not os.path.exists(subject_path): + os.mkdir(subject_path) + sessions_tsv_path = subject_path / "sessions.tsv" + sessions_df.to_csv(sessions_tsv_path, sep="\t", index=False) - fhir_data = convert_response_to_fhir( - session[repeat_instrument], - questionnaire_name=instrument.name, - mapping_name=instrument.schema, - columns=instrument.columns, - ) - - write_pydantic_model_to_bids_file( - beh_path, - fhir_data, - schema_name=instrument.schema, - subject_id=participant_id, - session_id=session_id - ) def redcap_to_bids( filename: Path, @@ -462,7 +446,7 @@ def redcap_to_bids( └── subject └── session └── datatype - + And filenames follow a convention of: sub-_ses-[_task-_rec-]_.json @@ -475,7 +459,7 @@ def redcap_to_bids( audiodir : Path, optional The path to the folder containing audio files. If omitted, no audio data will be included in the reorganized output. - + Raises ------ ValueError @@ -491,17 +475,34 @@ def redcap_to_bids( # that way we only ever need to manually subselect using one version of the column name df = update_redcap_df_column_names(df) - # the repeat instrument columns also defines all the possible - # repeat instruments we would like to extract from the RedCap CSV + construct_tsv_from_json( # construct participants.tsv + df=df, + json_file_path=os.path.join(outdir, "participants.json"), + output_dir=outdir, + output_file_name="participants.tsv", + ) + + construct_all_tsvs_from_jsons( # construct phenotype tsvs + df=df, + input_dir=os.path.join(outdir, "phenotype"), + output_dir=os.path.join(outdir, "phenotype"), + ) + + # The repeat instrument columns also defines all the possible + # repeat instruments we would like to extract from the RedCap CSV. + # In this case, repeat instruments are not necessarily repeatedly collected. + # Rather they are entries that correspond with specific activities. repeat_instruments: t.List[RepeatInstrument] = list(RepeatInstrument.__members__.values()) # we use the RepeatInstrument values to create a dict that maps the instrument + # record_id: dictionary where keys=column names and values=values for that record_id # i.e. we end up with dataframe_dicts = { # 'demographics': {"session_id_1": {data}, ...}}, # 'confounders': {"session_id_1": {data}, ...}}, # ... # } dataframe_dicts: t.Dict[RepeatInstrument, pd.DataFrame] = {} + dataframe_dicts: t.Dict[RepeatInstrument, pd.DataFrame] = {} for repeat_instrument in repeat_instruments: instrument = repeat_instrument.value @@ -551,6 +552,7 @@ def redcap_to_bids( sessions_df["record_id"] == participant["record_id"] ].to_dict("records") + # sessions_df = pd.DataFrame() for session in participant["sessions"]: # there can be multiple acoustic tasks per session session_id = session["session_id"] @@ -560,8 +562,7 @@ def redcap_to_bids( for task in session["acoustic_tasks"]: # there can be multiple recordings per acoustic task task["recordings"] = recordings_df[ - recordings_df["recording_acoustic_task_id"] - == task["acoustic_task_id"] + recordings_df["recording_acoustic_task_id"] == task["acoustic_task_id"] ].to_dict("records") # there can be only one demographics per session diff --git a/src/b2aiprep/prepare/constants.py b/src/b2aiprep/prepare/constants.py new file mode 100644 index 0000000..eff77c7 --- /dev/null +++ b/src/b2aiprep/prepare/constants.py @@ -0,0 +1,339 @@ +import json +import typing as t +from enum import Enum +from importlib.resources import files + +from pydantic import BaseModel + +GENERAL_QUESTIONNAIRES = [ + "participant", + "eligibility", + "enrollment", + "vocalFoldParalysis", + "laryngealDystonia", + "precancerousLesions", + "laryngealCancer", + "benignLesion", + "bipolar", + "depression", + "airwaystenosis", + "alzheimers", + "parkinsons", + "als", +] + +AUDIO_TASKS = ( + "Animal fluency", + "Audio Check", + "Breath Sounds", + "Cape V sentences", + "Caterpillar Passage", + "Cinderella Story", + "Diadochokinesis", + "Free Speech", + "Glides", + "Loudness", + "Maximum phonation time", + "Picture description", + "Productive Vocabulary", + "Prolonged vowel", + "Rainbow Passage", + "Random Item Generation", + "Respiration and cough", + "Story recall", + "Voluntary Cough", + "Word-color Stroop", +) + + +class Instrument(BaseModel): + """Instruments are associated with fixed sets of columns and a string + value to subselect RedCap CSV rows.""" + + session_id: str + name: str + text: str + schema: str + _columns: t.List[str] = [] + + @property + def columns(self): + if len(self._columns) == 0: + self._columns = self._load_instrument_columns() + return self._columns + + def _load_instrument_columns(self) -> t.List[str]: + """Load the data columns for the Bridge2AI voice data. + + Parameters + ---------- + repeat_instrument : RepeatInstrument + The repeat instrument for which to load the columns. + + Returns + ------- + list + The columns for the repeat instrument. + """ + b2ai_resources = ( + files("b2aiprep").joinpath("prepare").joinpath("resources", "instrument_columns") + ) + return json.loads(b2ai_resources.joinpath(f"{self.name}.json").read_text()) + + def get_columns(self, add_record_id: bool = True) -> t.List[str]: + """Get the set of string column names associated with an instrument. + + Parameters + ---------- + add_record_id : bool, optional + Whether to add the record_id column, by default True + + Returns + ------- + List[str] + The column names. + """ + columns = self.columns + if add_record_id: + if "record_id" not in columns: + columns.insert(0, "record_id") + return columns + + def __init__(self, **data): + super().__init__(**data) + # trigger the loading of the columns with a call to the property + self.columns + + +class RepeatInstrument(Enum): + # instruments which use the general row of the redcap CSV export + PARTICIPANT = Instrument( + session_id="record_id", + name="participant", + text="Participant", + schema="subjectparticipantbasicinformationschema", + ) + ELIGIBILITY = Instrument( + session_id="record_id", + name="eligibility", + text="Participant", + schema="subjectparticipanteligiblestudiesschema", + ) + ENROLLMENT = Instrument( + session_id="record_id", name="enrollment", text="Participant", schema="enrollmentformschema" + ) + VOCAL_FOLD_PARALYSIS = Instrument( + session_id="record_id", + name="vocalFoldParalysis", + text="Participant", + schema="dvoicevocalfoldparalysisschema", + ) + LARYNGEAL_DYSTONIA = Instrument( + session_id="record_id", + name="laryngealDystonia", + text="Participant", + schema="dvoicelaryngealdystoniaschema", + ) + PRECANCEROUS_LESIONS = Instrument( + session_id="record_id", + name="precancerousLesions", + text="Participant", + schema="dvoiceprecancerouslesionsschema", + ) + LARYNGEAL_CANCER = Instrument( + session_id="record_id", + name="laryngealCancer", + text="Participant", + schema="dvoicelaryngealcancerschema", + ) + BENIGN_LESION = Instrument( + session_id="record_id", + name="benignLesion", + text="Participant", + schema="dvoicebenignlesionsschema", + ) + BIPOLAR = Instrument( + session_id="record_id", + name="bipolar", + text="Participant", + schema="dmoodbipolardisorderschema", + ) + DEPRESSION = Instrument( + session_id="record_id", + name="depression", + text="Participant", + schema="dmooddepressionormajordepressivedisorderschema", + ) + AIRWAY_STENOSIS = Instrument( + session_id="record_id", + name="airwaystenosis", + text="Participant", + schema="drespairwaystenosisschema", + ) + ALZHEIMERS = Instrument( + session_id="record_id", + name="alzheimers", + text="Participant", + schema="dneuroalzheimersdiseasemildcognitiveimpairmeschema", + ) + PARKINSONS = Instrument( + session_id="record_id", + name="parkinsons", + text="Participant", + schema="dneuroparkinsonsdiseaseschema", + ) + ALS = Instrument( + session_id="record_id", + name="als", + text="Participant", + schema="dneuroamyotrophiclateralsclerosisalsschema", + ) + # data where the row has a specific repeat instrument, filtered to by the text argument + SESSION = Instrument( + session_id="session_id", name="sessions", text="Session", schema="sessionschema" + ) + ACOUSTIC_TASK = Instrument( + session_id="acoustic_task_id", + name="acoustic_tasks", + text="Acoustic Task", + schema="acoustictaskschema", + ) + RECORDING = Instrument( + session_id="recording_id", name="recordings", text="Recording", schema="recordingschema" + ) + GENERIC_DEMOGRAPHICS = Instrument( + session_id="demographics_session_id", + name="demographics", + text="Q Generic Demographics", + schema="qgenericdemographicsschema", + ) + GENERIC_CONFOUNDERS = Instrument( + session_id="confounders_session_id", + name="confounders", + text="Q Generic Confounders", + schema="qgenericconfoundersschema", + ) + GENERIC_VOICE_PERCEPTION = Instrument( + session_id="voice_perception_session_id", + name="voicePerception", + text="Q Generic Voice Perception", + schema="qgenericvoiceperceptionschema", + ) + GENERIC_VOICE_HANDICAP = Instrument( + session_id="vhi_session_id", + name="vhi10", + text="Q Generic Voice Handicap Index Vhi10", + schema="qgenericvoicehandicapindexvhi10schema", + ) + GENERIC_PHQ9_DEPRESSION = Instrument( + session_id="phq_9_session_id", + name="phq9", + text="Q Generic Patient Health Questionnaire9", + schema="qgenericpatienthealthquestionnaire9schema", + ) + GENERIC_GAD7_ANXIETY = Instrument( + session_id="gad_7_session_id", + name="gad7", + text="Q - Generic - Gad7 Anxiety", + schema="qgenericgad7anxietyschema", + ) + RESP_DYSPNEA_INDEX = Instrument( + session_id="dyspnea_index_session_id", + name="dyspnea", + text="Q - Resp - Dyspnea Index Di", + schema="qrespdyspneaindexdischema", + ) + RESP_LEICESTER_COUGH = Instrument( + session_id="leicester_cough_session_id", + name="leicester", + text="Q - Resp - Leicester Cough Questionnaire Lcq", + schema="qrespleicestercoughquestionnairelcqschema", + ) + VOICE_VOICE_PROBLEM_SEVERITY = Instrument( + session_id="voice_severity_session_id", + name="voiceSeverity", + text="Q - Voice - Voice Problem Severity", + schema="qvoicevoiceproblemseverityschema", + ) + MOOD_PANAS = Instrument( + session_id="panas_session_id", + name="panas", + text="Q - Mood - Panas", + schema="qmoodpanasschema", + ) + MOOD_CUSTOM_AFFECT = Instrument( + session_id="custom_affect_scale_session_id", + name="customAffectScale", + text="Q - Mood - Custom Affect Scale", + schema="qmoodcustomaffectscaleschema", + ) + MOOD_DSM5_ADULT = Instrument( + session_id="dsm_5_session_id", + name="dsm5", + text="Q - Mood - Dsm5 Adult", + schema="qmooddsm5adultschema", + ) + MOOD_PTSD_ADULT = Instrument( + session_id="ptsd_session_id", + name="ptsd", + text="Q - Mood - Ptsd Adult", + schema="qmoodptsdadultschema", + ) + MOOD_ADHD_ADULT = Instrument( + session_id="adhd_session_id", + name="adhd", + text="Q - Mood - Adhd Adult", + schema="qmoodadhdadultschema", + ) + NEURO_WINOGRAD_SCHEMAS = Instrument( + session_id="winograd_session_id", + name="winograd", + text="Q - Neuro Winograd Schemas", + schema="qneurowinogradschemasschema", + ) + NEURO_WORDCOLOR_STROOP = Instrument( + session_id="stroop_session_id", + name="stroop", + text="Q - Neuro - Wordcolor Stroop", + schema="qneurowordcolorstroopschema", + ) + NEURO_PRODUCTIVE_VOCABULARY = Instrument( + session_id="vocabulary_session_id", + name="vocab", + text="Q - Neuro - Productive Vocabulary", + schema="qneuroproductivevocabularyschema", + ) + NEURO_RANDOM_ITEM_GENERATION = Instrument( + session_id="random_session_id", + name="random", + text="Q - Neuro - Random Item Generation", + schema="qneurorandomitemgenerationschema", + ) + + +VALIDATED_QUESTIONNAIRES = [ + RepeatInstrument.GENERIC_DEMOGRAPHICS, + RepeatInstrument.GENERIC_CONFOUNDERS, + RepeatInstrument.GENERIC_VOICE_PERCEPTION, + RepeatInstrument.GENERIC_VOICE_HANDICAP, + RepeatInstrument.GENERIC_PHQ9_DEPRESSION, + RepeatInstrument.GENERIC_GAD7_ANXIETY, + RepeatInstrument.RESP_DYSPNEA_INDEX, + RepeatInstrument.RESP_LEICESTER_COUGH, + RepeatInstrument.VOICE_VOICE_PROBLEM_SEVERITY, + RepeatInstrument.MOOD_PANAS, + RepeatInstrument.MOOD_CUSTOM_AFFECT, + RepeatInstrument.MOOD_DSM5_ADULT, + RepeatInstrument.MOOD_PTSD_ADULT, + RepeatInstrument.MOOD_ADHD_ADULT, + RepeatInstrument.NEURO_WINOGRAD_SCHEMAS, + RepeatInstrument.NEURO_WORDCOLOR_STROOP, + RepeatInstrument.NEURO_PRODUCTIVE_VOCABULARY, + RepeatInstrument.NEURO_RANDOM_ITEM_GENERATION, +] + +REPEAT_INSTRUMENT_PREFIX_MAPPING = { + RepeatInstrument.SESSION: "session_", + RepeatInstrument.ACOUSTIC_TASK: "acoustic_task_", + RepeatInstrument.RECORDING: "recording_", +} diff --git a/src/b2aiprep/dataset.py b/src/b2aiprep/prepare/dataset.py similarity index 78% rename from src/b2aiprep/dataset.py rename to src/b2aiprep/prepare/dataset.py index 0d4394c..89fbfa0 100644 --- a/src/b2aiprep/dataset.py +++ b/src/b2aiprep/prepare/dataset.py @@ -18,20 +18,21 @@ import logging import os -from collections import OrderedDict -from pathlib import Path import re import typing as t +from collections import OrderedDict +from pathlib import Path import numpy as np +import pandas as pd import torch -from tqdm import tqdm from fhir.resources.questionnaireresponse import QuestionnaireResponse -import pandas as pd +from senselab.audio.data_structures.audio import Audio from soundfile import LibsndfileError +from tqdm import tqdm + +from b2aiprep.prepare.utils import _transform_str_for_bids_filename -from senselab.audio.data_structures.audio import Audio -from b2aiprep.utils import _transform_str_for_bids_filename class BIDSDataset: def __init__(self, data_path: t.Union[Path, str, os.PathLike]): @@ -131,7 +132,7 @@ def find_sessions(self, subject_id: str) -> t.List[Path]: for session in subject_path.glob("ses-*"): sessions.append(session) return sessions - + def find_tasks(self, subject_id: str, session_id: str) -> t.Dict[str, Path]: """ Find all the tasks for a given subject and session. @@ -156,28 +157,6 @@ def find_tasks(self, subject_id: str, session_id: str) -> t.Dict[str, Path]: tasks[task_id] = task.stem return tasks - def find_tasks(self, subject_id: str, session_id: str) -> t.List[Path]: - """ - Find all the tasks for a given subject and session. - - Parameters - ---------- - subject_id : str - The subject identifier. - session_id : str - The session identifier. - - Returns - ------- - List[Path] - A list of task paths. - """ - session_path = self.data_path / f"sub-{subject_id}" / f"ses-{session_id}" - tasks = [] - for task in session_path.glob(f"sub-{subject_id}_ses-{session_id}_task-*"): - tasks.append(task) - return tasks - def list_questionnaire_types(self, subject_only: bool = False) -> t.List[str]: """ List all the questionnaire types in the dataset. @@ -196,7 +175,7 @@ def list_questionnaire_types(self, subject_only: bool = False) -> t.List[str]: continue # session-wide resources for session_path in subject_path.glob("ses-*"): - beh_path = session_path.joinpath('beh') + beh_path = session_path.joinpath("beh") if beh_path.exists(): for questionnaire in beh_path.glob("sub-*.json"): questionnaire_types.add(questionnaire.stem.split("_")[-1]) @@ -217,7 +196,7 @@ def load_questionnaire(self, questionnaire_path: Path) -> QuestionnaireResponse: The questionnaire data. """ return QuestionnaireResponse.parse_raw(questionnaire_path.read_text()) - + def load_subject_questionnaires(self, subject_id: str) -> t.List[QuestionnaireResponse]: """ Load all the questionnaires for a given subject. @@ -253,7 +232,7 @@ def load_questionnaires(self, questionnaire_name: str) -> t.List[QuestionnaireRe """ questionnaires = self.find_questionnaires(questionnaire_name) return [self.load_questionnaire(path) for path in questionnaires] - + def questionnaire_to_dataframe(self, questionnaire: QuestionnaireResponse) -> pd.DataFrame: """ Convert a questionnaire to a pandas DataFrame. @@ -278,19 +257,23 @@ def questionnaire_to_dataframe(self, questionnaire: QuestionnaireResponse) -> pd break if has_multiple_answers: raise NotImplementedError("Questionnaire has multiple answers per question.") - + items = [] for item in questionnaire_dict["item"]: if "answer" in item: - items.append(OrderedDict( - linkId=item["linkId"], - **item["answer"][0], - )) + items.append( + OrderedDict( + linkId=item["linkId"], + **item["answer"][0], + ) + ) else: - items.append(OrderedDict( - linkId=item["linkId"], - valueString=None, - )) + items.append( + OrderedDict( + linkId=item["linkId"], + valueString=None, + ) + ) # unroll based on the possible value options return pd.DataFrame(items) @@ -354,7 +337,9 @@ def find_audio_transcripts(self, subject_id: str, session_id: str) -> t.List[Pat List[Path] A list of audio transcripts. """ - session_path = self.data_path / f"sub-{subject_id}" / f"ses-{session_id}" / "audio_transcripts" + session_path = ( + self.data_path / f"sub-{subject_id}" / f"ses-{session_id}" / "audio_transcripts" + ) transcripts = [] for transcript_file in session_path.glob("*.json"): transcripts.append(transcript_file) @@ -372,14 +357,14 @@ def __init__(self, data_path: t.Union[Path, str, os.PathLike]): def _merge_columns_with_underscores(self, df: pd.DataFrame) -> pd.DataFrame: """Merges columns which are exported by RedCap in a one-hot encoding manner, i.e. they correspond to a single category but are split into multiple yes/no columns. - + Modifies the dataframe in place. - + Parameters ---------- df : pd.DataFrame The dataframe to modify. - + Returns ------- pd.DataFrame @@ -388,16 +373,24 @@ def _merge_columns_with_underscores(self, df: pd.DataFrame) -> pd.DataFrame: # identify all the columns which end with __1, __2, etc. # extract the prefix for these columns only - columns_with_underscores = sorted(list(set([ - col[:col.rindex('__')-1] - for col in df.columns - if re.search('__[0-9]+$', col) is not None - ]))) + columns_with_underscores = sorted( + list( + set( + [ + col[: col.rindex("__") - 1] + for col in df.columns + if re.search("__[0-9]+$", col) is not None + ] + ) + ) + ) # iterate through each prefix and merge together data into this prefix for col in columns_with_underscores: - columns_to_merge = df.filter(like=f'{col}__').columns - df[col] = df[columns_to_merge].apply(lambda x: next((i for i in x if i is not None), None), axis=1) + columns_to_merge = df.filter(like=f"{col}__").columns + df[col] = df[columns_to_merge].apply( + lambda x: next((i for i in x if i is not None), None), axis=1 + ) df.drop(columns=columns_to_merge, inplace=True) return df @@ -418,7 +411,7 @@ def load_and_pivot_questionnaire(self, questionnaire_name: str) -> pd.DataFrame: for questionnaire in self.load_questionnaires(questionnaire_name): # get the dataframe for this questionnaire df = self.questionnaire_to_dataframe(questionnaire) - df['pivot_id'] = pivot_id + df["pivot_id"] = pivot_id q_dfs.append(df) pivot_id += 1 @@ -429,28 +422,27 @@ def load_and_pivot_questionnaire(self, questionnaire_name: str) -> pd.DataFrame: # concatenate all the dataframes pivoted_df = pd.concat(q_dfs) - # create a value column that merges valueString, valueBoolean, etc. # https://hl7.org/fhir/r4/questionnaireresponse-definitions.html#QuestionnaireResponse.item.answer.value_x_ # boolean|decimal|integer|date|dateTime|time|string|uri|Attachment|Coding|Quantity|Reference(Any) # currently we only support String/Boolean - value_columns = ['valueString', 'valueBoolean'] - pivoted_df['value'] = None + value_columns = ["valueString", "valueBoolean"] + pivoted_df["value"] = None pivoted_df = pivoted_df.reset_index(drop=True) for col in value_columns: if col in pivoted_df.columns: - pivoted_df['value'] = pivoted_df['value'].combine_first(pivoted_df[col]) + pivoted_df["value"] = pivoted_df["value"].combine_first(pivoted_df[col]) # display where there are duplicate values of index # st.write(pivoted_df[pivoted_df.duplicated(subset='index', keep=False)]) - pivoted_df = pd.pivot(pivoted_df, index='pivot_id', columns='linkId', values='value') + pivoted_df = pd.pivot(pivoted_df, index="pivot_id", columns="linkId", values="value") # drop the pivot_id name from the index pivoted_df = pivoted_df.reset_index(drop=True) # restore the original order of the columns, as pd.pivot removes it and sorts alphabetically if len(q_dfs) > 0: - columns = q_dfs[-1]['linkId'].tolist() + columns = q_dfs[-1]["linkId"].tolist() columns = [col for col in columns if col in pivoted_df.columns] # add in any columns which may be in pivoted columns.extend([col for col in pivoted_df.columns if col not in columns]) @@ -459,32 +451,32 @@ def load_and_pivot_questionnaire(self, questionnaire_name: str) -> pd.DataFrame: return pivoted_df def _load_recording_and_acoustic_task_df(self) -> pd.DataFrame: - """Loads the recording schema dataframe with the acoustic task name from the acoustic task schema. - + """Loads recording schema dataframe with the acoustic task name. + Returns ------- pd.DataFrame The recordings dataframe with the additional "acoustic_task_name" column. """ - recording_df = self.load_and_pivot_questionnaire('recordingschema') - task_df = self.load_and_pivot_questionnaire('acoustictaskschema') + recording_df = self.load_and_pivot_questionnaire("recordingschema") + task_df = self.load_and_pivot_questionnaire("acoustictaskschema") recording_df = recording_df.merge( - task_df[['acoustic_task_id', 'acoustic_task_name']], - how='inner', - left_on='recording_acoustic_task_id', - right_on='acoustic_task_id', + task_df[["acoustic_task_id", "acoustic_task_name"]], + how="inner", + left_on="recording_acoustic_task_id", + right_on="acoustic_task_id", ) return recording_df def load_recording(self, recording_id: str) -> Audio: """Checks for and loads in the given recording_id. - + Parameters ---------- recording_id : str The recording identifier. - + Returns ------- Audio @@ -492,28 +484,30 @@ def load_recording(self, recording_id: str) -> Audio: """ # verify the recording_id is in the recording_df recording_df = self._load_recording_and_acoustic_task_df() - idx = recording_df['recording_id'] == recording_id + idx = recording_df["recording_id"] == recording_id if not idx.any(): - raise ValueError(f"Recording ID '{recording_id}' not found in recordings dataframe.") - + raise ValueError( + f"Recording ID '{recording_id}' not found in \ + recordings dataframe." + ) + row = recording_df.loc[idx].iloc[0] - - subject_id = row['record_id'] - session_id = row['recording_session_id'] - task = _transform_str_for_bids_filename(row['acoustic_task_name']) - name = _transform_str_for_bids_filename(row['recording_name']) + + subject_id = row["record_id"] + session_id = row["recording_session_id"] + task = _transform_str_for_bids_filename(row["acoustic_task_name"]) + name = _transform_str_for_bids_filename(row["recording_name"]) audio_file = self.data_path.joinpath( - f'sub-{subject_id}', - f'ses-{session_id}', - 'audio', - f'sub-{subject_id}_ses-{session_id}_{task}_rec-{name}.wav' + f"sub-{subject_id}", + f"ses-{session_id}", + "audio", + f"sub-{subject_id}_ses-{session_id}_{task}_rec-{name}.wav", ) return Audio.from_filepath(str(audio_file)) - def load_recordings(self) -> t.List[Audio]: """Loads all audio recordings in the dataset. - + Returns ------- List[Audio] @@ -523,19 +517,17 @@ def load_recordings(self) -> t.List[Audio]: audio_data = [] missed_files = [] for _, row in tqdm( - recording_df.iterrows(), - total=recording_df.shape[0], - desc='Loading audio' + recording_df.iterrows(), total=recording_df.shape[0], desc="Loading audio" ): - subject_id = row['record_id'] - session_id = row['recording_session_id'] - task = _transform_str_for_bids_filename(row['acoustic_task_name']) - name = _transform_str_for_bids_filename(row['recording_name']) + subject_id = row["record_id"] + session_id = row["recording_session_id"] + task = _transform_str_for_bids_filename(row["acoustic_task_name"]) + name = _transform_str_for_bids_filename(row["recording_name"]) audio_file = self.data_path.joinpath( - f'sub-{subject_id}', - f'ses-{session_id}', - 'audio', - f'sub-{subject_id}_ses-{session_id}_{task}_rec-{name}.wav' + f"sub-{subject_id}", + f"ses-{session_id}", + "audio", + f"sub-{subject_id}_ses-{session_id}_{task}_rec-{name}.wav", ) try: audio_data.append(Audio.from_filepath(str(audio_file))) @@ -543,10 +535,12 @@ def load_recordings(self) -> t.List[Audio]: # assuming lbsnd file error is a file not found, usually it is missed_files.append(audio_file) continue - + if len(missed_files) > 0: - logging.warning(f"Could not find {len(missed_files)} / {recording_df.shape[0]} audio files.") - + logging.warning( + f"Could not find {len(missed_files)} / {recording_df.shape[0]} audio files." + ) + return audio_data def load_spectrograms(self) -> t.List[np.array]: @@ -555,31 +549,30 @@ def load_spectrograms(self) -> t.List[np.array]: audio_data = [] missed_files = [] for _, row in tqdm( - recording_df.iterrows(), - total=recording_df.shape[0], - desc='Loading audio' + recording_df.iterrows(), total=recording_df.shape[0], desc="Loading audio" ): - subject_id = row['record_id'] - session_id = row['recording_session_id'] - task = _transform_str_for_bids_filename(row['acoustic_task_name']) - name = _transform_str_for_bids_filename(row['recording_name']) + subject_id = row["record_id"] + session_id = row["recording_session_id"] + task = _transform_str_for_bids_filename(row["acoustic_task_name"]) + name = _transform_str_for_bids_filename(row["recording_name"]) audio_file = self.data_path.joinpath( - f'sub-{subject_id}', - f'ses-{session_id}', - 'audio', - f'sub-{subject_id}_ses-{session_id}_{task}_rec-{name}.pt' + f"sub-{subject_id}", + f"ses-{session_id}", + "audio", + f"sub-{subject_id}_ses-{session_id}_{task}_rec-{name}.pt", ) try: features = torch.load(str(audio_file)) - audio_data.append(features['specgram']) + audio_data.append(features["specgram"]) except FileNotFoundError: # assuming lbsnd file error is a file not found, usually it is missed_files.append(audio_file) continue - + if len(missed_files) > 0: - logging.warning(f"Could not find {len(missed_files)} / {recording_df.shape[0]} feature files.") - + logging.warning( + f"Could not find {len(missed_files)} / {recording_df.shape[0]} feature files." + ) return audio_data @@ -608,15 +601,18 @@ def validate_audio_files_exist(self) -> bool: tasks = self.find_tasks(subject, session) for task_name, task_filename in tasks.items(): # check if the audio file is present - if '_rec-' not in task_name: + if "_rec-" not in task_name: continue - if not task_name.endswith('_recordingschema.json'): + if not task_name.endswith("_recordingschema.json"): continue - - suffix_len = len('_recordingschema') - audio_filename = Path(task_filename.parent).joinpath('..', 'audio') / f'{task_filename.stem[:suffix_len]}' + + suffix_len = len("_recordingschema") + audio_filename = ( + Path(task_filename.parent).joinpath("..", "audio"), + f"{task_filename.stem[:suffix_len]}", + ) if not audio_filename.exists(): missing_audio_files.append(audio_filename) logging.debug(f"Missing audio files: {missing_audio_files}") - return len(missing_audio_files) == 0 \ No newline at end of file + return len(missing_audio_files) == 0 diff --git a/src/b2aiprep/demographics.py b/src/b2aiprep/prepare/demographics.py similarity index 52% rename from src/b2aiprep/demographics.py rename to src/b2aiprep/prepare/demographics.py index d74e022..acb974f 100644 --- a/src/b2aiprep/demographics.py +++ b/src/b2aiprep/prepare/demographics.py @@ -1,20 +1,28 @@ from pathlib import Path from typing import Dict, Optional -import pandas as pd +import pandas as pd import torch -def load_features_for_recordings(df: pd.DataFrame, data_path: Path, feature: Optional[str] = None) -> Dict[str, torch.Tensor]: + +def load_features_for_recordings( + df: pd.DataFrame, data_path: Path, feature: Optional[str] = None +) -> Dict[str, torch.Tensor]: output = {} feature_options = ( - 'specgram', 'melfilterbank', 'mfcc', 'opensmile', - 'sample_rate', 'checksum', 'transcription' + "specgram", + "melfilterbank", + "mfcc", + "opensmile", + "sample_rate", + "checksum", + "transcription", ) if feature is not None: if feature not in feature_options: - raise ValueError(f'Unrecognized feature {feature}. Options: {feature_options}') + raise ValueError(f"Unrecognized feature {feature}. Options: {feature_options}") - for recording_id in df['recording_id'].unique(): + for recording_id in df["recording_id"].unique(): output[recording_id] = torch.load(data_path / f"{recording_id}_features.pt") # if requested, we subselect to the given feature diff --git a/src/b2aiprep/fhir_utils.py b/src/b2aiprep/prepare/fhir_utils.py similarity index 92% rename from src/b2aiprep/fhir_utils.py rename to src/b2aiprep/prepare/fhir_utils.py index 1a7a2d6..9c9e7f6 100644 --- a/src/b2aiprep/fhir_utils.py +++ b/src/b2aiprep/prepare/fhir_utils.py @@ -3,20 +3,21 @@ """ import json -from importlib.resources import files import typing as t +from importlib.resources import files from fhir.resources import construct_fhir_element from fhir.resources.questionnaireresponse import QuestionnaireResponse + def is_empty_questionnaire_response(response: QuestionnaireResponse) -> bool: """Determines whether a questionnaire response is empty. - + Parameters ---------- response : QuestionnaireResponse The questionnaire response. - + Returns ------- bool @@ -24,21 +25,22 @@ def is_empty_questionnaire_response(response: QuestionnaireResponse) -> bool: """ if response.item is None: return True - + for item in response.item: # skip record_id -> it is always present if (item.linkId is not None) and (item.linkId == "record_id"): continue if item.answer is not None: return False - + return True + def create_fhir_questionnaire_response(id: str, name: str, items: list) -> dict: """Creates a FHIR QuestionnaireResponse object with default values for the Bridge2AI voice biomarker questionnaires. The items provided should already adhere to the FHIR format for items in a QuestionnaireResponse. - + Parameters ---------- id : str @@ -47,7 +49,7 @@ def create_fhir_questionnaire_response(id: str, name: str, items: list) -> dict: The name of the questionnaire. items : list The items in the response. - + Returns ------- dict @@ -56,16 +58,15 @@ def create_fhir_questionnaire_response(id: str, name: str, items: list) -> dict: fhir_response = {} fhir_response["resourceType"] = "QuestionnaireResponse" fhir_response["id"] = id - fhir_response["questionnaire"] = ( - f"https://kind-lab.github.io/vbai-fhir/Questionnaire-{name}" - ) + fhir_response["questionnaire"] = f"https://kind-lab.github.io/vbai-fhir/Questionnaire-{name}" fhir_response["status"] = "completed" fhir_response["item"] = items return fhir_response + def extract_items(participant_json: dict, outline: list) -> t.List[dict]: """Iterates over questions specified in the outline and extracts them from the data JSON. - + Items are output as a list of dictionaries, following the FHIR QuestionnaireResponse format for a single item. @@ -79,7 +80,7 @@ def extract_items(participant_json: dict, outline: list) -> t.List[dict]: The JSON data for the participant. outline : list The list of questions to extract. - + Returns ------- list @@ -101,6 +102,7 @@ def extract_items(participant_json: dict, outline: list) -> t.List[dict]: items.append(item) return items + def is_invalid_response(participant: dict, outline) -> bool: """Determines whether a questionnaire contains only NaN/unchecked responses. This indicates that the questionnaire was likely unpopulated by the participant. @@ -111,7 +113,7 @@ def is_invalid_response(participant: dict, outline) -> bool: The participant data. outline : list The questionnaire outline. - + Returns ------- bool @@ -135,36 +137,40 @@ def is_invalid_response(participant: dict, outline) -> bool: answers = set(answers) return len(answers.difference({"nan", "unchecked"})) == 0 + def load_questionnaire_outline(questionnaire_name): - b2ai_resources = files("b2aiprep").joinpath("resources").joinpath('instrument_columns') + b2ai_resources = ( + files("b2aiprep").joinpath("prepare").joinpath("resources").joinpath("instrument_columns") + ) return json.loads(b2ai_resources.joinpath(f"{questionnaire_name}.json").read_text()) + def convert_response_to_fhir( - participant: dict, - # repeat_instrument: RepeatInstrument - questionnaire_name: str, - mapping_name: str, - columns: t.List[str], - ) -> QuestionnaireResponse: + participant: dict, + # repeat_instrument: RepeatInstrument + questionnaire_name: str, + mapping_name: str, + columns: t.List[str], +) -> QuestionnaireResponse: """Converts a participant's response to a FHIR QuestionnaireResponse. - + Given a dictionary of individual data, the function: (1) identifies specific data elements using the questionnaire name (2) extracts the responses associated with these elements (3) reformats the data into a QuestionnaireResponse object and returns it - + Parameters ---------- participant : dict The participant data. questionnaire_name : str The name of the questionnaire. - + Returns ------- QuestionnaireResponse The FHIR QuestionnaireResponse object. - + Raises ------ ValueError diff --git a/src/b2aiprep/prepare/prepare.py b/src/b2aiprep/prepare/prepare.py new file mode 100644 index 0000000..846fe95 --- /dev/null +++ b/src/b2aiprep/prepare/prepare.py @@ -0,0 +1,336 @@ +""" +Organizes data, extracts features, and bundles everything together in an +easily distributable format for the Bridge2AI Summer School. + +This script performs the following steps: +1. Organizes RedCap data and audio files into a BIDS-like directory structure. +2. Extracts audio features from the organized data using a Pydra workflow. +3. Bundles the processed data into a .tar file with gzip compression. + +Feature extraction is parallelized using Pydra. + +Usage: + b2aiprep-cli prepsummerdata \ + [path to RedCap CSV] \ + [path to Wasabi export directory] \ + [desired path to BIDS output] \ + [desired output path for .tar file] + + python3 b2aiprep/src/b2aiprep/bids_like_data.py \ + --redcap_csv_path [path to RedCap CSV] \ + --audio_dir_path [path to Wasabi export directory] \ + --bids_dir_path [desired path to BIDS output] \ + --tar_file_path [desired output path for .tar file] + +Functions: + - wav_to_features: Extracts features from a single audio file. + - get_audio_paths: Retrieves all .wav audio file paths from a BIDS-like + directory structure. + - extract_features_workflow: Runs a Pydra workflow to extract audio + features from BIDS-like directory. + - bundle_data: Saves data bundle as a tar file with gzip compression. + - prepare_bids_like_data: Organizes and processes Bridge2AI data for + distribution. + - parse_arguments: Parses command line arguments for processing audio data. + +""" + +import logging +import os +import tarfile +from pathlib import Path +from typing import List + +import numpy as np +import pydra +import torch +from senselab.audio.data_structures.audio import Audio +from senselab.audio.tasks.features_extraction.opensmile import ( + extract_opensmile_features_from_audios, +) +from senselab.audio.tasks.features_extraction.torchaudio import ( + extract_mel_filter_bank_from_audios, + extract_mfcc_from_audios, + extract_spectrogram_from_audios, +) +from senselab.audio.tasks.preprocessing.preprocessing import resample_audios +from senselab.audio.tasks.speaker_embeddings.api import ( + extract_speaker_embeddings_from_audios, +) +from senselab.audio.tasks.speech_to_text.api import transcribe_audios +from senselab.utils.data_structures.model import HFModel + +from b2aiprep.prepare.bids_like_data import redcap_to_bids +from b2aiprep.prepare.utils import copy_package_resource, remove_files_by_pattern + +SUBJECT_ID = "sub" +SESSION_ID = "ses" +AUDIO_ID = "audio" +RESAMPLE_RATE = 16000 + +_logger = logging.getLogger(__name__) +logging.basicConfig(level=logging.INFO) + + +def copy_phenotype_files(template_package, bids_dir_path): + copy_package_resource(template_package, "phenotype", bids_dir_path) + phenotype_path = Path(bids_dir_path) / Path("phenotype") + remove_files_by_pattern(phenotype_path, "*") + + +def initialize_data_directory(bids_dir_path: str) -> None: + """Initializes the data directory using the template. + + Args: + bids_dir_path (str): The path to the BIDS directory where the data should be initialized. + + Returns: + None + """ + if not os.path.exists(bids_dir_path): + os.makedirs(bids_dir_path) + _logger.info(f"Created directory: {bids_dir_path}") + + template_package = "b2aiprep.prepare.resources.b2ai-data-bids-like-template" + copy_package_resource(template_package, "CHANGES.md", bids_dir_path) + copy_package_resource(template_package, "README.md", bids_dir_path) + copy_package_resource(template_package, "dataset_description.json", bids_dir_path) + copy_package_resource(template_package, "participants.json", bids_dir_path) + copy_phenotype_files(template_package, bids_dir_path) + + +@pydra.mark.task +def wav_to_features(wav_paths: List[Path], transcription_model_size: str, with_sensitive: bool): + """Extract features from a single audio file. + + Extracts various audio features from a .wav file at the specified + path using the Audio class and feature extraction functions. + + Args: + wav_path: + The file path to the .wav audio file. + + Returns: + A dictionary mapping feature names to their extracted values. + """ + all_features = [] + for wav_path in wav_paths: + wav_path = Path(wav_path) + + _logger.info(wav_path) + logging.disable(logging.ERROR) + audio = Audio.from_filepath(str(wav_path)) + audio = resample_audios([audio], resample_rate=RESAMPLE_RATE)[0] + + features = {} + features["speaker_embedding"] = extract_speaker_embeddings_from_audios([audio])[0] + features["specgram"] = extract_spectrogram_from_audios([audio])[0] + features["melfilterbank"] = extract_mel_filter_bank_from_audios([audio])[0] + features["mfcc"] = extract_mfcc_from_audios([audio])[0] + features["sample_rate"] = audio.sampling_rate + features["opensmile"] = extract_opensmile_features_from_audios([audio])[0] + if with_sensitive: + speech_to_text_model = HFModel(path_or_uri=f"openai/whisper-{transcription_model_size}") + features["transcription"] = transcribe_audios( + audios=[audio], model=speech_to_text_model + )[0] + logging.disable(logging.NOTSET) + _logger.setLevel(logging.INFO) + + # Define the save directory for features + audio_dir = wav_path.parent + features_dir = audio_dir.parent / "audio" + features_dir.mkdir(exist_ok=True) + + # Save each feature in a separate file + for feature_name, feature_value in features.items(): + file_extension = "pt" + if feature_name == "transcription": + file_extension = "txt" + save_path = features_dir / f"{wav_path.stem}_{feature_name}.{file_extension}" + if file_extension == "pt": + torch.save(feature_value, save_path) + else: + with open(save_path, "w", encoding="utf-8") as text_file: + text_file.write(feature_value.text) + all_features.append(features) + if not with_sensitive: + os.remove(wav_path) + return all_features + + +@pydra.mark.task +def get_audio_paths(bids_dir_path, n_cores): + """Retrieve all .wav audio file paths from a BIDS-like directory structure. + + This function traverses the specified BIDS directory, collecting paths to + .wav audio files from all subject and session directories that match the + expected naming conventions. + + Args: + bids_dir_path: + The root directory of the BIDS dataset. + + Returns: + list of str: + A list of file paths to .wav audio files within the BIDS directory. + """ + audio_paths = [] + + # Iterate over each subject directory. + for sub_file in os.listdir(bids_dir_path): + subject_dir_path = os.path.join(bids_dir_path, sub_file) + if sub_file.startswith(SUBJECT_ID) and os.path.isdir(subject_dir_path): + + # Iterate over each session directory within a subject. + for session_dir_path in os.listdir(subject_dir_path): + audio_path = os.path.join(subject_dir_path, session_dir_path, AUDIO_ID) + + if session_dir_path.startswith(SESSION_ID) and os.path.isdir(audio_path): + _logger.info(audio_path) + # Iterate over each audio file in the voice directory. + for audio_file in os.listdir(audio_path): + if audio_file.endswith(".wav"): + audio_file_path = os.path.join(audio_path, audio_file) + audio_paths.append(audio_file_path) + + # Assuming audio_paths is a list of paths and n_cores is the number of cores + batched_audio_paths = np.array_split(audio_paths, n_cores) + batched_audio_paths = [ + list(batch) for batch in batched_audio_paths + ] # Convert each chunk back to a list if needed + return batched_audio_paths + + +def extract_features_workflow( + bids_dir_path: Path, + transcription_model_size: str = "tiny", + n_cores: int = 8, + with_sensitive: bool = True, +): + """Run a Pydra workflow to extract audio features from BIDS-like directory. + + This function initializes a Pydra workflow that processes a BIDS-like + directory structure to extract features from .wav audio files. It retrieves + the paths to the audio files and applies the wav_to_features to each. + + Args: + bids_dir_path: + The root directory of the BIDS dataset. + remove: + Whether to remove temporary files created during processing. Default is True. + + Returns: + pydra.Workflow: + The Pydra workflow object with the extracted features and audio paths as outputs. + """ + # Initialize the Pydra workflow. + ef_wf = pydra.Workflow( + name="ef_wf", input_spec=["bids_dir_path"], bids_dir_path=bids_dir_path, cache_dir=None + ) + + # Get paths to every audio file. + ef_wf.add(get_audio_paths(name="audio_paths", bids_dir_path=bids_dir_path, n_cores=n_cores)) + + # Run wav_to_features for each audio file. + ef_wf.add( + wav_to_features( + name="features", + wav_path=ef_wf.audio_paths.lzout.out, + transcription_model_size=transcription_model_size, + with_sensitive=with_sensitive, + ).split("wav_paths", wav_paths=ef_wf.audio_paths.lzout.out) + ) + + ef_wf.set_output( + {"audio_paths": ef_wf.audio_paths.lzout.out, "features": ef_wf.features.lzout.out} + ) + with pydra.Submitter(plugin="cf") as run: + run(ef_wf) + + return ef_wf + + +def _extract_features_workflow( + bids_dir_path: Path, remove: bool = True, transcription_model_size: str = "tiny" +): + """Provides a non-Pydra implementation of _extract_features_workflow""" + audio_paths = get_audio_paths(name="audio_paths", bids_dir_path=bids_dir_path)().output.out + all_features = [] + for path in audio_paths: + all_features.append( + wav_to_features( + wav_path=Path(path), transcription_model_size=transcription_model_size + )().output.out + ) + return all_features + + +def bundle_data(source_directory: str, save_path: str) -> None: + """Saves data bundle as a tar file with gzip compression. + + Args: + source_directory: + The directory containing the data to be bundled. + save_path: + The file path where the tar.gz file will be saved. + """ + with tarfile.open(save_path, "w:gz") as tar: + tar.add(source_directory, arcname=os.path.basename(source_directory)) + + +def prepare_bids_like_data( + redcap_csv_path: Path, + audio_dir_path: Path, + bids_dir_path: Path, + tar_file_path: Path, + transcription_model_size: str, + n_cores: int, + with_sensitive: bool, +) -> None: + """Organizes and processes Bridge2AI data for distribution. + + This function organizes the data from RedCap and the audio files from + Wasabi into a BIDS-like directory structure, extracts audio features from + the organized data, and bundles the processed data into a .tar file with + gzip compression. + + Args: + redcap_csv_path: + The file path to the REDCap CSV file. + audio_dir_path: + The directory path containing audio files. + bids_dir_path: + The directory path for the BIDS dataset. + tar_file_path: + The file path where the .tar.gz file will be saved. + """ + initialize_data_directory(bids_dir_path) + + _logger.info("Organizing data into BIDS-like directory structure...") + redcap_to_bids(redcap_csv_path, bids_dir_path, audio_dir_path) + _logger.info("Data organization complete.") + + _logger.info("Beginning audio feature extraction...") + extract_features_workflow( + bids_dir_path, + transcription_model_size=transcription_model_size, + n_cores=n_cores, + with_sensitive=with_sensitive, + ) + + _logger.info("Audio feature extraction complete.") + + _logger.info("Saving .tar file with processed data...") + bundle_data(bids_dir_path, tar_file_path) + _logger.info(f"Saved processed data .tar file at: {tar_file_path}") + + _logger.info("Process completed.") + + +def main(): + pass + + +if __name__ == "__main__": + main() diff --git a/src/b2aiprep/resources/__init__.py b/src/b2aiprep/prepare/resources/__init__.py similarity index 100% rename from src/b2aiprep/resources/__init__.py rename to src/b2aiprep/prepare/resources/__init__.py diff --git a/src/b2aiprep/resources/all_columns.json b/src/b2aiprep/prepare/resources/all_columns.json similarity index 100% rename from src/b2aiprep/resources/all_columns.json rename to src/b2aiprep/prepare/resources/all_columns.json diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/B2AI-Voice-LICENSE-v1.0_Sep12 clean.pdf b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/B2AI-Voice-LICENSE-v1.0_Sep12 clean.pdf new file mode 100644 index 0000000..6380364 Binary files /dev/null and b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/B2AI-Voice-LICENSE-v1.0_Sep12 clean.pdf differ diff --git a/data/b2ai-data-bids-like-template/CHANGES.md b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/CHANGES.md similarity index 100% rename from data/b2ai-data-bids-like-template/CHANGES.md rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/CHANGES.md diff --git a/data/b2ai-data-bids-like-template/README.md b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/README.md similarity index 98% rename from data/b2ai-data-bids-like-template/README.md rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/README.md index 5eb9e6d..d0ef539 100644 --- a/data/b2ai-data-bids-like-template/README.md +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/README.md @@ -5,7 +5,7 @@ This README provides an overview of the directory structure and the purpose of e ## Root Directory ### phenotype -The phenotype directory stores participant-specific data that is not directly related to specific audio tasks but is relevant for understanding participants' characteristics. +The phenotype directory stores participant-specific data that is not directly related to specific audio tasks but is relevant for understanding participants' characteristics. - **phenotype/.tsv**: A tab-separated values (TSV) file containing phenotype data collected using a specific measurement tool. @@ -48,4 +48,3 @@ Each session directory is named `ses-` and contains subdirectories f - **beh/sub-_ses-_task-_run-_metadata.json**: A JSON file containing metadata about the behavioral data, including information such as task conditions and settings. This structure helps to organize and manage the data collected for each participant and session, ensuring that all relevant information is easily accessible and well-documented. - diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/dataset_description.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/dataset_description.json new file mode 100644 index 0000000..df0b52b --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/dataset_description.json @@ -0,0 +1,12 @@ +{ + "BIDSVersion": "1.9.0", + "License": "B2AI-Voice-LICENSE-v1.0_Sep12 clean.pdf", + "Name": "Bridge2AI Voice Dataset", + "ReferencesAndLinks": { + "SourceLicenseTermsAI-READI": { + "description": "The license terms are based on those of the AI-READI dataset", + "link": "https://zenodo.org/doi/10.5281/zenodo.10642458", + "DOI": "10.5281/zenodo.10642458" + } + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/participants.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/participants.json new file mode 100644 index 0000000..555f56e --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/participants.json @@ -0,0 +1,3455 @@ +{ + "record_id": { + "description": "Unique identifier for each participant." + }, + "redcap_repeat_instrument": { + "description": "Indicates if this is a repeat administration of the REDCap instrument." + }, + "redcap_repeat_instance": { + "description": "Indicates the REDCap repeat instance for a particular survey or assessment." + }, + "selected_language": { + "description": "The language chosen by the participant for communication during the study." + }, + "consent_status": { + "description": "Indicates if the participant has given consent for the study." + }, + "is_feasibility_participant": { + "description": "Indicates if the participant is part of a feasibility study." + }, + "enrollment_institution": { + "description": "The institution where the participant has enrolled in the study." + }, + "age": { + "description": "The age of the participant, measured in years." + }, + "eligible_studies___1": { + "description": "Indicates if the participant is eligible for study 1." + }, + "eligible_studies___2": { + "description": "Indicates if the participant is eligible for studies related to neurological and neurodegenerative disorders." + }, + "eligible_studies___3": { + "description": "Indicates if the participant is eligible for mood and psychiatric disorder studies." + }, + "eligible_studies___4": { + "description": "Indicates if the participant is eligible for respiratory disorder studies." + }, + "eligible_studies___5": { + "description": "Indicates if the participant is eligible for pediatric disorder studies." + }, + "is_control_participant": { + "description": "Indicates whether the participant is a control group participant." + }, + "laryng_cancer": { + "description": "Indicates if the participant has laryngeal cancer." + }, + "benign_cord_lesion": { + "description": "Indicates if the participant has benign lesions of the vocal cord such as nodules, polyps, or cysts." + }, + "rrp": { + "description": "Indicates if the participant has recurrent laryngeal papilloma (RRP)." + }, + "spas_dys": { + "description": "Indicates if the participant has spasmodic dysphonia or laryngeal tremor." + }, + "voc_fold_paralysis": { + "description": "Indicates if the participant has unilateral vocal fold paralysis." + }, + "alz_dementia_mci": { + "description": "Indicates if the participant has Alzheimer\u2019s, dementia, or mild cognitive impairment." + }, + "als": { + "description": "Indicates if the participant has Amyotrophic Lateral Sclerosis (ALS)." + }, + "parkinsons": { + "description": "Indicates if the participant has Parkinson\u2019s disease." + }, + "alcohol_subst_abuse": { + "description": "Indicates if the participant has alcohol or substance use disorder." + }, + "gad": { + "description": "Indicates if the participant has an anxiety disorder." + }, + "add_adhd": { + "description": "Indicates if the participant has Attention-Deficit/Hyperactivity Disorder (ADHD)." + }, + "asd": { + "description": "Indicates if the participant has Autism Spectrum Disorder (ASD)." + }, + "bipolar": { + "description": "Indicates if the participant has Bipolar Disorder." + }, + "bpd": { + "description": "Indicates if the participant has Borderline Personality Disorder (BPD)." + }, + "depression": { + "description": "Indicates if the participant has depression or major depressive disorder." + }, + "ed": { + "description": "Indicates if the participant has an eating disorder (ED)." + }, + "insomnia": { + "description": "Indicates if the participant has insomnia or other sleep disorders." + }, + "ocd": { + "description": "Indicates if the participant has Obsessive-Compulsive Disorder (OCD)." + }, + "panic": { + "description": "Indicates if the participant has panic disorder." + }, + "ptsd": { + "description": "Indicates if the participant has Post-Traumatic Stress Disorder (PTSD)." + }, + "schizophrenia": { + "description": "Indicates if the participant has schizophrenia." + }, + "soc_anx_dis": { + "description": "Indicates if the participant has social anxiety disorder." + }, + "other_psych": { + "description": "Indicates if the participant has other psychiatric disorders." + }, + "asthma": { + "description": "Indicates if the participant has asthma." + }, + "airway_stenosis": { + "description": "Indicates if the participant has airway stenosis, such as bilateral vocal fold paralysis or laryngeal stenosis." + }, + "chronic_cough": { + "description": "Indicates if the participant has chronic cough." + }, + "copd": { + "description": "Indicates if the participant has Chronic Obstructive Pulmonary Disease (COPD)." + }, + "osa": { + "description": "Indicates if the participant has obstructive sleep apnea (OSA)." + }, + "subjectparticipant_eligible_studies_complete": { + "description": "Indicates if the eligibility screening for participant studies is complete." + }, + "ef_select_language": { + "description": "Indicates the participant\u2019s selected language for the study." + }, + "ef_any_vision_related_req": { + "description": "Indicates if the participant has any vision-related requirements to assist with reading text in the study." + }, + "ef_vision_a11y_options___1": { + "description": "Indicates if the participant requires changes to the font size as part of the study\u2019s accessibility features." + }, + "ef_vision_a11y_options___2": { + "description": "Indicates if the participant requires changes to the font color (high contrast mode) as part of the study\u2019s accessibility features." + }, + "ef_vision_a11y_options___3": { + "description": "Indicates if the participant requires the use of a screen reader as part of the study\u2019s accessibility features." + }, + "ef_vision_a11y_options___4": { + "description": "Indicates if the participant requires a person to read the text to them as part of the study\u2019s accessibility features." + }, + "ef_any_hearing_related_req": { + "description": "Indicates if the participant has any hearing-related requirements to assist with listening to sound files in the study." + }, + "ef_hearing_a11y_options___1": { + "description": "Indicates if the participant requires an increase in volume as part of the study\u2019s accessibility features." + }, + "ef_hearing_a11y_options___2": { + "description": "Indicates if the participant requires closed captions as part of the study\u2019s accessibility features." + }, + "ef_hearing_a11y_options___3": { + "description": "Indicates if the participant prefers to use haptic feedback (vibrations) instead of audio cues as part of the study\u2019s accessibility features." + }, + "ef_any_physical_challenges": { + "description": "Indicates if the participant has any physical challenges that may affect their ability to navigate the application using a touch screen." + }, + "ef_physical_a11y_options___1": { + "description": "Indicates if the participant requires an increase in button size as part of the study\u2019s accessibility features." + }, + "ef_physical_a11y_options___2": { + "description": "Indicates if the participant requires the use of an alternative keyboard connected to the app." + }, + "ef_physical_a11y_options___3": { + "description": "Indicates if the participant would prefer to navigate the survey using voice commands instead of the touch screen." + }, + "ef_any_cognitive_challeges": { + "description": "Indicates if the participant has any cognitive challenges, including difficulty reading, that may require assistance in answering questions and following directions in the study." + }, + "ef_cognitive_a11y_options___1": { + "description": "Indicates if the participant prefers to have the questions read aloud using text-to-speech as part of the study\u2019s accessibility features." + }, + "ef_cognitive_a11y_options___2": { + "description": "Indicates if the participant prefers to have a person read the text to them as part of the study\u2019s accessibility features." + }, + "ef_cognitive_a11y_options___3": { + "description": "Indicates if the participant prefers to speak their answers instead of typing them as part of the study\u2019s accessibility features." + }, + "ef_completed_by___1": { + "description": "Indicates if the responses in the survey were completed by the participant themselves." + }, + "ef_completed_by___2": { + "description": "Indicates if the responses in the survey were completed by an assistant." + }, + "ef_completed_by___3": { + "description": "Indicates if the responses in the survey were completed by a parent or caregiver." + }, + "ef_primary_language": { + "description": "Indicates the primary language spoken by the participant." + }, + "ef_primary_language_other": { + "description": "If the participant's primary language is not listed, this field specifies the language." + }, + "ef_fluent_languages___1": { + "description": "Indicates if the participant speaks no additional languages fluently." + }, + "ef_fluent_languages___2": { + "description": "Indicates if the participant speaks English fluently in addition to their primary language." + }, + "ef_fluent_languages___3": { + "description": "Indicates if the participant speaks French fluently in addition to their primary language." + }, + "ef_fluent_languages___4": { + "description": "Indicates if the participant speaks Spanish fluently in addition to their primary language." + }, + "ef_fluent_languages___5": { + "description": "Indicates if the participant speaks any other language fluently, and provides the details." + }, + "ef_fluent_language_other": { + "description": "If the participant speaks another language fluently that is not listed, this field specifies the language." + }, + "diagnosis_vfp_gsd": { + "description": "Indicates if the participant has vocal fold paralysis (VFP) confirmed by laryngoscopy or stroboscopy." + }, + "diagnosis_vfp_etiology": { + "description": "Specifies the etiology or cause of the participant\u2019s vocal fold paralysis (VFP)." + }, + "diagnosis_vfp_iatrogenic": { + "description": "Indicates if the participant's vocal fold paralysis (VFP) is related to surgery or intubation." + }, + "diagnosis_vfp_tumor": { + "description": "Indicates if the participant\u2019s vocal fold paralysis (VFP) is caused by a tumor invading the recurrent laryngeal nerve (RLN)." + }, + "diagnosis_vfp_dse": { + "description": "Specifies the degree of the participant\u2019s glottic gap." + }, + "diagnosis_degree_os": { + "description": "Indicates the overall severity of the participant\u2019s vocal fold paralysis (VFP)." + }, + "diagnosis_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant\u2019s condition." + }, + "diagnosis_degree_r": { + "description": "Indicates the roughness of the participant\u2019s voice." + }, + "diagnosis_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant\u2019s voice." + }, + "diagnosis_degree_b": { + "description": "Indicates the breathiness of the participant\u2019s voice." + }, + "diagnosis_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant\u2019s voice." + }, + "diagnosis_degree_s": { + "description": "Indicates the strain in the participant\u2019s voice." + }, + "diagnosis_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant\u2019s voice." + }, + "diagnosis_degree_p": { + "description": "Indicates the pitch of the participant\u2019s voice." + }, + "diagnosis_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant\u2019s voice." + }, + "diagnosis_degree_l": { + "description": "Indicates the loudness of the participant\u2019s voice." + }, + "diagnosis_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant\u2019s voice." + }, + "diagnosis_degree_comments": { + "description": "Provides additional comments about the resonance of the participant\u2019s voice." + }, + "diagnosis_ld_qete___laryngologist": { + "description": "Indicates if the participant's laryngeal dystonia was determined by a laryngologist as part of the qualitative expert team evaluation." + }, + "diagnosis_ld_qete___speech_language_pathology": { + "description": "Indicates if the participant's laryngeal dystonia was determined by a speech-language pathologist as part of the qualitative expert team evaluation." + }, + "diagnosis_ld_qete___neurologist_specializing_disorders": { + "description": "Indicates if the participant's laryngeal dystonia was determined by a neurologist specializing in movement disorders as part of the qualitative expert team evaluation." + }, + "diagnosis_ld_assessment___aural_perceptual_evaluation": { + "description": "Indicates if the participant underwent an aural-perceptual evaluation as part of their laryngeal dystonia assessment." + }, + "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy": { + "description": "Indicates if the participant underwent laryngoscopy or stroboscopy as part of their laryngeal dystonia assessment." + }, + "diagnosis_ld_assessment___neurological_evaluation": { + "description": "Indicates if the participant underwent a neurological evaluation as part of their laryngeal dystonia assessment." + }, + "diagnosis_ld_ds___adld": { + "description": "Indicates if the participant has adductor laryngeal dystonia (ADLD)." + }, + "diagnosis_ld_ds___abld": { + "description": "Indicates if the participant has abductor laryngeal dystonia (ABLD)." + }, + "diagnosis_ld_ds___vocal_tremor": { + "description": "Indicates if the participant has vocal tremor." + }, + "diagnosis_ld_ds___mixed_laryngeal_dystonia": { + "description": "Indicates if the participant has mixed laryngeal dystonia." + }, + "diagnosis_ld_ds___sld": { + "description": "Indicates if the participant has singer's laryngeal dystonia (SLD)." + }, + "diagnosis_ld_ds___arld": { + "description": "Indicates if the participant has adductor laryngeal spasms during inspiration (ARLD)." + }, + "diagnosis_ld_etiology": { + "description": "Specifies the etiology or cause of the participant\u2019s laryngeal dystonia." + }, + "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands": { + "description": "Indicates if the participant has an essential tremor of the hands." + }, + "diagnosis_ld_etiology_cc___essential_tremor_of_the_head": { + "description": "Indicates if the participant has an essential tremor of the head." + }, + "diagnosis_ld_etiology_cc___jaw_tremor": { + "description": "Indicates if the participant has a jaw tremor." + }, + "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck": { + "description": "Indicates if the participant has dystonia of the head and neck." + }, + "diagnosis_ld_etiology_cc___other_type_of_dystonia": { + "description": "Indicates if the participant has another type of dystonia." + }, + "diagnosis_ld_degree_os_1": { + "description": "Indicates the participant's overall severity of laryngeal dystonia." + }, + "diagnosis_ld_degree_os_2": { + "description": "Indicates an alternative measure of the participant's overall severity of laryngeal dystonia." + }, + "diagnosis_ld_degree_r_1": { + "description": "Indicates the roughness of the participant\u2019s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant\u2019s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_b_1": { + "description": "Indicates the breathiness of the participant\u2019s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant\u2019s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_s_1": { + "description": "Indicates the strain in the participant\u2019s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant\u2019s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_p_1": { + "description": "Indicates the pitch of the participant\u2019s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant\u2019s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_l_1": { + "description": "Indicates the loudness of the participant\u2019s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant\u2019s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_comments": { + "description": "Provides additional comments about the resonance of the participant\u2019s voice due to laryngeal dystonia." + }, + "diagnosis_ld_treatment": { + "description": "Indicates if the participant has undergone any treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___botox_injections": { + "description": "Indicates if the participant has received botox injections as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___vibrotactile_stimulation": { + "description": "Indicates if the participant has undergone vibrotactile stimulation as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___deep_brain_stimulation": { + "description": "Indicates if the participant has undergone deep brain stimulation as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___mrgfus": { + "description": "Indicates if the participant has undergone magnetic resonance-guided focused ultrasound (MRgFUS) as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for laryngeal dystonia." + }, + "diagnosis_ld_treatment_bi_li": { + "description": "Specifies when the participant received their last injection as treatment for laryngeal dystonia." + }, + "diagnois_pl_gsd_ls": { + "description": "Indicates if the participant has a precancerous vocal fold lesion confirmed by laryngoscopy or stroboscopy." + }, + "diagnois_pl_gsd_bp": { + "description": "Indicates if the participant has a precancerous vocal fold lesion confirmed by biopsy or pathology." + }, + "diagnosis_pl_ds___keratosis": { + "description": "Indicates if the participant has been diagnosed with keratosis." + }, + "diagnosis_pl_ds___leukoplakia": { + "description": "Indicates if the participant has been diagnosed with leukoplakia." + }, + "diagnosis_pl_ds___erythroplakia": { + "description": "Indicates if the participant has been diagnosed with erythroplakia." + }, + "diagnosis_pl_ds___other": { + "description": "Indicates if the participant has been diagnosed with another precancerous lesion." + }, + "diagnosis_pl_ds_l": { + "description": "Indicates if the participant has leukoplakia." + }, + "diagnosis_pl_ds_l_wd_g": { + "description": "Indicates if the participant has leukoplakia with dysplasia." + }, + "diagnosis_pl_ds_e": { + "description": "Indicates if the participant has erythroplakia." + }, + "diagnosis_pl_ds_e_wd_g": { + "description": "Indicates if the participant has erythroplakia with dysplasia." + }, + "diagnosis_pl_etiology___past_or_present_smoking": { + "description": "Indicates if the participant has a history of smoking as a risk factor for their precancerous lesion." + }, + "diagnosis_pl_etiology___laryngopharyngeal_reflux": { + "description": "Indicates if the participant has laryngopharyngeal reflux as a risk factor for their precancerous lesion." + }, + "diagnosis_pl_etiology___other_irritants": { + "description": "Indicates if the participant has other irritants as risk factors for their precancerous lesion." + }, + "diagnosis_pl_ds_ll___right_vocal_fold": { + "description": "Indicates if the participant's lesion is located on the right vocal fold." + }, + "diagnosis_pl_ds_ll___left_vocal_fold": { + "description": "Indicates if the participant's lesion is located on the left vocal fold." + }, + "diagnosis_pl_ds_ll___both_vocal_folds": { + "description": "Indicates if the participant's lesion is located on both vocal folds." + }, + "diagnosis_pl_ds_ll___ventricular_folds": { + "description": "Indicates if the participant's lesion is located on the ventricular folds." + }, + "diagnosis_pl_ds_ll___subglottal_areas": { + "description": "Indicates if the participant's lesion is located in the subglottal areas." + }, + "diagnosis_pl_degree_os_1": { + "description": "Indicates the overall severity of the participant\u2019s precancerous lesion." + }, + "diagnosis_pl_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant\u2019s precancerous lesion." + }, + "diagnosis_pl_degree_r_1": { + "description": "Indicates the roughness of the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_b_1": { + "description": "Indicates the breathiness of the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_s_1": { + "description": "Indicates the strain in the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_p_1": { + "description": "Indicates the pitch of the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_l_1": { + "description": "Indicates the loudness of the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_comments": { + "description": "Provides additional comments about the resonance of the participant\u2019s voice due to the precancerous lesion." + }, + "diagnosis_pl_treatment": { + "description": "Indicates if the participant has undergone any treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___surveillance_only": { + "description": "Indicates if the participant is under surveillance only as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___laser_resection": { + "description": "Indicates if the participant has undergone laser resection as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___laser_ablation": { + "description": "Indicates if the participant has undergone laser ablation as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser": { + "description": "Indicates if the participant has undergone microlaryngeal surgery without laser as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions": { + "description": "Indicates if the participant has undergone radiotherapy for persistent or recurrent lesions." + }, + "diagnosis_pl_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for their precancerous lesion." + }, + "diagnois_lc_gsd_sll": { + "description": "Indicates if the participant has a suspicious laryngeal lesion confirmed by laryngoscopy or stroboscopy." + }, + "diagnosis_lc_gsd_bpr": { + "description": "Indicates if the participant has laryngeal cancer confirmed by biopsy or pathology report." + }, + "diagnosis_lc_gsd_uots___ct_neck": { + "description": "Indicates if the participant has undergone a CT of the neck as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___ct_chest": { + "description": "Indicates if the participant has undergone a CT of the chest as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___mri_neck": { + "description": "Indicates if the participant has undergone an MRI of the neck as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___pet_ct": { + "description": "Indicates if the participant has undergone a PET-CT as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___ultrasound_neck": { + "description": "Indicates if the participant has undergone an ultrasound of the neck as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_ds___right_vocal_fold": { + "description": "Indicates if the participant\u2019s laryngeal cancer involves the right vocal fold." + }, + "diagnosis_lc_ds___left_vocal_fold": { + "description": "Indicates if the participant\u2019s laryngeal cancer involves the left vocal fold." + }, + "diagnosis_lc_ds___both_vocal_folds": { + "description": "Indicates if the participant\u2019s laryngeal cancer involves both vocal folds." + }, + "diagnosis_lc_ds___anterior_commissure": { + "description": "Indicates if the participant\u2019s laryngeal cancer involves the anterior commissure." + }, + "diagnosis_lc_ds___ventricular_folds": { + "description": "Indicates if the participant\u2019s laryngeal cancer involves the ventricular folds." + }, + "diagnosis_lc_ds___subglottal_areas": { + "description": "Indicates if the participant\u2019s laryngeal cancer involves the subglottal areas." + }, + "diagnosis_lc_etiology___smoking": { + "description": "Indicates if smoking is a risk factor for the participant\u2019s laryngeal cancer." + }, + "diagnosis_lc_etiology___alcohol": { + "description": "Indicates if alcohol use is a risk factor for the participant\u2019s laryngeal cancer." + }, + "diagnosis_lc_etiology___family_history": { + "description": "Indicates if family history is a risk factor for the participant\u2019s laryngeal cancer." + }, + "diagnosis_lc_etiology___hpv": { + "description": "Indicates if human papilloma virus (HPV) is a risk factor for the participant\u2019s laryngeal cancer." + }, + "diagnosis_lc_etiology___exposure_other_harmful_substances": { + "description": "Indicates if exposure to other harmful substances is a risk factor for the participant\u2019s laryngeal cancer." + }, + "diagnosis_lc_ds_t_stage": { + "description": "Indicates the T stage of the participant\u2019s laryngeal cancer according to the AJCC Classification." + }, + "diagnosis_lc_ds_n_stage": { + "description": "Indicates the N stage of the participant\u2019s laryngeal cancer according to the AJCC Classification." + }, + "diagnosis_lc_ds_m_stage": { + "description": "Indicates the M stage of the participant\u2019s laryngeal cancer according to the AJCC Classification." + }, + "diagnosis_lc_degree_os_1": { + "description": "Indicates the overall severity of the participant\u2019s laryngeal cancer." + }, + "diagnosis_lc_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant\u2019s laryngeal cancer." + }, + "diagnosis_lc_degree_r_1": { + "description": "Indicates the roughness of the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_b_1": { + "description": "Indicates the breathiness of the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_s_1": { + "description": "Indicates the strain in the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_p_1": { + "description": "Indicates the pitch of the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_l_1": { + "description": "Indicates the loudness of the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_comments": { + "description": "Provides additional comments about the resonance of the participant\u2019s voice due to laryngeal cancer." + }, + "diagnosis_as_ds_ccsr": { + "description": "Indicates if the participant\u2019s cancer is causing stridor at rest." + }, + "diagnosis_lc_treatment": { + "description": "Indicates if the participant has undergone any treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___radiation": { + "description": "Indicates if the participant has undergone radiation as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___chemotherapy": { + "description": "Indicates if the participant has undergone chemotherapy as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___immunotherapy": { + "description": "Indicates if the participant has undergone immunotherapy as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___surgery": { + "description": "Indicates if the participant has undergone surgery as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for laryngeal cancer." + }, + "diagnosis_lc_treatment_s___endoscopic_laser": { + "description": "Indicates if the participant has undergone endoscopic laser surgery as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_s___partial_laryngectomy": { + "description": "Indicates if the participant has undergone partial laryngectomy as treatment for laryngeal cancer." + }, + "diagnois_bl_gsd": { + "description": "Indicates if the participant has a benign lesion confirmed by laryngoscopy or stroboscopy." + }, + "diagnosis_bl_ds": { + "description": "Indicates the participant\u2019s diagnosis of a benign lesion." + }, + "diagnosis_bl_etiology": { + "description": "Specifies the etiology or cause of the participant\u2019s benign lesion." + }, + "diagnosis_bl_ds_ll": { + "description": "Indicates the location of the participant\u2019s benign lesion." + }, + "diagnosis_bl_degree_os_1": { + "description": "Indicates the overall severity of the participant\u2019s benign lesion." + }, + "diagnosis_bl_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant\u2019s benign lesion." + }, + "diagnosis_bl_degree_r_1": { + "description": "Indicates the roughness of the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_degree_b_1": { + "description": "Indicates the breathiness of the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_degree_s_1": { + "description": "Indicates the strain in the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_degree_p_1": { + "description": "Indicates the pitch of the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_degree_l_1": { + "description": "Indicates the loudness of the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_degree_comments": { + "description": "Provides additional comments about the resonance of the participant\u2019s voice due to the benign lesion." + }, + "diagnosis_bl_treatment": { + "description": "Indicates if the participant has undergone any treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___laryngeal_microsurgery": { + "description": "Indicates if the participant has undergone laryngeal microsurgery as treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___voice_rest": { + "description": "Indicates if the participant has undergone voice rest as treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for the benign lesion." + }, + "diagnosis_bl_treatment_lm": { + "description": "Indicates if the participant has undergone laryngeal microsurgery for the benign lesion." + }, + "diagnosis_bipolar_gsd": { + "description": "Specifies the participant\u2019s diagnosis of bipolar disorder." + }, + "diagnosis_bipolar_gsd_interview": { + "description": "Indicates if a structured clinical interview was conducted for diagnosing the participant\u2019s bipolar disorder." + }, + "diagnosis_bipolar_gsd_oqu": { + "description": "Indicates if an objective questionnaire was used in the diagnosis of the participant\u2019s bipolar disorder." + }, + "diagnosis_bipolar_gsd_oquw": { + "description": "Specifies which objective questionnaire was used in diagnosing the participant\u2019s bipolar disorder." + }, + "diagnosis_bipolar_subtype_active": { + "description": "Specifies the active subtype of the participant\u2019s bipolar disorder." + }, + "diagnosis_bipolar_psychotic": { + "description": "Indicates if the participant has psychotic symptoms associated with bipolar disorder." + }, + "diagnosis_bipolar_severity": { + "description": "Indicates the severity of the participant\u2019s bipolar disorder." + }, + "diagnosis_depression_gsd": { + "description": "Indicates the participant\u2019s diagnosis of depression." + }, + "diagnosis_depression_clinical_subcategory": { + "description": "Specifies the subcategory of clinical depression, such as major depressive disorder, for the participant." + }, + "diagnosis_depression_gsd_interview": { + "description": "Indicates if a structured clinical interview was conducted for diagnosing the participant\u2019s depression." + }, + "diagnosis_depression_gsd_oqu": { + "description": "Indicates if an objective questionnaire was used in the diagnosis of the participant\u2019s depression." + }, + "diagnosis_depression_gsd_oquw": { + "description": "Specifies which objective questionnaire was used in diagnosing the participant\u2019s depression." + }, + "diagnosis_bipolar_subtype_active_depression": { + "description": "Specifies the active subtype of depression in the participant\u2019s bipolar disorder." + }, + "diagnosis_bipolar_psychotic_depression": { + "description": "Indicates if the participant has psychotic symptoms associated with the depressive phase of their bipolar disorder." + }, + "diagnosis_bipolar_severity_depression": { + "description": "Indicates the severity of the participant\u2019s depressive phase of bipolar disorder." + }, + "diagnosis_as_pft": { + "description": "Indicates if the participant has undergone pulmonary function testing in the past three months." + }, + "diagnosis_as_gsd": { + "description": "Indicates if the participant has airway stenosis confirmed by laryngoscopy, bronchoscopy, or CT imaging." + }, + "diagnosis_as_gsd_yes___bronchoscopy": { + "description": "Indicates if the participant\u2019s airway stenosis was confirmed by bronchoscopy or laryngoscopy." + }, + "diagnosis_as_gsd_yes___ct": { + "description": "Indicates if the participant\u2019s airway stenosis was confirmed by CT imaging." + }, + "diagnosis_as_ds": { + "description": "Specifies the subtype of the participant\u2019s airway stenosis." + }, + "diagnosis_as_ds_bvfi_gs": { + "description": "Indicates if the participant has bilateral vocal fold immobility or glottic stenosis as a subtype of airway stenosis." + }, + "diagnosis_as_etiology": { + "description": "Specifies the etiology or cause of the participant\u2019s airway stenosis." + }, + "diagnosis_as_etiology_auto_immune": { + "description": "Indicates if the participant\u2019s airway stenosis is caused by an autoimmune or granulomatous disease." + }, + "diagnosis_as_ds_mcg": { + "description": "Indicates the degree of the participant\u2019s stenosis based on the Myer-Cotton Grade." + }, + "diagnosis_as_ds_bc": { + "description": "Indicates the degree of the participant\u2019s stenosis based on the Bogdasarian Classification." + }, + "diagnosis_as_ds_agw": { + "description": "Indicates the anterior glottic web classification of the participant\u2019s airway stenosis according to Cohen." + }, + "diagnosis_as_ds_ac": { + "description": "Indicates the grade of stenosis of the participant\u2019s supraglottic stenosis according to the Aziz Classification." + }, + "diagnosis_as_ds_ac_grade_4": { + "description": "Indicates the grade of supraglottic stenosis based on the Aziz Classification." + }, + "diagnosis_as_ds_ods": { + "description": "Indicates the overall subjective classification of the participant\u2019s airway stenosis." + }, + "diagnosis_as_ds_eps": { + "description": "Indicates the estimated percentage of stenosis from 0 to 100." + }, + "diagnosis_as_treatment___no_treatment": { + "description": "Indicates if the participant has received no treatment for their airway stenosis." + }, + "diagnosis_as_treatment___surgery": { + "description": "Indicates if the participant has undergone surgery as treatment for their airway stenosis." + }, + "diagnosis_as_treatment___in_office_treatment": { + "description": "Indicates if the participant has undergone in-office treatment for their airway stenosis." + }, + "diagnosis_as_treatment_surgery___endoscopic_intervention": { + "description": "Indicates if the participant has undergone endoscopic intervention with laser and balloon dilation and steroid injection as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___endoscopic_excision": { + "description": "Indicates if the participant has undergone endoscopic laser wedge excision with balloon dilation and steroid injection as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction": { + "description": "Indicates if the participant has undergone open laryngotracheal reconstruction as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___laryngotracheoplasty": { + "description": "Indicates if the participant has undergone laryngotracheoplasty (Maddern procedure) as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___tracheostomy": { + "description": "Indicates if the participant has undergone a tracheostomy as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___other": { + "description": "Indicates if the participant has undergone another type of surgery for airway stenosis." + }, + "diagnosis_as_treatment_in_office___steroid_injections_sole": { + "description": "Indicates if the participant has undergone awake steroid injection(s) as the sole treatment for airway stenosis." + }, + "diagnosis_as_treatment_in_office___steroid_injections_adjunct": { + "description": "Indicates if the participant has undergone awake steroid injection(s) as an adjunct treatment for airway stenosis." + }, + "diagnosis_as_treatment_in_office___dilation": { + "description": "Indicates if the participant has undergone in-office or awake dilation as treatment for airway stenosis." + }, + "diagnosis_as_treatment_in_office___laser": { + "description": "Indicates if the participant has undergone in-office or awake laser treatment for airway stenosis." + }, + "diagnosis_alz_dementia_mci_causes": { + "description": "Indicates if other causes of cognitive or functional changes have been excluded in the participant\u2019s diagnosis." + }, + "diagnosis_alz_dementia_mci_dt": { + "description": "Specifies the type of dementia or cognitive impairment in the participant." + }, + "diagnosis_alz_dementia_mci_etiology___genetic_factors": { + "description": "Indicates if genetic factors are suspected or known to be the etiology of the participant\u2019s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___age_related_changes": { + "description": "Indicates if age-related changes are suspected or known to be the etiology of the participant\u2019s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___other_medical_conditions": { + "description": "Indicates if other medical conditions, such as vascular factors or traumatic brain injury, are suspected or known to be the etiology of the participant\u2019s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___substance_related": { + "description": "Indicates if substance-related factors, such as alcohol-induced cognitive impairment, are suspected or known to be the etiology of the participant\u2019s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___other": { + "description": "Indicates if another etiology is suspected or known to be the cause of the participant\u2019s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease": { + "description": "Indicates if familial Alzheimer\u2019s disease is the genetic factor suspected or known to be the cause of the participant\u2019s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e": { + "description": "Indicates if apolipoprotein E (APOE) \u03b54 allele is the genetic factor suspected or known to be the cause of the participant\u2019s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors": { + "description": "Indicates if other genetic factors are suspected or known to be the cause of the participant\u2019s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_ds___mci": { + "description": "Indicates if the participant\u2019s cognitive impairment is classified as mild cognitive impairment (MCI)." + }, + "diagnosis_alz_dementia_mci_ds___cdr": { + "description": "Indicates if the participant\u2019s cognitive impairment is classified using the Clinical Dementia Rating (CDR) staging." + }, + "diagnosis_alz_dementia_mci_ds_cdr": { + "description": "Specifies the participant\u2019s Clinical Dementia Rating (CDR) staging." + }, + "diagnosis_alz_dementia_mci_ca_rudas_score": { + "description": "Specifies the participant\u2019s Rowland Universal Dementia Assessment Scale (RUDAS) score." + }, + "diagnosis_alz_dementia_mci_ca_mmse_score": { + "description": "Specifies the participant\u2019s Mini-Mental State Examination (MMSE) score." + }, + "diagnosis_alz_dementia_mci_ca_moca_score": { + "description": "Specifies the participant\u2019s Montreal Cognitive Assessment (MoCA) score." + }, + "diagnosis_alz_dementia_mci_ca_adas_cog_score": { + "description": "Specifies the participant\u2019s Alzheimer\u2019s Disease Assessment Scale-Cognitive Subscale (ADAS-Cog) score." + }, + "diagnosis_alz_dementia_mci_ca_other": { + "description": "Specifies if another cognitive assessment tool was used for the participant." + }, + "diagnosis_alz_dementia_mci_ca_other_score": { + "description": "Specifies the score from another cognitive assessment tool used for the participant." + }, + "diagnosis_alz_dementia_mci_treatment_obtained": { + "description": "Indicates if the participant has undergone any treatment for Alzheimer\u2019s disease, cognitive impairment, or other types of dementia." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications": { + "description": "Indicates if the participant has taken medications as treatment for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi": { + "description": "Indicates if the participant has received non-pharmacological interventions as treatment for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors": { + "description": "Indicates if the participant has taken cholinesterase inhibitors, such as Donepezil, as treatment for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist": { + "description": "Indicates if the participant has taken NMDA receptor antagonist, such as Memantine, as treatment for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other": { + "description": "Indicates if the participant has taken other medications as treatment for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program": { + "description": "Indicates if the participant has participated in a day program as a non-pharmacological intervention for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy": { + "description": "Indicates if the participant has undergone cognitive stimulation therapy as a non-pharmacological intervention for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy": { + "description": "Indicates if the participant has undergone reality orientation therapy as a non-pharmacological intervention for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy": { + "description": "Indicates if the participant has undergone reminiscence therapy as a non-pharmacological intervention for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program": { + "description": "Indicates if the participant has participated in a physical exercise program as a non-pharmacological intervention for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications": { + "description": "Indicates if the participant has undergone dietary modifications as a non-pharmacological intervention for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other": { + "description": "Indicates if the participant has undergone other non-pharmacological interventions for Alzheimer\u2019s disease or cognitive impairment." + }, + "diagnosis_parkinsons_gsd_category_1___bradykinesia": { + "description": "Indicates if the participant has bradykinesia as part of their Parkinson\u2019s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_1___tremor": { + "description": "Indicates if the participant has tremor as part of their Parkinson\u2019s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_1___rigidity": { + "description": "Indicates if the participant has rigidity as part of their Parkinson\u2019s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_1_calculation": { + "description": "Indicates if the participant meets the criteria for Category 1 Parkinsonism based on bradykinesia, tremor, or rigidity." + }, + "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities": { + "description": "Indicates if the participant has cerebellar abnormalities as part of the exclusion criteria for Parkinson\u2019s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy": { + "description": "Indicates if the participant has supranuclear gaze palsy as part of the exclusion criteria for Parkinson\u2019s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa": { + "description": "Indicates if the participant has a diagnosis of behavioral variant frontotemporal dementia (bvFTD) or primary progressive aphasia (PPA) within five years of disease onset as part of the exclusion criteria for Parkinson\u2019s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_2___lower_limbs": { + "description": "Indicates if the participant\u2019s Parkinsonian features are restricted to the lower limbs for more than three years as part of the exclusion criteria." + }, + "diagnosis_parkinsons_gsd_category_2___dopamine_treatment": { + "description": "Indicates if the participant has been treated with dopamine or related medications." + }, + "diagnosis_parkinsons_gsd_category_2___absence_of_response": { + "description": "Indicates if the participant shows no response in category 2 of the Parkinson's GSD assessment." + }, + "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss": { + "description": "Indicates if the participant has cortical sensory loss as part of Parkinson's GSD Category 2." + }, + "diagnosis_parkinsons_gsd_category_2___dat_scan": { + "description": "Indicates if the participant has undergone a DAT scan as part of Parkinson's GSD Category 2." + }, + "diagnosis_parkinsons_gsd_category_2___alternative_condition": { + "description": "Indicates if the participant has an alternative condition related to Parkinson's disease GSD Category 2." + }, + "diagnosis_parkinsons_gsd_category_2_calculation": { + "description": "Calculation for Parkinson's GSD Category 2 diagnosis." + }, + "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy": { + "description": "Indicates if the participant's Parkinson's diagnosis includes response to dopaminergic therapy under GSD category 3." + }, + "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia": { + "description": "Indicates if the participant has levodopa-induced dyskinesia as part of their Parkinson's diagnosis." + }, + "diagnosis_parkinsons_gsd_category_3___rest_tremor": { + "description": "Indicates if the participant's Parkinson's diagnosis includes rest tremor under GSD category 3." + }, + "diagnosis_parkinsons_gsd_category_3___mibg": { + "description": "Indicates if the participant's Parkinson's diagnosis includes MIBG in category 3 of the GSD assessment." + }, + "diagnosis_parkinsons_gsd_category_3_calculation": { + "description": "Calculation for Parkinson's GSD Category 3 diagnosis." + }, + "diagnosis_parkinsons_gsd_calculation": { + "description": "Calculated score for Parkinson's disease diagnosis based on the GSD (Global Severity of Disease) scale." + }, + "diagnosis_parkinsons_disease_subtype": { + "description": "Indicates the subtype of Parkinson's disease diagnosed in the participant." + }, + "diagnosis_parkinsons_etiology": { + "description": "Indicates the etiology or cause of the participant's Parkinson's diagnosis." + }, + "diagnosis_parkinsons_ds": { + "description": "Indicates the diagnostic subcategory of the participant's Parkinson's disease." + }, + "diagnosis_parkinsons_ma___updrs": { + "description": "Indicates the participant's motor assessment score on the UPDRS (Unified Parkinson's Disease Rating Scale)." + }, + "diagnosis_parkinsons_ma___other": { + "description": "Indicates if the participant has other motor assessment results for Parkinson's disease." + }, + "diagnosis_parkinsons_ma_uprds": { + "description": "Indicates the participant's score on the Unified Parkinson's Disease Rating Scale (UPDRS)." + }, + "diagnosis_parkinsons_ma_updrs_part_i_score": { + "description": "Score from Part I of the MDS-UPDRS, assessing non-motor aspects of daily living." + }, + "diagnosis_parkinsons_ma_updrs_part_ii_score": { + "description": "Score from Part II of the MDS-UPDRS, assessing the participant's activities of daily living." + }, + "diagnosis_parkinsons_ma_updrs_part_iii_score": { + "description": "Score from Part III of the MDS-UPDRS, assessing motor symptoms in Parkinson's disease." + }, + "diagnosis_parkinsons_ma_updrs_part_iv_score": { + "description": "Score from Part IV of the MDS-UPDRS, assessing complications of therapy in Parkinson's disease." + }, + "diagnosis_parkinsons_non_motor_symptoms": { + "description": "Indicates if the participant has non-motor symptoms associated with Parkinson's disease." + }, + "diagnosis_parkinsons_non_motor_symptoms_yes": { + "description": "Indicates specific non-motor symptoms that the participant experiences as part of Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained": { + "description": "Indicates if the participant has received treatment for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes___medications": { + "description": "Indicates if the participant is receiving medication for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes___npi": { + "description": "Indicates if the participant has received non-pharmacological interventions as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa": { + "description": "Indicates if the participant is receiving levodopa as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists": { + "description": "Indicates if the participant is receiving dopamine agonists as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b": { + "description": "Indicates if the participant is receiving MAO-B inhibitors as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine": { + "description": "Indicates if the participant is receiving Amantadine for Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___other": { + "description": "Indicates if the participant is receiving other medications for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy": { + "description": "Indicates if the participant has received physical therapy as a treatment for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy": { + "description": "Indicates if the participant is receiving occupational therapy as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy": { + "description": "Indicates if the participant has received speech therapy as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs": { + "description": "Indicates if the participant has received deep brain stimulation (DBS) as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___other": { + "description": "Indicates if the participant has received non-pharmacological treatment for Parkinson's, other than those specified." + }, + "diagnosis_als_gsd_category_1": { + "description": "Indicates the participant's ALS diagnosis under GSD category 1." + }, + "diagnosis_als_gsd_category_2": { + "description": "Indicates if the participant meets the criteria for ALS GSD Category 2." + }, + "diagnosis_als_gsd_category_3": { + "description": "Indicates the participant's ALS diagnosis under GSD category 3." + }, + "diagnosis_als_gsd_calculation": { + "description": "Calculation for the participant's ALS GSD diagnosis." + }, + "diagnosis_als_disease_subtype": { + "description": "Indicates the subtype of ALS diagnosed in the participant." + }, + "diagnosis_als_disease_subtype_familial": { + "description": "Indicates if the participant has been diagnosed with familial ALS." + }, + "diagnosis_als_etiology___genetic_factors": { + "description": "Indicates if the participant's ALS diagnosis is linked to genetic factors." + }, + "diagnosis_als_etiology___environmental_factors": { + "description": "Indicates if the participant's ALS diagnosis is linked to environmental factors." + }, + "diagnosis_als_etiology_genetic_factors___c9orf72": { + "description": "Indicates if the participant's ALS diagnosis is linked to the C9orf72 genetic factor." + }, + "diagnosis_als_etiology_genetic_factors___sod1": { + "description": "Indicates if the participant's ALS diagnosis is linked to the SOD1 genetic factor." + }, + "diagnosis_als_etiology_genetic_factors___other": { + "description": "Indicates if the participant's ALS diagnosis is linked to other genetic factors not listed." + }, + "diagnosis_als_cp___upper_motor_neuron": { + "description": "Indicates if the participant's ALS diagnosis includes upper motor neuron involvement." + }, + "diagnosis_als_cp___lower_motor_neuron": { + "description": "Indicates if the participant has lower motor neuron involvement as part of their ALS diagnosis." + }, + "diagnosis_als_cp___bulbar_symptoms": { + "description": "Indicates if the participant has bulbar symptoms as part of their ALS diagnosis." + }, + "diagnosis_als_cp___respiratory_involvement": { + "description": "Indicates if the participant has respiratory involvement as part of their ALS diagnosis." + }, + "diagnosis_als_dp": { + "description": "Indicates if the participant has a diagnosis of ALS with dementia." + }, + "diagnosis_als_na_alsfrs_r_score": { + "description": "The participant's score on the ALS Functional Rating Scale-Revised (ALSFRS-R)." + }, + "diagnosis_als_na_fvc_percentage": { + "description": "Indicates the participant's forced vital capacity (FVC) percentage for ALS diagnosis." + }, + "diagnosis_als_treatment_and_management": { + "description": "Indicates the treatment and management plan for the participant's ALS diagnosis." + }, + "diagnosis_als_treatment_and_management_yes___medications": { + "description": "Indicates if the participant is receiving medications as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes___supportive_care": { + "description": "Indicates if the participant is receiving supportive care as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_medications___riluzole": { + "description": "Indicates if the participant is receiving riluzole as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___edaravone": { + "description": "Indicates if the participant is receiving edaravone as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___sodium": { + "description": "Indicates if the participant is receiving sodium as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___tofersen": { + "description": "Indicates if the participant is receiving Tofersen as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment": { + "description": "Indicates if the participant is receiving symptomatic treatment as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_medications___other": { + "description": "Indicates if the participant is receiving other medications as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy": { + "description": "Indicates if the participant has received physical therapy as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy": { + "description": "Indicates if the participant is receiving occupational therapy as part of ALS treatment and supportive care." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy": { + "description": "Indicates if the participant has received speech therapy as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support": { + "description": "Indicates if the participant has received respiratory support as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support": { + "description": "Indicates if the participant has received nutrition support as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy": { + "description": "Indicates if the participant has received psychotherapy as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___other": { + "description": "Indicates if the participant has received other forms of supportive care for ALS." + }, + "session_id": { + "description": "The unique identifier for the session." + }, + "session_status": { + "description": "Current status of the session." + }, + "session_is_control_participant": { + "description": "Indicates if the participant is part of the control group for this session." + }, + "session_duration": { + "description": "Total duration of the session." + }, + "session_site": { + "description": "The location where the session was conducted." + }, + "acoustic_task_id": { + "description": "Unique identifier for the acoustic task performed by the participant." + }, + "acoustic_task_session_id": { + "description": "Unique identifier for the acoustic task session." + }, + "acoustic_task_name": { + "description": "The name of the acoustic task performed by the participant." + }, + "acoustic_task_cohort": { + "description": "The cohort to which the participant belongs for the acoustic task." + }, + "acoustic_task_status": { + "description": "Indicates the current status of the participant's acoustic task." + }, + "acoustic_task_duration": { + "description": "Total duration of the acoustic task." + }, + "recording_id": { + "description": "Unique identifier for the recording session." + }, + "recording_acoustic_task_id": { + "description": "The unique identifier for the recording acoustic task." + }, + "recording_session_id": { + "description": "Unique session identifier for the recording." + }, + "recording_name": { + "description": "Name of the recording session." + }, + "recording_duration": { + "description": "Duration of the recording for the session." + }, + "recording_size": { + "description": "Indicates the file size of the recording." + }, + "recording_profile_name": { + "description": "The name of the recording profile used during the session." + }, + "recording_profile_version": { + "description": "Indicates the version of the recording profile used." + }, + "recording_input_gain": { + "description": "Indicates the input gain setting used during the recording." + }, + "recording_microphone": { + "description": "Indicates the type of microphone used during the recording." + }, + "demographics_session_id": { + "description": "Unique identifier for the demographics session." + }, + "demographics_duration": { + "description": "Total duration of the demographics section." + }, + "demographics_completed_by___1": { + "description": "Indicates if the participant completed the demographic section on their own." + }, + "demographics_completed_by___2": { + "description": "Indicates if demographics were completed by a healthcare professional." + }, + "demographics_completed_by___3": { + "description": "Indicates if demographics were completed by a caregiver." + }, + "state_province": { + "description": "The state or province where the participant lives." + }, + "country": { + "description": "The country where the participant resides." + }, + "gender_identity": { + "description": "The participant's reported gender identity." + }, + "specify_gender_identity": { + "description": "Allows the participant to specify their gender identity." + }, + "sexual_orientation": { + "description": "Indicates the participant's sexual orientation." + }, + "race___1": { + "description": "Indicates if the participant identifies with race category 1." + }, + "race___2": { + "description": "Indicates if the participant identifies with race category 2." + }, + "race___3": { + "description": "Indicates if the participant identifies with race category 3." + }, + "race___4": { + "description": "Indicates if the participant identifies with race category 4." + }, + "race___5": { + "description": "Indicates if the participant identifies with race category 5." + }, + "race___6": { + "description": "Indicates if the participant identifies with race category 6." + }, + "race___7": { + "description": "Indicates if the participant identifies with race category 7." + }, + "race___8": { + "description": "Indicates if the participant identifies with race category 8." + }, + "ethnicity": { + "description": "Indicates the participant's ethnicity." + }, + "other_edu_level": { + "description": "Indicates if the participant has received an education level not listed in other options." + }, + "hearing": { + "description": "Indicates if the participant has hearing issues." + }, + "vision": { + "description": "Indicates if the participant has vision issues." + }, + "cognition": { + "description": "Reports on the participant's cognitive abilities or issues." + }, + "mobility": { + "description": "Indicates the participant's level of mobility or movement." + }, + "self_care": { + "description": "Indicates if the participant engages in self-care activities." + }, + "independent_living": { + "description": "Indicates if the participant is living independently." + }, + "employ_status___1": { + "description": "Indicates if the participant is employed full-time." + }, + "employ_status___2": { + "description": "Indicates if the participant is employed full-time." + }, + "employ_status___3": { + "description": "Indicates if the participant is employed part-time." + }, + "employ_status___4": { + "description": "Indicates if the participant is a student." + }, + "employ_status___5": { + "description": "Indicates if the participant is a homemaker." + }, + "employ_status___6": { + "description": "Indicates if the participant is unemployed." + }, + "employ_status___7": { + "description": "Indicates if the participant is self-employed." + }, + "employ_status___8": { + "description": "Indicates if the participant is a volunteer." + }, + "employ_status___9": { + "description": "Indicates if the participant is retired." + }, + "household_income_usa": { + "description": "The participant's household income in US dollars." + }, + "household_income_ca": { + "description": "The participant's household income in Canadian dollars." + }, + "marital_status___1": { + "description": "Indicates if the participant is married." + }, + "marital_status___2": { + "description": "Indicates if the participant is in a domestic partnership." + }, + "marital_status___3": { + "description": "Indicates if the participant is separated." + }, + "marital_status___4": { + "description": "Indicates if the participant is widowed." + }, + "marital_status___5": { + "description": "Indicates if the participant is single." + }, + "marital_status___6": { + "description": "Indicates if the participant is divorced." + }, + "marital_status___7": { + "description": "Indicates if the participant is cohabiting." + }, + "housing_status": { + "description": "Indicates the participant's current housing status." + }, + "household_count": { + "description": "The number of people living in the participant's household." + }, + "spouse_partner_sig_other": { + "description": "Indicates if the participant has a spouse, partner, or significant other." + }, + "children": { + "description": "Indicates if the participant has children." + }, + "parent": { + "description": "Indicates if the participant is a parent." + }, + "grandparent": { + "description": "Indicates if the participant is a grandparent." + }, + "other_live_with": { + "description": "Indicates if the participant lives with people not listed in other options." + }, + "others_household_specify": { + "description": "Allows the participant to specify other people living in their household." + }, + "transportation_yn": { + "description": "Indicates if the participant has access to transportation." + }, + "primary_transportation": { + "description": "Indicates the participant's primary mode of transportation." + }, + "q_generic_demographics_complete": { + "description": "Indicates if the participant has completed the generic demographics section." + }, + "confounders_session_id": { + "description": "Unique identifier for the confounders assessment session." + }, + "confounders_duration": { + "description": "Total duration of the confounders assessment." + }, + "is_regular_smoker": { + "description": "Indicates if the participant is a regular smoker." + }, + "smoking_hx": { + "description": "Indicates the participant's smoking history." + }, + "age_start_smoking": { + "description": "Indicates the age at which the participant started smoking." + }, + "age_stop_smoking": { + "description": "Indicates the age at which the participant stopped smoking." + }, + "smoking_types___1": { + "description": "Reports if the participant has used smoking type 1." + }, + "smoking_types___2": { + "description": "Indicates if the participant smokes cigars." + }, + "smoking_types___3": { + "description": "Indicates if the participant smokes pipes." + }, + "smoking_types___4": { + "description": "Indicates if the participant uses chewing tobacco." + }, + "smoking_types___5": { + "description": "Indicates if the participant uses cigars." + }, + "smoking_types___6": { + "description": "Indicates if the participant uses snuff." + }, + "smoking_types___7": { + "description": "Reports if the participant has used smoking type 7." + }, + "smoking_types___8": { + "description": "Indicates if the participant uses other forms of tobacco, such as e-cigarettes." + }, + "smoking_freq": { + "description": "Indicates how often the participant smokes." + }, + "alcohol_yn": { + "description": "Indicates if the participant consumes alcohol." + }, + "alcohol_freq": { + "description": "Indicates how often the participant consumes alcohol." + }, + "alcohol_amt": { + "description": "Reports the amount of alcohol the participant consumed." + }, + "alcohol_drinks": { + "description": "The number of alcoholic drinks the participant typically consumes." + }, + "alcohol_today": { + "description": "Reports if the participant consumed alcohol today." + }, + "drinks_today_number": { + "description": "The number of alcoholic drinks the participant has consumed today." + }, + "alcohol_rehab": { + "description": "Indicates if the participant has undergone rehabilitation for alcohol use." + }, + "current_recovery_alcohol": { + "description": "Indicates if the participant is currently in recovery for alcohol use." + }, + "caffeine_intake": { + "description": "Reports the participant's caffeine intake." + }, + "caffeine_intake_today": { + "description": "The amount of caffeine the participant has consumed today." + }, + "hydration": { + "description": "Indicates if the participant feels hydrated." + }, + "hydration_today": { + "description": "Indicates if the participant feels adequately hydrated today." + }, + "dental_problems": { + "description": "Indicates if the participant has dental problems or issues." + }, + "seasonal_allergies": { + "description": "Indicates if the participant has any seasonal allergies." + }, + "seasonal_allergies_options___1": { + "description": "Indicates if the participant has seasonal allergies to tree pollen." + }, + "seasonal_allergies_options___2": { + "description": "Indicates if the participant has seasonal allergies to specific allergens listed under option 2." + }, + "seasonal_allergies_options___3": { + "description": "Indicates if the participant has seasonal allergies to grass pollen." + }, + "seasonal_allergies_options___4": { + "description": "Indicates if the participant has seasonal allergies to pollen or other triggers." + }, + "tired_measure": { + "description": "Indicates if the participant feels tired or fatigued." + }, + "height": { + "description": "The participant's height in centimeters or inches." + }, + "weight": { + "description": "The participant's weight in kilograms or pounds." + }, + "unit": { + "description": "The measurement unit used for the participant's responses (e.g., kilograms or pounds)." + }, + "symptoms___1": { + "description": "Indicates if the participant reports experiencing symptom 1." + }, + "symptoms___2": { + "description": "Indicates if the participant reports experiencing symptom 2." + }, + "symptoms___3": { + "description": "Indicates if the participant reports experiencing symptom 3." + }, + "symptoms___4": { + "description": "Indicates if the participant is experiencing symptom 4 as part of their health assessment." + }, + "symptoms___5": { + "description": "Indicates if the participant reports experiencing symptom 5." + }, + "symptoms___6": { + "description": "Indicates if the participant reports experiencing symptom 6." + }, + "symptoms___7": { + "description": "Indicates if the participant reports experiencing symptom 7." + }, + "ear_med_history___1": { + "description": "Indicates if the participant has a history of ear-related medical conditions." + }, + "ear_med_history___2": { + "description": "Indicates if the participant has a history of hearing loss." + }, + "ear_med_history___3": { + "description": "Indicates if the participant has a history of ear-related medical condition 3." + }, + "nose_med_history___1": { + "description": "Indicates if the participant has a history of nose-related medical condition 1." + }, + "throat_med_history___1": { + "description": "Indicates if the participant has a history of throat-related medical conditions." + }, + "throat_med_history___2": { + "description": "Indicates if the participant has a history of throat-related medical conditions." + }, + "throat_med_history___3": { + "description": "Indicates if the participant has a history of throat infections." + }, + "throat_med_history___4": { + "description": "Indicates if the participant has a history of vocal cord nodules." + }, + "throat_med_history___5": { + "description": "Indicates if the participant has a history of throat cancer." + }, + "throat_med_history___6": { + "description": "Indicates if the participant has a history of throat-related medical condition 6." + }, + "throat_med_history___7": { + "description": "Indicates if the participant has a history of laryngeal cancer." + }, + "throat_med_history___8": { + "description": "Indicates if the participant has a history of vocal cord paralysis." + }, + "throat_med_history___9": { + "description": "Indicates if the participant has a history of throat cancer." + }, + "throat_med_history___10": { + "description": "Indicates if the participant has a history of tracheostomy." + }, + "throat_med_history___11": { + "description": "Indicates if the participant has a history of vocal cord paralysis." + }, + "throat_med_history___12": { + "description": "Indicates if the participant has a history of throat-related medical condition 12." + }, + "head_med_history___1": { + "description": "Indicates if the participant has a history of traumatic brain injury (TBI)." + }, + "head_med_history___2": { + "description": "Indicates if the participant has a history of brain tumors." + }, + "ear_surgical___1": { + "description": "Indicates if the participant has undergone surgery for ear infections." + }, + "ear_surgical___2": { + "description": "Indicates if the participant has undergone surgery for hearing loss." + }, + "nose_surgical___1": { + "description": "Indicates if the participant has undergone surgery for nasal polyps." + }, + "nose_surgical___2": { + "description": "Indicates if the participant has undergone surgery for nose-related conditions." + }, + "throat_surgical___1": { + "description": "Indicates if the participant has undergone throat surgery." + }, + "throat_surgical___2": { + "description": "Indicates if the participant has undergone surgery for throat polyps." + }, + "throat_surgical___3": { + "description": "Indicates if the participant has undergone surgery for throat cancer." + }, + "throat_surgical___4": { + "description": "Indicates if the participant has undergone surgery for vocal cord nodules." + }, + "head_surgical___1": { + "description": "Indicates if the participant has undergone surgery for traumatic brain injury (TBI)." + }, + "head_surgical___2": { + "description": "Indicates if the participant has undergone surgery for a head-related condition." + }, + "neurological_history___1": { + "description": "Indicates if the participant has a history of neurological disorders." + }, + "neurological_history___2": { + "description": "Indicates if the participant has a history of migraines." + }, + "neurological_history___3": { + "description": "Indicates if the participant has a history of neurological condition 3." + }, + "neurological_history___4": { + "description": "Indicates if the participant has a history of epilepsy." + }, + "neurological_history___5": { + "description": "Indicates if the participant has a history of Alzheimer's disease." + }, + "neurological_history___6": { + "description": "Indicates if the participant has a history of multiple sclerosis (MS)." + }, + "current_neuro_dx": { + "description": "Indicates the participant's current neurological diagnosis." + }, + "respiratory_conditions___1": { + "description": "Indicates if the participant has a diagnosis of bronchitis." + }, + "respiratory_conditions___2": { + "description": "Indicates if the participant has a diagnosis of asthma." + }, + "respiratory_conditions___3": { + "description": "Indicates if the participant has a diagnosis of COPD." + }, + "respiratory_conditions___4": { + "description": "Indicates if the participant has a chronic bronchitis diagnosis." + }, + "respiratory_conditions___5": { + "description": "Indicates if the participant has a diagnosis of interstitial lung disease." + }, + "respiratory_conditions___6": { + "description": "Indicates if the participant has a diagnosis of emphysema." + }, + "respiratory_conditions___7": { + "description": "Indicates if the participant has a diagnosis of sleep apnea." + }, + "respiratory_conditions___8": { + "description": "Indicates if the participant has been diagnosed with tuberculosis." + }, + "lung_or_metastatic___1": { + "description": "Indicates if the participant has a diagnosis of lung cancer." + }, + "lung_or_metastatic___2": { + "description": "Indicates if the participant has a diagnosis of metastatic lung cancer." + }, + "covid___past_year": { + "description": "Indicates if the participant has had COVID-19 in the past year." + }, + "covid___long": { + "description": "Reports if the participant has experienced long COVID symptoms." + }, + "covid_past": { + "description": "Indicates if the participant has had COVID-19 in the past." + }, + "cpap_conditions___1": { + "description": "Indicates if the participant has used CPAP therapy for obstructive sleep apnea." + }, + "cpap_conditions___2": { + "description": "Indicates if the participant has used continuous positive airway pressure (CPAP) therapy for sleep apnea." + }, + "resp_medical_history___1": { + "description": "Indicates if the participant has a history of chronic bronchitis." + }, + "resp_medical_history___2": { + "description": "Indicates if the participant has a history of asthma." + }, + "resp_medical_history___3": { + "description": "Indicates if the participant has a history of chronic obstructive pulmonary disease (COPD)." + }, + "resp_medical_history___4": { + "description": "Indicates if the participant has a history of respiratory condition 4." + }, + "exposed_environmental_pollution": { + "description": "Indicates if the participant has been exposed to environmental pollution." + }, + "breathe_today": { + "description": "Indicates if the participant is experiencing difficulty breathing today." + }, + "breathe_today_difficulty": { + "description": "Reports if the participant experienced breathing difficulty today." + }, + "cough_today": { + "description": "Indicates if the participant has coughed today." + }, + "cough_today_severity": { + "description": "Severity of the participant's cough today." + }, + "circulatory_conditions___1": { + "description": "Indicates if the participant has a diagnosis of cardiovascular disease." + }, + "circulatory_conditions___2": { + "description": "Indicates if the participant has a circulatory condition categorized as condition 2." + }, + "circulatory_conditions___3": { + "description": "Indicates if the participant has a diagnosis of heart failure." + }, + "circulatory_conditions___4": { + "description": "Indicates if the participant has a diagnosis of hypertension." + }, + "circulatory_conditions___5": { + "description": "Indicates if the participant has a diagnosis of peripheral artery disease." + }, + "circulatory_conditions___6": { + "description": "Indicates if the participant has a diagnosis of varicose veins." + }, + "circulatory_med_history___1": { + "description": "Indicates if the participant has a history of heart disease." + }, + "circulatory_med_history___2": { + "description": "Indicates if the participant has a history of hypertension." + }, + "circulatory_med_history___3": { + "description": "Indicates if the participant has a history of angina." + }, + "circulatory_med_history___4": { + "description": "Indicates if the participant has a history of arrhythmia." + }, + "circulatory_med_history___5": { + "description": "Indicates if the participant has a history of stroke." + }, + "ph_standing": { + "description": "Indicates if the participant experiences physical health difficulties while standing." + }, + "ph_take_care": { + "description": "Indicates if the participant has difficulty taking care of themselves due to physical health issues." + }, + "ph_learn_task": { + "description": "Indicates if the participant has difficulty learning new tasks due to physical health issues." + }, + "ph_problem_join": { + "description": "Indicates if the participant has problems joining social activities due to physical health." + }, + "ph_health_problem": { + "description": "Indicates if the participant has a health problem that affects their daily life." + }, + "ph_concentrating": { + "description": "Indicates if the participant has difficulty concentrating due to physical health issues." + }, + "ph_walking": { + "description": "Reports if the participant experiences physical health issues while walking." + }, + "ph_washing": { + "description": "Reports if the participant experiences physical health issues while washing." + }, + "ph_get_dressed": { + "description": "Indicates if the participant has difficulty getting dressed due to physical health issues." + }, + "ph_dealing_people": { + "description": "Indicates if the participant has difficulty dealing with people due to physical health issues." + }, + "ph_friendship": { + "description": "Indicates if the participant has difficulty maintaining friendships due to physical health issues." + }, + "ph_day_to_day_work": { + "description": "Reports if the participant's physical health affects their day-to-day work." + }, + "physical_health_freq": { + "description": "Indicates how frequently the participant experiences physical health issues." + }, + "phys_health_impact": { + "description": "Indicates if the participant's physical health impacts their daily life." + }, + "phys_health_limited": { + "description": "Indicates if the participant's physical health is limiting their daily activities." + }, + "medications___1": { + "description": "Indicates if the participant is currently taking medication 1." + }, + "medications___2": { + "description": "Indicates if the participant is taking medication 2." + }, + "medications___3": { + "description": "Indicates if the participant is taking medication 3." + }, + "medications___4": { + "description": "Indicates if the participant is taking medication 4." + }, + "medications___5": { + "description": "Indicates if the participant is taking medication 5." + }, + "medications___6": { + "description": "Indicates if the participant is taking medication 6." + }, + "medications___7": { + "description": "Indicates if the participant is taking medication 7." + }, + "medications___8": { + "description": "Indicates if the participant is taking medication 8." + }, + "medications___9": { + "description": "Indicates if the participant is taking medication 9." + }, + "medications___10": { + "description": "Indicates if the participant is taking medication 10." + }, + "medications___11": { + "description": "Indicates if the participant is currently taking medication 11." + }, + "medications___12": { + "description": "Indicates if the participant is taking medication 12." + }, + "medications___13": { + "description": "Indicates if the participant is taking medication 13." + }, + "medications___14": { + "description": "Indicates if the participant is currently taking medication 14." + }, + "medications___15": { + "description": "Indicates if the participant is taking medication 15." + }, + "medications___16": { + "description": "Indicates if the participant is taking medication 16." + }, + "medications___17": { + "description": "Indicates if the participant is using medication 17." + }, + "medications___18": { + "description": "Indicates if the participant is currently taking medication 18." + }, + "hormone_use___1": { + "description": "Indicates if the participant uses hormone treatments (e.g., oral contraceptives)." + }, + "hormone_use___2": { + "description": "Indicates if the participant uses hormone replacement therapy." + }, + "hormone_use___3": { + "description": "Indicates if the participant uses hormone therapy for menopause." + }, + "hormone_use___4": { + "description": "Indicates if the participant uses other forms of hormone therapy not listed." + }, + "pain_medication___1": { + "description": "Indicates if the participant is taking pain medication 1." + }, + "pain_medication___2": { + "description": "Indicates if the participant is taking pain medication 2." + }, + "pain_medication___3": { + "description": "Indicates if the participant is taking pain medication 3." + }, + "menstruate": { + "description": "Indicates if the participant menstruates." + }, + "menstruate_no": { + "description": "Indicates if the participant does not menstruate." + }, + "menstrual_cycle_status": { + "description": "Indicates the participant's menstrual cycle status." + }, + "voice_activity___1": { + "description": "Indicates the first type of voice activity the participant engaged in." + }, + "voice_activity___2": { + "description": "Indicates the second type of voice activity engaged in by the participant." + }, + "voice_activity___3": { + "description": "Indicates the third type of voice activity the participant engaged in." + }, + "voice_activity___4": { + "description": "Indicates the fourth type of voice activity the participant engaged in." + }, + "voice_activity___5": { + "description": "Indicates the fifth type of voice activity the participant engaged in." + }, + "voice_activity___6": { + "description": "Indicates the sixth type of voice activity the participant engaged in." + }, + "voice_activity___7": { + "description": "Indicates the seventh type of voice activity the participant engaged in." + }, + "hours_voice_activity": { + "description": "Number of hours the participant engaged in voice-related activities." + }, + "reading_aloud": { + "description": "Indicates if the participant is reading aloud." + }, + "voice_perception_session_id": { + "description": "Unique identifier for the voice perception session." + }, + "voice_perception_duration": { + "description": "Total duration of the voice perception assessment." + }, + "voice_quality_perception": { + "description": "Indicates the participant's perception of their voice quality." + }, + "vhi_session_id": { + "description": "The unique identifier for the Voice Handicap Index session." + }, + "vhi_duration": { + "description": "Duration of the Voice Handicap Index session." + }, + "voice_difficult_hear": { + "description": "Indicates if the participant's voice is difficult to hear." + }, + "tough_to_understand": { + "description": "Indicates if the participant feels that their voice is tough to understand." + }, + "voice_restrict_social": { + "description": "Indicates if the participant's voice issues restrict their social activities." + }, + "left_out_convo": { + "description": "Reports if the participant felt left out of a conversation recently." + }, + "voice_lose_income": { + "description": "Indicates if the participant's voice issues have led to a loss of income." + }, + "strain_voice": { + "description": "Reports if the participant has experienced voice strain." + }, + "voice_clarity": { + "description": "Indicates if the participant\u2019s voice is clear during the session." + }, + "voice_upsetting": { + "description": "Indicates if the participant finds their voice issues upsetting." + }, + "voice_handicapped": { + "description": "Indicates if the participant feels handicapped by their voice." + }, + "ask_whats_wrong_voice": { + "description": "Indicates if the participant asked what was wrong with their voice during the assessment." + }, + "phq_9_session_id": { + "description": "Unique identifier for the PHQ-9 session." + }, + "phq_9_duration": { + "description": "Duration of the PHQ-9 questionnaire." + }, + "no_interest": { + "description": "Measures if the participant experiences a lack of interest or pleasure in daily activities." + }, + "feeling_depressed": { + "description": "Indicates if the participant feels depressed or down." + }, + "trouble_sleeping": { + "description": "Indicates if the participant has trouble sleeping." + }, + "no_energy": { + "description": "Indicates if the participant has no energy or feels fatigued." + }, + "no_appetite": { + "description": "Indicates if the participant has no appetite." + }, + "feeling_bad_self": { + "description": "Indicates if the participant feels bad about themselves." + }, + "trouble_concentrate": { + "description": "Indicates if the participant has trouble concentrating." + }, + "move_speak_slow": { + "description": "Indicates if the participant moves or speaks slowly." + }, + "thoughts_death": { + "description": "Indicates if the participant has thoughts of death or dying." + }, + "hard_to_work": { + "description": "Indicates if the participant has difficulty working due to their physical or mental health." + }, + "gad_7_session_id": { + "description": "Unique identifier for the GAD-7 session." + }, + "gad_7_duration": { + "description": "Duration of the GAD-7 questionnaire, assessing anxiety levels." + }, + "nervous_anxious": { + "description": "Indicates if the participant feels nervous or anxious." + }, + "cant_control_worry": { + "description": "Indicates if the participant feels that they cannot control their worry." + }, + "worry_too_much": { + "description": "Indicates if the participant feels that they worry too much." + }, + "trouble_relaxing": { + "description": "Indicates if the participant has trouble relaxing." + }, + "hard_to_sit_still": { + "description": "Indicates if the participant finds it hard to sit still." + }, + "easily_agitated": { + "description": "Indicates if the participant feels easily agitated." + }, + "afraid_of_things": { + "description": "Indicates if the participant is afraid of specific things or situations." + }, + "tough_to_work": { + "description": "Indicates if the participant finds it difficult to concentrate or work." + }, + "voice_severity_session_id": { + "description": "Unique identifier for the voice severity session." + }, + "voice_severity_duration": { + "description": "Duration of the assessment for the severity of the participant's voice issues." + }, + "describe_the_severity_of_a": { + "description": "Asks the participant to describe the severity of a specific condition or symptom." + }, + "panas_session_id": { + "description": "Unique session identifier for the PANAS (Positive and Negative Affect Schedule) questionnaire." + }, + "panas_duration": { + "description": "Duration of the Positive and Negative Affect Schedule (PANAS) questionnaire." + }, + "upset": { + "description": "Indicates if the participant feels upset." + }, + "hostile": { + "description": "Indicates if the participant feels hostile or angry." + }, + "alert": { + "description": "Indicates if the participant is alert during the session." + }, + "ashamed": { + "description": "Indicates if the participant feels ashamed." + }, + "inspired": { + "description": "Indicates if the participant feels inspired or motivated." + }, + "nervous": { + "description": "Indicates if the participant feels nervous." + }, + "determined": { + "description": "Indicates if the participant feels determined or focused." + }, + "attentive": { + "description": "Indicates if the participant appears attentive during the session." + }, + "afraid": { + "description": "Indicates if the participant feels afraid." + }, + "active": { + "description": "Indicates if the participant feels physically active or engaged." + }, + "custom_affect_scale_session_id": { + "description": "Unique identifier for the custom affect scale session." + }, + "custom_affect_scale_duration": { + "description": "Total duration of the custom affect scale assessment." + }, + "sad_or_down": { + "description": "Indicates if the participant feels sad or down." + }, + "joyful": { + "description": "Indicates if the participant feels joyful." + }, + "motivated": { + "description": "Assesses the level of motivation or drive the participant exhibits in performing tasks." + }, + "lack_of_pleasure": { + "description": "Indicates if the participant feels a lack of pleasure or interest in doing things." + }, + "tired": { + "description": "Indicates if the participant feels tired during the assessment." + }, + "energetic": { + "description": "Indicates if the participant feels energetic or lively." + }, + "agitated": { + "description": "Indicates if the participant feels agitated." + }, + "irritated": { + "description": "Indicates if the participant feels irritated or annoyed." + }, + "lonely": { + "description": "Indicates if the participant feels lonely." + }, + "concentrated": { + "description": "Indicates if the participant is able to concentrate." + }, + "relaxed": { + "description": "Indicates if the participant feels relaxed." + }, + "worried": { + "description": "Indicates if the participant feels worried or anxious." + }, + "desire_to_escape": { + "description": "Indicates if the participant has a desire to escape stressful situations." + }, + "dsm_5_session_id": { + "description": "Unique identifier for the DSM-5 session." + }, + "dsm_5_duration": { + "description": "Total duration of the DSM-5 assessment." + }, + "little_interest": { + "description": "Indicates if the participant has little interest or pleasure in doing things." + }, + "feeling_down": { + "description": "Indicates if the participant is feeling down or sad." + }, + "feeling_more_irritated": { + "description": "Indicates if the participant feels more irritated than usual." + }, + "sleeping_less": { + "description": "Indicates if the participant is sleeping less than usual." + }, + "starting_more_projects": { + "description": "Indicates if the participant is starting more projects than they can manage." + }, + "feeling_nervous": { + "description": "Indicates if the participant feels nervous." + }, + "feeling_panic": { + "description": "Indicates if the participant feels panic or overwhelming fear." + }, + "avoiding_situations": { + "description": "Indicates if the participant is avoiding certain situations due to stress or anxiety." + }, + "unexplained_aches": { + "description": "Indicates if the participant experiences unexplained aches or pains." + }, + "illness_not_taken_serious": { + "description": "Reports if the participant feels that their illness is not taken seriously by others." + }, + "self_harm": { + "description": "Indicates if the participant has a history of self-harm." + }, + "hearing_things": { + "description": "Indicates if the participant has experienced auditory hallucinations." + }, + "someone_hear_thoughts": { + "description": "Indicates if the participant believes that others can hear their thoughts." + }, + "sleep_quality": { + "description": "Indicates the participant's subjective assessment of their sleep quality." + }, + "memory_issues": { + "description": "Reports if the participant is experiencing memory issues." + }, + "unpleasant_thoughts": { + "description": "Reports if the participant experienced unpleasant thoughts recently." + }, + "repeat_acts": { + "description": "Indicates if the participant repeats certain actions or behaviors." + }, + "feeling_detached": { + "description": "Indicates if the participant feels detached from reality or their surroundings." + }, + "no_purpose": { + "description": "Indicates if the participant feels like they have no purpose." + }, + "isolated": { + "description": "Indicates if the participant feels isolated or alone." + }, + "drinking_more": { + "description": "Indicates if the participant is consuming more alcohol." + }, + "smoking_more": { + "description": "Indicates if the participant is smoking more than usual." + }, + "medication_use": { + "description": "Indicates the participant's use of medications during the study." + }, + "q1_happy": { + "description": "Response to question 1: 'Is the participant feeling happy?'" + }, + "q2_self_confident": { + "description": "Asks how self-confident the participant feels in general." + }, + "q3_sleep": { + "description": "Response to question 3: 'Is the participant experiencing trouble sleeping?'" + }, + "q4_talk": { + "description": "Response to question 4: 'Does the participant talk about a specific topic?'" + }, + "q5_active": { + "description": "Inquires how active or energetic the participant feels throughout the day." + }, + "social_phobia_1": { + "description": "Response to social phobia item 1, indicating the participant's level of discomfort in social situations." + }, + "social_phobia_2": { + "description": "Response to social phobia item 2, assessing the participant's level of discomfort in social situations." + }, + "social_phobia_3": { + "description": "Indicates if the participant experiences social phobia related to situation 3." + }, + "social_phobia_4": { + "description": "Indicates if the participant experiences social phobia in scenario 4." + }, + "social_phobia_5": { + "description": "Indicates if the participant experiences social phobia in scenario 5." + }, + "social_phobia_6": { + "description": "Indicates if the participant experiences social phobia in scenario 6." + }, + "social_phobia_7": { + "description": "Indicates the participant's level of social phobia based on scenario 7." + }, + "social_phobia_8": { + "description": "Indicates if the participant experiences social phobia in scenario 8." + }, + "social_phobia_9": { + "description": "Indicates if the participant experiences social phobia in scenario 9." + }, + "social_phobia_10": { + "description": "Indicates if the participant has social phobia in a specific scenario (item 10)." + }, + "ptsd_session_id": { + "description": "Unique identifier for the PTSD assessment session." + }, + "ptsd_duration": { + "description": "Reports the duration of post-traumatic stress disorder (PTSD) symptoms the participant is experiencing." + }, + "traumatic_event": { + "description": "Reports if the participant has experienced a traumatic event recently." + }, + "flashbacks": { + "description": "Indicates if the participant experiences flashbacks to stressful or traumatic events." + }, + "emotionally_upset": { + "description": "Indicates if the participant feels emotionally upset during the session." + }, + "avoiding_reminders": { + "description": "Indicates if the participant is avoiding reminders of traumatic events." + }, + "thinking_stressful_event": { + "description": "Reports if the participant is thinking about a stressful event during the session." + }, + "neg_emotional_state": { + "description": "Indicates if the participant is experiencing negative emotional states." + }, + "losing_interest": { + "description": "Indicates if the participant is losing interest in things they usually enjoy." + }, + "super_alert": { + "description": "Indicates if the participant is highly alert during the session." + }, + "feeling_jumpy": { + "description": "Indicates if the participant feels jumpy or anxious." + }, + "irritable": { + "description": "Indicates if the participant feels irritable or easily annoyed." + }, + "adhd_session_id": { + "description": "Unique identifier for the ADHD session." + }, + "adhd_duration": { + "description": "Duration of ADHD-related assessments." + }, + "wrapping_up": { + "description": "Indicates if the session is nearing completion." + }, + "things_in_order": { + "description": "Indicates if the participant prefers to keep things in order." + }, + "remembering_appt": { + "description": "Reports if the participant has trouble remembering appointments." + }, + "avoidance": { + "description": "Indicates if the participant avoids reminders of stressful or traumatic events." + }, + "fidget": { + "description": "Indicates if the participant is fidgeting during the session." + }, + "overly_active": { + "description": "Indicates if the participant is overly active or restless." + }, + "careless": { + "description": "Indicates if the participant feels careless about their actions or responsibilities." + }, + "difficulty_attention": { + "description": "Indicates if the participant has difficulty paying attention." + }, + "difficulty_concentrating": { + "description": "Indicates if the participant has difficulty concentrating." + }, + "misplace": { + "description": "Indicates if the participant often misplaces things." + }, + "distracted": { + "description": "Indicates if the participant feels distracted during the session." + }, + "remain_seated": { + "description": "Indicates if the participant is able to remain seated for long periods." + }, + "restless": { + "description": "Indicates if the participant feels restless." + }, + "difficulty_unwinding": { + "description": "Indicates if the participant has difficulty unwinding or relaxing after stressful events." + }, + "talking_too_much": { + "description": "Indicates if the participant feels they are talking too much." + }, + "finish_other_sent": { + "description": "Indicates if the participant finishes others' sentences." + }, + "difficulty_waiting": { + "description": "Indicates if the participant has difficulty waiting for others." + }, + "interrupt_others": { + "description": "Indicates if the participant tends to interrupt others during conversations." + }, + "dyspnea_index_session_id": { + "description": "Unique identifier for the Dyspnea Index session." + }, + "dyspnea_index_duration": { + "description": "Duration of the Dyspnea Index assessment." + }, + "di_air_in": { + "description": "Reports if the participant experiences difficulty inhaling air." + }, + "di_tightness_throat": { + "description": "Indicates if the participant experiences tightness in the throat as part of their dyspnea symptoms." + }, + "di_effort_breathe": { + "description": "Indicates if the participant experiences increased effort while breathing." + }, + "di_weather_changes": { + "description": "Indicates if the participant's breathing issues worsen with changes in the weather." + }, + "di_breathing_worse_stress": { + "description": "Indicates if the participant\u2019s breathing gets worse when stressed." + }, + "di_sound_breathing_in": { + "description": "Indicates if the participant experiences sound while breathing in as part of their dyspnea symptoms." + }, + "di_strain": { + "description": "Indicates if the participant experiences strain when breathing." + }, + "di_exercise": { + "description": "Reports if the participant has difficulty exercising." + }, + "di_breathing_stresses_me": { + "description": "Indicates if the participant's breathing issues cause them stress." + }, + "di_restrict_personal_social_life": { + "description": "Indicates if the participant's breathing issues restrict their personal and social life." + }, + "leicester_cough_session_id": { + "description": "Unique identifier for the Leicester Cough Questionnaire session." + }, + "leicester_cough_duration": { + "description": "Total duration of the Leicester Cough Questionnaire (LCQ)." + }, + "lcq_chest_stomach_pains": { + "description": "Indicates if the participant experiences chest or stomach pains as part of their cough symptoms." + }, + "lcq_sputum_phlegm": { + "description": "Indicates if the participant produces sputum or phlegm as part of their cough symptoms." + }, + "lcq_tired": { + "description": "Indicates if the participant feels tired due to their cough." + }, + "lcq_embarrassed": { + "description": "Indicates if the participant feels embarrassed by their cough." + }, + "lcq_anxious": { + "description": "Indicates if the participant feels anxious due to their cough." + }, + "lcq_interfere_job": { + "description": "Indicates if the participant's cough interferes with their ability to work." + }, + "lcq_interfere_life": { + "description": "Indicates if the participant's cough interferes with their daily life." + }, + "lcq_exposure_paint": { + "description": "Indicates if the participant has been exposed to paint or chemical fumes that worsen their cough." + }, + "lcq_sleep": { + "description": "Indicates if the participant's cough affects their sleep." + }, + "lcq_bout": { + "description": "Indicates if the participant has bouts of coughing." + }, + "lcq_frustrated": { + "description": "Indicates if the participant feels frustrated as part of their cough symptoms." + }, + "lcq_fed_up": { + "description": "Indicates if the participant feels fed up due to their cough." + }, + "lcq_hoarse_voice": { + "description": "Indicates if the participant has a hoarse voice as part of their cough symptoms." + }, + "lcq_serious_illness": { + "description": "Indicates if the participant's cough interferes with their life due to a serious illness." + }, + "lcq_other_people": { + "description": "Indicates if the participant feels that their cough bothers other people." + }, + "lcq_interrupt_conversation": { + "description": "Indicates if the participant's cough interrupts conversations." + }, + "lcq_partner": { + "description": "Indicates if the participant feels that their cough affects their partner or significant other." + }, + "lcq_felt_in_control": { + "description": "Indicates if the participant feels in control of their cough." + }, + "lcq_energy": { + "description": "Indicates if the participant experiences low energy as part of their cough symptoms." + }, + "winograd_session_id": { + "description": "Unique identifier for the Winograd schema session." + }, + "winograd_duration": { + "description": "Total duration of the Winograd schema task." + }, + "winograd_score": { + "description": "The score for the Winograd schema challenge for the participant." + }, + "winograd_number_questions": { + "description": "The total number of Winograd questions presented to the participant." + }, + "winograd_questions_asked": { + "description": "The total number of Winograd questions asked during the session." + }, + "winograd_q_1": { + "description": "Response to Winograd question 1: 'Can the participant interpret social dynamics based on context?'" + }, + "winograd_q_2": { + "description": "Response to Winograd question 2: 'Can the participant interpret the outcome of an ambiguous scenario?'" + }, + "winograd_q_3": { + "description": "Response to Winograd question 3: 'Can the participant infer the intentions of others based on contextual clues?'" + }, + "winograd_q_4": { + "description": "Response to Winograd question 4: 'Can the participant resolve ambiguity in a situation involving social dynamics?'" + }, + "winograd_q_5": { + "description": "Response to Winograd question 5: 'Can the participant make inferences about an agent's actions based on context?'" + }, + "winograd_q_6": { + "description": "Response to Winograd question 6: 'Can the participant reason about an everyday scenario involving multiple agents?'" + }, + "winograd_q_7": { + "description": "Response to Winograd question 7: 'Can the participant make logical inferences about everyday situations?'" + }, + "winograd_q_8": { + "description": "Response to Winograd question 8: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_9": { + "description": "Response to Winograd question 9: 'Does the participant understand cause and effect relationships in social interactions?'" + }, + "winograd_q_10": { + "description": "Response to Winograd question 10: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_11": { + "description": "Response to Winograd question 11: 'Can the participant infer the correct outcome based on reasoning?'" + }, + "winograd_q_12": { + "description": "Response to Winograd question 12: 'Can the participant infer the intentions of others based on context?'" + }, + "winograd_q_13": { + "description": "Response to Winograd question 13: 'Can the participant reason about the effects of actions in a social scenario?'" + }, + "winograd_q_14": { + "description": "Response to Winograd question 14: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_15": { + "description": "Response to Winograd question 15: 'Can the participant reason through cause and effect in a social scenario?'" + }, + "winograd_q_16": { + "description": "Response to Winograd question 16: 'Can the participant make logical inferences about cause and effect in a scenario?'" + }, + "winograd_q_17": { + "description": "Response to Winograd question 17: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_18": { + "description": "Response to Winograd question 18: 'Can the participant use common sense reasoning to infer the outcome of a situation?'" + }, + "winograd_q_19": { + "description": "Response to Winograd question 19: 'Does the participant demonstrate the ability to understand cause and effect in a scenario?'" + }, + "winograd_q_20": { + "description": "Response to Winograd question 20: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_21": { + "description": "Response to Winograd question 21: 'Can the participant reason through the effects of actions in a social scenario?'" + }, + "winograd_q_22": { + "description": "Response to Winograd question 22: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_23": { + "description": "Response to Winograd question 23: 'Can the participant reason about the intentions of others based on contextual clues?'" + }, + "winograd_q_24": { + "description": "Response to Winograd question 24: 'Can the participant reason about the consequences of actions in an ambiguous situation?'" + }, + "winograd_q_25": { + "description": "Response to Winograd question 25: 'Does the participant demonstrate an understanding of cause and effect in social situations?'" + }, + "winograd_q_26": { + "description": "Response to Winograd question 26: 'Can the participant make inferences about social behaviors?'" + }, + "winograd_q_27": { + "description": "Response to Winograd question 27: 'Can the participant make logical inferences about the actions of others in a scenario?'" + }, + "winograd_q_28": { + "description": "Response to Winograd question 28: 'Can the participant reason logically about cause and effect?'" + }, + "winograd_q_29": { + "description": "Response to Winograd question 29: 'Does the participant demonstrate common-sense reasoning in a social scenario?'" + }, + "winograd_q_30": { + "description": "Response to Winograd question 30: 'Can the participant make logical deductions about social interactions?'" + }, + "winograd_q_31": { + "description": "Response to Winograd question 31: 'Does the participant understand logical cause and effect relationships?'" + }, + "winograd_q_32": { + "description": "Response to Winograd question 32: 'Can the participant recognize the logical outcomes of actions in social contexts?'" + }, + "winograd_q_33": { + "description": "Response to Winograd question 33: 'Can the participant infer the intentions of others based on contextual clues?'" + }, + "winograd_q_34": { + "description": "Response to Winograd question 34: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_35": { + "description": "Response to Winograd question 35: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_36": { + "description": "Response to Winograd question 36: 'Does the participant demonstrate common-sense reasoning in a scenario involving multiple agents?'" + }, + "winograd_q_37": { + "description": "Response to Winograd question 37: 'Does the participant demonstrate common-sense reasoning in resolving ambiguity in a social situation?'" + }, + "winograd_q_38": { + "description": "Response to Winograd question 38: 'Can the participant make logical inferences about the intentions of others in a scenario?'" + }, + "winograd_q_39": { + "description": "Response to Winograd question 39: 'Can the participant identify logical outcomes in a given situation?'" + }, + "winograd_q_40": { + "description": "Response to Winograd question 40: 'Can the participant make logical inferences about the actions of others in a social situation?'" + }, + "winograd_q_41": { + "description": "Response to Winograd question 41: 'Can the participant reason through ambiguity in a social situation?'" + }, + "winograd_q_42": { + "description": "Response to Winograd question 42: 'Can the participant infer the intentions of others based on contextual clues?'" + }, + "winograd_q_43": { + "description": "Response to Winograd question 43: 'Can the participant resolve ambiguous references in a text?'" + }, + "winograd_q_44": { + "description": "Response to Winograd question 44: 'Can the participant resolve ambiguity in an interpersonal situation?'" + }, + "winograd_q_45": { + "description": "Response to Winograd question 45: 'Does the participant understand abstract social concepts?'" + }, + "winograd_q_46": { + "description": "Response to Winograd question 46: 'Can the participant reason through ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_47": { + "description": "Response to Winograd question 47: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_48": { + "description": "Response to Winograd question 48: 'Can the participant infer the correct outcome in a social situation involving multiple agents?'" + }, + "winograd_q_49": { + "description": "Response to Winograd question 49: 'Does the participant demonstrate an understanding of cause and effect in social interactions?'" + }, + "winograd_q_50": { + "description": "Response to Winograd question 50: 'Can the participant make logical inferences about the actions of others in a hypothetical scenario?'" + }, + "winograd_q_51": { + "description": "Response to Winograd question 51: 'Can the participant reason about the consequences of an action in a hypothetical situation?'" + }, + "winograd_q_52": { + "description": "Response to Winograd question 52: 'Can the participant make logical inferences about the actions of others in a social situation?'" + }, + "winograd_q_53": { + "description": "Response to Winograd question 53: 'Can the participant infer an action based on contextual cues?'" + }, + "winograd_q_54": { + "description": "Response to Winograd question 54: 'Does the participant demonstrate the ability to understand cause and effect in a hypothetical situation?'" + }, + "winograd_q_55": { + "description": "Response to Winograd question 55: 'Does the participant demonstrate an understanding of cause and effect in a hypothetical situation?'" + }, + "winograd_q_56": { + "description": "Response to Winograd question 56: 'Does the participant demonstrate common-sense reasoning in interpreting social dynamics?'" + }, + "winograd_q_57": { + "description": "Response to Winograd question 57: 'Can the participant make inferences based on actions in a social situation?'" + }, + "winograd_q_58": { + "description": "Response to Winograd question 58: 'Can the participant make logical inferences about the intentions of others in a social situation?'" + }, + "winograd_q_59": { + "description": "Response to Winograd question 59: 'Can the participant interpret the actions of others based on context?'" + }, + "winograd_q_60": { + "description": "Response to Winograd question 60: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_61": { + "description": "Response to Winograd question 61: 'Can the participant reason logically about consequences in social interactions?'" + }, + "winograd_q_62": { + "description": "Response to Winograd question 62: 'Can the participant infer the intentions of others based on contextual clues?'" + }, + "winograd_q_63": { + "description": "Response to Winograd question 63: 'Can the participant make logical deductions about cause and effect?'" + }, + "winograd_q_64": { + "description": "Response to Winograd question 64: 'Can the participant make logical inferences about the actions of others in a social scenario?'" + }, + "winograd_q_65": { + "description": "Response to Winograd question 65: 'Can the participant reason through social interactions in a hypothetical situation?'" + }, + "winograd_q_66": { + "description": "Response to Winograd question 66: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_67": { + "description": "Response to Winograd question 67: 'Can the participant reason about the intentions of others based on the given context?'" + }, + "winograd_q_68": { + "description": "Response to Winograd question 68: 'Can the participant infer the correct outcome in a social situation involving multiple agents?'" + }, + "winograd_q_69": { + "description": "Response to Winograd question 69: 'Can the participant apply common sense reasoning to solve practical problems?'" + }, + "winograd_q_70": { + "description": "Response to Winograd question 70: 'Can the participant infer the intentions of others based on the given context?'" + }, + "winograd_q_71": { + "description": "Response to Winograd question 71: 'Can the participant infer the correct outcome in a situation involving social dynamics?'" + }, + "winograd_q_72": { + "description": "Response to Winograd question 72: 'Can the participant infer the correct outcome in an ambiguous scenario?'" + }, + "winograd_q_73": { + "description": "Response to Winograd question 73: 'Can the participant understand the intentions of others based on context?'" + }, + "winograd_q_74": { + "description": "Response to Winograd question 74: 'Does the participant demonstrate logical reasoning in the given scenario?'" + }, + "winograd_q_75": { + "description": "Response to Winograd question 75: 'Can the participant reason about cause and effect in complex scenarios?'" + }, + "winograd_q_76": { + "description": "Response to Winograd question 76: 'Can the participant infer the intentions of others based on the given context?'" + }, + "winograd_q_77": { + "description": "Response to Winograd question 77: 'Can the participant resolve ambiguity in a social scenario involving multiple agents?'" + }, + "winograd_q_78": { + "description": "Response to Winograd question 78: 'Can the participant infer the intentions of others in a hypothetical situation?'" + }, + "winograd_q_79": { + "description": "Response to Winograd question 79: 'Can the participant make logical inferences about the actions of others?'" + }, + "winograd_q_80": { + "description": "Response to Winograd question 80: 'Can the participant make logical inferences about the intentions of others in a social scenario?'" + }, + "winograd_q_81": { + "description": "Response to Winograd question 81: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_82": { + "description": "Response to Winograd question 82: 'Can the participant reason about the effects of actions in a hypothetical scenario?'" + }, + "winograd_q_83": { + "description": "Response to Winograd question 83: 'Can the participant make logical inferences about the effects of actions in a hypothetical situation?'" + }, + "winograd_q_84": { + "description": "Response to Winograd question 84: 'Can the participant interpret the actions of others in a hypothetical scenario?'" + }, + "winograd_q_85": { + "description": "Response to Winograd question 85: 'Can the participant understand logical outcomes in everyday scenarios?'" + }, + "winograd_q_86": { + "description": "Response to Winograd question 86: 'Can the participant interpret actions of agents in an everyday situation?'" + }, + "winograd_q_87": { + "description": "Response to Winograd question 87: 'Can the participant reason about the relationships between agents in a hypothetical situation?'" + }, + "winograd_q_88": { + "description": "Response to Winograd question 88: 'Can the participant reason through ambiguity in a scenario involving social dynamics?'" + }, + "winograd_q_89": { + "description": "Response to Winograd question 89: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_90": { + "description": "Response to Winograd question 90: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_91": { + "description": "Response to Winograd question 91: 'Can the participant reason through social interactions in a hypothetical scenario?'" + }, + "winograd_q_92": { + "description": "Response to Winograd question 92: 'Can the participant infer logical outcomes in social scenarios?'" + }, + "winograd_q_93": { + "description": "Response to Winograd question 93: 'Can the participant reason through the effects of actions in a scenario involving social interactions?'" + }, + "winograd_q_94": { + "description": "Response to Winograd question 94: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_95": { + "description": "Response to Winograd question 95: 'Can the participant predict outcomes in a hypothetical scenario?'" + }, + "winograd_q_96": { + "description": "Response to Winograd question 96: 'Can the participant make logical conclusions based on context?'" + }, + "winograd_q_97": { + "description": "Response to Winograd question 97: 'Can the participant understand the implications of an agent's action?'" + }, + "winograd_q_98": { + "description": "Response to Winograd question 98: 'Does the participant demonstrate understanding of social dynamics in a scenario?'" + }, + "winograd_q_99": { + "description": "Response to Winograd question 99: 'Does the participant demonstrate common-sense reasoning in interpreting social situations?'" + }, + "winograd_q_100": { + "description": "Response to Winograd question 100: 'Can the participant resolve ambiguity in a situation involving social dynamics?'" + }, + "winograd_q_101": { + "description": "Response to Winograd question 101: 'Can the participant reason about the consequences of an agent's actions in a hypothetical situation?'" + }, + "winograd_q_102": { + "description": "Response to Winograd question 102: 'Does the participant demonstrate the ability to make logical inferences in a social situation?'" + }, + "winograd_q_103": { + "description": "Response to Winograd question 103: 'Can the participant interpret the actions of an agent in context?'" + }, + "winograd_q_104": { + "description": "Response to Winograd question 104: 'Can the participant resolve ambiguity in a situation involving multiple agents?'" + }, + "winograd_q_105": { + "description": "Response to Winograd question 105: 'Can the participant resolve ambiguity in a complex situation involving multiple agents?'" + }, + "winograd_q_106": { + "description": "Response to Winograd question 106: 'Can the participant make logical inferences about the actions of others?'" + }, + "winograd_q_107": { + "description": "Response to Winograd question 107: 'Can the participant interpret the actions of others in a complex social situation?'" + }, + "winograd_q_108": { + "description": "Response to Winograd question 108: 'Does the participant demonstrate common-sense reasoning in interpreting social situations?'" + }, + "winograd_q_109": { + "description": "Response to Winograd question 109: 'Can the participant apply common sense reasoning to solve a given problem?'" + }, + "winograd_q_110": { + "description": "Response to Winograd question 110: 'Does the participant demonstrate an understanding of cause and effect in a social situation?'" + }, + "winograd_q_111": { + "description": "Response to Winograd question 111: 'Does the participant demonstrate an understanding of social dynamics in a scenario involving multiple agents?'" + }, + "winograd_q_112": { + "description": "Response to Winograd question 112: 'Can the participant predict the effects of an action in a scenario?'" + }, + "winograd_q_113": { + "description": "Response to Winograd question 113: 'Can the participant use common sense reasoning to solve problems in social situations?'" + }, + "winograd_q_114": { + "description": "Response to Winograd question 114: 'Can the participant resolve ambiguity in a social scenario involving multiple agents?'" + }, + "winograd_q_115": { + "description": "Response to Winograd question 115: 'Can the participant reason about the relationship between two agents based on context?'" + }, + "winograd_q_116": { + "description": "Response to Winograd question 116: 'Can the participant infer the correct outcome in a situation involving social dynamics?'" + }, + "winograd_q_117": { + "description": "Response to Winograd question 117: 'Can the participant reason logically in social situations?'" + }, + "winograd_q_118": { + "description": "Response to Winograd question 118: 'Can the participant make logical inferences in social interactions?'" + }, + "winograd_q_119": { + "description": "Response to Winograd question 119: 'Can the participant resolve ambiguity in a social situation involving multiple agents?'" + }, + "winograd_q_120": { + "description": "Response to Winograd question 120: 'Can the participant reason through a common sense problem involving multiple agents?'" + }, + "winograd_q_121": { + "description": "Response to Winograd question 121: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_122": { + "description": "Response to Winograd question 122: 'Does the participant understand the implications of an action?'" + }, + "winograd_q_123": { + "description": "Response to Winograd question 123: 'Can the participant resolve ambiguity in a situation involving social dynamics?'" + }, + "winograd_q_124": { + "description": "Response to Winograd question 124: 'Can the participant resolve ambiguity in a social situation involving multiple agents?'" + }, + "winograd_q_125": { + "description": "Response to Winograd question 125: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_126": { + "description": "Response to Winograd question 126: 'Can the participant resolve ambiguity in a hypothetical situation?'" + }, + "winograd_q_127": { + "description": "Response to Winograd question 127: 'Can the participant reason through ambiguity in a situation involving social interactions?'" + }, + "winograd_q_128": { + "description": "Response to Winograd question 128: 'Can the participant make commonsense inferences in hypothetical scenarios?'" + }, + "winograd_q_129": { + "description": "Response to Winograd question 129: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_130": { + "description": "Response to Winograd question 130: 'Can the participant reason through ambiguity in a scenario involving social dynamics?'" + }, + "winograd_q_131": { + "description": "Response to Winograd question 131: 'Can the participant reason about the consequences of their actions?'" + }, + "winograd_q_132": { + "description": "Response to Winograd question 132: 'Can the participant resolve an ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_133": { + "description": "Response to Winograd question 133: 'Can the participant resolve ambiguity in a situation involving social interactions?'" + }, + "winograd_q_134": { + "description": "Response to Winograd question 134: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_135": { + "description": "Response to Winograd question 135: 'Can the participant reason through ambiguity in a situation involving multiple agents?'" + }, + "winograd_q_136": { + "description": "Response to Winograd question 136: 'Can the participant infer the correct outcome in a social situation involving multiple agents?'" + }, + "winograd_q_137": { + "description": "Response to Winograd question 137: 'Can the participant reason about social dynamics in a hypothetical scenario?'" + }, + "winograd_q_138": { + "description": "Response to Winograd question 138: 'Can the participant make logical inferences about the actions of others in a scenario?'" + }, + "winograd_q_139": { + "description": "Response to Winograd question 139: 'Can the participant infer the motivations of others in a complex social interaction?'" + }, + "winograd_q_140": { + "description": "Response to Winograd question 140: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_141": { + "description": "Response to Winograd question 141: 'Can the participant infer the intentions of others based on contextual clues?'" + }, + "winograd_q_142": { + "description": "Response to Winograd question 142: 'Can the participant infer the correct referent in an ambiguous sentence?'" + }, + "winograd_q_143": { + "description": "Response to Winograd question 143: 'Can the participant make logical inferences about the actions of others based on context?'" + }, + "winograd_q_144": { + "description": "Response to Winograd question 144: 'Does the participant demonstrate understanding of cause and effect in ambiguous situations?'" + }, + "winograd_q_145": { + "description": "Response to Winograd question 145: 'Does the participant demonstrate common-sense reasoning in a scenario involving multiple agents?'" + }, + "winograd_q_146": { + "description": "Response to Winograd question 146: 'Can the participant resolve ambiguity in a hypothetical scenario?'" + }, + "winograd_q_147": { + "description": "Response to Winograd question 147: 'Can the participant interpret the actions of others in a complex social situation?'" + }, + "winograd_q_148": { + "description": "Response to Winograd question 148: 'Does the participant demonstrate an understanding of cause and effect in a social scenario?'" + }, + "winograd_q_149": { + "description": "Response to Winograd question 149: 'Can the participant interpret the intentions of others in a scenario?'" + }, + "winograd_q_150": { + "description": "Response to Winograd question 150: 'Can the participant make logical inferences about the actions of others?'" + }, + "winograd_q_151": { + "description": "Response to Winograd question 151: 'Does the participant reason about outcomes in hypothetical situations involving social interactions?'" + }, + "winograd_q_152": { + "description": "Response to Winograd question 152: 'Does the participant understand how actions lead to specific outcomes in a given scenario?'" + }, + "winograd_q_153": { + "description": "Response to Winograd question 153: 'Can the participant interpret an action based on its context?'" + }, + "winograd_q_154": { + "description": "Response to Winograd question 154: 'Does the participant demonstrate an understanding of cause and effect in social situations?'" + }, + "winograd_q_155": { + "description": "Response to Winograd question 155: 'Can the participant reason through ambiguity in a scenario involving social dynamics?'" + }, + "winograd_q_156": { + "description": "Response to Winograd question 156: 'Can the participant predict the outcomes of interpersonal dynamics in a hypothetical scenario?'" + }, + "winograd_q_157": { + "description": "Response to Winograd question 157: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_158": { + "description": "Response to Winograd question 158: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_159": { + "description": "Response to Winograd question 159: 'Can the participant reason about the effects of actions in a social situation?'" + }, + "winograd_q_160": { + "description": "Response to Winograd question 160: 'Does the participant understand relationships between agents in a scenario?'" + }, + "winograd_q_161": { + "description": "Response to Winograd question 161: 'Does the participant demonstrate common-sense reasoning in interpreting social situations?'" + }, + "winograd_q_162": { + "description": "Response to Winograd question 162: 'Does the participant demonstrate common-sense reasoning in interpreting social situations?'" + }, + "winograd_q_163": { + "description": "Response to Winograd question 163: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_164": { + "description": "Response to Winograd question 164: 'Does the participant understand the intentions of others based on contextual clues?'" + }, + "winograd_q_165": { + "description": "Response to Winograd question 165: 'Can the participant make logical inferences about the actions of others in a social situation?'" + }, + "winograd_q_166": { + "description": "Response to Winograd question 166: 'Can the participant make inferences about actions of agents in hypothetical scenarios?'" + }, + "winograd_q_167": { + "description": "Response to Winograd question 167: 'Can the participant reason about the intentions of others in a scenario involving social interactions?'" + }, + "winograd_q_168": { + "description": "Response to Winograd question 168: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_169": { + "description": "Response to Winograd question 169: 'Does the participant understand consequences in social interactions?'" + }, + "winograd_q_170": { + "description": "Response to Winograd question 170: 'Can the participant reason about the consequences of actions in a social situation?'" + }, + "winograd_q_171": { + "description": "Response to Winograd question 171: 'Does the participant demonstrate common-sense reasoning in resolving social conflicts?'" + }, + "winograd_q_172": { + "description": "Response to Winograd question 172: 'Can the participant reason about the consequences of actions in a social scenario?'" + }, + "winograd_q_173": { + "description": "Response to Winograd question 173: 'Can the participant interpret the actions of others in a hypothetical situation?'" + }, + "winograd_q_174": { + "description": "Response to Winograd question 174: 'Can the participant make logical inferences about the consequences of actions in a scenario?'" + }, + "winograd_q_175": { + "description": "Response to Winograd question 175: 'Can the participant make logical inferences about the effects of actions in a social context?'" + }, + "winograd_q_176": { + "description": "Response to Winograd question 176: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_177": { + "description": "Response to Winograd question 177: 'Can the participant reason about agents and their actions in a complex situation?'" + }, + "winograd_q_178": { + "description": "Response to Winograd question 178: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_179": { + "description": "Response to Winograd question 179: 'Can the participant resolve ambiguity in a social scenario?'" + }, + "winograd_q_180": { + "description": "Response to Winograd question 180: 'Can the participant infer the correct outcome in a situation involving social dynamics?'" + }, + "winograd_q_181": { + "description": "Response to Winograd question 181: 'Does the participant demonstrate common-sense reasoning in interpreting a scenario involving multiple agents?'" + }, + "winograd_q_182": { + "description": "Response to Winograd question 182: 'Can the participant make inferences based on social expectations?'" + }, + "winograd_q_183": { + "description": "Response to Winograd question 183: 'Can the participant reason through cause and effect in a complex situation?'" + }, + "winograd_q_184": { + "description": "Response to Winograd question 184: 'Can the participant make logical inferences based on the actions of others?'" + }, + "winograd_q_185": { + "description": "Response to Winograd question 185: 'Does the participant demonstrate an understanding of cause-and-effect in a social scenario?'" + }, + "winograd_q_186": { + "description": "Response to Winograd question 186: 'Can the participant make logical inferences about the effects of actions in a social scenario?'" + }, + "winograd_q_187": { + "description": "Response to Winograd question 187: 'Can the participant reason through ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_188": { + "description": "Response to Winograd question 188: 'Can the participant make inferences about interpersonal dynamics in a hypothetical situation?'" + }, + "winograd_q_189": { + "description": "Response to Winograd question 189: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_190": { + "description": "Response to Winograd question 190: 'Does the participant demonstrate common-sense reasoning in resolving social ambiguity?'" + }, + "winograd_q_191": { + "description": "Response to Winograd question 191: 'Can the participant reason through ambiguity in a social scenario?'" + }, + "winograd_q_192": { + "description": "Response to Winograd question 192: 'Does the participant understand ambiguous relationships between agents in a situation?'" + }, + "winograd_q_193": { + "description": "Response to Winograd question 193: 'Can the participant reason through cause-and-effect relationships in a social scenario?'" + }, + "winograd_q_194": { + "description": "Response to Winograd question 194: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_195": { + "description": "Response to Winograd question 195: 'Does the participant demonstrate common-sense reasoning in interpreting social situations?'" + }, + "winograd_q_196": { + "description": "Response to Winograd question 196: 'Can the participant reason about the outcomes of hypothetical situations?'" + }, + "winograd_q_197": { + "description": "Response to Winograd question 197: 'Can the participant make logical inferences about the consequences of actions in a social scenario?'" + }, + "winograd_q_198": { + "description": "Response to Winograd question 198: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_199": { + "description": "Response to Winograd question 199: 'Can the participant resolve ambiguity in a situation involving social dynamics?'" + }, + "winograd_q_200": { + "description": "Response to Winograd question 200: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_201": { + "description": "Response to Winograd question 201: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_202": { + "description": "Response to Winograd question 202: 'Can the participant infer logical consequences in a social context?'" + }, + "winograd_q_203": { + "description": "Response to Winograd question 203: 'Does the participant demonstrate an understanding of social dynamics in a hypothetical situation?'" + }, + "winograd_q_204": { + "description": "Response to Winograd question 204: 'Can the participant make logical inferences about the intentions of others?'" + }, + "winograd_q_205": { + "description": "Response to Winograd question 205: 'Can the participant reason through complex social dynamics in a scenario?'" + }, + "winograd_q_206": { + "description": "Response to Winograd question 206: 'Can the participant interpret the actions of others in a given context?'" + }, + "winograd_q_207": { + "description": "Response to Winograd question 207: 'Does the participant demonstrate common-sense reasoning in a social scenario?'" + }, + "winograd_q_208": { + "description": "Response to Winograd question 208: 'Can the participant predict the outcomes of actions in a complex social scenario?'" + }, + "winograd_q_209": { + "description": "Response to Winograd question 209: 'Can the participant reason about the actions of others based on contextual clues?'" + }, + "winograd_q_210": { + "description": "Response to Winograd question 210: 'Can the participant predict logical outcomes in a given situation?'" + }, + "winograd_q_211": { + "description": "Response to Winograd question 211: 'Does the participant show common-sense reasoning in interpreting a scenario?'" + }, + "winograd_q_212": { + "description": "Response to Winograd question 212: 'Does the participant understand logical relationships in a given social scenario?'" + }, + "winograd_q_213": { + "description": "Response to Winograd question 213: 'Can the participant make logical inferences about the actions of others in a social scenario?'" + }, + "winograd_q_214": { + "description": "Response to Winograd question 214: 'Can the participant reason through the effects of actions in a hypothetical situation?'" + }, + "winograd_q_215": { + "description": "Response to Winograd question 215: 'Can the participant predict the outcomes of actions in a complex social situation?'" + }, + "winograd_q_216": { + "description": "Response to Winograd question 216: 'Can the participant reason through cause and effect in a social context?'" + }, + "winograd_q_217": { + "description": "Response to Winograd question 217: 'Does the participant show evidence of common sense reasoning about everyday situations?'" + }, + "winograd_q_218": { + "description": "Response to Winograd question 218: 'Does the participant demonstrate common-sense reasoning in interpreting a social situation?'" + }, + "winograd_q_219": { + "description": "Response to Winograd question 219: 'Does the participant demonstrate an understanding of logical relationships in social scenarios?'" + }, + "winograd_q_220": { + "description": "Response to Winograd question 220: 'Can the participant resolve ambiguity in a situation involving social interactions?'" + }, + "winograd_q_221": { + "description": "Response to Winograd question 221: 'Can the participant reason about the effects of actions in a social context?'" + }, + "winograd_q_222": { + "description": "Response to Winograd question 222: 'Can the participant make logical inferences in a complex social situation?'" + }, + "winograd_q_223": { + "description": "Response to Winograd question 223: 'Can the participant reason about the actions of others based on contextual clues?'" + }, + "winograd_q_224": { + "description": "Response to Winograd question 224: 'Can the participant correctly infer actions based on a given context?'" + }, + "winograd_q_225": { + "description": "Response to Winograd question 225: 'Can the participant make logical inferences about the actions of others in a scenario?'" + }, + "winograd_q_226": { + "description": "Response to Winograd question 226: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_227": { + "description": "Response to Winograd question 227: 'Can the participant infer the effects of actions in a social situation?'" + }, + "winograd_q_228": { + "description": "Response to Winograd question 228: 'Does the participant demonstrate common-sense reasoning in interpreting a social scenario?'" + }, + "winograd_q_229": { + "description": "Response to Winograd question 229: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_230": { + "description": "Response to Winograd question 230: 'Can the participant make logical inferences based on common sense reasoning?'" + }, + "winograd_q_231": { + "description": "Response to Winograd question 231: 'Does the participant demonstrate an understanding of social dynamics in a scenario involving multiple agents?'" + }, + "winograd_q_232": { + "description": "Response to Winograd question 232: 'Does the participant demonstrate common-sense reasoning in resolving ambiguity in a social situation?'" + }, + "winograd_q_233": { + "description": "Response to Winograd question 233: 'Can the participant reason about the intentions of others based on the given context?'" + }, + "winograd_q_234": { + "description": "Response to Winograd question 234: 'Does the participant demonstrate common-sense reasoning in resolving ambiguous social situations?'" + }, + "winograd_q_235": { + "description": "Response to Winograd question 235: 'Does the participant understand cause and effect relationships in the given scenario?'" + }, + "winograd_q_236": { + "description": "Response to Winograd question 236: 'Can the participant understand the effects of an action based on context?'" + }, + "winograd_q_237": { + "description": "Response to Winograd question 237: 'Can the participant interpret the actions of others based on the given context?'" + }, + "winograd_q_238": { + "description": "Response to Winograd question 238: 'Can the participant predict outcomes in social situations?'" + }, + "winograd_q_239": { + "description": "Response to Winograd question 239: 'Can the participant reason about the consequences of actions in a social scenario?'" + }, + "winograd_q_240": { + "description": "Response to Winograd question 240: 'Does the participant demonstrate an understanding of cause and effect in social interactions?'" + }, + "winograd_q_241": { + "description": "Response to Winograd question 241: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_242": { + "description": "Response to Winograd question 242: 'Can the participant reason about the actions of others based on contextual clues?'" + }, + "winograd_q_243": { + "description": "Response to Winograd question 243: 'Does the participant reason about the effects of actions in ambiguous situations?'" + }, + "winograd_q_244": { + "description": "Response to Winograd question 244: 'Does the participant understand the social dynamics in a scenario involving ambiguity?'" + }, + "winograd_q_245": { + "description": "Response to Winograd question 245: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_246": { + "description": "Response to Winograd question 246: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_247": { + "description": "Response to Winograd question 247: 'Can the participant resolve ambiguity in a scenario involving social dynamics?'" + }, + "winograd_q_248": { + "description": "Response to Winograd question 248: 'Can the participant resolve ambiguity in a situation involving social interactions?'" + }, + "winograd_q_249": { + "description": "Response to Winograd question 249: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_250": { + "description": "Response to Winograd question 250: 'Does the participant make logical inferences about the actions of others?'" + }, + "winograd_q_251": { + "description": "Response to Winograd question 251: 'Does the participant demonstrate common sense reasoning in social contexts?'" + }, + "winograd_q_252": { + "description": "Response to Winograd question 252: 'Can the participant grasp consequences of a hypothetical action?'" + }, + "winograd_q_253": { + "description": "Response to Winograd question 253: 'Does the participant understand the effects of an action in a complex scenario?'" + }, + "winograd_q_254": { + "description": "Response to Winograd question 254: 'Can the participant reason through ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_255": { + "description": "Response to Winograd question 255: 'Does the participant demonstrate an understanding of social expectations in various contexts?'" + }, + "winograd_q_256": { + "description": "Response to Winograd question 256: 'Does the participant understand the effects of actions in a hypothetical scenario?'" + }, + "winograd_q_257": { + "description": "Response to Winograd question 257: 'Does the participant understand complex cause-and-effect relationships?'" + }, + "winograd_q_258": { + "description": "Response to Winograd question 258: 'Can the participant reason about the intentions of others based on context?'" + }, + "winograd_q_259": { + "description": "Response to Winograd question 259: 'Can the participant understand cause and effect in everyday situations?'" + }, + "winograd_q_260": { + "description": "Response to Winograd question 260: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_261": { + "description": "Response to Winograd question 261: 'Can the participant make logical inferences about the actions of others in a social scenario?'" + }, + "winograd_q_262": { + "description": "Response to Winograd question 262: 'Can the participant infer social expectations from actions?'" + }, + "winograd_q_263": { + "description": "Response to Winograd question 263: 'Does the participant understand social norms and expectations in the given scenario?'" + }, + "winograd_q_264": { + "description": "Response to Winograd question 264: 'Can the participant reason about the actions of others based on contextual clues?'" + }, + "winograd_q_265": { + "description": "Response to Winograd question 265: 'Can the participant understand cause and effect relationships in social settings?'" + }, + "winograd_q_266": { + "description": "Response to Winograd question 266: 'Does the participant demonstrate common-sense reasoning in a social situation?'" + }, + "winograd_q_267": { + "description": "Response to Winograd question 267: 'Does the participant demonstrate an understanding of cause-and-effect in social interactions?'" + }, + "winograd_q_268": { + "description": "Response to Winograd question 268: 'Can the participant reason about the consequences of actions in a social scenario?'" + }, + "winograd_q_269": { + "description": "Response to Winograd question 269: 'Can the participant resolve ambiguity in a scenario involving social dynamics?'" + }, + "winograd_q_270": { + "description": "Response to Winograd question 270: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_271": { + "description": "Response to Winograd question 271: 'Can the participant demonstrate logical reasoning about everyday events?'" + }, + "winograd_q_272": { + "description": "Response to Winograd question 272: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_273": { + "description": "Response to Winograd question 273: 'Can the participant infer the correct outcome in a scenario involving social interactions?'" + }, + "winograd_q_274": { + "description": "Response to Winograd question 274: 'Does the participant reason logically in a given social situation?'" + }, + "winograd_q_275": { + "description": "Response to Winograd question 275: 'Does the participant interpret the consequences of a hypothetical action?'" + }, + "winograd_q_276": { + "description": "Response to Winograd question 276: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "stroop_session_id": { + "description": "Unique identifier for the Stroop session." + }, + "stroop_recording_acoustic_task_id": { + "description": "The unique identifier for the Stroop recording acoustic task." + }, + "stroop_duration": { + "description": "Total duration of the Stroop task." + }, + "stroop_item_stimulus_1": { + "description": "Stimulus presented for Stroop item 1." + }, + "stroop_item_color_1": { + "description": "Color identified by the participant for Stroop item 1." + }, + "stroop_item_time_1": { + "description": "Time taken to respond to Stroop item 1." + }, + "stroop_item_stimulus_2": { + "description": "Stimulus presented for Stroop item 2." + }, + "stroop_item_color_2": { + "description": "Color identified by the participant for Stroop item 2." + }, + "stroop_item_time_2": { + "description": "Measures the response time for Stroop task item 2." + }, + "stroop_item_stimulus_3": { + "description": "Stimulus presented for Stroop item 3." + }, + "stroop_item_color_3": { + "description": "Color identified by the participant for Stroop item 3." + }, + "stroop_item_time_3": { + "description": "Time taken by the participant to respond to Stroop item 3." + }, + "stroop_item_stimulus_4": { + "description": "Stimulus presented for Stroop item 4." + }, + "stroop_item_color_4": { + "description": "Indicates the color used in Stroop task item 4." + }, + "stroop_item_time_4": { + "description": "Time taken to respond to Stroop item 4." + }, + "stroop_item_stimulus_5": { + "description": "Stimulus presented for Stroop item 5." + }, + "stroop_item_color_5": { + "description": "Color identified by the participant for Stroop item 5." + }, + "stroop_item_time_5": { + "description": "Measures the response time for Stroop task item 5." + }, + "stroop_item_stimulus_6": { + "description": "Stimulus presented for Stroop item 6." + }, + "stroop_item_color_6": { + "description": "Color identified by the participant for Stroop item 6." + }, + "stroop_item_time_6": { + "description": "Measures the response time for Stroop task item 6." + }, + "stroop_item_stimulus_7": { + "description": "Stimulus presented for Stroop item 7." + }, + "stroop_item_color_7": { + "description": "Color identified by the participant for Stroop item 7." + }, + "stroop_item_time_7": { + "description": "Time taken to respond to Stroop item 7." + }, + "stroop_item_stimulus_8": { + "description": "Stimulus presented for Stroop item 8." + }, + "stroop_item_color_8": { + "description": "Color identified by the participant for Stroop item 8." + }, + "stroop_item_time_8": { + "description": "Time taken to respond to Stroop item 8." + }, + "stroop_item_stimulus_9": { + "description": "Stimulus presented for Stroop item 9." + }, + "stroop_item_color_9": { + "description": "Color identified by the participant for Stroop item 9." + }, + "stroop_item_time_9": { + "description": "Time taken to respond to Stroop item 9." + }, + "stroop_item_stimulus_10": { + "description": "Stimulus presented for Stroop item 10." + }, + "stroop_item_color_10": { + "description": "Color identified by the participant for Stroop item 10." + }, + "stroop_item_time_10": { + "description": "Time taken to respond to Stroop item 10." + }, + "stroop_item_stimulus_11": { + "description": "Stimulus presented for Stroop item 11." + }, + "stroop_item_color_11": { + "description": "Color identified by the participant for Stroop item 11." + }, + "stroop_item_time_11": { + "description": "Time taken to respond to Stroop item 11." + }, + "stroop_item_stimulus_12": { + "description": "Stimulus presented for Stroop item 12." + }, + "stroop_item_color_12": { + "description": "Color identified by the participant for Stroop item 12." + }, + "stroop_item_time_12": { + "description": "Time taken to respond to Stroop item 12." + }, + "stroop_item_stimulus_13": { + "description": "Stimulus presented for Stroop item 13." + }, + "stroop_item_color_13": { + "description": "Color identified by the participant for Stroop item 13." + }, + "stroop_item_time_13": { + "description": "Time taken to respond to Stroop item 13." + }, + "stroop_item_stimulus_14": { + "description": "Indicates the stimulus presented in Stroop task item 14." + }, + "stroop_item_color_14": { + "description": "Color identified by the participant for Stroop item 14." + }, + "stroop_item_time_14": { + "description": "Measures the response time for Stroop task item 14." + }, + "stroop_item_stimulus_15": { + "description": "Indicates the stimulus presented in Stroop task item 15." + }, + "stroop_item_color_15": { + "description": "Color identified by the participant for Stroop item 15." + }, + "stroop_item_time_15": { + "description": "Measures the response time for Stroop task item 15." + }, + "vocabulary_session_id": { + "description": "Unique session identifier for the vocabulary task." + }, + "vocabulary_recording_acoustic_task_id": { + "description": "The unique identifier for the vocabulary recording acoustic task." + }, + "vocabulary_duration": { + "description": "Duration of the vocabulary assessment." + }, + "vocabulary_item_word_1": { + "description": "Response for vocabulary word item 1." + }, + "vocabulary_item_difficulty_1": { + "description": "Indicates the participant's reported difficulty level for vocabulary item 1." + }, + "vocabulary_item_word_2": { + "description": "Response for vocabulary word item 2." + }, + "vocabulary_item_difficulty_2": { + "description": "Indicates the participant's reported difficulty level for vocabulary item 2." + }, + "vocabulary_item_word_3": { + "description": "Response for vocabulary word item 3." + }, + "vocabulary_item_difficulty_3": { + "description": "Indicates the participant's reported difficulty level for vocabulary item 3." + }, + "vocabulary_item_word_4": { + "description": "Response for vocabulary word item 4." + }, + "vocabulary_item_difficulty_4": { + "description": "Indicates the participant's reported difficulty level for vocabulary item 4." + }, + "vocabulary_item_word_5": { + "description": "Response for vocabulary word item 5." + }, + "vocabulary_item_difficulty_5": { + "description": "Indicates the participant's reported difficulty level for vocabulary item 5." + }, + "vocabulary_item_word_6": { + "description": "Response for vocabulary word item 6." + }, + "vocabulary_item_difficulty_6": { + "description": "Indicates the difficulty level reported by the participant for vocabulary item 6." + }, + "random_session_id": { + "description": "Unique identifier for a random session." + }, + "random_recording_acoustic_task_id": { + "description": "Unique identifier for a random recording acoustic task." + }, + "random_duration": { + "description": "Total duration of a randomly assigned task or session." + }, + "random_item_generation_category": { + "description": "Category assigned for random item generation in the session." + } +} diff --git a/data/b2ai-data-bids-like-template/participants.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/participants.tsv similarity index 100% rename from data/b2ai-data-bids-like-template/participants.tsv rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/participants.tsv diff --git a/data/b2ai-data-bids-like-template/phenotype/.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/.json similarity index 100% rename from data/b2ai-data-bids-like-template/phenotype/.json rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/.json diff --git a/data/b2ai-data-bids-like-template/phenotype/.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/.tsv similarity index 100% rename from data/b2ai-data-bids-like-template/phenotype/.tsv rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/.tsv diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/adhd.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/adhd.json new file mode 100644 index 0000000..e1dc303 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/adhd.json @@ -0,0 +1,62 @@ +{ + "adhd_session_id": { + "description": "Unique identifier for the ADHD session." + }, + "adhd_duration": { + "description": "Duration of ADHD-related assessments." + }, + "wrapping_up": { + "description": "Indicates if the session is nearing completion." + }, + "things_in_order": { + "description": "Indicates if the participant prefers to keep things in order." + }, + "remembering_appt": { + "description": "Reports if the participant has trouble remembering appointments." + }, + "avoidance": { + "description": "Indicates if the participant avoids reminders of stressful or traumatic events." + }, + "fidget": { + "description": "Indicates if the participant is fidgeting during the session." + }, + "overly_active": { + "description": "Indicates if the participant is overly active or restless." + }, + "careless": { + "description": "Indicates if the participant feels careless about their actions or responsibilities." + }, + "difficulty_attention": { + "description": "Indicates if the participant has difficulty paying attention." + }, + "difficulty_concentrating": { + "description": "Indicates if the participant has difficulty concentrating." + }, + "misplace": { + "description": "Indicates if the participant often misplaces things." + }, + "distracted": { + "description": "Indicates if the participant feels distracted during the session." + }, + "remain_seated": { + "description": "Indicates if the participant is able to remain seated for long periods." + }, + "restless": { + "description": "Indicates if the participant feels restless." + }, + "difficulty_unwinding": { + "description": "Indicates if the participant has difficulty unwinding or relaxing after stressful events." + }, + "talking_too_much": { + "description": "Indicates if the participant feels they are talking too much." + }, + "finish_other_sent": { + "description": "Indicates if the participant finishes others' sentences." + }, + "difficulty_waiting": { + "description": "Indicates if the participant has difficulty waiting for others." + }, + "interrupt_others": { + "description": "Indicates if the participant tends to interrupt others during conversations." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/adhd.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/adhd.tsv new file mode 100644 index 0000000..ab1215d --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/adhd.tsv @@ -0,0 +1 @@ +adhd_session_id adhd_duration wrapping_up things_in_order remembering_appt avoidance fidget overly_active careless difficulty_attention difficulty_concentrating misplace distracted remain_seated restless difficulty_unwinding talking_too_much finish_other_sent difficulty_waiting interrupt_others diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/airwaystenosis.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/airwaystenosis.json new file mode 100644 index 0000000..7742415 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/airwaystenosis.json @@ -0,0 +1,86 @@ +{ + "diagnosis_as_pft": { + "description": "Indicates if the participant has undergone pulmonary function testing in the past three months." + }, + "diagnosis_as_gsd": { + "description": "Indicates if the participant has airway stenosis confirmed by laryngoscopy, bronchoscopy, or CT imaging." + }, + "diagnosis_as_gsd_yes___bronchoscopy": { + "description": "Indicates if the participant’s airway stenosis was confirmed by bronchoscopy or laryngoscopy." + }, + "diagnosis_as_gsd_yes___ct": { + "description": "Indicates if the participant’s airway stenosis was confirmed by CT imaging." + }, + "diagnosis_as_ds": { + "description": "Specifies the subtype of the participant’s airway stenosis." + }, + "diagnosis_as_ds_bvfi_gs": { + "description": "Indicates if the participant has bilateral vocal fold immobility or glottic stenosis as a subtype of airway stenosis." + }, + "diagnosis_as_etiology": { + "description": "Specifies the etiology or cause of the participant’s airway stenosis." + }, + "diagnosis_as_etiology_auto_immune": { + "description": "Indicates if the participant’s airway stenosis is caused by an autoimmune or granulomatous disease." + }, + "diagnosis_as_ds_mcg": { + "description": "Indicates the degree of the participant’s stenosis based on the Myer-Cotton Grade." + }, + "diagnosis_as_ds_bc": { + "description": "Indicates the degree of the participant’s stenosis based on the Bogdasarian Classification." + }, + "diagnosis_as_ds_agw": { + "description": "Indicates the anterior glottic web classification of the participant’s airway stenosis according to Cohen." + }, + "diagnosis_as_ds_ac": { + "description": "Indicates the grade of stenosis of the participant’s supraglottic stenosis according to the Aziz Classification." + }, + "diagnosis_as_ds_ac_grade_4": { + "description": "Indicates the grade of supraglottic stenosis based on the Aziz Classification." + }, + "diagnosis_as_ds_ods": { + "description": "Indicates the overall subjective classification of the participant’s airway stenosis." + }, + "diagnosis_as_ds_eps": { + "description": "Indicates the estimated percentage of stenosis from 0 to 100." + }, + "diagnosis_as_treatment___no_treatment": { + "description": "Indicates if the participant has received no treatment for their airway stenosis." + }, + "diagnosis_as_treatment___surgery": { + "description": "Indicates if the participant has undergone surgery as treatment for their airway stenosis." + }, + "diagnosis_as_treatment___in_office_treatment": { + "description": "Indicates if the participant has undergone in-office treatment for their airway stenosis." + }, + "diagnosis_as_treatment_surgery___endoscopic_intervention": { + "description": "Indicates if the participant has undergone endoscopic intervention with laser and balloon dilation and steroid injection as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___endoscopic_excision": { + "description": "Indicates if the participant has undergone endoscopic laser wedge excision with balloon dilation and steroid injection as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction": { + "description": "Indicates if the participant has undergone open laryngotracheal reconstruction as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___laryngotracheoplasty": { + "description": "Indicates if the participant has undergone laryngotracheoplasty (Maddern procedure) as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___tracheostomy": { + "description": "Indicates if the participant has undergone a tracheostomy as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___other": { + "description": "Indicates if the participant has undergone another type of surgery for airway stenosis." + }, + "diagnosis_as_treatment_in_office___steroid_injections_sole": { + "description": "Indicates if the participant has undergone awake steroid injection(s) as the sole treatment for airway stenosis." + }, + "diagnosis_as_treatment_in_office___steroid_injections_adjunct": { + "description": "Indicates if the participant has undergone awake steroid injection(s) as an adjunct treatment for airway stenosis." + }, + "diagnosis_as_treatment_in_office___dilation": { + "description": "Indicates if the participant has undergone in-office or awake dilation as treatment for airway stenosis." + }, + "diagnosis_as_treatment_in_office___laser": { + "description": "Indicates if the participant has undergone in-office or awake laser treatment for airway stenosis." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/airwaystenosis.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/airwaystenosis.tsv new file mode 100644 index 0000000..71a38a2 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/airwaystenosis.tsv @@ -0,0 +1 @@ +diagnosis_as_pft diagnosis_as_gsd diagnosis_as_gsd_yes___bronchoscopy diagnosis_as_gsd_yes___ct diagnosis_as_ds diagnosis_as_ds_bvfi_gs diagnosis_as_etiology diagnosis_as_etiology_auto_immune diagnosis_as_ds_mcg diagnosis_as_ds_bc diagnosis_as_ds_agw diagnosis_as_ds_ac diagnosis_as_ds_ac_grade_4 diagnosis_as_ds_ods diagnosis_as_ds_eps diagnosis_as_treatment___no_treatment diagnosis_as_treatment___surgery diagnosis_as_treatment___in_office_treatment diagnosis_as_treatment_surgery___endoscopic_intervention diagnosis_as_treatment_surgery___endoscopic_excision diagnosis_as_treatment_surgery___laryngotracheal_reconstruction diagnosis_as_treatment_surgery___laryngotracheoplasty diagnosis_as_treatment_surgery___tracheostomy diagnosis_as_treatment_surgery___other diagnosis_as_treatment_in_office___steroid_injections_sole diagnosis_as_treatment_in_office___steroid_injections_adjunct diagnosis_as_treatment_in_office___dilation diagnosis_as_treatment_in_office___laser diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/als.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/als.json new file mode 100644 index 0000000..69c0e45 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/als.json @@ -0,0 +1,104 @@ +{ + "diagnosis_als_gsd_category_1": { + "description": "Indicates the participant's ALS diagnosis under GSD category 1." + }, + "diagnosis_als_gsd_category_2": { + "description": "Indicates if the participant meets the criteria for ALS GSD Category 2." + }, + "diagnosis_als_gsd_category_3": { + "description": "Indicates the participant's ALS diagnosis under GSD category 3." + }, + "diagnosis_als_gsd_calculation": { + "description": "Calculation for the participant's ALS GSD diagnosis." + }, + "diagnosis_als_disease_subtype": { + "description": "Indicates the subtype of ALS diagnosed in the participant." + }, + "diagnosis_als_disease_subtype_familial": { + "description": "Indicates if the participant has been diagnosed with familial ALS." + }, + "diagnosis_als_etiology___genetic_factors": { + "description": "Indicates if the participant's ALS diagnosis is linked to genetic factors." + }, + "diagnosis_als_etiology___environmental_factors": { + "description": "Indicates if the participant's ALS diagnosis is linked to environmental factors." + }, + "diagnosis_als_etiology_genetic_factors___c9orf72": { + "description": "Indicates if the participant's ALS diagnosis is linked to the C9orf72 genetic factor." + }, + "diagnosis_als_etiology_genetic_factors___sod1": { + "description": "Indicates if the participant's ALS diagnosis is linked to the SOD1 genetic factor." + }, + "diagnosis_als_etiology_genetic_factors___other": { + "description": "Indicates if the participant's ALS diagnosis is linked to other genetic factors not listed." + }, + "diagnosis_als_cp___upper_motor_neuron": { + "description": "Indicates if the participant's ALS diagnosis includes upper motor neuron involvement." + }, + "diagnosis_als_cp___lower_motor_neuron": { + "description": "Indicates if the participant has lower motor neuron involvement as part of their ALS diagnosis." + }, + "diagnosis_als_cp___bulbar_symptoms": { + "description": "Indicates if the participant has bulbar symptoms as part of their ALS diagnosis." + }, + "diagnosis_als_cp___respiratory_involvement": { + "description": "Indicates if the participant has respiratory involvement as part of their ALS diagnosis." + }, + "diagnosis_als_dp": { + "description": "Indicates if the participant has a diagnosis of ALS with dementia." + }, + "diagnosis_als_na_alsfrs_r_score": { + "description": "The participant's score on the ALS Functional Rating Scale-Revised (ALSFRS-R)." + }, + "diagnosis_als_na_fvc_percentage": { + "description": "Indicates the participant's forced vital capacity (FVC) percentage for ALS diagnosis." + }, + "diagnosis_als_treatment_and_management": { + "description": "Indicates the treatment and management plan for the participant's ALS diagnosis." + }, + "diagnosis_als_treatment_and_management_yes___medications": { + "description": "Indicates if the participant is receiving medications as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes___supportive_care": { + "description": "Indicates if the participant is receiving supportive care as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_medications___riluzole": { + "description": "Indicates if the participant is receiving riluzole as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___edaravone": { + "description": "Indicates if the participant is receiving edaravone as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___sodium": { + "description": "Indicates if the participant is receiving sodium as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___tofersen": { + "description": "Indicates if the participant is receiving Tofersen as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment": { + "description": "Indicates if the participant is receiving symptomatic treatment as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_medications___other": { + "description": "Indicates if the participant is receiving other medications as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy": { + "description": "Indicates if the participant has received physical therapy as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy": { + "description": "Indicates if the participant is receiving occupational therapy as part of ALS treatment and supportive care." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy": { + "description": "Indicates if the participant has received speech therapy as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support": { + "description": "Indicates if the participant has received respiratory support as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support": { + "description": "Indicates if the participant has received nutrition support as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy": { + "description": "Indicates if the participant has received psychotherapy as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___other": { + "description": "Indicates if the participant has received other forms of supportive care for ALS." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/als.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/als.tsv new file mode 100644 index 0000000..aab591c --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/als.tsv @@ -0,0 +1 @@ +diagnosis_als_gsd_category_1 diagnosis_als_gsd_category_2 diagnosis_als_gsd_category_3 diagnosis_als_gsd_calculation diagnosis_als_disease_subtype diagnosis_als_disease_subtype_familial diagnosis_als_etiology___genetic_factors diagnosis_als_etiology___environmental_factors diagnosis_als_etiology_genetic_factors___c9orf72 diagnosis_als_etiology_genetic_factors___sod1 diagnosis_als_etiology_genetic_factors___other diagnosis_als_cp___upper_motor_neuron diagnosis_als_cp___lower_motor_neuron diagnosis_als_cp___bulbar_symptoms diagnosis_als_cp___respiratory_involvement diagnosis_als_dp diagnosis_als_na_alsfrs_r_score diagnosis_als_na_fvc_percentage diagnosis_als_treatment_and_management diagnosis_als_treatment_and_management_yes___medications diagnosis_als_treatment_and_management_yes___supportive_care diagnosis_als_treatment_and_management_yes_medications___riluzole diagnosis_als_treatment_and_management_yes_medications___edaravone diagnosis_als_treatment_and_management_yes_medications___sodium diagnosis_als_treatment_and_management_yes_medications___tofersen diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment diagnosis_als_treatment_and_management_yes_medications___other diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy diagnosis_als_treatment_and_management_yes_supportive_care___other diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/alzheimers.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/alzheimers.json new file mode 100644 index 0000000..e14f270 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/alzheimers.json @@ -0,0 +1,98 @@ +{ + "diagnosis_alz_dementia_mci_causes": { + "description": "Indicates if other causes of cognitive or functional changes have been excluded in the participant’s diagnosis." + }, + "diagnosis_alz_dementia_mci_dt": { + "description": "Specifies the type of dementia or cognitive impairment in the participant." + }, + "diagnosis_alz_dementia_mci_etiology___genetic_factors": { + "description": "Indicates if genetic factors are suspected or known to be the etiology of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___age_related_changes": { + "description": "Indicates if age-related changes are suspected or known to be the etiology of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___other_medical_conditions": { + "description": "Indicates if other medical conditions, such as vascular factors or traumatic brain injury, are suspected or known to be the etiology of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___substance_related": { + "description": "Indicates if substance-related factors, such as alcohol-induced cognitive impairment, are suspected or known to be the etiology of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___other": { + "description": "Indicates if another etiology is suspected or known to be the cause of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease": { + "description": "Indicates if familial Alzheimer’s disease is the genetic factor suspected or known to be the cause of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e": { + "description": "Indicates if apolipoprotein E (APOE) ε4 allele is the genetic factor suspected or known to be the cause of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors": { + "description": "Indicates if other genetic factors are suspected or known to be the cause of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_ds___mci": { + "description": "Indicates if the participant’s cognitive impairment is classified as mild cognitive impairment (MCI)." + }, + "diagnosis_alz_dementia_mci_ds___cdr": { + "description": "Indicates if the participant’s cognitive impairment is classified using the Clinical Dementia Rating (CDR) staging." + }, + "diagnosis_alz_dementia_mci_ds_cdr": { + "description": "Specifies the participant’s Clinical Dementia Rating (CDR) staging." + }, + "diagnosis_alz_dementia_mci_ca_rudas_score": { + "description": "Specifies the participant’s Rowland Universal Dementia Assessment Scale (RUDAS) score." + }, + "diagnosis_alz_dementia_mci_ca_mmse_score": { + "description": "Specifies the participant’s Mini-Mental State Examination (MMSE) score." + }, + "diagnosis_alz_dementia_mci_ca_moca_score": { + "description": "Specifies the participant’s Montreal Cognitive Assessment (MoCA) score." + }, + "diagnosis_alz_dementia_mci_ca_adas_cog_score": { + "description": "Specifies the participant’s Alzheimer’s Disease Assessment Scale-Cognitive Subscale (ADAS-Cog) score." + }, + "diagnosis_alz_dementia_mci_ca_other": { + "description": "Specifies if another cognitive assessment tool was used for the participant." + }, + "diagnosis_alz_dementia_mci_ca_other_score": { + "description": "Specifies the score from another cognitive assessment tool used for the participant." + }, + "diagnosis_alz_dementia_mci_treatment_obtained": { + "description": "Indicates if the participant has undergone any treatment for Alzheimer’s disease, cognitive impairment, or other types of dementia." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications": { + "description": "Indicates if the participant has taken medications as treatment for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi": { + "description": "Indicates if the participant has received non-pharmacological interventions as treatment for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors": { + "description": "Indicates if the participant has taken cholinesterase inhibitors, such as Donepezil, as treatment for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist": { + "description": "Indicates if the participant has taken NMDA receptor antagonist, such as Memantine, as treatment for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other": { + "description": "Indicates if the participant has taken other medications as treatment for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program": { + "description": "Indicates if the participant has participated in a day program as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy": { + "description": "Indicates if the participant has undergone cognitive stimulation therapy as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy": { + "description": "Indicates if the participant has undergone reality orientation therapy as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy": { + "description": "Indicates if the participant has undergone reminiscence therapy as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program": { + "description": "Indicates if the participant has participated in a physical exercise program as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications": { + "description": "Indicates if the participant has undergone dietary modifications as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other": { + "description": "Indicates if the participant has undergone other non-pharmacological interventions for Alzheimer’s disease or cognitive impairment." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/alzheimers.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/alzheimers.tsv new file mode 100644 index 0000000..674609d --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/alzheimers.tsv @@ -0,0 +1 @@ +diagnosis_alz_dementia_mci_causes diagnosis_alz_dementia_mci_dt diagnosis_alz_dementia_mci_etiology___genetic_factors diagnosis_alz_dementia_mci_etiology___age_related_changes diagnosis_alz_dementia_mci_etiology___other_medical_conditions diagnosis_alz_dementia_mci_etiology___substance_related diagnosis_alz_dementia_mci_etiology___other diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors diagnosis_alz_dementia_mci_ds___mci diagnosis_alz_dementia_mci_ds___cdr diagnosis_alz_dementia_mci_ds_cdr diagnosis_alz_dementia_mci_ca_rudas_score diagnosis_alz_dementia_mci_ca_mmse_score diagnosis_alz_dementia_mci_ca_moca_score diagnosis_alz_dementia_mci_ca_adas_cog_score diagnosis_alz_dementia_mci_ca_other diagnosis_alz_dementia_mci_ca_other_score diagnosis_alz_dementia_mci_treatment_obtained diagnosis_alz_dementia_mci_treatment_obtained_yes___medications diagnosis_alz_dementia_mci_treatment_obtained_yes___npi diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/benignLesion.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/benignLesion.json new file mode 100644 index 0000000..bf2962e --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/benignLesion.json @@ -0,0 +1,71 @@ +{ + "diagnois_bl_gsd": { + "description": "Indicates if the participant has a benign lesion confirmed by laryngoscopy or stroboscopy." + }, + "diagnosis_bl_ds": { + "description": "Indicates the participant’s diagnosis of a benign lesion." + }, + "diagnosis_bl_etiology": { + "description": "Specifies the etiology or cause of the participant’s benign lesion." + }, + "diagnosis_bl_ds_ll": { + "description": "Indicates the location of the participant’s benign lesion." + }, + "diagnosis_bl_degree_os_1": { + "description": "Indicates the overall severity of the participant’s benign lesion." + }, + "diagnosis_bl_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant’s benign lesion." + }, + "diagnosis_bl_degree_r_1": { + "description": "Indicates the roughness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_b_1": { + "description": "Indicates the breathiness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_s_1": { + "description": "Indicates the strain in the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_p_1": { + "description": "Indicates the pitch of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_l_1": { + "description": "Indicates the loudness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_comments": { + "description": "Provides additional comments about the resonance of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_treatment": { + "description": "Indicates if the participant has undergone any treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___laryngeal_microsurgery": { + "description": "Indicates if the participant has undergone laryngeal microsurgery as treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___voice_rest": { + "description": "Indicates if the participant has undergone voice rest as treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for the benign lesion." + }, + "diagnosis_bl_treatment_lm": { + "description": "Indicates if the participant has undergone laryngeal microsurgery for the benign lesion." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/benignLesion.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/benignLesion.tsv new file mode 100644 index 0000000..988c3a1 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/benignLesion.tsv @@ -0,0 +1 @@ +diagnois_bl_gsd diagnosis_bl_ds diagnosis_bl_etiology diagnosis_bl_ds_ll diagnosis_bl_degree_os_1 diagnosis_bl_degree_os_2 diagnosis_bl_degree_r_1 diagnosis_bl_degree_r_2 diagnosis_bl_degree_b_1 diagnosis_bl_degree_b_2 diagnosis_bl_degree_s_1 diagnosis_bl_degree_s_2 diagnosis_bl_degree_p_1 diagnosis_bl_degree_p_2 diagnosis_bl_degree_l_1 diagnosis_bl_degree_l_2 diagnosis_bl_degree_comments diagnosis_bl_treatment diagnosis_bl_treatment_select___voice_or_speech_therapy diagnosis_bl_treatment_select___laryngeal_microsurgery diagnosis_bl_treatment_select___voice_rest diagnosis_bl_treatment_select___other diagnosis_bl_treatment_lm diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/bipolar.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/bipolar.json new file mode 100644 index 0000000..2083394 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/bipolar.json @@ -0,0 +1,23 @@ +{ + "diagnosis_bipolar_gsd": { + "description": "Specifies the participant’s diagnosis of bipolar disorder." + }, + "diagnosis_bipolar_gsd_interview": { + "description": "Indicates if a structured clinical interview was conducted for diagnosing the participant’s bipolar disorder." + }, + "diagnosis_bipolar_gsd_oqu": { + "description": "Indicates if an objective questionnaire was used in the diagnosis of the participant’s bipolar disorder." + }, + "diagnosis_bipolar_gsd_oquw": { + "description": "Specifies which objective questionnaire was used in diagnosing the participant’s bipolar disorder." + }, + "diagnosis_bipolar_subtype_active": { + "description": "Specifies the active subtype of the participant’s bipolar disorder." + }, + "diagnosis_bipolar_psychotic": { + "description": "Indicates if the participant has psychotic symptoms associated with bipolar disorder." + }, + "diagnosis_bipolar_severity": { + "description": "Indicates the severity of the participant’s bipolar disorder." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/bipolar.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/bipolar.tsv new file mode 100644 index 0000000..8d5d43a --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/bipolar.tsv @@ -0,0 +1 @@ +diagnosis_bipolar_gsd diagnosis_bipolar_gsd_interview diagnosis_bipolar_gsd_oqu diagnosis_bipolar_gsd_oquw diagnosis_bipolar_subtype_active diagnosis_bipolar_psychotic diagnosis_bipolar_severity diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/confounders.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/confounders.json new file mode 100644 index 0000000..f04652c --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/confounders.json @@ -0,0 +1,494 @@ +{ + "confounders_session_id": { + "description": "Unique identifier for the confounders assessment session." + }, + "confounders_duration": { + "description": "Total duration of the confounders assessment." + }, + "is_regular_smoker": { + "description": "Indicates if the participant is a regular smoker." + }, + "smoking_hx": { + "description": "Indicates the participant's smoking history." + }, + "age_start_smoking": { + "description": "Indicates the age at which the participant started smoking." + }, + "age_stop_smoking": { + "description": "Indicates the age at which the participant stopped smoking." + }, + "smoking_types___1": { + "description": "Reports if the participant has used smoking type 1." + }, + "smoking_types___2": { + "description": "Indicates if the participant smokes cigars." + }, + "smoking_types___3": { + "description": "Indicates if the participant smokes pipes." + }, + "smoking_types___4": { + "description": "Indicates if the participant uses chewing tobacco." + }, + "smoking_types___5": { + "description": "Indicates if the participant uses cigars." + }, + "smoking_types___6": { + "description": "Indicates if the participant uses snuff." + }, + "smoking_types___7": { + "description": "Reports if the participant has used smoking type 7." + }, + "smoking_types___8": { + "description": "Indicates if the participant uses other forms of tobacco, such as e-cigarettes." + }, + "smoking_freq": { + "description": "Indicates how often the participant smokes." + }, + "alcohol_yn": { + "description": "Indicates if the participant consumes alcohol." + }, + "alcohol_freq": { + "description": "Indicates how often the participant consumes alcohol." + }, + "alcohol_amt": { + "description": "Reports the amount of alcohol the participant consumed." + }, + "alcohol_drinks": { + "description": "The number of alcoholic drinks the participant typically consumes." + }, + "alcohol_today": { + "description": "Reports if the participant consumed alcohol today." + }, + "drinks_today_number": { + "description": "The number of alcoholic drinks the participant has consumed today." + }, + "alcohol_rehab": { + "description": "Indicates if the participant has undergone rehabilitation for alcohol use." + }, + "current_recovery_alcohol": { + "description": "Indicates if the participant is currently in recovery for alcohol use." + }, + "caffeine_intake": { + "description": "Reports the participant's caffeine intake." + }, + "caffeine_intake_today": { + "description": "The amount of caffeine the participant has consumed today." + }, + "hydration": { + "description": "Indicates if the participant feels hydrated." + }, + "hydration_today": { + "description": "Indicates if the participant feels adequately hydrated today." + }, + "dental_problems": { + "description": "Indicates if the participant has dental problems or issues." + }, + "seasonal_allergies": { + "description": "Indicates if the participant has any seasonal allergies." + }, + "seasonal_allergies_options___1": { + "description": "Indicates if the participant has seasonal allergies to tree pollen." + }, + "seasonal_allergies_options___2": { + "description": "Indicates if the participant has seasonal allergies to specific allergens listed under option 2." + }, + "seasonal_allergies_options___3": { + "description": "Indicates if the participant has seasonal allergies to grass pollen." + }, + "seasonal_allergies_options___4": { + "description": "Indicates if the participant has seasonal allergies to pollen or other triggers." + }, + "tired_measure": { + "description": "Indicates if the participant feels tired or fatigued." + }, + "height": { + "description": "The participant's height in centimeters or inches." + }, + "weight": { + "description": "The participant's weight in kilograms or pounds." + }, + "unit": { + "description": "The measurement unit used for the participant's responses (e.g., kilograms or pounds)." + }, + "symptoms___1": { + "description": "Indicates if the participant reports experiencing symptom 1." + }, + "symptoms___2": { + "description": "Indicates if the participant reports experiencing symptom 2." + }, + "symptoms___3": { + "description": "Indicates if the participant reports experiencing symptom 3." + }, + "symptoms___4": { + "description": "Indicates if the participant is experiencing symptom 4 as part of their health assessment." + }, + "symptoms___5": { + "description": "Indicates if the participant reports experiencing symptom 5." + }, + "symptoms___6": { + "description": "Indicates if the participant reports experiencing symptom 6." + }, + "symptoms___7": { + "description": "Indicates if the participant reports experiencing symptom 7." + }, + "ear_med_history___1": { + "description": "Indicates if the participant has a history of ear-related medical conditions." + }, + "ear_med_history___2": { + "description": "Indicates if the participant has a history of hearing loss." + }, + "ear_med_history___3": { + "description": "Indicates if the participant has a history of ear-related medical condition 3." + }, + "nose_med_history___1": { + "description": "Indicates if the participant has a history of nose-related medical condition 1." + }, + "throat_med_history___1": { + "description": "Indicates if the participant has a history of throat-related medical conditions." + }, + "throat_med_history___2": { + "description": "Indicates if the participant has a history of throat-related medical conditions." + }, + "throat_med_history___3": { + "description": "Indicates if the participant has a history of throat infections." + }, + "throat_med_history___4": { + "description": "Indicates if the participant has a history of vocal cord nodules." + }, + "throat_med_history___5": { + "description": "Indicates if the participant has a history of throat cancer." + }, + "throat_med_history___6": { + "description": "Indicates if the participant has a history of throat-related medical condition 6." + }, + "throat_med_history___7": { + "description": "Indicates if the participant has a history of laryngeal cancer." + }, + "throat_med_history___8": { + "description": "Indicates if the participant has a history of vocal cord paralysis." + }, + "throat_med_history___9": { + "description": "Indicates if the participant has a history of throat cancer." + }, + "throat_med_history___10": { + "description": "Indicates if the participant has a history of tracheostomy." + }, + "head_med_history___1": { + "description": "Indicates if the participant has a history of traumatic brain injury (TBI)." + }, + "head_med_history___2": { + "description": "Indicates if the participant has a history of brain tumors." + }, + "ear_surgical___1": { + "description": "Indicates if the participant has undergone surgery for ear infections." + }, + "ear_surgical___2": { + "description": "Indicates if the participant has undergone surgery for hearing loss." + }, + "nose_surgical___1": { + "description": "Indicates if the participant has undergone surgery for nasal polyps." + }, + "nose_surgical___2": { + "description": "Indicates if the participant has undergone surgery for nose-related conditions." + }, + "throat_surgical___1": { + "description": "Indicates if the participant has undergone throat surgery." + }, + "throat_surgical___2": { + "description": "Indicates if the participant has undergone surgery for throat polyps." + }, + "throat_surgical___3": { + "description": "Indicates if the participant has undergone surgery for throat cancer." + }, + "throat_surgical___4": { + "description": "Indicates if the participant has undergone surgery for vocal cord nodules." + }, + "head_surgical___1": { + "description": "Indicates if the participant has undergone surgery for traumatic brain injury (TBI)." + }, + "head_surgical___2": { + "description": "Indicates if the participant has undergone surgery for a head-related condition." + }, + "neurological_history___1": { + "description": "Indicates if the participant has a history of neurological disorders." + }, + "neurological_history___2": { + "description": "Indicates if the participant has a history of migraines." + }, + "neurological_history___3": { + "description": "Indicates if the participant has a history of neurological condition 3." + }, + "neurological_history___4": { + "description": "Indicates if the participant has a history of epilepsy." + }, + "neurological_history___5": { + "description": "Indicates if the participant has a history of Alzheimer's disease." + }, + "neurological_history___6": { + "description": "Indicates if the participant has a history of multiple sclerosis (MS)." + }, + "current_neuro_dx": { + "description": "Indicates the participant's current neurological diagnosis." + }, + "respiratory_conditions___1": { + "description": "Indicates if the participant has a diagnosis of bronchitis." + }, + "respiratory_conditions___2": { + "description": "Indicates if the participant has a diagnosis of asthma." + }, + "respiratory_conditions___3": { + "description": "Indicates if the participant has a diagnosis of COPD." + }, + "respiratory_conditions___4": { + "description": "Indicates if the participant has a chronic bronchitis diagnosis." + }, + "respiratory_conditions___5": { + "description": "Indicates if the participant has a diagnosis of interstitial lung disease." + }, + "respiratory_conditions___6": { + "description": "Indicates if the participant has a diagnosis of emphysema." + }, + "respiratory_conditions___7": { + "description": "Indicates if the participant has a diagnosis of sleep apnea." + }, + "respiratory_conditions___8": { + "description": "Indicates if the participant has been diagnosed with tuberculosis." + }, + "lung_or_metastatic___1": { + "description": "Indicates if the participant has a diagnosis of lung cancer." + }, + "lung_or_metastatic___2": { + "description": "Indicates if the participant has a diagnosis of metastatic lung cancer." + }, + "covid___past_year": { + "description": "Indicates if the participant has had COVID-19 in the past year." + }, + "covid___long": { + "description": "Reports if the participant has experienced long COVID symptoms." + }, + "covid_past": { + "description": "Indicates if the participant has had COVID-19 in the past." + }, + "cpap_conditions___1": { + "description": "Indicates if the participant has used CPAP therapy for obstructive sleep apnea." + }, + "cpap_conditions___2": { + "description": "Indicates if the participant has used continuous positive airway pressure (CPAP) therapy for sleep apnea." + }, + "resp_medical_history___1": { + "description": "Indicates if the participant has a history of chronic bronchitis." + }, + "resp_medical_history___2": { + "description": "Indicates if the participant has a history of asthma." + }, + "resp_medical_history___3": { + "description": "Indicates if the participant has a history of chronic obstructive pulmonary disease (COPD)." + }, + "resp_medical_history___4": { + "description": "Indicates if the participant has a history of respiratory condition 4." + }, + "exposed_environmental_pollution": { + "description": "Indicates if the participant has been exposed to environmental pollution." + }, + "breathe_today": { + "description": "Indicates if the participant is experiencing difficulty breathing today." + }, + "breathe_today_difficulty": { + "description": "Reports if the participant experienced breathing difficulty today." + }, + "cough_today": { + "description": "Indicates if the participant has coughed today." + }, + "cough_today_severity": { + "description": "Severity of the participant's cough today." + }, + "circulatory_conditions___1": { + "description": "Indicates if the participant has a diagnosis of cardiovascular disease." + }, + "circulatory_conditions___2": { + "description": "Indicates if the participant has a circulatory condition categorized as condition 2." + }, + "circulatory_conditions___3": { + "description": "Indicates if the participant has a diagnosis of heart failure." + }, + "circulatory_conditions___4": { + "description": "Indicates if the participant has a diagnosis of hypertension." + }, + "circulatory_conditions___5": { + "description": "Indicates if the participant has a diagnosis of peripheral artery disease." + }, + "circulatory_conditions___6": { + "description": "Indicates if the participant has a diagnosis of varicose veins." + }, + "circulatory_med_history___1": { + "description": "Indicates if the participant has a history of heart disease." + }, + "circulatory_med_history___2": { + "description": "Indicates if the participant has a history of hypertension." + }, + "circulatory_med_history___3": { + "description": "Indicates if the participant has a history of angina." + }, + "circulatory_med_history___4": { + "description": "Indicates if the participant has a history of arrhythmia." + }, + "circulatory_med_history___5": { + "description": "Indicates if the participant has a history of stroke." + }, + "ph_standing": { + "description": "Indicates if the participant experiences physical health difficulties while standing." + }, + "ph_take_care": { + "description": "Indicates if the participant has difficulty taking care of themselves due to physical health issues." + }, + "ph_learn_task": { + "description": "Indicates if the participant has difficulty learning new tasks due to physical health issues." + }, + "ph_problem_join": { + "description": "Indicates if the participant has problems joining social activities due to physical health." + }, + "ph_health_problem": { + "description": "Indicates if the participant has a health problem that affects their daily life." + }, + "ph_concentrating": { + "description": "Indicates if the participant has difficulty concentrating due to physical health issues." + }, + "ph_walking": { + "description": "Reports if the participant experiences physical health issues while walking." + }, + "ph_washing": { + "description": "Reports if the participant experiences physical health issues while washing." + }, + "ph_get_dressed": { + "description": "Indicates if the participant has difficulty getting dressed due to physical health issues." + }, + "ph_dealing_people": { + "description": "Indicates if the participant has difficulty dealing with people due to physical health issues." + }, + "ph_friendship": { + "description": "Indicates if the participant has difficulty maintaining friendships due to physical health issues." + }, + "ph_day_to_day_work": { + "description": "Reports if the participant's physical health affects their day-to-day work." + }, + "physical_health_freq": { + "description": "Indicates how frequently the participant experiences physical health issues." + }, + "phys_health_impact": { + "description": "Indicates if the participant's physical health impacts their daily life." + }, + "phys_health_limited": { + "description": "Indicates if the participant's physical health is limiting their daily activities." + }, + "medications___1": { + "description": "Indicates if the participant is currently taking medication 1." + }, + "medications___2": { + "description": "Indicates if the participant is taking medication 2." + }, + "medications___3": { + "description": "Indicates if the participant is taking medication 3." + }, + "medications___4": { + "description": "Indicates if the participant is taking medication 4." + }, + "medications___5": { + "description": "Indicates if the participant is taking medication 5." + }, + "medications___6": { + "description": "Indicates if the participant is taking medication 6." + }, + "medications___7": { + "description": "Indicates if the participant is taking medication 7." + }, + "medications___8": { + "description": "Indicates if the participant is taking medication 8." + }, + "medications___9": { + "description": "Indicates if the participant is taking medication 9." + }, + "medications___10": { + "description": "Indicates if the participant is taking medication 10." + }, + "medications___11": { + "description": "Indicates if the participant is currently taking medication 11." + }, + "medications___12": { + "description": "Indicates if the participant is taking medication 12." + }, + "medications___13": { + "description": "Indicates if the participant is taking medication 13." + }, + "medications___14": { + "description": "Indicates if the participant is currently taking medication 14." + }, + "medications___15": { + "description": "Indicates if the participant is taking medication 15." + }, + "medications___16": { + "description": "Indicates if the participant is taking medication 16." + }, + "medications___17": { + "description": "Indicates if the participant is using medication 17." + }, + "medications___18": { + "description": "Indicates if the participant is currently taking medication 18." + }, + "hormone_use___1": { + "description": "Indicates if the participant uses hormone treatments (e.g., oral contraceptives)." + }, + "hormone_use___2": { + "description": "Indicates if the participant uses hormone replacement therapy." + }, + "hormone_use___3": { + "description": "Indicates if the participant uses hormone therapy for menopause." + }, + "hormone_use___4": { + "description": "Indicates if the participant uses other forms of hormone therapy not listed." + }, + "pain_medication___1": { + "description": "Indicates if the participant is taking pain medication 1." + }, + "pain_medication___2": { + "description": "Indicates if the participant is taking pain medication 2." + }, + "pain_medication___3": { + "description": "Indicates if the participant is taking pain medication 3." + }, + "menstruate": { + "description": "Indicates if the participant menstruates." + }, + "menstruate_no": { + "description": "Indicates if the participant does not menstruate." + }, + "menstrual_cycle_status": { + "description": "Indicates the participant's menstrual cycle status." + }, + "voice_activity___1": { + "description": "Indicates the first type of voice activity the participant engaged in." + }, + "voice_activity___2": { + "description": "Indicates the second type of voice activity engaged in by the participant." + }, + "voice_activity___3": { + "description": "Indicates the third type of voice activity the participant engaged in." + }, + "voice_activity___4": { + "description": "Indicates the fourth type of voice activity the participant engaged in." + }, + "voice_activity___5": { + "description": "Indicates the fifth type of voice activity the participant engaged in." + }, + "voice_activity___6": { + "description": "Indicates the sixth type of voice activity the participant engaged in." + }, + "voice_activity___7": { + "description": "Indicates the seventh type of voice activity the participant engaged in." + }, + "hours_voice_activity": { + "description": "Number of hours the participant engaged in voice-related activities." + }, + "reading_aloud": { + "description": "Indicates if the participant is reading aloud." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/confounders.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/confounders.tsv new file mode 100644 index 0000000..b3ae2aa --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/confounders.tsv @@ -0,0 +1 @@ +confounders_session_id confounders_duration is_regular_smoker smoking_hx age_start_smoking age_stop_smoking smoking_types___1 smoking_types___2 smoking_types___3 smoking_types___4 smoking_types___5 smoking_types___6 smoking_types___7 smoking_types___8 smoking_freq alcohol_yn alcohol_freq alcohol_amt alcohol_drinks alcohol_today drinks_today_number alcohol_rehab current_recovery_alcohol caffeine_intake caffeine_intake_today hydration hydration_today dental_problems seasonal_allergies seasonal_allergies_options___1 seasonal_allergies_options___2 seasonal_allergies_options___3 seasonal_allergies_options___4 tired_measure height weight unit symptoms___1 symptoms___2 symptoms___3 symptoms___4 symptoms___5 symptoms___6 symptoms___7 ear_med_history___1 ear_med_history___2 ear_med_history___3 nose_med_history___1 throat_med_history___1 throat_med_history___2 throat_med_history___3 throat_med_history___4 throat_med_history___5 throat_med_history___6 throat_med_history___7 throat_med_history___8 throat_med_history___9 throat_med_history___10 head_med_history___1 head_med_history___2 ear_surgical___1 ear_surgical___2 nose_surgical___1 nose_surgical___2 throat_surgical___1 throat_surgical___2 throat_surgical___3 throat_surgical___4 head_surgical___1 head_surgical___2 neurological_history___1 neurological_history___2 neurological_history___3 neurological_history___4 neurological_history___5 neurological_history___6 current_neuro_dx respiratory_conditions___1 respiratory_conditions___2 respiratory_conditions___3 respiratory_conditions___4 respiratory_conditions___5 respiratory_conditions___6 respiratory_conditions___7 respiratory_conditions___8 lung_or_metastatic___1 lung_or_metastatic___2 covid___past_year covid___long covid_past cpap_conditions___1 cpap_conditions___2 resp_medical_history___1 resp_medical_history___2 resp_medical_history___3 resp_medical_history___4 exposed_environmental_pollution breathe_today breathe_today_difficulty cough_today cough_today_severity circulatory_conditions___1 circulatory_conditions___2 circulatory_conditions___3 circulatory_conditions___4 circulatory_conditions___5 circulatory_conditions___6 circulatory_med_history___1 circulatory_med_history___2 circulatory_med_history___3 circulatory_med_history___4 circulatory_med_history___5 ph_standing ph_take_care ph_learn_task ph_problem_join ph_health_problem ph_concentrating ph_walking ph_washing ph_get_dressed ph_dealing_people ph_friendship ph_day_to_day_work physical_health_freq phys_health_impact phys_health_limited medications___1 medications___2 medications___3 medications___4 medications___5 medications___6 medications___7 medications___8 medications___9 medications___10 medications___11 medications___12 medications___13 medications___14 medications___15 medications___16 medications___17 medications___18 hormone_use___1 hormone_use___2 hormone_use___3 hormone_use___4 pain_medication___1 pain_medication___2 pain_medication___3 menstruate menstruate_no menstrual_cycle_status voice_activity___1 voice_activity___2 voice_activity___3 voice_activity___4 voice_activity___5 voice_activity___6 voice_activity___7 hours_voice_activity reading_aloud diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/customAffectScale.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/customAffectScale.json new file mode 100644 index 0000000..630aac7 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/customAffectScale.json @@ -0,0 +1,47 @@ +{ + "custom_affect_scale_session_id": { + "description": "Unique identifier for the custom affect scale session." + }, + "custom_affect_scale_duration": { + "description": "Total duration of the custom affect scale assessment." + }, + "sad_or_down": { + "description": "Indicates if the participant feels sad or down." + }, + "joyful": { + "description": "Indicates if the participant feels joyful." + }, + "motivated": { + "description": "Assesses the level of motivation or drive the participant exhibits in performing tasks." + }, + "lack_of_pleasure": { + "description": "Indicates if the participant feels a lack of pleasure or interest in doing things." + }, + "tired": { + "description": "Indicates if the participant feels tired during the assessment." + }, + "energetic": { + "description": "Indicates if the participant feels energetic or lively." + }, + "agitated": { + "description": "Indicates if the participant feels agitated." + }, + "irritated": { + "description": "Indicates if the participant feels irritated or annoyed." + }, + "lonely": { + "description": "Indicates if the participant feels lonely." + }, + "concentrated": { + "description": "Indicates if the participant is able to concentrate." + }, + "relaxed": { + "description": "Indicates if the participant feels relaxed." + }, + "worried": { + "description": "Indicates if the participant feels worried or anxious." + }, + "desire_to_escape": { + "description": "Indicates if the participant has a desire to escape stressful situations." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/customAffectScale.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/customAffectScale.tsv new file mode 100644 index 0000000..2a627ce --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/customAffectScale.tsv @@ -0,0 +1 @@ +custom_affect_scale_session_id custom_affect_scale_duration sad_or_down joyful motivated lack_of_pleasure tired energetic agitated irritated lonely concentrated relaxed worried desire_to_escape diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/demographics.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/demographics.json new file mode 100644 index 0000000..5ff3d22 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/demographics.json @@ -0,0 +1,167 @@ +{ + "demographics_session_id": { + "description": "Unique identifier for the demographics session." + }, + "demographics_duration": { + "description": "Total duration of the demographics section." + }, + "demographics_completed_by___1": { + "description": "Indicates if the participant completed the demographic section on their own." + }, + "demographics_completed_by___2": { + "description": "Indicates if demographics were completed by a healthcare professional." + }, + "demographics_completed_by___3": { + "description": "Indicates if demographics were completed by a caregiver." + }, + "state_province": { + "description": "The state or province where the participant lives." + }, + "country": { + "description": "The country where the participant resides." + }, + "gender_identity": { + "description": "The participant's reported gender identity." + }, + "specify_gender_identity": { + "description": "Allows the participant to specify their gender identity." + }, + "sexual_orientation": { + "description": "Indicates the participant's sexual orientation." + }, + "race___1": { + "description": "Indicates if the participant identifies with race category 1." + }, + "race___2": { + "description": "Indicates if the participant identifies with race category 2." + }, + "race___3": { + "description": "Indicates if the participant identifies with race category 3." + }, + "race___4": { + "description": "Indicates if the participant identifies with race category 4." + }, + "race___5": { + "description": "Indicates if the participant identifies with race category 5." + }, + "race___6": { + "description": "Indicates if the participant identifies with race category 6." + }, + "race___7": { + "description": "Indicates if the participant identifies with race category 7." + }, + "race___8": { + "description": "Indicates if the participant identifies with race category 8." + }, + "ethnicity": { + "description": "Indicates the participant's ethnicity." + }, + "other_edu_level": { + "description": "Indicates if the participant has received an education level not listed in other options." + }, + "hearing": { + "description": "Indicates if the participant has hearing issues." + }, + "vision": { + "description": "Indicates if the participant has vision issues." + }, + "cognition": { + "description": "Reports on the participant's cognitive abilities or issues." + }, + "mobility": { + "description": "Indicates the participant's level of mobility or movement." + }, + "self_care": { + "description": "Indicates if the participant engages in self-care activities." + }, + "independent_living": { + "description": "Indicates if the participant is living independently." + }, + "employ_status___1": { + "description": "Indicates if the participant is employed full-time." + }, + "employ_status___2": { + "description": "Indicates if the participant is employed full-time." + }, + "employ_status___3": { + "description": "Indicates if the participant is employed part-time." + }, + "employ_status___4": { + "description": "Indicates if the participant is a student." + }, + "employ_status___5": { + "description": "Indicates if the participant is a homemaker." + }, + "employ_status___6": { + "description": "Indicates if the participant is unemployed." + }, + "employ_status___7": { + "description": "Indicates if the participant is self-employed." + }, + "employ_status___8": { + "description": "Indicates if the participant is a volunteer." + }, + "employ_status___9": { + "description": "Indicates if the participant is retired." + }, + "household_income_usa": { + "description": "The participant's household income in US dollars." + }, + "household_income_ca": { + "description": "The participant's household income in Canadian dollars." + }, + "marital_status___1": { + "description": "Indicates if the participant is married." + }, + "marital_status___2": { + "description": "Indicates if the participant is in a domestic partnership." + }, + "marital_status___3": { + "description": "Indicates if the participant is separated." + }, + "marital_status___4": { + "description": "Indicates if the participant is widowed." + }, + "marital_status___5": { + "description": "Indicates if the participant is single." + }, + "marital_status___6": { + "description": "Indicates if the participant is divorced." + }, + "marital_status___7": { + "description": "Indicates if the participant is cohabiting." + }, + "housing_status": { + "description": "Indicates the participant's current housing status." + }, + "household_count": { + "description": "The number of people living in the participant's household." + }, + "spouse_partner_sig_other": { + "description": "Indicates if the participant has a spouse, partner, or significant other." + }, + "children": { + "description": "Indicates if the participant has children." + }, + "parent": { + "description": "Indicates if the participant is a parent." + }, + "grandparent": { + "description": "Indicates if the participant is a grandparent." + }, + "other_live_with": { + "description": "Indicates if the participant lives with people not listed in other options." + }, + "others_household_specify": { + "description": "Allows the participant to specify other people living in their household." + }, + "transportation_yn": { + "description": "Indicates if the participant has access to transportation." + }, + "primary_transportation": { + "description": "Indicates the participant's primary mode of transportation." + }, + "q_generic_demographics_complete": { + "description": "Indicates if the participant has completed the generic demographics section." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/demographics.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/demographics.tsv new file mode 100644 index 0000000..86f1fc7 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/demographics.tsv @@ -0,0 +1 @@ +demographics_session_id demographics_duration demographics_completed_by___1 demographics_completed_by___2 demographics_completed_by___3 state_province country gender_identity specify_gender_identity sexual_orientation race___1 race___2 race___3 race___4 race___5 race___6 race___7 race___8 ethnicity other_edu_level hearing vision cognition mobility self_care independent_living employ_status___1 employ_status___2 employ_status___3 employ_status___4 employ_status___5 employ_status___6 employ_status___7 employ_status___8 employ_status___9 household_income_usa household_income_ca marital_status___1 marital_status___2 marital_status___3 marital_status___4 marital_status___5 marital_status___6 marital_status___7 housing_status household_count spouse_partner_sig_other children parent grandparent other_live_with others_household_specify transportation_yn primary_transportation q_generic_demographics_complete diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/depression.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/depression.json new file mode 100644 index 0000000..cd21e82 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/depression.json @@ -0,0 +1,26 @@ +{ + "diagnosis_depression_gsd": { + "description": "Indicates the participant’s diagnosis of depression." + }, + "diagnosis_depression_clinical_subcategory": { + "description": "Specifies the subcategory of clinical depression, such as major depressive disorder, for the participant." + }, + "diagnosis_depression_gsd_interview": { + "description": "Indicates if a structured clinical interview was conducted for diagnosing the participant’s depression." + }, + "diagnosis_depression_gsd_oqu": { + "description": "Indicates if an objective questionnaire was used in the diagnosis of the participant’s depression." + }, + "diagnosis_depression_gsd_oquw": { + "description": "Specifies which objective questionnaire was used in diagnosing the participant’s depression." + }, + "diagnosis_bipolar_subtype_active_depression": { + "description": "Specifies the active subtype of depression in the participant’s bipolar disorder." + }, + "diagnosis_bipolar_psychotic_depression": { + "description": "Indicates if the participant has psychotic symptoms associated with the depressive phase of their bipolar disorder." + }, + "diagnosis_bipolar_severity_depression": { + "description": "Indicates the severity of the participant’s depressive phase of bipolar disorder." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/depression.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/depression.tsv new file mode 100644 index 0000000..c228c0b --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/depression.tsv @@ -0,0 +1 @@ +diagnosis_depression_gsd diagnosis_depression_clinical_subcategory diagnosis_depression_gsd_interview diagnosis_depression_gsd_oqu diagnosis_depression_gsd_oquw diagnosis_bipolar_subtype_active_depression diagnosis_bipolar_psychotic_depression diagnosis_bipolar_severity_depression diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dsm5.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dsm5.json new file mode 100644 index 0000000..a7fd859 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dsm5.json @@ -0,0 +1,122 @@ +{ + "dsm_5_session_id": { + "description": "Unique identifier for the DSM-5 session." + }, + "dsm_5_duration": { + "description": "Total duration of the DSM-5 assessment." + }, + "little_interest": { + "description": "Indicates if the participant has little interest or pleasure in doing things." + }, + "feeling_down": { + "description": "Indicates if the participant is feeling down or sad." + }, + "feeling_more_irritated": { + "description": "Indicates if the participant feels more irritated than usual." + }, + "sleeping_less": { + "description": "Indicates if the participant is sleeping less than usual." + }, + "starting_more_projects": { + "description": "Indicates if the participant is starting more projects than they can manage." + }, + "feeling_nervous": { + "description": "Indicates if the participant feels nervous." + }, + "feeling_panic": { + "description": "Indicates if the participant feels panic or overwhelming fear." + }, + "avoiding_situations": { + "description": "Indicates if the participant is avoiding certain situations due to stress or anxiety." + }, + "unexplained_aches": { + "description": "Indicates if the participant experiences unexplained aches or pains." + }, + "illness_not_taken_serious": { + "description": "Reports if the participant feels that their illness is not taken seriously by others." + }, + "self_harm": { + "description": "Indicates if the participant has a history of self-harm." + }, + "hearing_things": { + "description": "Indicates if the participant has experienced auditory hallucinations." + }, + "someone_hear_thoughts": { + "description": "Indicates if the participant believes that others can hear their thoughts." + }, + "sleep_quality": { + "description": "Indicates the participant's subjective assessment of their sleep quality." + }, + "memory_issues": { + "description": "Reports if the participant is experiencing memory issues." + }, + "unpleasant_thoughts": { + "description": "Reports if the participant experienced unpleasant thoughts recently." + }, + "repeat_acts": { + "description": "Indicates if the participant repeats certain actions or behaviors." + }, + "feeling_detached": { + "description": "Indicates if the participant feels detached from reality or their surroundings." + }, + "no_purpose": { + "description": "Indicates if the participant feels like they have no purpose." + }, + "isolated": { + "description": "Indicates if the participant feels isolated or alone." + }, + "drinking_more": { + "description": "Indicates if the participant is consuming more alcohol." + }, + "smoking_more": { + "description": "Indicates if the participant is smoking more than usual." + }, + "medication_use": { + "description": "Indicates the participant's use of medications during the study." + }, + "q1_happy": { + "description": "Response to question 1: 'Is the participant feeling happy?'" + }, + "q2_self_confident": { + "description": "Asks how self-confident the participant feels in general." + }, + "q3_sleep": { + "description": "Response to question 3: 'Is the participant experiencing trouble sleeping?'" + }, + "q4_talk": { + "description": "Response to question 4: 'Does the participant talk about a specific topic?'" + }, + "q5_active": { + "description": "Inquires how active or energetic the participant feels throughout the day." + }, + "social_phobia_1": { + "description": "Response to social phobia item 1, indicating the participant's level of discomfort in social situations." + }, + "social_phobia_2": { + "description": "Response to social phobia item 2, assessing the participant's level of discomfort in social situations." + }, + "social_phobia_3": { + "description": "Indicates if the participant experiences social phobia related to situation 3." + }, + "social_phobia_4": { + "description": "Indicates if the participant experiences social phobia in scenario 4." + }, + "social_phobia_5": { + "description": "Indicates if the participant experiences social phobia in scenario 5." + }, + "social_phobia_6": { + "description": "Indicates if the participant experiences social phobia in scenario 6." + }, + "social_phobia_7": { + "description": "Indicates the participant's level of social phobia based on scenario 7." + }, + "social_phobia_8": { + "description": "Indicates if the participant experiences social phobia in scenario 8." + }, + "social_phobia_9": { + "description": "Indicates if the participant experiences social phobia in scenario 9." + }, + "social_phobia_10": { + "description": "Indicates if the participant has social phobia in a specific scenario (item 10)." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dsm5.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dsm5.tsv new file mode 100644 index 0000000..ea847cf --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dsm5.tsv @@ -0,0 +1 @@ +dsm_5_session_id dsm_5_duration little_interest feeling_down feeling_more_irritated sleeping_less starting_more_projects feeling_nervous feeling_panic avoiding_situations unexplained_aches illness_not_taken_serious self_harm hearing_things someone_hear_thoughts sleep_quality memory_issues unpleasant_thoughts repeat_acts feeling_detached no_purpose isolated drinking_more smoking_more medication_use q1_happy q2_self_confident q3_sleep q4_talk q5_active social_phobia_1 social_phobia_2 social_phobia_3 social_phobia_4 social_phobia_5 social_phobia_6 social_phobia_7 social_phobia_8 social_phobia_9 social_phobia_10 diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dyspnea.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dyspnea.json new file mode 100644 index 0000000..a0a3a4c --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dyspnea.json @@ -0,0 +1,38 @@ +{ + "dyspnea_index_session_id": { + "description": "Unique identifier for the Dyspnea Index session." + }, + "dyspnea_index_duration": { + "description": "Duration of the Dyspnea Index assessment." + }, + "di_air_in": { + "description": "Reports if the participant experiences difficulty inhaling air." + }, + "di_tightness_throat": { + "description": "Indicates if the participant experiences tightness in the throat as part of their dyspnea symptoms." + }, + "di_effort_breathe": { + "description": "Indicates if the participant experiences increased effort while breathing." + }, + "di_weather_changes": { + "description": "Indicates if the participant's breathing issues worsen with changes in the weather." + }, + "di_breathing_worse_stress": { + "description": "Indicates if the participant’s breathing gets worse when stressed." + }, + "di_sound_breathing_in": { + "description": "Indicates if the participant experiences sound while breathing in as part of their dyspnea symptoms." + }, + "di_strain": { + "description": "Indicates if the participant experiences strain when breathing." + }, + "di_exercise": { + "description": "Reports if the participant has difficulty exercising." + }, + "di_breathing_stresses_me": { + "description": "Indicates if the participant's breathing issues cause them stress." + }, + "di_restrict_personal_social_life": { + "description": "Indicates if the participant's breathing issues restrict their personal and social life." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dyspnea.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dyspnea.tsv new file mode 100644 index 0000000..e3ba37f --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/dyspnea.tsv @@ -0,0 +1 @@ +dyspnea_index_session_id dyspnea_index_duration di_air_in di_tightness_throat di_effort_breathe di_weather_changes di_breathing_worse_stress di_sound_breathing_in di_strain di_exercise di_breathing_stresses_me di_restrict_personal_social_life diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/eligibility.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/eligibility.json new file mode 100644 index 0000000..133b9b5 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/eligibility.json @@ -0,0 +1,104 @@ +{ + "eligible_studies___1": { + "description": "Indicates if the participant is eligible for study 1." + }, + "eligible_studies___2": { + "description": "Indicates if the participant is eligible for studies related to neurological and neurodegenerative disorders." + }, + "eligible_studies___3": { + "description": "Indicates if the participant is eligible for mood and psychiatric disorder studies." + }, + "eligible_studies___4": { + "description": "Indicates if the participant is eligible for respiratory disorder studies." + }, + "eligible_studies___5": { + "description": "Indicates if the participant is eligible for pediatric disorder studies." + }, + "is_control_participant": { + "description": "Indicates whether the participant is a control group participant." + }, + "laryng_cancer": { + "description": "Indicates if the participant has laryngeal cancer." + }, + "benign_cord_lesion": { + "description": "Indicates if the participant has benign lesions of the vocal cord such as nodules, polyps, or cysts." + }, + "rrp": { + "description": "Indicates if the participant has recurrent laryngeal papilloma (RRP)." + }, + "spas_dys": { + "description": "Indicates if the participant has spasmodic dysphonia or laryngeal tremor." + }, + "voc_fold_paralysis": { + "description": "Indicates if the participant has unilateral vocal fold paralysis." + }, + "alz_dementia_mci": { + "description": "Indicates if the participant has Alzheimer’s, dementia, or mild cognitive impairment." + }, + "als": { + "description": "Indicates if the participant has Amyotrophic Lateral Sclerosis (ALS)." + }, + "parkinsons": { + "description": "Indicates if the participant has Parkinson’s disease." + }, + "alcohol_subst_abuse": { + "description": "Indicates if the participant has alcohol or substance use disorder." + }, + "gad": { + "description": "Indicates if the participant has an anxiety disorder." + }, + "add_adhd": { + "description": "Indicates if the participant has Attention-Deficit/Hyperactivity Disorder (ADHD)." + }, + "asd": { + "description": "Indicates if the participant has Autism Spectrum Disorder (ASD)." + }, + "bipolar": { + "description": "Indicates if the participant has Bipolar Disorder." + }, + "bpd": { + "description": "Indicates if the participant has Borderline Personality Disorder (BPD)." + }, + "depression": { + "description": "Indicates if the participant has depression or major depressive disorder." + }, + "ed": { + "description": "Indicates if the participant has an eating disorder (ED)." + }, + "insomnia": { + "description": "Indicates if the participant has insomnia or other sleep disorders." + }, + "ocd": { + "description": "Indicates if the participant has Obsessive-Compulsive Disorder (OCD)." + }, + "panic": { + "description": "Indicates if the participant has panic disorder." + }, + "ptsd": { + "description": "Indicates if the participant has Post-Traumatic Stress Disorder (PTSD)." + }, + "schizophrenia": { + "description": "Indicates if the participant has schizophrenia." + }, + "soc_anx_dis": { + "description": "Indicates if the participant has social anxiety disorder." + }, + "other_psych": { + "description": "Indicates if the participant has other psychiatric disorders." + }, + "asthma": { + "description": "Indicates if the participant has asthma." + }, + "airway_stenosis": { + "description": "Indicates if the participant has airway stenosis, such as bilateral vocal fold paralysis or laryngeal stenosis." + }, + "chronic_cough": { + "description": "Indicates if the participant has chronic cough." + }, + "copd": { + "description": "Indicates if the participant has Chronic Obstructive Pulmonary Disease (COPD)." + }, + "osa": { + "description": "Indicates if the participant has obstructive sleep apnea (OSA)." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/eligibility.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/eligibility.tsv new file mode 100644 index 0000000..246ed3e --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/eligibility.tsv @@ -0,0 +1 @@ +eligible_studies___1 eligible_studies___2 eligible_studies___3 eligible_studies___4 eligible_studies___5 is_control_participant laryng_cancer benign_cord_lesion rrp spas_dys voc_fold_paralysis alz_dementia_mci als parkinsons alcohol_subst_abuse gad add_adhd asd bipolar bpd depression ed insomnia ocd panic ptsd schizophrenia soc_anx_dis other_psych asthma airway_stenosis chronic_cough copd osa diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/enrollment.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/enrollment.json new file mode 100644 index 0000000..5cecd54 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/enrollment.json @@ -0,0 +1,89 @@ +{ + "ef_select_language": { + "description": "Indicates the participant’s selected language for the study." + }, + "ef_any_vision_related_req": { + "description": "Indicates if the participant has any vision-related requirements to assist with reading text in the study." + }, + "ef_vision_a11y_options___1": { + "description": "Indicates if the participant requires changes to the font size as part of the study’s accessibility features." + }, + "ef_vision_a11y_options___2": { + "description": "Indicates if the participant requires changes to the font color (high contrast mode) as part of the study’s accessibility features." + }, + "ef_vision_a11y_options___3": { + "description": "Indicates if the participant requires the use of a screen reader as part of the study’s accessibility features." + }, + "ef_vision_a11y_options___4": { + "description": "Indicates if the participant requires a person to read the text to them as part of the study’s accessibility features." + }, + "ef_any_hearing_related_req": { + "description": "Indicates if the participant has any hearing-related requirements to assist with listening to sound files in the study." + }, + "ef_hearing_a11y_options___1": { + "description": "Indicates if the participant requires an increase in volume as part of the study’s accessibility features." + }, + "ef_hearing_a11y_options___2": { + "description": "Indicates if the participant requires closed captions as part of the study’s accessibility features." + }, + "ef_hearing_a11y_options___3": { + "description": "Indicates if the participant prefers to use haptic feedback (vibrations) instead of audio cues as part of the study’s accessibility features." + }, + "ef_any_physical_challenges": { + "description": "Indicates if the participant has any physical challenges that may affect their ability to navigate the application using a touch screen." + }, + "ef_physical_a11y_options___1": { + "description": "Indicates if the participant requires an increase in button size as part of the study’s accessibility features." + }, + "ef_physical_a11y_options___2": { + "description": "Indicates if the participant requires the use of an alternative keyboard connected to the app." + }, + "ef_physical_a11y_options___3": { + "description": "Indicates if the participant would prefer to navigate the survey using voice commands instead of the touch screen." + }, + "ef_any_cognitive_challeges": { + "description": "Indicates if the participant has any cognitive challenges, including difficulty reading, that may require assistance in answering questions and following directions in the study." + }, + "ef_cognitive_a11y_options___1": { + "description": "Indicates if the participant prefers to have the questions read aloud using text-to-speech as part of the study’s accessibility features." + }, + "ef_cognitive_a11y_options___2": { + "description": "Indicates if the participant prefers to have a person read the text to them as part of the study’s accessibility features." + }, + "ef_cognitive_a11y_options___3": { + "description": "Indicates if the participant prefers to speak their answers instead of typing them as part of the study’s accessibility features." + }, + "ef_completed_by___1": { + "description": "Indicates if the responses in the survey were completed by the participant themselves." + }, + "ef_completed_by___2": { + "description": "Indicates if the responses in the survey were completed by an assistant." + }, + "ef_completed_by___3": { + "description": "Indicates if the responses in the survey were completed by a parent or caregiver." + }, + "ef_primary_language": { + "description": "Indicates the primary language spoken by the participant." + }, + "ef_primary_language_other": { + "description": "If the participant's primary language is not listed, this field specifies the language." + }, + "ef_fluent_languages___1": { + "description": "Indicates if the participant speaks no additional languages fluently." + }, + "ef_fluent_languages___2": { + "description": "Indicates if the participant speaks English fluently in addition to their primary language." + }, + "ef_fluent_languages___3": { + "description": "Indicates if the participant speaks French fluently in addition to their primary language." + }, + "ef_fluent_languages___4": { + "description": "Indicates if the participant speaks Spanish fluently in addition to their primary language." + }, + "ef_fluent_languages___5": { + "description": "Indicates if the participant speaks any other language fluently, and provides the details." + }, + "ef_fluent_language_other": { + "description": "If the participant speaks another language fluently that is not listed, this field specifies the language." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/enrollment.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/enrollment.tsv new file mode 100644 index 0000000..567f8a8 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/enrollment.tsv @@ -0,0 +1 @@ +ef_select_language ef_any_vision_related_req ef_vision_a11y_options___1 ef_vision_a11y_options___2 ef_vision_a11y_options___3 ef_vision_a11y_options___4 ef_any_hearing_related_req ef_hearing_a11y_options___1 ef_hearing_a11y_options___2 ef_hearing_a11y_options___3 ef_any_physical_challenges ef_physical_a11y_options___1 ef_physical_a11y_options___2 ef_physical_a11y_options___3 ef_any_cognitive_challeges ef_cognitive_a11y_options___1 ef_cognitive_a11y_options___2 ef_cognitive_a11y_options___3 ef_completed_by___1 ef_completed_by___2 ef_completed_by___3 ef_primary_language ef_primary_language_other ef_fluent_languages___1 ef_fluent_languages___2 ef_fluent_languages___3 ef_fluent_languages___4 ef_fluent_languages___5 ef_fluent_language_other diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/gad7.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/gad7.json new file mode 100644 index 0000000..d5228d9 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/gad7.json @@ -0,0 +1,29 @@ +{ + "gad_7_session_id": { + "description": "Unique identifier for the GAD-7 session." + }, + "nervous_anxious": { + "description": "Indicates if the participant feels nervous or anxious." + }, + "cant_control_worry": { + "description": "Indicates if the participant feels that they cannot control their worry." + }, + "worry_too_much": { + "description": "Indicates if the participant feels that they worry too much." + }, + "trouble_relaxing": { + "description": "Indicates if the participant has trouble relaxing." + }, + "hard_to_sit_still": { + "description": "Indicates if the participant finds it hard to sit still." + }, + "easily_agitated": { + "description": "Indicates if the participant feels easily agitated." + }, + "afraid_of_things": { + "description": "Indicates if the participant is afraid of specific things or situations." + }, + "tough_to_work": { + "description": "Indicates if the participant finds it difficult to concentrate or work." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/gad7.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/gad7.tsv new file mode 100644 index 0000000..6d6eb78 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/gad7.tsv @@ -0,0 +1 @@ +gad_7_session_id nervous_anxious cant_control_worry worry_too_much trouble_relaxing hard_to_sit_still easily_agitated afraid_of_things tough_to_work diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealCancer.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealCancer.json new file mode 100644 index 0000000..96dce31 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealCancer.json @@ -0,0 +1,134 @@ +{ + "diagnois_lc_gsd_sll": { + "description": "Indicates if the participant has a suspicious laryngeal lesion confirmed by laryngoscopy or stroboscopy." + }, + "diagnosis_lc_gsd_bpr": { + "description": "Indicates if the participant has laryngeal cancer confirmed by biopsy or pathology report." + }, + "diagnosis_lc_gsd_uots___ct_neck": { + "description": "Indicates if the participant has undergone a CT of the neck as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___ct_chest": { + "description": "Indicates if the participant has undergone a CT of the chest as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___mri_neck": { + "description": "Indicates if the participant has undergone an MRI of the neck as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___pet_ct": { + "description": "Indicates if the participant has undergone a PET-CT as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___ultrasound_neck": { + "description": "Indicates if the participant has undergone an ultrasound of the neck as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_ds___right_vocal_fold": { + "description": "Indicates if the participant’s laryngeal cancer involves the right vocal fold." + }, + "diagnosis_lc_ds___left_vocal_fold": { + "description": "Indicates if the participant’s laryngeal cancer involves the left vocal fold." + }, + "diagnosis_lc_ds___both_vocal_folds": { + "description": "Indicates if the participant’s laryngeal cancer involves both vocal folds." + }, + "diagnosis_lc_ds___anterior_commissure": { + "description": "Indicates if the participant’s laryngeal cancer involves the anterior commissure." + }, + "diagnosis_lc_ds___ventricular_folds": { + "description": "Indicates if the participant’s laryngeal cancer involves the ventricular folds." + }, + "diagnosis_lc_ds___subglottal_areas": { + "description": "Indicates if the participant’s laryngeal cancer involves the subglottal areas." + }, + "diagnosis_lc_etiology___smoking": { + "description": "Indicates if smoking is a risk factor for the participant’s laryngeal cancer." + }, + "diagnosis_lc_etiology___alcohol": { + "description": "Indicates if alcohol use is a risk factor for the participant’s laryngeal cancer." + }, + "diagnosis_lc_etiology___family_history": { + "description": "Indicates if family history is a risk factor for the participant’s laryngeal cancer." + }, + "diagnosis_lc_etiology___hpv": { + "description": "Indicates if human papilloma virus (HPV) is a risk factor for the participant’s laryngeal cancer." + }, + "diagnosis_lc_etiology___exposure_other_harmful_substances": { + "description": "Indicates if exposure to other harmful substances is a risk factor for the participant’s laryngeal cancer." + }, + "diagnosis_lc_ds_t_stage": { + "description": "Indicates the T stage of the participant’s laryngeal cancer according to the AJCC Classification." + }, + "diagnosis_lc_ds_n_stage": { + "description": "Indicates the N stage of the participant’s laryngeal cancer according to the AJCC Classification." + }, + "diagnosis_lc_ds_m_stage": { + "description": "Indicates the M stage of the participant’s laryngeal cancer according to the AJCC Classification." + }, + "diagnosis_lc_degree_os_1": { + "description": "Indicates the overall severity of the participant’s laryngeal cancer." + }, + "diagnosis_lc_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant’s laryngeal cancer." + }, + "diagnosis_lc_degree_r_1": { + "description": "Indicates the roughness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_b_1": { + "description": "Indicates the breathiness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_s_1": { + "description": "Indicates the strain in the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_p_1": { + "description": "Indicates the pitch of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_l_1": { + "description": "Indicates the loudness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_comments": { + "description": "Provides additional comments about the resonance of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_as_ds_ccsr": { + "description": "Indicates if the participant’s cancer is causing stridor at rest." + }, + "diagnosis_lc_treatment": { + "description": "Indicates if the participant has undergone any treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___radiation": { + "description": "Indicates if the participant has undergone radiation as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___chemotherapy": { + "description": "Indicates if the participant has undergone chemotherapy as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___immunotherapy": { + "description": "Indicates if the participant has undergone immunotherapy as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___surgery": { + "description": "Indicates if the participant has undergone surgery as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for laryngeal cancer." + }, + "diagnosis_lc_treatment_s___endoscopic_laser": { + "description": "Indicates if the participant has undergone endoscopic laser surgery as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_s___partial_laryngectomy": { + "description": "Indicates if the participant has undergone partial laryngectomy as treatment for laryngeal cancer." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealCancer.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealCancer.tsv new file mode 100644 index 0000000..e4dcf85 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealCancer.tsv @@ -0,0 +1 @@ +diagnois_lc_gsd_sll diagnosis_lc_gsd_bpr diagnosis_lc_gsd_uots___ct_neck diagnosis_lc_gsd_uots___ct_chest diagnosis_lc_gsd_uots___mri_neck diagnosis_lc_gsd_uots___pet_ct diagnosis_lc_gsd_uots___ultrasound_neck diagnosis_lc_ds___right_vocal_fold diagnosis_lc_ds___left_vocal_fold diagnosis_lc_ds___both_vocal_folds diagnosis_lc_ds___anterior_commissure diagnosis_lc_ds___ventricular_folds diagnosis_lc_ds___subglottal_areas diagnosis_lc_etiology___smoking diagnosis_lc_etiology___alcohol diagnosis_lc_etiology___family_history diagnosis_lc_etiology___hpv diagnosis_lc_etiology___exposure_other_harmful_substances diagnosis_lc_ds_t_stage diagnosis_lc_ds_n_stage diagnosis_lc_ds_m_stage diagnosis_lc_degree_os_1 diagnosis_lc_degree_os_2 diagnosis_lc_degree_r_1 diagnosis_lc_degree_r_2 diagnosis_lc_degree_b_1 diagnosis_lc_degree_b_2 diagnosis_lc_degree_s_1 diagnosis_lc_degree_s_2 diagnosis_lc_degree_p_1 diagnosis_lc_degree_p_2 diagnosis_lc_degree_l_1 diagnosis_lc_degree_l_2 diagnosis_lc_degree_comments diagnosis_as_ds_ccsr diagnosis_lc_treatment diagnosis_lc_treatment_select___radiation diagnosis_lc_treatment_select___chemotherapy diagnosis_lc_treatment_select___immunotherapy diagnosis_lc_treatment_select___surgery diagnosis_lc_treatment_select___voice_or_speech_therapy diagnosis_lc_treatment_select___other diagnosis_lc_treatment_s___endoscopic_laser diagnosis_lc_treatment_s___partial_laryngectomy diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealDystonia.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealDystonia.json new file mode 100644 index 0000000..13ea968 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealDystonia.json @@ -0,0 +1,119 @@ +{ + "diagnosis_ld_qete___laryngologist": { + "description": "Indicates if the participant's laryngeal dystonia was determined by a laryngologist as part of the qualitative expert team evaluation." + }, + "diagnosis_ld_qete___speech_language_pathology": { + "description": "Indicates if the participant's laryngeal dystonia was determined by a speech-language pathologist as part of the qualitative expert team evaluation." + }, + "diagnosis_ld_qete___neurologist_specializing_disorders": { + "description": "Indicates if the participant's laryngeal dystonia was determined by a neurologist specializing in movement disorders as part of the qualitative expert team evaluation." + }, + "diagnosis_ld_assessment___aural_perceptual_evaluation": { + "description": "Indicates if the participant underwent an aural-perceptual evaluation as part of their laryngeal dystonia assessment." + }, + "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy": { + "description": "Indicates if the participant underwent laryngoscopy or stroboscopy as part of their laryngeal dystonia assessment." + }, + "diagnosis_ld_assessment___neurological_evaluation": { + "description": "Indicates if the participant underwent a neurological evaluation as part of their laryngeal dystonia assessment." + }, + "diagnosis_ld_ds___adld": { + "description": "Indicates if the participant has adductor laryngeal dystonia (ADLD)." + }, + "diagnosis_ld_ds___abld": { + "description": "Indicates if the participant has abductor laryngeal dystonia (ABLD)." + }, + "diagnosis_ld_ds___vocal_tremor": { + "description": "Indicates if the participant has vocal tremor." + }, + "diagnosis_ld_ds___mixed_laryngeal_dystonia": { + "description": "Indicates if the participant has mixed laryngeal dystonia." + }, + "diagnosis_ld_ds___sld": { + "description": "Indicates if the participant has singer's laryngeal dystonia (SLD)." + }, + "diagnosis_ld_ds___arld": { + "description": "Indicates if the participant has adductor laryngeal spasms during inspiration (ARLD)." + }, + "diagnosis_ld_etiology": { + "description": "Specifies the etiology or cause of the participant’s laryngeal dystonia." + }, + "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands": { + "description": "Indicates if the participant has an essential tremor of the hands." + }, + "diagnosis_ld_etiology_cc___essential_tremor_of_the_head": { + "description": "Indicates if the participant has an essential tremor of the head." + }, + "diagnosis_ld_etiology_cc___jaw_tremor": { + "description": "Indicates if the participant has a jaw tremor." + }, + "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck": { + "description": "Indicates if the participant has dystonia of the head and neck." + }, + "diagnosis_ld_etiology_cc___other_type_of_dystonia": { + "description": "Indicates if the participant has another type of dystonia." + }, + "diagnosis_ld_degree_os_1": { + "description": "Indicates the participant's overall severity of laryngeal dystonia." + }, + "diagnosis_ld_degree_os_2": { + "description": "Indicates an alternative measure of the participant's overall severity of laryngeal dystonia." + }, + "diagnosis_ld_degree_r_1": { + "description": "Indicates the roughness of the participant’s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_b_1": { + "description": "Indicates the breathiness of the participant’s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_s_1": { + "description": "Indicates the strain in the participant’s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_p_1": { + "description": "Indicates the pitch of the participant’s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_l_1": { + "description": "Indicates the loudness of the participant’s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_comments": { + "description": "Provides additional comments about the resonance of the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_treatment": { + "description": "Indicates if the participant has undergone any treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___botox_injections": { + "description": "Indicates if the participant has received botox injections as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___vibrotactile_stimulation": { + "description": "Indicates if the participant has undergone vibrotactile stimulation as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___deep_brain_stimulation": { + "description": "Indicates if the participant has undergone deep brain stimulation as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___mrgfus": { + "description": "Indicates if the participant has undergone magnetic resonance-guided focused ultrasound (MRgFUS) as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for laryngeal dystonia." + }, + "diagnosis_ld_treatment_bi_li": { + "description": "Specifies when the participant received their last injection as treatment for laryngeal dystonia." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealDystonia.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealDystonia.tsv new file mode 100644 index 0000000..7d57f3a --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/laryngealDystonia.tsv @@ -0,0 +1 @@ +diagnosis_ld_qete___laryngologist diagnosis_ld_qete___speech_language_pathology diagnosis_ld_qete___neurologist_specializing_disorders diagnosis_ld_assessment___aural_perceptual_evaluation diagnosis_ld_assessment___laryngoscopy_or_stroboscopy diagnosis_ld_assessment___neurological_evaluation diagnosis_ld_ds___adld diagnosis_ld_ds___abld diagnosis_ld_ds___vocal_tremor diagnosis_ld_ds___mixed_laryngeal_dystonia diagnosis_ld_ds___sld diagnosis_ld_ds___arld diagnosis_ld_etiology diagnosis_ld_etiology_cc___essential_tremor_of_the_hands diagnosis_ld_etiology_cc___essential_tremor_of_the_head diagnosis_ld_etiology_cc___jaw_tremor diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck diagnosis_ld_etiology_cc___other_type_of_dystonia diagnosis_ld_degree_os_1 diagnosis_ld_degree_os_2 diagnosis_ld_degree_r_1 diagnosis_ld_degree_r_2 diagnosis_ld_degree_b_1 diagnosis_ld_degree_b_2 diagnosis_ld_degree_s_1 diagnosis_ld_degree_s_2 diagnosis_ld_degree_p_1 diagnosis_ld_degree_p_2 diagnosis_ld_degree_l_1 diagnosis_ld_degree_l_2 diagnosis_ld_degree_comments diagnosis_ld_treatment diagnosis_ld_treatment_select___botox_injections diagnosis_ld_treatment_select___voice_or_speech_therapy diagnosis_ld_treatment_select___vibrotactile_stimulation diagnosis_ld_treatment_select___deep_brain_stimulation diagnosis_ld_treatment_select___mrgfus diagnosis_ld_treatment_select___other diagnosis_ld_treatment_bi_li diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/leicester.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/leicester.json new file mode 100644 index 0000000..ed536fc --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/leicester.json @@ -0,0 +1,65 @@ +{ + "leicester_cough_session_id": { + "description": "Unique identifier for the Leicester Cough Questionnaire session." + }, + "leicester_cough_duration": { + "description": "Total duration of the Leicester Cough Questionnaire (LCQ)." + }, + "lcq_chest_stomach_pains": { + "description": "Indicates if the participant experiences chest or stomach pains as part of their cough symptoms." + }, + "lcq_sputum_phlegm": { + "description": "Indicates if the participant produces sputum or phlegm as part of their cough symptoms." + }, + "lcq_tired": { + "description": "Indicates if the participant feels tired due to their cough." + }, + "lcq_embarrassed": { + "description": "Indicates if the participant feels embarrassed by their cough." + }, + "lcq_anxious": { + "description": "Indicates if the participant feels anxious due to their cough." + }, + "lcq_interfere_job": { + "description": "Indicates if the participant's cough interferes with their ability to work." + }, + "lcq_interfere_life": { + "description": "Indicates if the participant's cough interferes with their daily life." + }, + "lcq_exposure_paint": { + "description": "Indicates if the participant has been exposed to paint or chemical fumes that worsen their cough." + }, + "lcq_sleep": { + "description": "Indicates if the participant's cough affects their sleep." + }, + "lcq_bout": { + "description": "Indicates if the participant has bouts of coughing." + }, + "lcq_frustrated": { + "description": "Indicates if the participant feels frustrated as part of their cough symptoms." + }, + "lcq_fed_up": { + "description": "Indicates if the participant feels fed up due to their cough." + }, + "lcq_hoarse_voice": { + "description": "Indicates if the participant has a hoarse voice as part of their cough symptoms." + }, + "lcq_serious_illness": { + "description": "Indicates if the participant's cough interferes with their life due to a serious illness." + }, + "lcq_other_people": { + "description": "Indicates if the participant feels that their cough bothers other people." + }, + "lcq_interrupt_conversation": { + "description": "Indicates if the participant's cough interrupts conversations." + }, + "lcq_partner": { + "description": "Indicates if the participant feels that their cough affects their partner or significant other." + }, + "lcq_felt_in_control": { + "description": "Indicates if the participant feels in control of their cough." + }, + "lcq_energy": { + "description": "Indicates if the participant experiences low energy as part of their cough symptoms." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/leicester.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/leicester.tsv new file mode 100644 index 0000000..37d4d54 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/leicester.tsv @@ -0,0 +1 @@ +leicester_cough_session_id leicester_cough_duration lcq_chest_stomach_pains lcq_sputum_phlegm lcq_tired lcq_embarrassed lcq_anxious lcq_interfere_job lcq_interfere_life lcq_exposure_paint lcq_sleep lcq_bout lcq_frustrated lcq_fed_up lcq_hoarse_voice lcq_serious_illness lcq_other_people lcq_interrupt_conversation lcq_partner lcq_felt_in_control lcq_energy diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/panas.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/panas.json new file mode 100644 index 0000000..4f582d8 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/panas.json @@ -0,0 +1,38 @@ +{ + "panas_session_id": { + "description": "Unique session identifier for the PANAS (Positive and Negative Affect Schedule) questionnaire." + }, + "panas_duration": { + "description": "Duration of the Positive and Negative Affect Schedule (PANAS) questionnaire." + }, + "upset": { + "description": "Indicates if the participant feels upset." + }, + "hostile": { + "description": "Indicates if the participant feels hostile or angry." + }, + "alert": { + "description": "Indicates if the participant is alert during the session." + }, + "ashamed": { + "description": "Indicates if the participant feels ashamed." + }, + "inspired": { + "description": "Indicates if the participant feels inspired or motivated." + }, + "nervous": { + "description": "Indicates if the participant feels nervous." + }, + "determined": { + "description": "Indicates if the participant feels determined or focused." + }, + "attentive": { + "description": "Indicates if the participant appears attentive during the session." + }, + "afraid": { + "description": "Indicates if the participant feels afraid." + }, + "active": { + "description": "Indicates if the participant feels physically active or engaged." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/panas.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/panas.tsv new file mode 100644 index 0000000..504a692 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/panas.tsv @@ -0,0 +1 @@ +panas_session_id panas_duration upset hostile alert ashamed inspired nervous determined attentive afraid active diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/parkinsons.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/parkinsons.json new file mode 100644 index 0000000..b329c8b --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/parkinsons.json @@ -0,0 +1,137 @@ +{ + "diagnosis_parkinsons_gsd_category_1___bradykinesia": { + "description": "Indicates if the participant has bradykinesia as part of their Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_1___tremor": { + "description": "Indicates if the participant has tremor as part of their Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_1___rigidity": { + "description": "Indicates if the participant has rigidity as part of their Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_1_calculation": { + "description": "Indicates if the participant meets the criteria for Category 1 Parkinsonism based on bradykinesia, tremor, or rigidity." + }, + "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities": { + "description": "Indicates if the participant has cerebellar abnormalities as part of the exclusion criteria for Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy": { + "description": "Indicates if the participant has supranuclear gaze palsy as part of the exclusion criteria for Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa": { + "description": "Indicates if the participant has a diagnosis of behavioral variant frontotemporal dementia (bvFTD) or primary progressive aphasia (PPA) within five years of disease onset as part of the exclusion criteria for Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_2___lower_limbs": { + "description": "Indicates if the participant’s Parkinsonian features are restricted to the lower limbs for more than three years as part of the exclusion criteria." + }, + "diagnosis_parkinsons_gsd_category_2___dopamine_treatment": { + "description": "Indicates if the participant has been treated with dopamine or related medications." + }, + "diagnosis_parkinsons_gsd_category_2___absence_of_response": { + "description": "Indicates if the participant shows no response in category 2 of the Parkinson's GSD assessment." + }, + "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss": { + "description": "Indicates if the participant has cortical sensory loss as part of Parkinson's GSD Category 2." + }, + "diagnosis_parkinsons_gsd_category_2___dat_scan": { + "description": "Indicates if the participant has undergone a DAT scan as part of Parkinson's GSD Category 2." + }, + "diagnosis_parkinsons_gsd_category_2___alternative_condition": { + "description": "Indicates if the participant has an alternative condition related to Parkinson's disease GSD Category 2." + }, + "diagnosis_parkinsons_gsd_category_2_calculation": { + "description": "Calculation for Parkinson's GSD Category 2 diagnosis." + }, + "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy": { + "description": "Indicates if the participant's Parkinson's diagnosis includes response to dopaminergic therapy under GSD category 3." + }, + "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia": { + "description": "Indicates if the participant has levodopa-induced dyskinesia as part of their Parkinson's diagnosis." + }, + "diagnosis_parkinsons_gsd_category_3___rest_tremor": { + "description": "Indicates if the participant's Parkinson's diagnosis includes rest tremor under GSD category 3." + }, + "diagnosis_parkinsons_gsd_category_3___mibg": { + "description": "Indicates if the participant's Parkinson's diagnosis includes MIBG in category 3 of the GSD assessment." + }, + "diagnosis_parkinsons_gsd_category_3_calculation": { + "description": "Calculation for Parkinson's GSD Category 3 diagnosis." + }, + "diagnosis_parkinsons_gsd_calculation": { + "description": "Calculated score for Parkinson's disease diagnosis based on the GSD (Global Severity of Disease) scale." + }, + "diagnosis_parkinsons_disease_subtype": { + "description": "Indicates the subtype of Parkinson's disease diagnosed in the participant." + }, + "diagnosis_parkinsons_etiology": { + "description": "Indicates the etiology or cause of the participant's Parkinson's diagnosis." + }, + "diagnosis_parkinsons_ds": { + "description": "Indicates the diagnostic subcategory of the participant's Parkinson's disease." + }, + "diagnosis_parkinsons_ma___updrs": { + "description": "Indicates the participant's motor assessment score on the UPDRS (Unified Parkinson's Disease Rating Scale)." + }, + "diagnosis_parkinsons_ma___other": { + "description": "Indicates if the participant has other motor assessment results for Parkinson's disease." + }, + "diagnosis_parkinsons_ma_uprds": { + "description": "Indicates the participant's score on the Unified Parkinson's Disease Rating Scale (UPDRS)." + }, + "diagnosis_parkinsons_ma_updrs_part_i_score": { + "description": "Score from Part I of the MDS-UPDRS, assessing non-motor aspects of daily living." + }, + "diagnosis_parkinsons_ma_updrs_part_ii_score": { + "description": "Score from Part II of the MDS-UPDRS, assessing the participant's activities of daily living." + }, + "diagnosis_parkinsons_ma_updrs_part_iii_score": { + "description": "Score from Part III of the MDS-UPDRS, assessing motor symptoms in Parkinson's disease." + }, + "diagnosis_parkinsons_ma_updrs_part_iv_score": { + "description": "Score from Part IV of the MDS-UPDRS, assessing complications of therapy in Parkinson's disease." + }, + "diagnosis_parkinsons_non_motor_symptoms": { + "description": "Indicates if the participant has non-motor symptoms associated with Parkinson's disease." + }, + "diagnosis_parkinsons_non_motor_symptoms_yes": { + "description": "Indicates specific non-motor symptoms that the participant experiences as part of Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained": { + "description": "Indicates if the participant has received treatment for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes___medications": { + "description": "Indicates if the participant is receiving medication for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes___npi": { + "description": "Indicates if the participant has received non-pharmacological interventions as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa": { + "description": "Indicates if the participant is receiving levodopa as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists": { + "description": "Indicates if the participant is receiving dopamine agonists as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b": { + "description": "Indicates if the participant is receiving MAO-B inhibitors as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine": { + "description": "Indicates if the participant is receiving Amantadine for Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___other": { + "description": "Indicates if the participant is receiving other medications for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy": { + "description": "Indicates if the participant has received physical therapy as a treatment for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy": { + "description": "Indicates if the participant is receiving occupational therapy as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy": { + "description": "Indicates if the participant has received speech therapy as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs": { + "description": "Indicates if the participant has received deep brain stimulation (DBS) as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___other": { + "description": "Indicates if the participant has received non-pharmacological treatment for Parkinson's, other than those specified." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/parkinsons.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/parkinsons.tsv new file mode 100644 index 0000000..2aceeb2 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/parkinsons.tsv @@ -0,0 +1 @@ +diagnosis_parkinsons_gsd_category_1___bradykinesia diagnosis_parkinsons_gsd_category_1___tremor diagnosis_parkinsons_gsd_category_1___rigidity diagnosis_parkinsons_gsd_category_1_calculation diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa diagnosis_parkinsons_gsd_category_2___lower_limbs diagnosis_parkinsons_gsd_category_2___dopamine_treatment diagnosis_parkinsons_gsd_category_2___absence_of_response diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss diagnosis_parkinsons_gsd_category_2___dat_scan diagnosis_parkinsons_gsd_category_2___alternative_condition diagnosis_parkinsons_gsd_category_2_calculation diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia diagnosis_parkinsons_gsd_category_3___rest_tremor diagnosis_parkinsons_gsd_category_3___mibg diagnosis_parkinsons_gsd_category_3_calculation diagnosis_parkinsons_gsd_calculation diagnosis_parkinsons_disease_subtype diagnosis_parkinsons_etiology diagnosis_parkinsons_ds diagnosis_parkinsons_ma___updrs diagnosis_parkinsons_ma___other diagnosis_parkinsons_ma_uprds diagnosis_parkinsons_ma_updrs_part_i_score diagnosis_parkinsons_ma_updrs_part_ii_score diagnosis_parkinsons_ma_updrs_part_iii_score diagnosis_parkinsons_ma_updrs_part_iv_score diagnosis_parkinsons_non_motor_symptoms diagnosis_parkinsons_non_motor_symptoms_yes diagnosis_parkinsons_treatment_obtained diagnosis_parkinsons_treatment_obtained_yes___medications diagnosis_parkinsons_treatment_obtained_yes___npi diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine diagnosis_parkinsons_treatment_obtained_yes_medications___other diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy diagnosis_parkinsons_treatment_obtained_yes_npi___dbs diagnosis_parkinsons_treatment_obtained_yes_npi___other diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/participant.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/participant.json new file mode 100644 index 0000000..45be957 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/participant.json @@ -0,0 +1,1157 @@ +{ + "record_id": { + "description": "Unique identifier for each participant." + }, + "selected_language": { + "description": "The language chosen by the participant for communication during the study." + }, + "enrollment_institution": { + "description": "The institution where the participant has enrolled in the study." + }, + "age": { + "description": "The age of the participant, measured in years." + }, + "eligible_studies___1": { + "description": "Indicates if the participant is eligible for study 1." + }, + "eligible_studies___2": { + "description": "Indicates if the participant is eligible for studies related to neurological and neurodegenerative disorders." + }, + "eligible_studies___3": { + "description": "Indicates if the participant is eligible for mood and psychiatric disorder studies." + }, + "eligible_studies___4": { + "description": "Indicates if the participant is eligible for respiratory disorder studies." + }, + "eligible_studies___5": { + "description": "Indicates if the participant is eligible for pediatric disorder studies." + }, + "is_control_participant": { + "description": "Indicates whether the participant is a control group participant." + }, + "laryng_cancer": { + "description": "Indicates if the participant has laryngeal cancer." + }, + "benign_cord_lesion": { + "description": "Indicates if the participant has benign lesions of the vocal cord such as nodules, polyps, or cysts." + }, + "rrp": { + "description": "Indicates if the participant has recurrent laryngeal papilloma (RRP)." + }, + "spas_dys": { + "description": "Indicates if the participant has spasmodic dysphonia or laryngeal tremor." + }, + "voc_fold_paralysis": { + "description": "Indicates if the participant has unilateral vocal fold paralysis." + }, + "alz_dementia_mci": { + "description": "Indicates if the participant has Alzheimer’s, dementia, or mild cognitive impairment." + }, + "als": { + "description": "Indicates if the participant has Amyotrophic Lateral Sclerosis (ALS)." + }, + "parkinsons": { + "description": "Indicates if the participant has Parkinson’s disease." + }, + "alcohol_subst_abuse": { + "description": "Indicates if the participant has alcohol or substance use disorder." + }, + "gad": { + "description": "Indicates if the participant has an anxiety disorder." + }, + "add_adhd": { + "description": "Indicates if the participant has Attention-Deficit/Hyperactivity Disorder (ADHD)." + }, + "asd": { + "description": "Indicates if the participant has Autism Spectrum Disorder (ASD)." + }, + "bipolar": { + "description": "Indicates if the participant has Bipolar Disorder." + }, + "bpd": { + "description": "Indicates if the participant has Borderline Personality Disorder (BPD)." + }, + "depression": { + "description": "Indicates if the participant has depression or major depressive disorder." + }, + "ed": { + "description": "Indicates if the participant has an eating disorder (ED)." + }, + "insomnia": { + "description": "Indicates if the participant has insomnia or other sleep disorders." + }, + "ocd": { + "description": "Indicates if the participant has Obsessive-Compulsive Disorder (OCD)." + }, + "panic": { + "description": "Indicates if the participant has panic disorder." + }, + "ptsd": { + "description": "Indicates if the participant has Post-Traumatic Stress Disorder (PTSD)." + }, + "schizophrenia": { + "description": "Indicates if the participant has schizophrenia." + }, + "soc_anx_dis": { + "description": "Indicates if the participant has social anxiety disorder." + }, + "other_psych": { + "description": "Indicates if the participant has other psychiatric disorders." + }, + "asthma": { + "description": "Indicates if the participant has asthma." + }, + "airway_stenosis": { + "description": "Indicates if the participant has airway stenosis, such as bilateral vocal fold paralysis or laryngeal stenosis." + }, + "chronic_cough": { + "description": "Indicates if the participant has chronic cough." + }, + "copd": { + "description": "Indicates if the participant has Chronic Obstructive Pulmonary Disease (COPD)." + }, + "osa": { + "description": "Indicates if the participant has obstructive sleep apnea (OSA)." + }, + "subjectparticipant_eligible_studies_complete": { + "description": "Indicates if the eligibility screening for participant studies is complete." + }, + "ef_select_language": { + "description": "Indicates the participant’s selected language for the study." + }, + "ef_any_vision_related_req": { + "description": "Indicates if the participant has any vision-related requirements to assist with reading text in the study." + }, + "ef_vision_a11y_options___1": { + "description": "Indicates if the participant requires changes to the font size as part of the study’s accessibility features." + }, + "ef_vision_a11y_options___2": { + "description": "Indicates if the participant requires changes to the font color (high contrast mode) as part of the study’s accessibility features." + }, + "ef_vision_a11y_options___3": { + "description": "Indicates if the participant requires the use of a screen reader as part of the study’s accessibility features." + }, + "ef_vision_a11y_options___4": { + "description": "Indicates if the participant requires a person to read the text to them as part of the study’s accessibility features." + }, + "ef_any_hearing_related_req": { + "description": "Indicates if the participant has any hearing-related requirements to assist with listening to sound files in the study." + }, + "ef_hearing_a11y_options___1": { + "description": "Indicates if the participant requires an increase in volume as part of the study’s accessibility features." + }, + "ef_hearing_a11y_options___2": { + "description": "Indicates if the participant requires closed captions as part of the study’s accessibility features." + }, + "ef_hearing_a11y_options___3": { + "description": "Indicates if the participant prefers to use haptic feedback (vibrations) instead of audio cues as part of the study’s accessibility features." + }, + "ef_any_physical_challenges": { + "description": "Indicates if the participant has any physical challenges that may affect their ability to navigate the application using a touch screen." + }, + "ef_physical_a11y_options___1": { + "description": "Indicates if the participant requires an increase in button size as part of the study’s accessibility features." + }, + "ef_physical_a11y_options___2": { + "description": "Indicates if the participant requires the use of an alternative keyboard connected to the app." + }, + "ef_physical_a11y_options___3": { + "description": "Indicates if the participant would prefer to navigate the survey using voice commands instead of the touch screen." + }, + "ef_any_cognitive_challeges": { + "description": "Indicates if the participant has any cognitive challenges, including difficulty reading, that may require assistance in answering questions and following directions in the study." + }, + "ef_cognitive_a11y_options___1": { + "description": "Indicates if the participant prefers to have the questions read aloud using text-to-speech as part of the study’s accessibility features." + }, + "ef_cognitive_a11y_options___2": { + "description": "Indicates if the participant prefers to have a person read the text to them as part of the study’s accessibility features." + }, + "ef_cognitive_a11y_options___3": { + "description": "Indicates if the participant prefers to speak their answers instead of typing them as part of the study’s accessibility features." + }, + "ef_completed_by___1": { + "description": "Indicates if the responses in the survey were completed by the participant themselves." + }, + "ef_completed_by___2": { + "description": "Indicates if the responses in the survey were completed by an assistant." + }, + "ef_completed_by___3": { + "description": "Indicates if the responses in the survey were completed by a parent or caregiver." + }, + "ef_primary_language": { + "description": "Indicates the primary language spoken by the participant." + }, + "ef_primary_language_other": { + "description": "If the participant's primary language is not listed, this field specifies the language." + }, + "ef_fluent_languages___1": { + "description": "Indicates if the participant speaks no additional languages fluently." + }, + "ef_fluent_languages___2": { + "description": "Indicates if the participant speaks English fluently in addition to their primary language." + }, + "ef_fluent_languages___3": { + "description": "Indicates if the participant speaks French fluently in addition to their primary language." + }, + "ef_fluent_languages___4": { + "description": "Indicates if the participant speaks Spanish fluently in addition to their primary language." + }, + "ef_fluent_languages___5": { + "description": "Indicates if the participant speaks any other language fluently, and provides the details." + }, + "ef_fluent_language_other": { + "description": "If the participant speaks another language fluently that is not listed, this field specifies the language." + }, + "diagnosis_vfp_gsd": { + "description": "Indicates if the participant has vocal fold paralysis (VFP) confirmed by laryngoscopy or stroboscopy." + }, + "diagnosis_vfp_etiology": { + "description": "Specifies the etiology or cause of the participant’s vocal fold paralysis (VFP)." + }, + "diagnosis_vfp_iatrogenic": { + "description": "Indicates if the participant's vocal fold paralysis (VFP) is related to surgery or intubation." + }, + "diagnosis_vfp_tumor": { + "description": "Indicates if the participant’s vocal fold paralysis (VFP) is caused by a tumor invading the recurrent laryngeal nerve (RLN)." + }, + "diagnosis_vfp_dse": { + "description": "Specifies the degree of the participant’s glottic gap." + }, + "diagnosis_degree_os": { + "description": "Indicates the overall severity of the participant’s vocal fold paralysis (VFP)." + }, + "diagnosis_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant’s condition." + }, + "diagnosis_degree_r": { + "description": "Indicates the roughness of the participant’s voice." + }, + "diagnosis_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant’s voice." + }, + "diagnosis_degree_b": { + "description": "Indicates the breathiness of the participant’s voice." + }, + "diagnosis_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant’s voice." + }, + "diagnosis_degree_s": { + "description": "Indicates the strain in the participant’s voice." + }, + "diagnosis_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant’s voice." + }, + "diagnosis_degree_p": { + "description": "Indicates the pitch of the participant’s voice." + }, + "diagnosis_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant’s voice." + }, + "diagnosis_degree_l": { + "description": "Indicates the loudness of the participant’s voice." + }, + "diagnosis_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant’s voice." + }, + "diagnosis_degree_comments": { + "description": "Provides additional comments about the resonance of the participant’s voice." + }, + "diagnosis_ld_qete___laryngologist": { + "description": "Indicates if the participant's laryngeal dystonia was determined by a laryngologist as part of the qualitative expert team evaluation." + }, + "diagnosis_ld_qete___speech_language_pathology": { + "description": "Indicates if the participant's laryngeal dystonia was determined by a speech-language pathologist as part of the qualitative expert team evaluation." + }, + "diagnosis_ld_qete___neurologist_specializing_disorders": { + "description": "Indicates if the participant's laryngeal dystonia was determined by a neurologist specializing in movement disorders as part of the qualitative expert team evaluation." + }, + "diagnosis_ld_assessment___aural_perceptual_evaluation": { + "description": "Indicates if the participant underwent an aural-perceptual evaluation as part of their laryngeal dystonia assessment." + }, + "diagnosis_ld_assessment___laryngoscopy_or_stroboscopy": { + "description": "Indicates if the participant underwent laryngoscopy or stroboscopy as part of their laryngeal dystonia assessment." + }, + "diagnosis_ld_assessment___neurological_evaluation": { + "description": "Indicates if the participant underwent a neurological evaluation as part of their laryngeal dystonia assessment." + }, + "diagnosis_ld_ds___adld": { + "description": "Indicates if the participant has adductor laryngeal dystonia (ADLD)." + }, + "diagnosis_ld_ds___abld": { + "description": "Indicates if the participant has abductor laryngeal dystonia (ABLD)." + }, + "diagnosis_ld_ds___vocal_tremor": { + "description": "Indicates if the participant has vocal tremor." + }, + "diagnosis_ld_ds___mixed_laryngeal_dystonia": { + "description": "Indicates if the participant has mixed laryngeal dystonia." + }, + "diagnosis_ld_ds___sld": { + "description": "Indicates if the participant has singer's laryngeal dystonia (SLD)." + }, + "diagnosis_ld_ds___arld": { + "description": "Indicates if the participant has adductor laryngeal spasms during inspiration (ARLD)." + }, + "diagnosis_ld_etiology": { + "description": "Specifies the etiology or cause of the participant’s laryngeal dystonia." + }, + "diagnosis_ld_etiology_cc___essential_tremor_of_the_hands": { + "description": "Indicates if the participant has an essential tremor of the hands." + }, + "diagnosis_ld_etiology_cc___essential_tremor_of_the_head": { + "description": "Indicates if the participant has an essential tremor of the head." + }, + "diagnosis_ld_etiology_cc___jaw_tremor": { + "description": "Indicates if the participant has a jaw tremor." + }, + "diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck": { + "description": "Indicates if the participant has dystonia of the head and neck." + }, + "diagnosis_ld_etiology_cc___other_type_of_dystonia": { + "description": "Indicates if the participant has another type of dystonia." + }, + "diagnosis_ld_degree_os_1": { + "description": "Indicates the participant's overall severity of laryngeal dystonia." + }, + "diagnosis_ld_degree_os_2": { + "description": "Indicates an alternative measure of the participant's overall severity of laryngeal dystonia." + }, + "diagnosis_ld_degree_r_1": { + "description": "Indicates the roughness of the participant’s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_b_1": { + "description": "Indicates the breathiness of the participant’s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_s_1": { + "description": "Indicates the strain in the participant’s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_p_1": { + "description": "Indicates the pitch of the participant’s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_l_1": { + "description": "Indicates the loudness of the participant’s voice as a result of laryngeal dystonia." + }, + "diagnosis_ld_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_degree_comments": { + "description": "Provides additional comments about the resonance of the participant’s voice due to laryngeal dystonia." + }, + "diagnosis_ld_treatment": { + "description": "Indicates if the participant has undergone any treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___botox_injections": { + "description": "Indicates if the participant has received botox injections as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___vibrotactile_stimulation": { + "description": "Indicates if the participant has undergone vibrotactile stimulation as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___deep_brain_stimulation": { + "description": "Indicates if the participant has undergone deep brain stimulation as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___mrgfus": { + "description": "Indicates if the participant has undergone magnetic resonance-guided focused ultrasound (MRgFUS) as a treatment for laryngeal dystonia." + }, + "diagnosis_ld_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for laryngeal dystonia." + }, + "diagnosis_ld_treatment_bi_li": { + "description": "Specifies when the participant received their last injection as treatment for laryngeal dystonia." + }, + "diagnois_pl_gsd_ls": { + "description": "Indicates if the participant has a precancerous vocal fold lesion confirmed by laryngoscopy or stroboscopy." + }, + "diagnois_pl_gsd_bp": { + "description": "Indicates if the participant has a precancerous vocal fold lesion confirmed by biopsy or pathology." + }, + "diagnosis_pl_ds___keratosis": { + "description": "Indicates if the participant has been diagnosed with keratosis." + }, + "diagnosis_pl_ds___leukoplakia": { + "description": "Indicates if the participant has been diagnosed with leukoplakia." + }, + "diagnosis_pl_ds___erythroplakia": { + "description": "Indicates if the participant has been diagnosed with erythroplakia." + }, + "diagnosis_pl_ds___other": { + "description": "Indicates if the participant has been diagnosed with another precancerous lesion." + }, + "diagnosis_pl_ds_l": { + "description": "Indicates if the participant has leukoplakia." + }, + "diagnosis_pl_ds_l_wd_g": { + "description": "Indicates if the participant has leukoplakia with dysplasia." + }, + "diagnosis_pl_ds_e": { + "description": "Indicates if the participant has erythroplakia." + }, + "diagnosis_pl_ds_e_wd_g": { + "description": "Indicates if the participant has erythroplakia with dysplasia." + }, + "diagnosis_pl_etiology___past_or_present_smoking": { + "description": "Indicates if the participant has a history of smoking as a risk factor for their precancerous lesion." + }, + "diagnosis_pl_etiology___laryngopharyngeal_reflux": { + "description": "Indicates if the participant has laryngopharyngeal reflux as a risk factor for their precancerous lesion." + }, + "diagnosis_pl_etiology___other_irritants": { + "description": "Indicates if the participant has other irritants as risk factors for their precancerous lesion." + }, + "diagnosis_pl_ds_ll___right_vocal_fold": { + "description": "Indicates if the participant's lesion is located on the right vocal fold." + }, + "diagnosis_pl_ds_ll___left_vocal_fold": { + "description": "Indicates if the participant's lesion is located on the left vocal fold." + }, + "diagnosis_pl_ds_ll___both_vocal_folds": { + "description": "Indicates if the participant's lesion is located on both vocal folds." + }, + "diagnosis_pl_ds_ll___ventricular_folds": { + "description": "Indicates if the participant's lesion is located on the ventricular folds." + }, + "diagnosis_pl_ds_ll___subglottal_areas": { + "description": "Indicates if the participant's lesion is located in the subglottal areas." + }, + "diagnosis_pl_degree_os_1": { + "description": "Indicates the overall severity of the participant’s precancerous lesion." + }, + "diagnosis_pl_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant’s precancerous lesion." + }, + "diagnosis_pl_degree_r_1": { + "description": "Indicates the roughness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_b_1": { + "description": "Indicates the breathiness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_s_1": { + "description": "Indicates the strain in the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_p_1": { + "description": "Indicates the pitch of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_l_1": { + "description": "Indicates the loudness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_comments": { + "description": "Provides additional comments about the resonance of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_treatment": { + "description": "Indicates if the participant has undergone any treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___surveillance_only": { + "description": "Indicates if the participant is under surveillance only as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___laser_resection": { + "description": "Indicates if the participant has undergone laser resection as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___laser_ablation": { + "description": "Indicates if the participant has undergone laser ablation as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser": { + "description": "Indicates if the participant has undergone microlaryngeal surgery without laser as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions": { + "description": "Indicates if the participant has undergone radiotherapy for persistent or recurrent lesions." + }, + "diagnosis_pl_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for their precancerous lesion." + }, + "diagnois_lc_gsd_sll": { + "description": "Indicates if the participant has a suspicious laryngeal lesion confirmed by laryngoscopy or stroboscopy." + }, + "diagnosis_lc_gsd_bpr": { + "description": "Indicates if the participant has laryngeal cancer confirmed by biopsy or pathology report." + }, + "diagnosis_lc_gsd_uots___ct_neck": { + "description": "Indicates if the participant has undergone a CT of the neck as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___ct_chest": { + "description": "Indicates if the participant has undergone a CT of the chest as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___mri_neck": { + "description": "Indicates if the participant has undergone an MRI of the neck as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___pet_ct": { + "description": "Indicates if the participant has undergone a PET-CT as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_gsd_uots___ultrasound_neck": { + "description": "Indicates if the participant has undergone an ultrasound of the neck as part of their laryngeal cancer diagnosis." + }, + "diagnosis_lc_ds___right_vocal_fold": { + "description": "Indicates if the participant’s laryngeal cancer involves the right vocal fold." + }, + "diagnosis_lc_ds___left_vocal_fold": { + "description": "Indicates if the participant’s laryngeal cancer involves the left vocal fold." + }, + "diagnosis_lc_ds___both_vocal_folds": { + "description": "Indicates if the participant’s laryngeal cancer involves both vocal folds." + }, + "diagnosis_lc_ds___anterior_commissure": { + "description": "Indicates if the participant’s laryngeal cancer involves the anterior commissure." + }, + "diagnosis_lc_ds___ventricular_folds": { + "description": "Indicates if the participant’s laryngeal cancer involves the ventricular folds." + }, + "diagnosis_lc_ds___subglottal_areas": { + "description": "Indicates if the participant’s laryngeal cancer involves the subglottal areas." + }, + "diagnosis_lc_etiology___smoking": { + "description": "Indicates if smoking is a risk factor for the participant’s laryngeal cancer." + }, + "diagnosis_lc_etiology___alcohol": { + "description": "Indicates if alcohol use is a risk factor for the participant’s laryngeal cancer." + }, + "diagnosis_lc_etiology___family_history": { + "description": "Indicates if family history is a risk factor for the participant’s laryngeal cancer." + }, + "diagnosis_lc_etiology___hpv": { + "description": "Indicates if human papilloma virus (HPV) is a risk factor for the participant’s laryngeal cancer." + }, + "diagnosis_lc_etiology___exposure_other_harmful_substances": { + "description": "Indicates if exposure to other harmful substances is a risk factor for the participant’s laryngeal cancer." + }, + "diagnosis_lc_ds_t_stage": { + "description": "Indicates the T stage of the participant’s laryngeal cancer according to the AJCC Classification." + }, + "diagnosis_lc_ds_n_stage": { + "description": "Indicates the N stage of the participant’s laryngeal cancer according to the AJCC Classification." + }, + "diagnosis_lc_ds_m_stage": { + "description": "Indicates the M stage of the participant’s laryngeal cancer according to the AJCC Classification." + }, + "diagnosis_lc_degree_os_1": { + "description": "Indicates the overall severity of the participant’s laryngeal cancer." + }, + "diagnosis_lc_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant’s laryngeal cancer." + }, + "diagnosis_lc_degree_r_1": { + "description": "Indicates the roughness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_b_1": { + "description": "Indicates the breathiness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_s_1": { + "description": "Indicates the strain in the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_p_1": { + "description": "Indicates the pitch of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_l_1": { + "description": "Indicates the loudness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_lc_degree_comments": { + "description": "Provides additional comments about the resonance of the participant’s voice due to laryngeal cancer." + }, + "diagnosis_as_ds_ccsr": { + "description": "Indicates if the participant’s cancer is causing stridor at rest." + }, + "diagnosis_lc_treatment": { + "description": "Indicates if the participant has undergone any treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___radiation": { + "description": "Indicates if the participant has undergone radiation as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___chemotherapy": { + "description": "Indicates if the participant has undergone chemotherapy as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___immunotherapy": { + "description": "Indicates if the participant has undergone immunotherapy as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___surgery": { + "description": "Indicates if the participant has undergone surgery as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for laryngeal cancer." + }, + "diagnosis_lc_treatment_s___endoscopic_laser": { + "description": "Indicates if the participant has undergone endoscopic laser surgery as treatment for laryngeal cancer." + }, + "diagnosis_lc_treatment_s___partial_laryngectomy": { + "description": "Indicates if the participant has undergone partial laryngectomy as treatment for laryngeal cancer." + }, + "diagnois_bl_gsd": { + "description": "Indicates if the participant has a benign lesion confirmed by laryngoscopy or stroboscopy." + }, + "diagnosis_bl_ds": { + "description": "Indicates the participant’s diagnosis of a benign lesion." + }, + "diagnosis_bl_etiology": { + "description": "Specifies the etiology or cause of the participant’s benign lesion." + }, + "diagnosis_bl_ds_ll": { + "description": "Indicates the location of the participant’s benign lesion." + }, + "diagnosis_bl_degree_os_1": { + "description": "Indicates the overall severity of the participant’s benign lesion." + }, + "diagnosis_bl_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant’s benign lesion." + }, + "diagnosis_bl_degree_r_1": { + "description": "Indicates the roughness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_b_1": { + "description": "Indicates the breathiness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_s_1": { + "description": "Indicates the strain in the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_p_1": { + "description": "Indicates the pitch of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_l_1": { + "description": "Indicates the loudness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_degree_comments": { + "description": "Provides additional comments about the resonance of the participant’s voice due to the benign lesion." + }, + "diagnosis_bl_treatment": { + "description": "Indicates if the participant has undergone any treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___laryngeal_microsurgery": { + "description": "Indicates if the participant has undergone laryngeal microsurgery as treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___voice_rest": { + "description": "Indicates if the participant has undergone voice rest as treatment for the benign lesion." + }, + "diagnosis_bl_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for the benign lesion." + }, + "diagnosis_bl_treatment_lm": { + "description": "Indicates if the participant has undergone laryngeal microsurgery for the benign lesion." + }, + "diagnosis_bipolar_gsd": { + "description": "Specifies the participant’s diagnosis of bipolar disorder." + }, + "diagnosis_bipolar_gsd_interview": { + "description": "Indicates if a structured clinical interview was conducted for diagnosing the participant’s bipolar disorder." + }, + "diagnosis_bipolar_gsd_oqu": { + "description": "Indicates if an objective questionnaire was used in the diagnosis of the participant’s bipolar disorder." + }, + "diagnosis_bipolar_gsd_oquw": { + "description": "Specifies which objective questionnaire was used in diagnosing the participant’s bipolar disorder." + }, + "diagnosis_bipolar_subtype_active": { + "description": "Specifies the active subtype of the participant’s bipolar disorder." + }, + "diagnosis_bipolar_psychotic": { + "description": "Indicates if the participant has psychotic symptoms associated with bipolar disorder." + }, + "diagnosis_bipolar_severity": { + "description": "Indicates the severity of the participant’s bipolar disorder." + }, + "diagnosis_depression_gsd": { + "description": "Indicates the participant’s diagnosis of depression." + }, + "diagnosis_depression_clinical_subcategory": { + "description": "Specifies the subcategory of clinical depression, such as major depressive disorder, for the participant." + }, + "diagnosis_depression_gsd_interview": { + "description": "Indicates if a structured clinical interview was conducted for diagnosing the participant’s depression." + }, + "diagnosis_depression_gsd_oqu": { + "description": "Indicates if an objective questionnaire was used in the diagnosis of the participant’s depression." + }, + "diagnosis_depression_gsd_oquw": { + "description": "Specifies which objective questionnaire was used in diagnosing the participant’s depression." + }, + "diagnosis_bipolar_subtype_active_depression": { + "description": "Specifies the active subtype of depression in the participant’s bipolar disorder." + }, + "diagnosis_bipolar_psychotic_depression": { + "description": "Indicates if the participant has psychotic symptoms associated with the depressive phase of their bipolar disorder." + }, + "diagnosis_bipolar_severity_depression": { + "description": "Indicates the severity of the participant’s depressive phase of bipolar disorder." + }, + "diagnosis_as_pft": { + "description": "Indicates if the participant has undergone pulmonary function testing in the past three months." + }, + "diagnosis_as_gsd": { + "description": "Indicates if the participant has airway stenosis confirmed by laryngoscopy, bronchoscopy, or CT imaging." + }, + "diagnosis_as_gsd_yes___bronchoscopy": { + "description": "Indicates if the participant’s airway stenosis was confirmed by bronchoscopy or laryngoscopy." + }, + "diagnosis_as_gsd_yes___ct": { + "description": "Indicates if the participant’s airway stenosis was confirmed by CT imaging." + }, + "diagnosis_as_ds": { + "description": "Specifies the subtype of the participant’s airway stenosis." + }, + "diagnosis_as_ds_bvfi_gs": { + "description": "Indicates if the participant has bilateral vocal fold immobility or glottic stenosis as a subtype of airway stenosis." + }, + "diagnosis_as_etiology": { + "description": "Specifies the etiology or cause of the participant’s airway stenosis." + }, + "diagnosis_as_etiology_auto_immune": { + "description": "Indicates if the participant’s airway stenosis is caused by an autoimmune or granulomatous disease." + }, + "diagnosis_as_ds_mcg": { + "description": "Indicates the degree of the participant’s stenosis based on the Myer-Cotton Grade." + }, + "diagnosis_as_ds_bc": { + "description": "Indicates the degree of the participant’s stenosis based on the Bogdasarian Classification." + }, + "diagnosis_as_ds_agw": { + "description": "Indicates the anterior glottic web classification of the participant’s airway stenosis according to Cohen." + }, + "diagnosis_as_ds_ac": { + "description": "Indicates the grade of stenosis of the participant’s supraglottic stenosis according to the Aziz Classification." + }, + "diagnosis_as_ds_ac_grade_4": { + "description": "Indicates the grade of supraglottic stenosis based on the Aziz Classification." + }, + "diagnosis_as_ds_ods": { + "description": "Indicates the overall subjective classification of the participant’s airway stenosis." + }, + "diagnosis_as_ds_eps": { + "description": "Indicates the estimated percentage of stenosis from 0 to 100." + }, + "diagnosis_as_treatment___no_treatment": { + "description": "Indicates if the participant has received no treatment for their airway stenosis." + }, + "diagnosis_as_treatment___surgery": { + "description": "Indicates if the participant has undergone surgery as treatment for their airway stenosis." + }, + "diagnosis_as_treatment___in_office_treatment": { + "description": "Indicates if the participant has undergone in-office treatment for their airway stenosis." + }, + "diagnosis_as_treatment_surgery___endoscopic_intervention": { + "description": "Indicates if the participant has undergone endoscopic intervention with laser and balloon dilation and steroid injection as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___endoscopic_excision": { + "description": "Indicates if the participant has undergone endoscopic laser wedge excision with balloon dilation and steroid injection as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___laryngotracheal_reconstruction": { + "description": "Indicates if the participant has undergone open laryngotracheal reconstruction as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___laryngotracheoplasty": { + "description": "Indicates if the participant has undergone laryngotracheoplasty (Maddern procedure) as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___tracheostomy": { + "description": "Indicates if the participant has undergone a tracheostomy as surgery for airway stenosis." + }, + "diagnosis_as_treatment_surgery___other": { + "description": "Indicates if the participant has undergone another type of surgery for airway stenosis." + }, + "diagnosis_as_treatment_in_office___steroid_injections_sole": { + "description": "Indicates if the participant has undergone awake steroid injection(s) as the sole treatment for airway stenosis." + }, + "diagnosis_as_treatment_in_office___steroid_injections_adjunct": { + "description": "Indicates if the participant has undergone awake steroid injection(s) as an adjunct treatment for airway stenosis." + }, + "diagnosis_as_treatment_in_office___dilation": { + "description": "Indicates if the participant has undergone in-office or awake dilation as treatment for airway stenosis." + }, + "diagnosis_as_treatment_in_office___laser": { + "description": "Indicates if the participant has undergone in-office or awake laser treatment for airway stenosis." + }, + "diagnosis_alz_dementia_mci_causes": { + "description": "Indicates if other causes of cognitive or functional changes have been excluded in the participant’s diagnosis." + }, + "diagnosis_alz_dementia_mci_dt": { + "description": "Specifies the type of dementia or cognitive impairment in the participant." + }, + "diagnosis_alz_dementia_mci_etiology___genetic_factors": { + "description": "Indicates if genetic factors are suspected or known to be the etiology of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___age_related_changes": { + "description": "Indicates if age-related changes are suspected or known to be the etiology of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___other_medical_conditions": { + "description": "Indicates if other medical conditions, such as vascular factors or traumatic brain injury, are suspected or known to be the etiology of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___substance_related": { + "description": "Indicates if substance-related factors, such as alcohol-induced cognitive impairment, are suspected or known to be the etiology of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology___other": { + "description": "Indicates if another etiology is suspected or known to be the cause of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease": { + "description": "Indicates if familial Alzheimer’s disease is the genetic factor suspected or known to be the cause of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e": { + "description": "Indicates if apolipoprotein E (APOE) ε4 allele is the genetic factor suspected or known to be the cause of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors": { + "description": "Indicates if other genetic factors are suspected or known to be the cause of the participant’s cognitive impairment or dementia." + }, + "diagnosis_alz_dementia_mci_ds___mci": { + "description": "Indicates if the participant’s cognitive impairment is classified as mild cognitive impairment (MCI)." + }, + "diagnosis_alz_dementia_mci_ds___cdr": { + "description": "Indicates if the participant’s cognitive impairment is classified using the Clinical Dementia Rating (CDR) staging." + }, + "diagnosis_alz_dementia_mci_ds_cdr": { + "description": "Specifies the participant’s Clinical Dementia Rating (CDR) staging." + }, + "diagnosis_alz_dementia_mci_ca_rudas_score": { + "description": "Specifies the participant’s Rowland Universal Dementia Assessment Scale (RUDAS) score." + }, + "diagnosis_alz_dementia_mci_ca_mmse_score": { + "description": "Specifies the participant’s Mini-Mental State Examination (MMSE) score." + }, + "diagnosis_alz_dementia_mci_ca_moca_score": { + "description": "Specifies the participant’s Montreal Cognitive Assessment (MoCA) score." + }, + "diagnosis_alz_dementia_mci_ca_adas_cog_score": { + "description": "Specifies the participant’s Alzheimer’s Disease Assessment Scale-Cognitive Subscale (ADAS-Cog) score." + }, + "diagnosis_alz_dementia_mci_ca_other": { + "description": "Specifies if another cognitive assessment tool was used for the participant." + }, + "diagnosis_alz_dementia_mci_ca_other_score": { + "description": "Specifies the score from another cognitive assessment tool used for the participant." + }, + "diagnosis_alz_dementia_mci_treatment_obtained": { + "description": "Indicates if the participant has undergone any treatment for Alzheimer’s disease, cognitive impairment, or other types of dementia." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes___medications": { + "description": "Indicates if the participant has taken medications as treatment for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes___npi": { + "description": "Indicates if the participant has received non-pharmacological interventions as treatment for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors": { + "description": "Indicates if the participant has taken cholinesterase inhibitors, such as Donepezil, as treatment for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist": { + "description": "Indicates if the participant has taken NMDA receptor antagonist, such as Memantine, as treatment for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other": { + "description": "Indicates if the participant has taken other medications as treatment for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program": { + "description": "Indicates if the participant has participated in a day program as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy": { + "description": "Indicates if the participant has undergone cognitive stimulation therapy as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy": { + "description": "Indicates if the participant has undergone reality orientation therapy as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy": { + "description": "Indicates if the participant has undergone reminiscence therapy as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program": { + "description": "Indicates if the participant has participated in a physical exercise program as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications": { + "description": "Indicates if the participant has undergone dietary modifications as a non-pharmacological intervention for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other": { + "description": "Indicates if the participant has undergone other non-pharmacological interventions for Alzheimer’s disease or cognitive impairment." + }, + "diagnosis_parkinsons_gsd_category_1___bradykinesia": { + "description": "Indicates if the participant has bradykinesia as part of their Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_1___tremor": { + "description": "Indicates if the participant has tremor as part of their Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_1___rigidity": { + "description": "Indicates if the participant has rigidity as part of their Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_1_calculation": { + "description": "Indicates if the participant meets the criteria for Category 1 Parkinsonism based on bradykinesia, tremor, or rigidity." + }, + "diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities": { + "description": "Indicates if the participant has cerebellar abnormalities as part of the exclusion criteria for Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy": { + "description": "Indicates if the participant has supranuclear gaze palsy as part of the exclusion criteria for Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa": { + "description": "Indicates if the participant has a diagnosis of behavioral variant frontotemporal dementia (bvFTD) or primary progressive aphasia (PPA) within five years of disease onset as part of the exclusion criteria for Parkinson’s disease diagnosis." + }, + "diagnosis_parkinsons_gsd_category_2___lower_limbs": { + "description": "Indicates if the participant’s Parkinsonian features are restricted to the lower limbs for more than three years as part of the exclusion criteria." + }, + "diagnosis_parkinsons_gsd_category_2___dopamine_treatment": { + "description": "Indicates if the participant has been treated with dopamine or related medications." + }, + "diagnosis_parkinsons_gsd_category_2___absence_of_response": { + "description": "Indicates if the participant shows no response in category 2 of the Parkinson's GSD assessment." + }, + "diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss": { + "description": "Indicates if the participant has cortical sensory loss as part of Parkinson's GSD Category 2." + }, + "diagnosis_parkinsons_gsd_category_2___dat_scan": { + "description": "Indicates if the participant has undergone a DAT scan as part of Parkinson's GSD Category 2." + }, + "diagnosis_parkinsons_gsd_category_2___alternative_condition": { + "description": "Indicates if the participant has an alternative condition related to Parkinson's disease GSD Category 2." + }, + "diagnosis_parkinsons_gsd_category_2_calculation": { + "description": "Calculation for Parkinson's GSD Category 2 diagnosis." + }, + "diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy": { + "description": "Indicates if the participant's Parkinson's diagnosis includes response to dopaminergic therapy under GSD category 3." + }, + "diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia": { + "description": "Indicates if the participant has levodopa-induced dyskinesia as part of their Parkinson's diagnosis." + }, + "diagnosis_parkinsons_gsd_category_3___rest_tremor": { + "description": "Indicates if the participant's Parkinson's diagnosis includes rest tremor under GSD category 3." + }, + "diagnosis_parkinsons_gsd_category_3___mibg": { + "description": "Indicates if the participant's Parkinson's diagnosis includes MIBG in category 3 of the GSD assessment." + }, + "diagnosis_parkinsons_gsd_category_3_calculation": { + "description": "Calculation for Parkinson's GSD Category 3 diagnosis." + }, + "diagnosis_parkinsons_gsd_calculation": { + "description": "Calculated score for Parkinson's disease diagnosis based on the GSD (Global Severity of Disease) scale." + }, + "diagnosis_parkinsons_disease_subtype": { + "description": "Indicates the subtype of Parkinson's disease diagnosed in the participant." + }, + "diagnosis_parkinsons_etiology": { + "description": "Indicates the etiology or cause of the participant's Parkinson's diagnosis." + }, + "diagnosis_parkinsons_ds": { + "description": "Indicates the diagnostic subcategory of the participant's Parkinson's disease." + }, + "diagnosis_parkinsons_ma___updrs": { + "description": "Indicates the participant's motor assessment score on the UPDRS (Unified Parkinson's Disease Rating Scale)." + }, + "diagnosis_parkinsons_ma___other": { + "description": "Indicates if the participant has other motor assessment results for Parkinson's disease." + }, + "diagnosis_parkinsons_ma_uprds": { + "description": "Indicates the participant's score on the Unified Parkinson's Disease Rating Scale (UPDRS)." + }, + "diagnosis_parkinsons_ma_updrs_part_i_score": { + "description": "Score from Part I of the MDS-UPDRS, assessing non-motor aspects of daily living." + }, + "diagnosis_parkinsons_ma_updrs_part_ii_score": { + "description": "Score from Part II of the MDS-UPDRS, assessing the participant's activities of daily living." + }, + "diagnosis_parkinsons_ma_updrs_part_iii_score": { + "description": "Score from Part III of the MDS-UPDRS, assessing motor symptoms in Parkinson's disease." + }, + "diagnosis_parkinsons_ma_updrs_part_iv_score": { + "description": "Score from Part IV of the MDS-UPDRS, assessing complications of therapy in Parkinson's disease." + }, + "diagnosis_parkinsons_non_motor_symptoms": { + "description": "Indicates if the participant has non-motor symptoms associated with Parkinson's disease." + }, + "diagnosis_parkinsons_non_motor_symptoms_yes": { + "description": "Indicates specific non-motor symptoms that the participant experiences as part of Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained": { + "description": "Indicates if the participant has received treatment for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes___medications": { + "description": "Indicates if the participant is receiving medication for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes___npi": { + "description": "Indicates if the participant has received non-pharmacological interventions as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa": { + "description": "Indicates if the participant is receiving levodopa as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists": { + "description": "Indicates if the participant is receiving dopamine agonists as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b": { + "description": "Indicates if the participant is receiving MAO-B inhibitors as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine": { + "description": "Indicates if the participant is receiving Amantadine for Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_medications___other": { + "description": "Indicates if the participant is receiving other medications for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy": { + "description": "Indicates if the participant has received physical therapy as a treatment for Parkinson's disease." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy": { + "description": "Indicates if the participant is receiving occupational therapy as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy": { + "description": "Indicates if the participant has received speech therapy as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs": { + "description": "Indicates if the participant has received deep brain stimulation (DBS) as part of Parkinson's treatment." + }, + "diagnosis_parkinsons_treatment_obtained_yes_npi___other": { + "description": "Indicates if the participant has received non-pharmacological treatment for Parkinson's, other than those specified." + }, + "diagnosis_als_gsd_category_1": { + "description": "Indicates the participant's ALS diagnosis under GSD category 1." + }, + "diagnosis_als_gsd_category_2": { + "description": "Indicates if the participant meets the criteria for ALS GSD Category 2." + }, + "diagnosis_als_gsd_category_3": { + "description": "Indicates the participant's ALS diagnosis under GSD category 3." + }, + "diagnosis_als_gsd_calculation": { + "description": "Calculation for the participant's ALS GSD diagnosis." + }, + "diagnosis_als_disease_subtype": { + "description": "Indicates the subtype of ALS diagnosed in the participant." + }, + "diagnosis_als_disease_subtype_familial": { + "description": "Indicates if the participant has been diagnosed with familial ALS." + }, + "diagnosis_als_etiology___genetic_factors": { + "description": "Indicates if the participant's ALS diagnosis is linked to genetic factors." + }, + "diagnosis_als_etiology___environmental_factors": { + "description": "Indicates if the participant's ALS diagnosis is linked to environmental factors." + }, + "diagnosis_als_etiology_genetic_factors___c9orf72": { + "description": "Indicates if the participant's ALS diagnosis is linked to the C9orf72 genetic factor." + }, + "diagnosis_als_etiology_genetic_factors___sod1": { + "description": "Indicates if the participant's ALS diagnosis is linked to the SOD1 genetic factor." + }, + "diagnosis_als_etiology_genetic_factors___other": { + "description": "Indicates if the participant's ALS diagnosis is linked to other genetic factors not listed." + }, + "diagnosis_als_cp___upper_motor_neuron": { + "description": "Indicates if the participant's ALS diagnosis includes upper motor neuron involvement." + }, + "diagnosis_als_cp___lower_motor_neuron": { + "description": "Indicates if the participant has lower motor neuron involvement as part of their ALS diagnosis." + }, + "diagnosis_als_cp___bulbar_symptoms": { + "description": "Indicates if the participant has bulbar symptoms as part of their ALS diagnosis." + }, + "diagnosis_als_cp___respiratory_involvement": { + "description": "Indicates if the participant has respiratory involvement as part of their ALS diagnosis." + }, + "diagnosis_als_dp": { + "description": "Indicates if the participant has a diagnosis of ALS with dementia." + }, + "diagnosis_als_na_alsfrs_r_score": { + "description": "The participant's score on the ALS Functional Rating Scale-Revised (ALSFRS-R)." + }, + "diagnosis_als_na_fvc_percentage": { + "description": "Indicates the participant's forced vital capacity (FVC) percentage for ALS diagnosis." + }, + "diagnosis_als_treatment_and_management": { + "description": "Indicates the treatment and management plan for the participant's ALS diagnosis." + }, + "diagnosis_als_treatment_and_management_yes___medications": { + "description": "Indicates if the participant is receiving medications as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes___supportive_care": { + "description": "Indicates if the participant is receiving supportive care as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_medications___riluzole": { + "description": "Indicates if the participant is receiving riluzole as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___edaravone": { + "description": "Indicates if the participant is receiving edaravone as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___sodium": { + "description": "Indicates if the participant is receiving sodium as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___tofersen": { + "description": "Indicates if the participant is receiving Tofersen as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment": { + "description": "Indicates if the participant is receiving symptomatic treatment as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_medications___other": { + "description": "Indicates if the participant is receiving other medications as part of ALS treatment." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy": { + "description": "Indicates if the participant has received physical therapy as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy": { + "description": "Indicates if the participant is receiving occupational therapy as part of ALS treatment and supportive care." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy": { + "description": "Indicates if the participant has received speech therapy as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support": { + "description": "Indicates if the participant has received respiratory support as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support": { + "description": "Indicates if the participant has received nutrition support as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy": { + "description": "Indicates if the participant has received psychotherapy as part of ALS management." + }, + "diagnosis_als_treatment_and_management_yes_supportive_care___other": { + "description": "Indicates if the participant has received other forms of supportive care for ALS." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/participant.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/participant.tsv new file mode 100644 index 0000000..12bccc7 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/participant.tsv @@ -0,0 +1 @@ +record_id selected_language enrollment_institution age eligible_studies___1 eligible_studies___2 eligible_studies___3 eligible_studies___4 eligible_studies___5 is_control_participant laryng_cancer benign_cord_lesion rrp spas_dys voc_fold_paralysis alz_dementia_mci als parkinsons alcohol_subst_abuse gad add_adhd asd bipolar bpd depression ed insomnia ocd panic ptsd schizophrenia soc_anx_dis other_psych asthma airway_stenosis chronic_cough copd osa subjectparticipant_eligible_studies_complete ef_select_language ef_any_vision_related_req ef_vision_a11y_options___1 ef_vision_a11y_options___2 ef_vision_a11y_options___3 ef_vision_a11y_options___4 ef_any_hearing_related_req ef_hearing_a11y_options___1 ef_hearing_a11y_options___2 ef_hearing_a11y_options___3 ef_any_physical_challenges ef_physical_a11y_options___1 ef_physical_a11y_options___2 ef_physical_a11y_options___3 ef_any_cognitive_challeges ef_cognitive_a11y_options___1 ef_cognitive_a11y_options___2 ef_cognitive_a11y_options___3 ef_completed_by___1 ef_completed_by___2 ef_completed_by___3 ef_primary_language ef_primary_language_other ef_fluent_languages___1 ef_fluent_languages___2 ef_fluent_languages___3 ef_fluent_languages___4 ef_fluent_languages___5 ef_fluent_language_other diagnosis_vfp_gsd diagnosis_vfp_ds diagnosis_vfp_etiology diagnosis_vfp_iatrogenic diagnosis_vfp_tumor diagnosis_vfp_dse diagnosis_degree_os diagnosis_degree_os_2 diagnosis_degree_r diagnosis_degree_r_2 diagnosis_degree_b diagnosis_degree_b_2 diagnosis_degree_s diagnosis_degree_s_2 diagnosis_degree_p diagnosis_degree_p_2 diagnosis_degree_l diagnosis_degree_l_2 diagnosis_degree_comments diagnosis_vfp_treatment diagnosis_vfp_treatment_surgery diagnosis_vfp_treatment_surgery_thyroplasty diagnosis_vfp_treatment_surgery_vfia diagnosis_ld_qete___laryngologist diagnosis_ld_qete___speech_language_pathology diagnosis_ld_qete___neurologist_specializing_disorders diagnosis_ld_assessment___aural_perceptual_evaluation diagnosis_ld_assessment___laryngoscopy_or_stroboscopy diagnosis_ld_assessment___neurological_evaluation diagnosis_ld_ds___adld diagnosis_ld_ds___abld diagnosis_ld_ds___vocal_tremor diagnosis_ld_ds___mixed_laryngeal_dystonia diagnosis_ld_ds___sld diagnosis_ld_ds___arld diagnosis_ld_etiology diagnosis_ld_etiology_cc___essential_tremor_of_the_hands diagnosis_ld_etiology_cc___essential_tremor_of_the_head diagnosis_ld_etiology_cc___jaw_tremor diagnosis_ld_etiology_cc___dystonia_of_the_head_and_neck diagnosis_ld_etiology_cc___other_type_of_dystonia diagnosis_ld_degree_os_1 diagnosis_ld_degree_os_2 diagnosis_ld_degree_r_1 diagnosis_ld_degree_r_2 diagnosis_ld_degree_b_1 diagnosis_ld_degree_b_2 diagnosis_ld_degree_s_1 diagnosis_ld_degree_s_2 diagnosis_ld_degree_p_1 diagnosis_ld_degree_p_2 diagnosis_ld_degree_l_1 diagnosis_ld_degree_l_2 diagnosis_ld_degree_comments diagnosis_ld_treatment diagnosis_ld_treatment_select___botox_injections diagnosis_ld_treatment_select___voice_or_speech_therapy diagnosis_ld_treatment_select___vibrotactile_stimulation diagnosis_ld_treatment_select___deep_brain_stimulation diagnosis_ld_treatment_select___mrgfus diagnosis_ld_treatment_select___other diagnosis_ld_treatment_bi_li diagnois_pl_gsd_ls diagnois_pl_gsd_bp diagnosis_pl_ds___keratosis diagnosis_pl_ds___leukoplakia diagnosis_pl_ds___erythroplakia diagnosis_pl_ds___other diagnosis_pl_ds_l diagnosis_pl_ds_l_wd_g diagnosis_pl_ds_e diagnosis_pl_ds_e_wd_g diagnosis_pl_etiology___past_or_present_smoking diagnosis_pl_etiology___laryngopharyngeal_reflux diagnosis_pl_etiology___other_irritants diagnosis_pl_ds_ll___right_vocal_fold diagnosis_pl_ds_ll___left_vocal_fold diagnosis_pl_ds_ll___both_vocal_folds diagnosis_pl_ds_ll___ventricular_folds diagnosis_pl_ds_ll___subglottal_areas diagnosis_pl_degree_os_1 diagnosis_pl_degree_os_2 diagnosis_pl_degree_r_1 diagnosis_pl_degree_r_2 diagnosis_pl_degree_b_1 diagnosis_pl_degree_b_2 diagnosis_pl_degree_s_1 diagnosis_pl_degree_s_2 diagnosis_pl_degree_p_1 diagnosis_pl_degree_p_2 diagnosis_pl_degree_l_1 diagnosis_pl_degree_l_2 diagnosis_pl_degree_comments diagnosis_pl_treatment diagnosis_pl_treatment_select___surveillance_only diagnosis_pl_treatment_select___laser_resection diagnosis_pl_treatment_select___laser_ablation diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions diagnosis_pl_treatment_select___voice_or_speech_therapy diagnosis_pl_treatment_select___other diagnois_lc_gsd_sll diagnosis_lc_gsd_bpr diagnosis_lc_gsd_uots___ct_neck diagnosis_lc_gsd_uots___ct_chest diagnosis_lc_gsd_uots___mri_neck diagnosis_lc_gsd_uots___pet_ct diagnosis_lc_gsd_uots___ultrasound_neck diagnosis_lc_ds___right_vocal_fold diagnosis_lc_ds___left_vocal_fold diagnosis_lc_ds___both_vocal_folds diagnosis_lc_ds___anterior_commissure diagnosis_lc_ds___ventricular_folds diagnosis_lc_ds___subglottal_areas diagnosis_lc_etiology___smoking diagnosis_lc_etiology___alcohol diagnosis_lc_etiology___family_history diagnosis_lc_etiology___hpv diagnosis_lc_etiology___exposure_other_harmful_substances diagnosis_lc_ds_t_stage diagnosis_lc_ds_n_stage diagnosis_lc_ds_m_stage diagnosis_lc_degree_os_1 diagnosis_lc_degree_os_2 diagnosis_lc_degree_r_1 diagnosis_lc_degree_r_2 diagnosis_lc_degree_b_1 diagnosis_lc_degree_b_2 diagnosis_lc_degree_s_1 diagnosis_lc_degree_s_2 diagnosis_lc_degree_p_1 diagnosis_lc_degree_p_2 diagnosis_lc_degree_l_1 diagnosis_lc_degree_l_2 diagnosis_lc_degree_comments diagnosis_as_ds_ccsr diagnosis_lc_treatment diagnosis_lc_treatment_select___radiation diagnosis_lc_treatment_select___chemotherapy diagnosis_lc_treatment_select___immunotherapy diagnosis_lc_treatment_select___surgery diagnosis_lc_treatment_select___voice_or_speech_therapy diagnosis_lc_treatment_select___other diagnosis_lc_treatment_s___endoscopic_laser diagnosis_lc_treatment_s___partial_laryngectomy diagnois_bl_gsd diagnosis_bl_ds diagnosis_bl_etiology diagnosis_bl_ds_ll diagnosis_bl_degree_os_1 diagnosis_bl_degree_os_2 diagnosis_bl_degree_r_1 diagnosis_bl_degree_r_2 diagnosis_bl_degree_b_1 diagnosis_bl_degree_b_2 diagnosis_bl_degree_s_1 diagnosis_bl_degree_s_2 diagnosis_bl_degree_p_1 diagnosis_bl_degree_p_2 diagnosis_bl_degree_l_1 diagnosis_bl_degree_l_2 diagnosis_bl_degree_comments diagnosis_bl_treatment diagnosis_bl_treatment_select___voice_or_speech_therapy diagnosis_bl_treatment_select___laryngeal_microsurgery diagnosis_bl_treatment_select___voice_rest diagnosis_bl_treatment_select___other diagnosis_bl_treatment_lm diagnosis_bipolar_gsd diagnosis_bipolar_gsd_interview diagnosis_bipolar_gsd_oqu diagnosis_bipolar_gsd_oquw diagnosis_bipolar_subtype_active diagnosis_bipolar_psychotic diagnosis_bipolar_severity diagnosis_depression_gsd diagnosis_depression_clinical_subcategory diagnosis_depression_gsd_interview diagnosis_depression_gsd_oqu diagnosis_depression_gsd_oquw diagnosis_bipolar_subtype_active_depression diagnosis_bipolar_psychotic_depression diagnosis_bipolar_severity_depression diagnosis_as_pft diagnosis_as_gsd diagnosis_as_gsd_yes___bronchoscopy diagnosis_as_gsd_yes___ct diagnosis_as_ds diagnosis_as_ds_bvfi_gs diagnosis_as_etiology diagnosis_as_etiology_auto_immune diagnosis_as_ds_mcg diagnosis_as_ds_bc diagnosis_as_ds_agw diagnosis_as_ds_ac diagnosis_as_ds_ac_grade_4 diagnosis_as_ds_ods diagnosis_as_ds_eps diagnosis_as_treatment___no_treatment diagnosis_as_treatment___surgery diagnosis_as_treatment___in_office_treatment diagnosis_as_treatment_surgery___endoscopic_intervention diagnosis_as_treatment_surgery___endoscopic_excision diagnosis_as_treatment_surgery___laryngotracheal_reconstruction diagnosis_as_treatment_surgery___laryngotracheoplasty diagnosis_as_treatment_surgery___tracheostomy diagnosis_as_treatment_surgery___other diagnosis_as_treatment_in_office___steroid_injections_sole diagnosis_as_treatment_in_office___steroid_injections_adjunct diagnosis_as_treatment_in_office___dilation diagnosis_as_treatment_in_office___laser diagnosis_alz_dementia_mci_causes diagnosis_alz_dementia_mci_dt diagnosis_alz_dementia_mci_etiology___genetic_factors diagnosis_alz_dementia_mci_etiology___age_related_changes diagnosis_alz_dementia_mci_etiology___other_medical_conditions diagnosis_alz_dementia_mci_etiology___substance_related diagnosis_alz_dementia_mci_etiology___other diagnosis_alz_dementia_mci_etiology_gf___familial_alzheimers_disease diagnosis_alz_dementia_mci_etiology_gf___apolipoprotein_e diagnosis_alz_dementia_mci_etiology_gf___other_genetic_factors diagnosis_alz_dementia_mci_ds___mci diagnosis_alz_dementia_mci_ds___cdr diagnosis_alz_dementia_mci_ds_cdr diagnosis_alz_dementia_mci_ca_rudas_score diagnosis_alz_dementia_mci_ca_mmse_score diagnosis_alz_dementia_mci_ca_moca_score diagnosis_alz_dementia_mci_ca_adas_cog_score diagnosis_alz_dementia_mci_ca_other diagnosis_alz_dementia_mci_ca_other_score diagnosis_alz_dementia_mci_treatment_obtained diagnosis_alz_dementia_mci_treatment_obtained_yes___medications diagnosis_alz_dementia_mci_treatment_obtained_yes___npi diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___cholinesterase_inhibitors diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___nmda_receptor_antagonist diagnosis_alz_dementia_mci_treatment_obtained_yes_medications___other diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___day_program diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___cognitive_simulation_therapy diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reality_orientation_therapy diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___reminiscence_therapy diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other diagnosis_parkinsons_gsd_category_1___bradykinesia diagnosis_parkinsons_gsd_category_1___tremor diagnosis_parkinsons_gsd_category_1___rigidity diagnosis_parkinsons_gsd_category_1_calculation diagnosis_parkinsons_gsd_category_2___cerebellar_abnormalities diagnosis_parkinsons_gsd_category_2___supranuclear_gaze_palsy diagnosis_parkinsons_gsd_category_2___bvf_ftd_ppa diagnosis_parkinsons_gsd_category_2___lower_limbs diagnosis_parkinsons_gsd_category_2___dopamine_treatment diagnosis_parkinsons_gsd_category_2___absence_of_response diagnosis_parkinsons_gsd_category_2___cortical_sensory_loss diagnosis_parkinsons_gsd_category_2___dat_scan diagnosis_parkinsons_gsd_category_2___alternative_condition diagnosis_parkinsons_gsd_category_2_calculation diagnosis_parkinsons_gsd_category_3___response_dopaminergic_therapy diagnosis_parkinsons_gsd_category_3___levodopa_induced_dyskinesia diagnosis_parkinsons_gsd_category_3___rest_tremor diagnosis_parkinsons_gsd_category_3___mibg diagnosis_parkinsons_gsd_category_3_calculation diagnosis_parkinsons_gsd_calculation diagnosis_parkinsons_disease_subtype diagnosis_parkinsons_etiology diagnosis_parkinsons_ds diagnosis_parkinsons_ma___updrs diagnosis_parkinsons_ma___other diagnosis_parkinsons_ma_uprds diagnosis_parkinsons_ma_updrs_part_i_score diagnosis_parkinsons_ma_updrs_part_ii_score diagnosis_parkinsons_ma_updrs_part_iii_score diagnosis_parkinsons_ma_updrs_part_iv_score diagnosis_parkinsons_non_motor_symptoms diagnosis_parkinsons_non_motor_symptoms_yes diagnosis_parkinsons_treatment_obtained diagnosis_parkinsons_treatment_obtained_yes___medications diagnosis_parkinsons_treatment_obtained_yes___npi diagnosis_parkinsons_treatment_obtained_yes_medications___levodopa diagnosis_parkinsons_treatment_obtained_yes_medications___dopamine_agonists diagnosis_parkinsons_treatment_obtained_yes_medications___mao_b diagnosis_parkinsons_treatment_obtained_yes_medications___amantadine diagnosis_parkinsons_treatment_obtained_yes_medications___other diagnosis_parkinsons_treatment_obtained_yes_npi___physical_therapy diagnosis_parkinsons_treatment_obtained_yes_npi___occupational_therapy diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy diagnosis_parkinsons_treatment_obtained_yes_npi___dbs diagnosis_parkinsons_treatment_obtained_yes_npi___other diagnosis_als_gsd_category_1 diagnosis_als_gsd_category_2 diagnosis_als_gsd_category_3 diagnosis_als_gsd_calculation diagnosis_als_disease_subtype diagnosis_als_disease_subtype_familial diagnosis_als_etiology___genetic_factors diagnosis_als_etiology___environmental_factors diagnosis_als_etiology_genetic_factors___c9orf72 diagnosis_als_etiology_genetic_factors___sod1 diagnosis_als_etiology_genetic_factors___other diagnosis_als_cp___upper_motor_neuron diagnosis_als_cp___lower_motor_neuron diagnosis_als_cp___bulbar_symptoms diagnosis_als_cp___respiratory_involvement diagnosis_als_dp diagnosis_als_na_alsfrs_r_score diagnosis_als_na_fvc_percentage diagnosis_als_treatment_and_management diagnosis_als_treatment_and_management_yes___medications diagnosis_als_treatment_and_management_yes___supportive_care diagnosis_als_treatment_and_management_yes_medications___riluzole diagnosis_als_treatment_and_management_yes_medications___edaravone diagnosis_als_treatment_and_management_yes_medications___sodium diagnosis_als_treatment_and_management_yes_medications___tofersen diagnosis_als_treatment_and_management_yes_medications___symptomatic_treatment diagnosis_als_treatment_and_management_yes_medications___other diagnosis_als_treatment_and_management_yes_supportive_care___physical_therapy diagnosis_als_treatment_and_management_yes_supportive_care___occupational_therapy diagnosis_als_treatment_and_management_yes_supportive_care___speech_therapy diagnosis_als_treatment_and_management_yes_supportive_care___respiratory_support diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy diagnosis_als_treatment_and_management_yes_supportive_care___other diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/phq9.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/phq9.json new file mode 100644 index 0000000..702b0b0 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/phq9.json @@ -0,0 +1,35 @@ +{ + "phq_9_session_id": { + "description": "Unique identifier for the PHQ-9 session." + }, + "no_interest": { + "description": "Measures if the participant experiences a lack of interest or pleasure in daily activities." + }, + "feeling_depressed": { + "description": "Indicates if the participant feels depressed or down." + }, + "trouble_sleeping": { + "description": "Indicates if the participant has trouble sleeping." + }, + "no_energy": { + "description": "Indicates if the participant has no energy or feels fatigued." + }, + "no_appetite": { + "description": "Indicates if the participant has no appetite." + }, + "feeling_bad_self": { + "description": "Indicates if the participant feels bad about themselves." + }, + "trouble_concentrate": { + "description": "Indicates if the participant has trouble concentrating." + }, + "move_speak_slow": { + "description": "Indicates if the participant moves or speaks slowly." + }, + "thoughts_death": { + "description": "Indicates if the participant has thoughts of death or dying." + }, + "hard_to_work": { + "description": "Indicates if the participant has difficulty working due to their physical or mental health." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/phq9.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/phq9.tsv new file mode 100644 index 0000000..ab80560 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/phq9.tsv @@ -0,0 +1 @@ +phq_9_session_id no_interest feeling_depressed trouble_sleeping no_energy no_appetite feeling_bad_self trouble_concentrate move_speak_slow thoughts_death hard_to_work diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/precancerousLesions.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/precancerousLesions.json new file mode 100644 index 0000000..7198383 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/precancerousLesions.json @@ -0,0 +1,119 @@ +{ + "diagnois_pl_gsd_ls": { + "description": "Indicates if the participant has a precancerous vocal fold lesion confirmed by laryngoscopy or stroboscopy." + }, + "diagnois_pl_gsd_bp": { + "description": "Indicates if the participant has a precancerous vocal fold lesion confirmed by biopsy or pathology." + }, + "diagnosis_pl_ds___keratosis": { + "description": "Indicates if the participant has been diagnosed with keratosis." + }, + "diagnosis_pl_ds___leukoplakia": { + "description": "Indicates if the participant has been diagnosed with leukoplakia." + }, + "diagnosis_pl_ds___erythroplakia": { + "description": "Indicates if the participant has been diagnosed with erythroplakia." + }, + "diagnosis_pl_ds___other": { + "description": "Indicates if the participant has been diagnosed with another precancerous lesion." + }, + "diagnosis_pl_ds_l": { + "description": "Indicates if the participant has leukoplakia." + }, + "diagnosis_pl_ds_l_wd_g": { + "description": "Indicates if the participant has leukoplakia with dysplasia." + }, + "diagnosis_pl_ds_e": { + "description": "Indicates if the participant has erythroplakia." + }, + "diagnosis_pl_ds_e_wd_g": { + "description": "Indicates if the participant has erythroplakia with dysplasia." + }, + "diagnosis_pl_etiology___past_or_present_smoking": { + "description": "Indicates if the participant has a history of smoking as a risk factor for their precancerous lesion." + }, + "diagnosis_pl_etiology___laryngopharyngeal_reflux": { + "description": "Indicates if the participant has laryngopharyngeal reflux as a risk factor for their precancerous lesion." + }, + "diagnosis_pl_etiology___other_irritants": { + "description": "Indicates if the participant has other irritants as risk factors for their precancerous lesion." + }, + "diagnosis_pl_ds_ll___right_vocal_fold": { + "description": "Indicates if the participant's lesion is located on the right vocal fold." + }, + "diagnosis_pl_ds_ll___left_vocal_fold": { + "description": "Indicates if the participant's lesion is located on the left vocal fold." + }, + "diagnosis_pl_ds_ll___both_vocal_folds": { + "description": "Indicates if the participant's lesion is located on both vocal folds." + }, + "diagnosis_pl_ds_ll___ventricular_folds": { + "description": "Indicates if the participant's lesion is located on the ventricular folds." + }, + "diagnosis_pl_ds_ll___subglottal_areas": { + "description": "Indicates if the participant's lesion is located in the subglottal areas." + }, + "diagnosis_pl_degree_os_1": { + "description": "Indicates the overall severity of the participant’s precancerous lesion." + }, + "diagnosis_pl_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant’s precancerous lesion." + }, + "diagnosis_pl_degree_r_1": { + "description": "Indicates the roughness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_b_1": { + "description": "Indicates the breathiness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_s_1": { + "description": "Indicates the strain in the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_p_1": { + "description": "Indicates the pitch of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_l_1": { + "description": "Indicates the loudness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_degree_comments": { + "description": "Provides additional comments about the resonance of the participant’s voice due to the precancerous lesion." + }, + "diagnosis_pl_treatment": { + "description": "Indicates if the participant has undergone any treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___surveillance_only": { + "description": "Indicates if the participant is under surveillance only as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___laser_resection": { + "description": "Indicates if the participant has undergone laser resection as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___laser_ablation": { + "description": "Indicates if the participant has undergone laser ablation as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser": { + "description": "Indicates if the participant has undergone microlaryngeal surgery without laser as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions": { + "description": "Indicates if the participant has undergone radiotherapy for persistent or recurrent lesions." + }, + "diagnosis_pl_treatment_select___voice_or_speech_therapy": { + "description": "Indicates if the participant has undergone voice or speech therapy as treatment for their precancerous lesion." + }, + "diagnosis_pl_treatment_select___other": { + "description": "Indicates if the participant has undergone other treatments for their precancerous lesion." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/precancerousLesions.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/precancerousLesions.tsv new file mode 100644 index 0000000..2e8391f --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/precancerousLesions.tsv @@ -0,0 +1 @@ +diagnois_pl_gsd_ls diagnois_pl_gsd_bp diagnosis_pl_ds___keratosis diagnosis_pl_ds___leukoplakia diagnosis_pl_ds___erythroplakia diagnosis_pl_ds___other diagnosis_pl_ds_l diagnosis_pl_ds_l_wd_g diagnosis_pl_ds_e diagnosis_pl_ds_e_wd_g diagnosis_pl_etiology___past_or_present_smoking diagnosis_pl_etiology___laryngopharyngeal_reflux diagnosis_pl_etiology___other_irritants diagnosis_pl_ds_ll___right_vocal_fold diagnosis_pl_ds_ll___left_vocal_fold diagnosis_pl_ds_ll___both_vocal_folds diagnosis_pl_ds_ll___ventricular_folds diagnosis_pl_ds_ll___subglottal_areas diagnosis_pl_degree_os_1 diagnosis_pl_degree_os_2 diagnosis_pl_degree_r_1 diagnosis_pl_degree_r_2 diagnosis_pl_degree_b_1 diagnosis_pl_degree_b_2 diagnosis_pl_degree_s_1 diagnosis_pl_degree_s_2 diagnosis_pl_degree_p_1 diagnosis_pl_degree_p_2 diagnosis_pl_degree_l_1 diagnosis_pl_degree_l_2 diagnosis_pl_degree_comments diagnosis_pl_treatment diagnosis_pl_treatment_select___surveillance_only diagnosis_pl_treatment_select___laser_resection diagnosis_pl_treatment_select___laser_ablation diagnosis_pl_treatment_select___microlaryngeal_surgery_without_laser diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions diagnosis_pl_treatment_select___voice_or_speech_therapy diagnosis_pl_treatment_select___other diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/ptsd.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/ptsd.json new file mode 100644 index 0000000..2e3919a --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/ptsd.json @@ -0,0 +1,38 @@ +{ + "ptsd_session_id": { + "description": "Unique identifier for the PTSD assessment session." + }, + "ptsd_duration": { + "description": "Reports the duration of post-traumatic stress disorder (PTSD) symptoms the participant is experiencing." + }, + "traumatic_event": { + "description": "Reports if the participant has experienced a traumatic event recently." + }, + "flashbacks": { + "description": "Indicates if the participant experiences flashbacks to stressful or traumatic events." + }, + "emotionally_upset": { + "description": "Indicates if the participant feels emotionally upset during the session." + }, + "avoiding_reminders": { + "description": "Indicates if the participant is avoiding reminders of traumatic events." + }, + "thinking_stressful_event": { + "description": "Reports if the participant is thinking about a stressful event during the session." + }, + "neg_emotional_state": { + "description": "Indicates if the participant is experiencing negative emotional states." + }, + "losing_interest": { + "description": "Indicates if the participant is losing interest in things they usually enjoy." + }, + "super_alert": { + "description": "Indicates if the participant is highly alert during the session." + }, + "feeling_jumpy": { + "description": "Indicates if the participant feels jumpy or anxious." + }, + "irritable": { + "description": "Indicates if the participant feels irritable or easily annoyed." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/ptsd.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/ptsd.tsv new file mode 100644 index 0000000..c32c621 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/ptsd.tsv @@ -0,0 +1 @@ +ptsd_session_id ptsd_duration traumatic_event flashbacks emotionally_upset avoiding_reminders thinking_stressful_event neg_emotional_state losing_interest super_alert feeling_jumpy irritable diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/random.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/random.json new file mode 100644 index 0000000..d434ff3 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/random.json @@ -0,0 +1,14 @@ +{ + "random_session_id": { + "description": "Unique identifier for a random session." + }, + "random_recording_acoustic_task_id": { + "description": "Unique identifier for a random recording acoustic task." + }, + "random_duration": { + "description": "Total duration of a randomly assigned task or session." + }, + "random_item_generation_category": { + "description": "Category assigned for random item generation in the session." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/random.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/random.tsv new file mode 100644 index 0000000..f5df4a1 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/random.tsv @@ -0,0 +1 @@ +random_session_id random_recording_acoustic_task_id random_duration random_item_generation_category diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/stroop.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/stroop.json new file mode 100644 index 0000000..feb68ea --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/stroop.json @@ -0,0 +1,146 @@ +{ + "stroop_session_id": { + "description": "Unique identifier for the Stroop session." + }, + "stroop_recording_acoustic_task_id": { + "description": "The unique identifier for the Stroop recording acoustic task." + }, + "stroop_duration": { + "description": "Total duration of the Stroop task." + }, + "stroop_item_stimulus_1": { + "description": "Stimulus presented for Stroop item 1." + }, + "stroop_item_color_1": { + "description": "Color identified by the participant for Stroop item 1." + }, + "stroop_item_time_1": { + "description": "Time taken to respond to Stroop item 1." + }, + "stroop_item_stimulus_2": { + "description": "Stimulus presented for Stroop item 2." + }, + "stroop_item_color_2": { + "description": "Color identified by the participant for Stroop item 2." + }, + "stroop_item_time_2": { + "description": "Measures the response time for Stroop task item 2." + }, + "stroop_item_stimulus_3": { + "description": "Stimulus presented for Stroop item 3." + }, + "stroop_item_color_3": { + "description": "Color identified by the participant for Stroop item 3." + }, + "stroop_item_time_3": { + "description": "Time taken by the participant to respond to Stroop item 3." + }, + "stroop_item_stimulus_4": { + "description": "Stimulus presented for Stroop item 4." + }, + "stroop_item_color_4": { + "description": "Indicates the color used in Stroop task item 4." + }, + "stroop_item_time_4": { + "description": "Time taken to respond to Stroop item 4." + }, + "stroop_item_stimulus_5": { + "description": "Stimulus presented for Stroop item 5." + }, + "stroop_item_color_5": { + "description": "Color identified by the participant for Stroop item 5." + }, + "stroop_item_time_5": { + "description": "Measures the response time for Stroop task item 5." + }, + "stroop_item_stimulus_6": { + "description": "Stimulus presented for Stroop item 6." + }, + "stroop_item_color_6": { + "description": "Color identified by the participant for Stroop item 6." + }, + "stroop_item_time_6": { + "description": "Measures the response time for Stroop task item 6." + }, + "stroop_item_stimulus_7": { + "description": "Stimulus presented for Stroop item 7." + }, + "stroop_item_color_7": { + "description": "Color identified by the participant for Stroop item 7." + }, + "stroop_item_time_7": { + "description": "Time taken to respond to Stroop item 7." + }, + "stroop_item_stimulus_8": { + "description": "Stimulus presented for Stroop item 8." + }, + "stroop_item_color_8": { + "description": "Color identified by the participant for Stroop item 8." + }, + "stroop_item_time_8": { + "description": "Time taken to respond to Stroop item 8." + }, + "stroop_item_stimulus_9": { + "description": "Stimulus presented for Stroop item 9." + }, + "stroop_item_color_9": { + "description": "Color identified by the participant for Stroop item 9." + }, + "stroop_item_time_9": { + "description": "Time taken to respond to Stroop item 9." + }, + "stroop_item_stimulus_10": { + "description": "Stimulus presented for Stroop item 10." + }, + "stroop_item_color_10": { + "description": "Color identified by the participant for Stroop item 10." + }, + "stroop_item_time_10": { + "description": "Time taken to respond to Stroop item 10." + }, + "stroop_item_stimulus_11": { + "description": "Stimulus presented for Stroop item 11." + }, + "stroop_item_color_11": { + "description": "Color identified by the participant for Stroop item 11." + }, + "stroop_item_time_11": { + "description": "Time taken to respond to Stroop item 11." + }, + "stroop_item_stimulus_12": { + "description": "Stimulus presented for Stroop item 12." + }, + "stroop_item_color_12": { + "description": "Color identified by the participant for Stroop item 12." + }, + "stroop_item_time_12": { + "description": "Time taken to respond to Stroop item 12." + }, + "stroop_item_stimulus_13": { + "description": "Stimulus presented for Stroop item 13." + }, + "stroop_item_color_13": { + "description": "Color identified by the participant for Stroop item 13." + }, + "stroop_item_time_13": { + "description": "Time taken to respond to Stroop item 13." + }, + "stroop_item_stimulus_14": { + "description": "Indicates the stimulus presented in Stroop task item 14." + }, + "stroop_item_color_14": { + "description": "Color identified by the participant for Stroop item 14." + }, + "stroop_item_time_14": { + "description": "Measures the response time for Stroop task item 14." + }, + "stroop_item_stimulus_15": { + "description": "Indicates the stimulus presented in Stroop task item 15." + }, + "stroop_item_color_15": { + "description": "Color identified by the participant for Stroop item 15." + }, + "stroop_item_time_15": { + "description": "Measures the response time for Stroop task item 15." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/stroop.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/stroop.tsv new file mode 100644 index 0000000..0e336ed --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/stroop.tsv @@ -0,0 +1 @@ +stroop_session_id stroop_recording_acoustic_task_id stroop_duration stroop_item_stimulus_1 stroop_item_color_1 stroop_item_time_1 stroop_item_stimulus_2 stroop_item_color_2 stroop_item_time_2 stroop_item_stimulus_3 stroop_item_color_3 stroop_item_time_3 stroop_item_stimulus_4 stroop_item_color_4 stroop_item_time_4 stroop_item_stimulus_5 stroop_item_color_5 stroop_item_time_5 stroop_item_stimulus_6 stroop_item_color_6 stroop_item_time_6 stroop_item_stimulus_7 stroop_item_color_7 stroop_item_time_7 stroop_item_stimulus_8 stroop_item_color_8 stroop_item_time_8 stroop_item_stimulus_9 stroop_item_color_9 stroop_item_time_9 stroop_item_stimulus_10 stroop_item_color_10 stroop_item_time_10 stroop_item_stimulus_11 stroop_item_color_11 stroop_item_time_11 stroop_item_stimulus_12 stroop_item_color_12 stroop_item_time_12 stroop_item_stimulus_13 stroop_item_color_13 stroop_item_time_13 stroop_item_stimulus_14 stroop_item_color_14 stroop_item_time_14 stroop_item_stimulus_15 stroop_item_color_15 stroop_item_time_15 diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vhi10.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vhi10.json new file mode 100644 index 0000000..d2e92a1 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vhi10.json @@ -0,0 +1,38 @@ +{ + "vhi_session_id": { + "description": "The unique identifier for the Voice Handicap Index session." + }, + "vhi_duration": { + "description": "Duration of the Voice Handicap Index session." + }, + "voice_difficult_hear": { + "description": "Indicates if the participant's voice is difficult to hear." + }, + "tough_to_understand": { + "description": "Indicates if the participant feels that their voice is tough to understand." + }, + "voice_restrict_social": { + "description": "Indicates if the participant's voice issues restrict their social activities." + }, + "left_out_convo": { + "description": "Reports if the participant felt left out of a conversation recently." + }, + "voice_lose_income": { + "description": "Indicates if the participant's voice issues have led to a loss of income." + }, + "strain_voice": { + "description": "Reports if the participant has experienced voice strain." + }, + "voice_clarity": { + "description": "Indicates if the participant’s voice is clear during the session." + }, + "voice_upsetting": { + "description": "Indicates if the participant finds their voice issues upsetting." + }, + "voice_handicapped": { + "description": "Indicates if the participant feels handicapped by their voice." + }, + "ask_whats_wrong_voice": { + "description": "Indicates if the participant asked what was wrong with their voice during the assessment." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vhi10.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vhi10.tsv new file mode 100644 index 0000000..42671b7 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vhi10.tsv @@ -0,0 +1 @@ +vhi_session_id vhi_duration voice_difficult_hear tough_to_understand voice_restrict_social left_out_convo voice_lose_income strain_voice voice_clarity voice_upsetting voice_handicapped ask_whats_wrong_voice diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocab.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocab.json new file mode 100644 index 0000000..5748d62 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocab.json @@ -0,0 +1,47 @@ +{ + "vocabulary_session_id": { + "description": "Unique session identifier for the vocabulary task." + }, + "vocabulary_recording_acoustic_task_id": { + "description": "The unique identifier for the vocabulary recording acoustic task." + }, + "vocabulary_duration": { + "description": "Duration of the vocabulary assessment." + }, + "vocabulary_item_word_1": { + "description": "Response for vocabulary word item 1." + }, + "vocabulary_item_difficulty_1": { + "description": "Indicates the participant's reported difficulty level for vocabulary item 1." + }, + "vocabulary_item_word_2": { + "description": "Response for vocabulary word item 2." + }, + "vocabulary_item_difficulty_2": { + "description": "Indicates the participant's reported difficulty level for vocabulary item 2." + }, + "vocabulary_item_word_3": { + "description": "Response for vocabulary word item 3." + }, + "vocabulary_item_difficulty_3": { + "description": "Indicates the participant's reported difficulty level for vocabulary item 3." + }, + "vocabulary_item_word_4": { + "description": "Response for vocabulary word item 4." + }, + "vocabulary_item_difficulty_4": { + "description": "Indicates the participant's reported difficulty level for vocabulary item 4." + }, + "vocabulary_item_word_5": { + "description": "Response for vocabulary word item 5." + }, + "vocabulary_item_difficulty_5": { + "description": "Indicates the participant's reported difficulty level for vocabulary item 5." + }, + "vocabulary_item_word_6": { + "description": "Response for vocabulary word item 6." + }, + "vocabulary_item_difficulty_6": { + "description": "Indicates the difficulty level reported by the participant for vocabulary item 6." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocab.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocab.tsv new file mode 100644 index 0000000..6289624 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocab.tsv @@ -0,0 +1 @@ +vocabulary_session_id vocabulary_recording_acoustic_task_id vocabulary_duration vocabulary_item_word_1 vocabulary_item_difficulty_1 vocabulary_item_word_2 vocabulary_item_difficulty_2 vocabulary_item_word_3 vocabulary_item_difficulty_3 vocabulary_item_word_4 vocabulary_item_difficulty_4 vocabulary_item_word_5 vocabulary_item_difficulty_5 vocabulary_item_word_6 vocabulary_item_difficulty_6 diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocalFoldParalysis.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocalFoldParalysis.json new file mode 100644 index 0000000..6734af9 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocalFoldParalysis.json @@ -0,0 +1,56 @@ +{ + "diagnosis_vfp_gsd": { + "description": "Indicates if the participant has vocal fold paralysis (VFP) confirmed by laryngoscopy or stroboscopy." + }, + "diagnosis_vfp_etiology": { + "description": "Specifies the etiology or cause of the participant’s vocal fold paralysis (VFP)." + }, + "diagnosis_vfp_iatrogenic": { + "description": "Indicates if the participant's vocal fold paralysis (VFP) is related to surgery or intubation." + }, + "diagnosis_vfp_tumor": { + "description": "Indicates if the participant’s vocal fold paralysis (VFP) is caused by a tumor invading the recurrent laryngeal nerve (RLN)." + }, + "diagnosis_vfp_dse": { + "description": "Specifies the degree of the participant’s glottic gap." + }, + "diagnosis_degree_os": { + "description": "Indicates the overall severity of the participant’s vocal fold paralysis (VFP)." + }, + "diagnosis_degree_os_2": { + "description": "Indicates an alternative measure of the overall severity of the participant’s condition." + }, + "diagnosis_degree_r": { + "description": "Indicates the roughness of the participant’s voice." + }, + "diagnosis_degree_r_2": { + "description": "Indicates an alternative measure of the roughness of the participant’s voice." + }, + "diagnosis_degree_b": { + "description": "Indicates the breathiness of the participant’s voice." + }, + "diagnosis_degree_b_2": { + "description": "Indicates an alternative measure of the breathiness of the participant’s voice." + }, + "diagnosis_degree_s": { + "description": "Indicates the strain in the participant’s voice." + }, + "diagnosis_degree_s_2": { + "description": "Indicates an alternative measure of the strain in the participant’s voice." + }, + "diagnosis_degree_p": { + "description": "Indicates the pitch of the participant’s voice." + }, + "diagnosis_degree_p_2": { + "description": "Indicates an alternative measure of the pitch of the participant’s voice." + }, + "diagnosis_degree_l": { + "description": "Indicates the loudness of the participant’s voice." + }, + "diagnosis_degree_l_2": { + "description": "Indicates an alternative measure of the loudness of the participant’s voice." + }, + "diagnosis_degree_comments": { + "description": "Provides additional comments about the resonance of the participant’s voice." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocalFoldParalysis.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocalFoldParalysis.tsv new file mode 100644 index 0000000..9782648 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/vocalFoldParalysis.tsv @@ -0,0 +1 @@ +diagnosis_vfp_gsd diagnosis_vfp_ds diagnosis_vfp_etiology diagnosis_vfp_iatrogenic diagnosis_vfp_tumor diagnosis_vfp_dse diagnosis_degree_os diagnosis_degree_os_2 diagnosis_degree_r diagnosis_degree_r_2 diagnosis_degree_b diagnosis_degree_b_2 diagnosis_degree_s diagnosis_degree_s_2 diagnosis_degree_p diagnosis_degree_p_2 diagnosis_degree_l diagnosis_degree_l_2 diagnosis_degree_comments diagnosis_vfp_treatment diagnosis_vfp_treatment_surgery diagnosis_vfp_treatment_surgery_thyroplasty diagnosis_vfp_treatment_surgery_vfia diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voicePerception.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voicePerception.json new file mode 100644 index 0000000..65e1d28 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voicePerception.json @@ -0,0 +1,11 @@ +{ + "voice_perception_session_id": { + "description": "Unique identifier for the voice perception session." + }, + "voice_perception_duration": { + "description": "Total duration of the voice perception assessment." + }, + "voice_quality_perception": { + "description": "Indicates the participant's perception of their voice quality." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voicePerception.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voicePerception.tsv new file mode 100644 index 0000000..d811c07 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voicePerception.tsv @@ -0,0 +1 @@ +voice_perception_session_id voice_perception_duration voice_quality_perception diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voiceSeverity.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voiceSeverity.json new file mode 100644 index 0000000..e2aa013 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voiceSeverity.json @@ -0,0 +1,11 @@ +{ + "voice_severity_session_id": { + "description": "Unique identifier for the voice severity session." + }, + "voice_severity_duration": { + "description": "Duration of the assessment for the severity of the participant's voice issues." + }, + "describe_the_severity_of_a": { + "description": "Asks the participant to describe the severity of a specific condition or symptom." + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voiceSeverity.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voiceSeverity.tsv new file mode 100644 index 0000000..463d3d6 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/voiceSeverity.tsv @@ -0,0 +1 @@ +voice_severity_session_id voice_severity_duration describe_the_severity_of_a diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/winograd.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/winograd.json new file mode 100644 index 0000000..51968af --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/winograd.json @@ -0,0 +1,845 @@ +{ + "winograd_session_id": { + "description": "Unique identifier for the Winograd schema session." + }, + "winograd_duration": { + "description": "Total duration of the Winograd schema task." + }, + "winograd_score": { + "description": "The score for the Winograd schema challenge for the participant." + }, + "winograd_number_questions": { + "description": "The total number of Winograd questions presented to the participant." + }, + "winograd_questions_asked": { + "description": "The total number of Winograd questions asked during the session." + }, + "winograd_q_1": { + "description": "Response to Winograd question 1: 'Can the participant interpret social dynamics based on context?'" + }, + "winograd_q_2": { + "description": "Response to Winograd question 2: 'Can the participant interpret the outcome of an ambiguous scenario?'" + }, + "winograd_q_3": { + "description": "Response to Winograd question 3: 'Can the participant infer the intentions of others based on contextual clues?'" + }, + "winograd_q_4": { + "description": "Response to Winograd question 4: 'Can the participant resolve ambiguity in a situation involving social dynamics?'" + }, + "winograd_q_5": { + "description": "Response to Winograd question 5: 'Can the participant make inferences about an agent's actions based on context?'" + }, + "winograd_q_6": { + "description": "Response to Winograd question 6: 'Can the participant reason about an everyday scenario involving multiple agents?'" + }, + "winograd_q_7": { + "description": "Response to Winograd question 7: 'Can the participant make logical inferences about everyday situations?'" + }, + "winograd_q_8": { + "description": "Response to Winograd question 8: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_9": { + "description": "Response to Winograd question 9: 'Does the participant understand cause and effect relationships in social interactions?'" + }, + "winograd_q_10": { + "description": "Response to Winograd question 10: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_11": { + "description": "Response to Winograd question 11: 'Can the participant infer the correct outcome based on reasoning?'" + }, + "winograd_q_12": { + "description": "Response to Winograd question 12: 'Can the participant infer the intentions of others based on context?'" + }, + "winograd_q_13": { + "description": "Response to Winograd question 13: 'Can the participant reason about the effects of actions in a social scenario?'" + }, + "winograd_q_14": { + "description": "Response to Winograd question 14: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_15": { + "description": "Response to Winograd question 15: 'Can the participant reason through cause and effect in a social scenario?'" + }, + "winograd_q_16": { + "description": "Response to Winograd question 16: 'Can the participant make logical inferences about cause and effect in a scenario?'" + }, + "winograd_q_17": { + "description": "Response to Winograd question 17: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_18": { + "description": "Response to Winograd question 18: 'Can the participant use common sense reasoning to infer the outcome of a situation?'" + }, + "winograd_q_19": { + "description": "Response to Winograd question 19: 'Does the participant demonstrate the ability to understand cause and effect in a scenario?'" + }, + "winograd_q_20": { + "description": "Response to Winograd question 20: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_21": { + "description": "Response to Winograd question 21: 'Can the participant reason through the effects of actions in a social scenario?'" + }, + "winograd_q_22": { + "description": "Response to Winograd question 22: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_23": { + "description": "Response to Winograd question 23: 'Can the participant reason about the intentions of others based on contextual clues?'" + }, + "winograd_q_24": { + "description": "Response to Winograd question 24: 'Can the participant reason about the consequences of actions in an ambiguous situation?'" + }, + "winograd_q_25": { + "description": "Response to Winograd question 25: 'Does the participant demonstrate an understanding of cause and effect in social situations?'" + }, + "winograd_q_26": { + "description": "Response to Winograd question 26: 'Can the participant make inferences about social behaviors?'" + }, + "winograd_q_27": { + "description": "Response to Winograd question 27: 'Can the participant make logical inferences about the actions of others in a scenario?'" + }, + "winograd_q_28": { + "description": "Response to Winograd question 28: 'Can the participant reason logically about cause and effect?'" + }, + "winograd_q_29": { + "description": "Response to Winograd question 29: 'Does the participant demonstrate common-sense reasoning in a social scenario?'" + }, + "winograd_q_30": { + "description": "Response to Winograd question 30: 'Can the participant make logical deductions about social interactions?'" + }, + "winograd_q_31": { + "description": "Response to Winograd question 31: 'Does the participant understand logical cause and effect relationships?'" + }, + "winograd_q_32": { + "description": "Response to Winograd question 32: 'Can the participant recognize the logical outcomes of actions in social contexts?'" + }, + "winograd_q_33": { + "description": "Response to Winograd question 33: 'Can the participant infer the intentions of others based on contextual clues?'" + }, + "winograd_q_34": { + "description": "Response to Winograd question 34: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_35": { + "description": "Response to Winograd question 35: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_36": { + "description": "Response to Winograd question 36: 'Does the participant demonstrate common-sense reasoning in a scenario involving multiple agents?'" + }, + "winograd_q_37": { + "description": "Response to Winograd question 37: 'Does the participant demonstrate common-sense reasoning in resolving ambiguity in a social situation?'" + }, + "winograd_q_38": { + "description": "Response to Winograd question 38: 'Can the participant make logical inferences about the intentions of others in a scenario?'" + }, + "winograd_q_39": { + "description": "Response to Winograd question 39: 'Can the participant identify logical outcomes in a given situation?'" + }, + "winograd_q_40": { + "description": "Response to Winograd question 40: 'Can the participant make logical inferences about the actions of others in a social situation?'" + }, + "winograd_q_41": { + "description": "Response to Winograd question 41: 'Can the participant reason through ambiguity in a social situation?'" + }, + "winograd_q_42": { + "description": "Response to Winograd question 42: 'Can the participant infer the intentions of others based on contextual clues?'" + }, + "winograd_q_43": { + "description": "Response to Winograd question 43: 'Can the participant resolve ambiguous references in a text?'" + }, + "winograd_q_44": { + "description": "Response to Winograd question 44: 'Can the participant resolve ambiguity in an interpersonal situation?'" + }, + "winograd_q_45": { + "description": "Response to Winograd question 45: 'Does the participant understand abstract social concepts?'" + }, + "winograd_q_46": { + "description": "Response to Winograd question 46: 'Can the participant reason through ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_47": { + "description": "Response to Winograd question 47: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_48": { + "description": "Response to Winograd question 48: 'Can the participant infer the correct outcome in a social situation involving multiple agents?'" + }, + "winograd_q_49": { + "description": "Response to Winograd question 49: 'Does the participant demonstrate an understanding of cause and effect in social interactions?'" + }, + "winograd_q_50": { + "description": "Response to Winograd question 50: 'Can the participant make logical inferences about the actions of others in a hypothetical scenario?'" + }, + "winograd_q_51": { + "description": "Response to Winograd question 51: 'Can the participant reason about the consequences of an action in a hypothetical situation?'" + }, + "winograd_q_52": { + "description": "Response to Winograd question 52: 'Can the participant make logical inferences about the actions of others in a social situation?'" + }, + "winograd_q_53": { + "description": "Response to Winograd question 53: 'Can the participant infer an action based on contextual cues?'" + }, + "winograd_q_54": { + "description": "Response to Winograd question 54: 'Does the participant demonstrate the ability to understand cause and effect in a hypothetical situation?'" + }, + "winograd_q_55": { + "description": "Response to Winograd question 55: 'Does the participant demonstrate an understanding of cause and effect in a hypothetical situation?'" + }, + "winograd_q_56": { + "description": "Response to Winograd question 56: 'Does the participant demonstrate common-sense reasoning in interpreting social dynamics?'" + }, + "winograd_q_57": { + "description": "Response to Winograd question 57: 'Can the participant make inferences based on actions in a social situation?'" + }, + "winograd_q_58": { + "description": "Response to Winograd question 58: 'Can the participant make logical inferences about the intentions of others in a social situation?'" + }, + "winograd_q_59": { + "description": "Response to Winograd question 59: 'Can the participant interpret the actions of others based on context?'" + }, + "winograd_q_60": { + "description": "Response to Winograd question 60: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_61": { + "description": "Response to Winograd question 61: 'Can the participant reason logically about consequences in social interactions?'" + }, + "winograd_q_62": { + "description": "Response to Winograd question 62: 'Can the participant infer the intentions of others based on contextual clues?'" + }, + "winograd_q_63": { + "description": "Response to Winograd question 63: 'Can the participant make logical deductions about cause and effect?'" + }, + "winograd_q_64": { + "description": "Response to Winograd question 64: 'Can the participant make logical inferences about the actions of others in a social scenario?'" + }, + "winograd_q_65": { + "description": "Response to Winograd question 65: 'Can the participant reason through social interactions in a hypothetical situation?'" + }, + "winograd_q_66": { + "description": "Response to Winograd question 66: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_67": { + "description": "Response to Winograd question 67: 'Can the participant reason about the intentions of others based on the given context?'" + }, + "winograd_q_68": { + "description": "Response to Winograd question 68: 'Can the participant infer the correct outcome in a social situation involving multiple agents?'" + }, + "winograd_q_69": { + "description": "Response to Winograd question 69: 'Can the participant apply common sense reasoning to solve practical problems?'" + }, + "winograd_q_70": { + "description": "Response to Winograd question 70: 'Can the participant infer the intentions of others based on the given context?'" + }, + "winograd_q_71": { + "description": "Response to Winograd question 71: 'Can the participant infer the correct outcome in a situation involving social dynamics?'" + }, + "winograd_q_72": { + "description": "Response to Winograd question 72: 'Can the participant infer the correct outcome in an ambiguous scenario?'" + }, + "winograd_q_73": { + "description": "Response to Winograd question 73: 'Can the participant understand the intentions of others based on context?'" + }, + "winograd_q_74": { + "description": "Response to Winograd question 74: 'Does the participant demonstrate logical reasoning in the given scenario?'" + }, + "winograd_q_75": { + "description": "Response to Winograd question 75: 'Can the participant reason about cause and effect in complex scenarios?'" + }, + "winograd_q_76": { + "description": "Response to Winograd question 76: 'Can the participant infer the intentions of others based on the given context?'" + }, + "winograd_q_77": { + "description": "Response to Winograd question 77: 'Can the participant resolve ambiguity in a social scenario involving multiple agents?'" + }, + "winograd_q_78": { + "description": "Response to Winograd question 78: 'Can the participant infer the intentions of others in a hypothetical situation?'" + }, + "winograd_q_79": { + "description": "Response to Winograd question 79: 'Can the participant make logical inferences about the actions of others?'" + }, + "winograd_q_80": { + "description": "Response to Winograd question 80: 'Can the participant make logical inferences about the intentions of others in a social scenario?'" + }, + "winograd_q_81": { + "description": "Response to Winograd question 81: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_82": { + "description": "Response to Winograd question 82: 'Can the participant reason about the effects of actions in a hypothetical scenario?'" + }, + "winograd_q_83": { + "description": "Response to Winograd question 83: 'Can the participant make logical inferences about the effects of actions in a hypothetical situation?'" + }, + "winograd_q_84": { + "description": "Response to Winograd question 84: 'Can the participant interpret the actions of others in a hypothetical scenario?'" + }, + "winograd_q_85": { + "description": "Response to Winograd question 85: 'Can the participant understand logical outcomes in everyday scenarios?'" + }, + "winograd_q_86": { + "description": "Response to Winograd question 86: 'Can the participant interpret actions of agents in an everyday situation?'" + }, + "winograd_q_87": { + "description": "Response to Winograd question 87: 'Can the participant reason about the relationships between agents in a hypothetical situation?'" + }, + "winograd_q_88": { + "description": "Response to Winograd question 88: 'Can the participant reason through ambiguity in a scenario involving social dynamics?'" + }, + "winograd_q_89": { + "description": "Response to Winograd question 89: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_90": { + "description": "Response to Winograd question 90: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_91": { + "description": "Response to Winograd question 91: 'Can the participant reason through social interactions in a hypothetical scenario?'" + }, + "winograd_q_92": { + "description": "Response to Winograd question 92: 'Can the participant infer logical outcomes in social scenarios?'" + }, + "winograd_q_93": { + "description": "Response to Winograd question 93: 'Can the participant reason through the effects of actions in a scenario involving social interactions?'" + }, + "winograd_q_94": { + "description": "Response to Winograd question 94: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_95": { + "description": "Response to Winograd question 95: 'Can the participant predict outcomes in a hypothetical scenario?'" + }, + "winograd_q_96": { + "description": "Response to Winograd question 96: 'Can the participant make logical conclusions based on context?'" + }, + "winograd_q_97": { + "description": "Response to Winograd question 97: 'Can the participant understand the implications of an agent's action?'" + }, + "winograd_q_98": { + "description": "Response to Winograd question 98: 'Does the participant demonstrate understanding of social dynamics in a scenario?'" + }, + "winograd_q_99": { + "description": "Response to Winograd question 99: 'Does the participant demonstrate common-sense reasoning in interpreting social situations?'" + }, + "winograd_q_100": { + "description": "Response to Winograd question 100: 'Can the participant resolve ambiguity in a situation involving social dynamics?'" + }, + "winograd_q_101": { + "description": "Response to Winograd question 101: 'Can the participant reason about the consequences of an agent's actions in a hypothetical situation?'" + }, + "winograd_q_102": { + "description": "Response to Winograd question 102: 'Does the participant demonstrate the ability to make logical inferences in a social situation?'" + }, + "winograd_q_103": { + "description": "Response to Winograd question 103: 'Can the participant interpret the actions of an agent in context?'" + }, + "winograd_q_104": { + "description": "Response to Winograd question 104: 'Can the participant resolve ambiguity in a situation involving multiple agents?'" + }, + "winograd_q_105": { + "description": "Response to Winograd question 105: 'Can the participant resolve ambiguity in a complex situation involving multiple agents?'" + }, + "winograd_q_106": { + "description": "Response to Winograd question 106: 'Can the participant make logical inferences about the actions of others?'" + }, + "winograd_q_107": { + "description": "Response to Winograd question 107: 'Can the participant interpret the actions of others in a complex social situation?'" + }, + "winograd_q_108": { + "description": "Response to Winograd question 108: 'Does the participant demonstrate common-sense reasoning in interpreting social situations?'" + }, + "winograd_q_109": { + "description": "Response to Winograd question 109: 'Can the participant apply common sense reasoning to solve a given problem?'" + }, + "winograd_q_110": { + "description": "Response to Winograd question 110: 'Does the participant demonstrate an understanding of cause and effect in a social situation?'" + }, + "winograd_q_111": { + "description": "Response to Winograd question 111: 'Does the participant demonstrate an understanding of social dynamics in a scenario involving multiple agents?'" + }, + "winograd_q_112": { + "description": "Response to Winograd question 112: 'Can the participant predict the effects of an action in a scenario?'" + }, + "winograd_q_113": { + "description": "Response to Winograd question 113: 'Can the participant use common sense reasoning to solve problems in social situations?'" + }, + "winograd_q_114": { + "description": "Response to Winograd question 114: 'Can the participant resolve ambiguity in a social scenario involving multiple agents?'" + }, + "winograd_q_115": { + "description": "Response to Winograd question 115: 'Can the participant reason about the relationship between two agents based on context?'" + }, + "winograd_q_116": { + "description": "Response to Winograd question 116: 'Can the participant infer the correct outcome in a situation involving social dynamics?'" + }, + "winograd_q_117": { + "description": "Response to Winograd question 117: 'Can the participant reason logically in social situations?'" + }, + "winograd_q_118": { + "description": "Response to Winograd question 118: 'Can the participant make logical inferences in social interactions?'" + }, + "winograd_q_119": { + "description": "Response to Winograd question 119: 'Can the participant resolve ambiguity in a social situation involving multiple agents?'" + }, + "winograd_q_120": { + "description": "Response to Winograd question 120: 'Can the participant reason through a common sense problem involving multiple agents?'" + }, + "winograd_q_121": { + "description": "Response to Winograd question 121: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_122": { + "description": "Response to Winograd question 122: 'Does the participant understand the implications of an action?'" + }, + "winograd_q_123": { + "description": "Response to Winograd question 123: 'Can the participant resolve ambiguity in a situation involving social dynamics?'" + }, + "winograd_q_124": { + "description": "Response to Winograd question 124: 'Can the participant resolve ambiguity in a social situation involving multiple agents?'" + }, + "winograd_q_125": { + "description": "Response to Winograd question 125: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_126": { + "description": "Response to Winograd question 126: 'Can the participant resolve ambiguity in a hypothetical situation?'" + }, + "winograd_q_127": { + "description": "Response to Winograd question 127: 'Can the participant reason through ambiguity in a situation involving social interactions?'" + }, + "winograd_q_128": { + "description": "Response to Winograd question 128: 'Can the participant make commonsense inferences in hypothetical scenarios?'" + }, + "winograd_q_129": { + "description": "Response to Winograd question 129: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_130": { + "description": "Response to Winograd question 130: 'Can the participant reason through ambiguity in a scenario involving social dynamics?'" + }, + "winograd_q_131": { + "description": "Response to Winograd question 131: 'Can the participant reason about the consequences of their actions?'" + }, + "winograd_q_132": { + "description": "Response to Winograd question 132: 'Can the participant resolve an ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_133": { + "description": "Response to Winograd question 133: 'Can the participant resolve ambiguity in a situation involving social interactions?'" + }, + "winograd_q_134": { + "description": "Response to Winograd question 134: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_135": { + "description": "Response to Winograd question 135: 'Can the participant reason through ambiguity in a situation involving multiple agents?'" + }, + "winograd_q_136": { + "description": "Response to Winograd question 136: 'Can the participant infer the correct outcome in a social situation involving multiple agents?'" + }, + "winograd_q_137": { + "description": "Response to Winograd question 137: 'Can the participant reason about social dynamics in a hypothetical scenario?'" + }, + "winograd_q_138": { + "description": "Response to Winograd question 138: 'Can the participant make logical inferences about the actions of others in a scenario?'" + }, + "winograd_q_139": { + "description": "Response to Winograd question 139: 'Can the participant infer the motivations of others in a complex social interaction?'" + }, + "winograd_q_140": { + "description": "Response to Winograd question 140: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_141": { + "description": "Response to Winograd question 141: 'Can the participant infer the intentions of others based on contextual clues?'" + }, + "winograd_q_142": { + "description": "Response to Winograd question 142: 'Can the participant infer the correct referent in an ambiguous sentence?'" + }, + "winograd_q_143": { + "description": "Response to Winograd question 143: 'Can the participant make logical inferences about the actions of others based on context?'" + }, + "winograd_q_144": { + "description": "Response to Winograd question 144: 'Does the participant demonstrate understanding of cause and effect in ambiguous situations?'" + }, + "winograd_q_145": { + "description": "Response to Winograd question 145: 'Does the participant demonstrate common-sense reasoning in a scenario involving multiple agents?'" + }, + "winograd_q_146": { + "description": "Response to Winograd question 146: 'Can the participant resolve ambiguity in a hypothetical scenario?'" + }, + "winograd_q_147": { + "description": "Response to Winograd question 147: 'Can the participant interpret the actions of others in a complex social situation?'" + }, + "winograd_q_148": { + "description": "Response to Winograd question 148: 'Does the participant demonstrate an understanding of cause and effect in a social scenario?'" + }, + "winograd_q_149": { + "description": "Response to Winograd question 149: 'Can the participant interpret the intentions of others in a scenario?'" + }, + "winograd_q_150": { + "description": "Response to Winograd question 150: 'Can the participant make logical inferences about the actions of others?'" + }, + "winograd_q_151": { + "description": "Response to Winograd question 151: 'Does the participant reason about outcomes in hypothetical situations involving social interactions?'" + }, + "winograd_q_152": { + "description": "Response to Winograd question 152: 'Does the participant understand how actions lead to specific outcomes in a given scenario?'" + }, + "winograd_q_153": { + "description": "Response to Winograd question 153: 'Can the participant interpret an action based on its context?'" + }, + "winograd_q_154": { + "description": "Response to Winograd question 154: 'Does the participant demonstrate an understanding of cause and effect in social situations?'" + }, + "winograd_q_155": { + "description": "Response to Winograd question 155: 'Can the participant reason through ambiguity in a scenario involving social dynamics?'" + }, + "winograd_q_156": { + "description": "Response to Winograd question 156: 'Can the participant predict the outcomes of interpersonal dynamics in a hypothetical scenario?'" + }, + "winograd_q_157": { + "description": "Response to Winograd question 157: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_158": { + "description": "Response to Winograd question 158: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_159": { + "description": "Response to Winograd question 159: 'Can the participant reason about the effects of actions in a social situation?'" + }, + "winograd_q_160": { + "description": "Response to Winograd question 160: 'Does the participant understand relationships between agents in a scenario?'" + }, + "winograd_q_161": { + "description": "Response to Winograd question 161: 'Does the participant demonstrate common-sense reasoning in interpreting social situations?'" + }, + "winograd_q_162": { + "description": "Response to Winograd question 162: 'Does the participant demonstrate common-sense reasoning in interpreting social situations?'" + }, + "winograd_q_163": { + "description": "Response to Winograd question 163: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_164": { + "description": "Response to Winograd question 164: 'Does the participant understand the intentions of others based on contextual clues?'" + }, + "winograd_q_165": { + "description": "Response to Winograd question 165: 'Can the participant make logical inferences about the actions of others in a social situation?'" + }, + "winograd_q_166": { + "description": "Response to Winograd question 166: 'Can the participant make inferences about actions of agents in hypothetical scenarios?'" + }, + "winograd_q_167": { + "description": "Response to Winograd question 167: 'Can the participant reason about the intentions of others in a scenario involving social interactions?'" + }, + "winograd_q_168": { + "description": "Response to Winograd question 168: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_169": { + "description": "Response to Winograd question 169: 'Does the participant understand consequences in social interactions?'" + }, + "winograd_q_170": { + "description": "Response to Winograd question 170: 'Can the participant reason about the consequences of actions in a social situation?'" + }, + "winograd_q_171": { + "description": "Response to Winograd question 171: 'Does the participant demonstrate common-sense reasoning in resolving social conflicts?'" + }, + "winograd_q_172": { + "description": "Response to Winograd question 172: 'Can the participant reason about the consequences of actions in a social scenario?'" + }, + "winograd_q_173": { + "description": "Response to Winograd question 173: 'Can the participant interpret the actions of others in a hypothetical situation?'" + }, + "winograd_q_174": { + "description": "Response to Winograd question 174: 'Can the participant make logical inferences about the consequences of actions in a scenario?'" + }, + "winograd_q_175": { + "description": "Response to Winograd question 175: 'Can the participant make logical inferences about the effects of actions in a social context?'" + }, + "winograd_q_176": { + "description": "Response to Winograd question 176: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_177": { + "description": "Response to Winograd question 177: 'Can the participant reason about agents and their actions in a complex situation?'" + }, + "winograd_q_178": { + "description": "Response to Winograd question 178: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_179": { + "description": "Response to Winograd question 179: 'Can the participant resolve ambiguity in a social scenario?'" + }, + "winograd_q_180": { + "description": "Response to Winograd question 180: 'Can the participant infer the correct outcome in a situation involving social dynamics?'" + }, + "winograd_q_181": { + "description": "Response to Winograd question 181: 'Does the participant demonstrate common-sense reasoning in interpreting a scenario involving multiple agents?'" + }, + "winograd_q_182": { + "description": "Response to Winograd question 182: 'Can the participant make inferences based on social expectations?'" + }, + "winograd_q_183": { + "description": "Response to Winograd question 183: 'Can the participant reason through cause and effect in a complex situation?'" + }, + "winograd_q_184": { + "description": "Response to Winograd question 184: 'Can the participant make logical inferences based on the actions of others?'" + }, + "winograd_q_185": { + "description": "Response to Winograd question 185: 'Does the participant demonstrate an understanding of cause-and-effect in a social scenario?'" + }, + "winograd_q_186": { + "description": "Response to Winograd question 186: 'Can the participant make logical inferences about the effects of actions in a social scenario?'" + }, + "winograd_q_187": { + "description": "Response to Winograd question 187: 'Can the participant reason through ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_188": { + "description": "Response to Winograd question 188: 'Can the participant make inferences about interpersonal dynamics in a hypothetical situation?'" + }, + "winograd_q_189": { + "description": "Response to Winograd question 189: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_190": { + "description": "Response to Winograd question 190: 'Does the participant demonstrate common-sense reasoning in resolving social ambiguity?'" + }, + "winograd_q_191": { + "description": "Response to Winograd question 191: 'Can the participant reason through ambiguity in a social scenario?'" + }, + "winograd_q_192": { + "description": "Response to Winograd question 192: 'Does the participant understand ambiguous relationships between agents in a situation?'" + }, + "winograd_q_193": { + "description": "Response to Winograd question 193: 'Can the participant reason through cause-and-effect relationships in a social scenario?'" + }, + "winograd_q_194": { + "description": "Response to Winograd question 194: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_195": { + "description": "Response to Winograd question 195: 'Does the participant demonstrate common-sense reasoning in interpreting social situations?'" + }, + "winograd_q_196": { + "description": "Response to Winograd question 196: 'Can the participant reason about the outcomes of hypothetical situations?'" + }, + "winograd_q_197": { + "description": "Response to Winograd question 197: 'Can the participant make logical inferences about the consequences of actions in a social scenario?'" + }, + "winograd_q_198": { + "description": "Response to Winograd question 198: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_199": { + "description": "Response to Winograd question 199: 'Can the participant resolve ambiguity in a situation involving social dynamics?'" + }, + "winograd_q_200": { + "description": "Response to Winograd question 200: 'Can the participant infer the correct outcome in a scenario involving multiple agents?'" + }, + "winograd_q_201": { + "description": "Response to Winograd question 201: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_202": { + "description": "Response to Winograd question 202: 'Can the participant infer logical consequences in a social context?'" + }, + "winograd_q_203": { + "description": "Response to Winograd question 203: 'Does the participant demonstrate an understanding of social dynamics in a hypothetical situation?'" + }, + "winograd_q_204": { + "description": "Response to Winograd question 204: 'Can the participant make logical inferences about the intentions of others?'" + }, + "winograd_q_205": { + "description": "Response to Winograd question 205: 'Can the participant reason through complex social dynamics in a scenario?'" + }, + "winograd_q_206": { + "description": "Response to Winograd question 206: 'Can the participant interpret the actions of others in a given context?'" + }, + "winograd_q_207": { + "description": "Response to Winograd question 207: 'Does the participant demonstrate common-sense reasoning in a social scenario?'" + }, + "winograd_q_208": { + "description": "Response to Winograd question 208: 'Can the participant predict the outcomes of actions in a complex social scenario?'" + }, + "winograd_q_209": { + "description": "Response to Winograd question 209: 'Can the participant reason about the actions of others based on contextual clues?'" + }, + "winograd_q_210": { + "description": "Response to Winograd question 210: 'Can the participant predict logical outcomes in a given situation?'" + }, + "winograd_q_211": { + "description": "Response to Winograd question 211: 'Does the participant show common-sense reasoning in interpreting a scenario?'" + }, + "winograd_q_212": { + "description": "Response to Winograd question 212: 'Does the participant understand logical relationships in a given social scenario?'" + }, + "winograd_q_213": { + "description": "Response to Winograd question 213: 'Can the participant make logical inferences about the actions of others in a social scenario?'" + }, + "winograd_q_214": { + "description": "Response to Winograd question 214: 'Can the participant reason through the effects of actions in a hypothetical situation?'" + }, + "winograd_q_215": { + "description": "Response to Winograd question 215: 'Can the participant predict the outcomes of actions in a complex social situation?'" + }, + "winograd_q_216": { + "description": "Response to Winograd question 216: 'Can the participant reason through cause and effect in a social context?'" + }, + "winograd_q_217": { + "description": "Response to Winograd question 217: 'Does the participant show evidence of common sense reasoning about everyday situations?'" + }, + "winograd_q_218": { + "description": "Response to Winograd question 218: 'Does the participant demonstrate common-sense reasoning in interpreting a social situation?'" + }, + "winograd_q_219": { + "description": "Response to Winograd question 219: 'Does the participant demonstrate an understanding of logical relationships in social scenarios?'" + }, + "winograd_q_220": { + "description": "Response to Winograd question 220: 'Can the participant resolve ambiguity in a situation involving social interactions?'" + }, + "winograd_q_221": { + "description": "Response to Winograd question 221: 'Can the participant reason about the effects of actions in a social context?'" + }, + "winograd_q_222": { + "description": "Response to Winograd question 222: 'Can the participant make logical inferences in a complex social situation?'" + }, + "winograd_q_223": { + "description": "Response to Winograd question 223: 'Can the participant reason about the actions of others based on contextual clues?'" + }, + "winograd_q_224": { + "description": "Response to Winograd question 224: 'Can the participant correctly infer actions based on a given context?'" + }, + "winograd_q_225": { + "description": "Response to Winograd question 225: 'Can the participant make logical inferences about the actions of others in a scenario?'" + }, + "winograd_q_226": { + "description": "Response to Winograd question 226: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_227": { + "description": "Response to Winograd question 227: 'Can the participant infer the effects of actions in a social situation?'" + }, + "winograd_q_228": { + "description": "Response to Winograd question 228: 'Does the participant demonstrate common-sense reasoning in interpreting a social scenario?'" + }, + "winograd_q_229": { + "description": "Response to Winograd question 229: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_230": { + "description": "Response to Winograd question 230: 'Can the participant make logical inferences based on common sense reasoning?'" + }, + "winograd_q_231": { + "description": "Response to Winograd question 231: 'Does the participant demonstrate an understanding of social dynamics in a scenario involving multiple agents?'" + }, + "winograd_q_232": { + "description": "Response to Winograd question 232: 'Does the participant demonstrate common-sense reasoning in resolving ambiguity in a social situation?'" + }, + "winograd_q_233": { + "description": "Response to Winograd question 233: 'Can the participant reason about the intentions of others based on the given context?'" + }, + "winograd_q_234": { + "description": "Response to Winograd question 234: 'Does the participant demonstrate common-sense reasoning in resolving ambiguous social situations?'" + }, + "winograd_q_235": { + "description": "Response to Winograd question 235: 'Does the participant understand cause and effect relationships in the given scenario?'" + }, + "winograd_q_236": { + "description": "Response to Winograd question 236: 'Can the participant understand the effects of an action based on context?'" + }, + "winograd_q_237": { + "description": "Response to Winograd question 237: 'Can the participant interpret the actions of others based on the given context?'" + }, + "winograd_q_238": { + "description": "Response to Winograd question 238: 'Can the participant predict outcomes in social situations?'" + }, + "winograd_q_239": { + "description": "Response to Winograd question 239: 'Can the participant reason about the consequences of actions in a social scenario?'" + }, + "winograd_q_240": { + "description": "Response to Winograd question 240: 'Does the participant demonstrate an understanding of cause and effect in social interactions?'" + }, + "winograd_q_241": { + "description": "Response to Winograd question 241: 'Can the participant resolve ambiguity in a scenario involving multiple agents?'" + }, + "winograd_q_242": { + "description": "Response to Winograd question 242: 'Can the participant reason about the actions of others based on contextual clues?'" + }, + "winograd_q_243": { + "description": "Response to Winograd question 243: 'Does the participant reason about the effects of actions in ambiguous situations?'" + }, + "winograd_q_244": { + "description": "Response to Winograd question 244: 'Does the participant understand the social dynamics in a scenario involving ambiguity?'" + }, + "winograd_q_245": { + "description": "Response to Winograd question 245: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_246": { + "description": "Response to Winograd question 246: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_247": { + "description": "Response to Winograd question 247: 'Can the participant resolve ambiguity in a scenario involving social dynamics?'" + }, + "winograd_q_248": { + "description": "Response to Winograd question 248: 'Can the participant resolve ambiguity in a situation involving social interactions?'" + }, + "winograd_q_249": { + "description": "Response to Winograd question 249: 'Can the participant resolve ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_250": { + "description": "Response to Winograd question 250: 'Does the participant make logical inferences about the actions of others?'" + }, + "winograd_q_251": { + "description": "Response to Winograd question 251: 'Does the participant demonstrate common sense reasoning in social contexts?'" + }, + "winograd_q_252": { + "description": "Response to Winograd question 252: 'Can the participant grasp consequences of a hypothetical action?'" + }, + "winograd_q_253": { + "description": "Response to Winograd question 253: 'Does the participant understand the effects of an action in a complex scenario?'" + }, + "winograd_q_254": { + "description": "Response to Winograd question 254: 'Can the participant reason through ambiguity in a scenario involving social interactions?'" + }, + "winograd_q_255": { + "description": "Response to Winograd question 255: 'Does the participant demonstrate an understanding of social expectations in various contexts?'" + }, + "winograd_q_256": { + "description": "Response to Winograd question 256: 'Does the participant understand the effects of actions in a hypothetical scenario?'" + }, + "winograd_q_257": { + "description": "Response to Winograd question 257: 'Does the participant understand complex cause-and-effect relationships?'" + }, + "winograd_q_258": { + "description": "Response to Winograd question 258: 'Can the participant reason about the intentions of others based on context?'" + }, + "winograd_q_259": { + "description": "Response to Winograd question 259: 'Can the participant understand cause and effect in everyday situations?'" + }, + "winograd_q_260": { + "description": "Response to Winograd question 260: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_261": { + "description": "Response to Winograd question 261: 'Can the participant make logical inferences about the actions of others in a social scenario?'" + }, + "winograd_q_262": { + "description": "Response to Winograd question 262: 'Can the participant infer social expectations from actions?'" + }, + "winograd_q_263": { + "description": "Response to Winograd question 263: 'Does the participant understand social norms and expectations in the given scenario?'" + }, + "winograd_q_264": { + "description": "Response to Winograd question 264: 'Can the participant reason about the actions of others based on contextual clues?'" + }, + "winograd_q_265": { + "description": "Response to Winograd question 265: 'Can the participant understand cause and effect relationships in social settings?'" + }, + "winograd_q_266": { + "description": "Response to Winograd question 266: 'Does the participant demonstrate common-sense reasoning in a social situation?'" + }, + "winograd_q_267": { + "description": "Response to Winograd question 267: 'Does the participant demonstrate an understanding of cause-and-effect in social interactions?'" + }, + "winograd_q_268": { + "description": "Response to Winograd question 268: 'Can the participant reason about the consequences of actions in a social scenario?'" + }, + "winograd_q_269": { + "description": "Response to Winograd question 269: 'Can the participant resolve ambiguity in a scenario involving social dynamics?'" + }, + "winograd_q_270": { + "description": "Response to Winograd question 270: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + }, + "winograd_q_271": { + "description": "Response to Winograd question 271: 'Can the participant demonstrate logical reasoning about everyday events?'" + }, + "winograd_q_272": { + "description": "Response to Winograd question 272: 'Can the participant infer the correct outcome in a scenario involving social dynamics?'" + }, + "winograd_q_273": { + "description": "Response to Winograd question 273: 'Can the participant infer the correct outcome in a scenario involving social interactions?'" + }, + "winograd_q_274": { + "description": "Response to Winograd question 274: 'Does the participant reason logically in a given social situation?'" + }, + "winograd_q_275": { + "description": "Response to Winograd question 275: 'Does the participant interpret the consequences of a hypothetical action?'" + }, + "winograd_q_276": { + "description": "Response to Winograd question 276: 'Can the participant reason through social interactions in a scenario involving multiple agents?'" + } +} diff --git a/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/winograd.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/winograd.tsv new file mode 100644 index 0000000..98ffc96 --- /dev/null +++ b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/phenotype/winograd.tsv @@ -0,0 +1 @@ +winograd_session_id winograd_duration winograd_score winograd_number_questions winograd_questions_asked winograd_q_1 winograd_q_2 winograd_q_3 winograd_q_4 winograd_q_5 winograd_q_6 winograd_q_7 winograd_q_8 winograd_q_9 winograd_q_10 winograd_q_11 winograd_q_12 winograd_q_13 winograd_q_14 winograd_q_15 winograd_q_16 winograd_q_17 winograd_q_18 winograd_q_19 winograd_q_20 winograd_q_21 winograd_q_22 winograd_q_23 winograd_q_24 winograd_q_25 winograd_q_26 winograd_q_27 winograd_q_28 winograd_q_29 winograd_q_30 winograd_q_31 winograd_q_32 winograd_q_33 winograd_q_34 winograd_q_35 winograd_q_36 winograd_q_37 winograd_q_38 winograd_q_39 winograd_q_40 winograd_q_41 winograd_q_42 winograd_q_43 winograd_q_44 winograd_q_45 winograd_q_46 winograd_q_47 winograd_q_48 winograd_q_49 winograd_q_50 winograd_q_51 winograd_q_52 winograd_q_53 winograd_q_54 winograd_q_55 winograd_q_56 winograd_q_57 winograd_q_58 winograd_q_59 winograd_q_60 winograd_q_61 winograd_q_62 winograd_q_63 winograd_q_64 winograd_q_65 winograd_q_66 winograd_q_67 winograd_q_68 winograd_q_69 winograd_q_70 winograd_q_71 winograd_q_72 winograd_q_73 winograd_q_74 winograd_q_75 winograd_q_76 winograd_q_77 winograd_q_78 winograd_q_79 winograd_q_80 winograd_q_81 winograd_q_82 winograd_q_83 winograd_q_84 winograd_q_85 winograd_q_86 winograd_q_87 winograd_q_88 winograd_q_89 winograd_q_90 winograd_q_91 winograd_q_92 winograd_q_93 winograd_q_94 winograd_q_95 winograd_q_96 winograd_q_97 winograd_q_98 winograd_q_99 winograd_q_100 winograd_q_101 winograd_q_102 winograd_q_103 winograd_q_104 winograd_q_105 winograd_q_106 winograd_q_107 winograd_q_108 winograd_q_109 winograd_q_110 winograd_q_111 winograd_q_112 winograd_q_113 winograd_q_114 winograd_q_115 winograd_q_116 winograd_q_117 winograd_q_118 winograd_q_119 winograd_q_120 winograd_q_121 winograd_q_122 winograd_q_123 winograd_q_124 winograd_q_125 winograd_q_126 winograd_q_127 winograd_q_128 winograd_q_129 winograd_q_130 winograd_q_131 winograd_q_132 winograd_q_133 winograd_q_134 winograd_q_135 winograd_q_136 winograd_q_137 winograd_q_138 winograd_q_139 winograd_q_140 winograd_q_141 winograd_q_142 winograd_q_143 winograd_q_144 winograd_q_145 winograd_q_146 winograd_q_147 winograd_q_148 winograd_q_149 winograd_q_150 winograd_q_151 winograd_q_152 winograd_q_153 winograd_q_154 winograd_q_155 winograd_q_156 winograd_q_157 winograd_q_158 winograd_q_159 winograd_q_160 winograd_q_161 winograd_q_162 winograd_q_163 winograd_q_164 winograd_q_165 winograd_q_166 winograd_q_167 winograd_q_168 winograd_q_169 winograd_q_170 winograd_q_171 winograd_q_172 winograd_q_173 winograd_q_174 winograd_q_175 winograd_q_176 winograd_q_177 winograd_q_178 winograd_q_179 winograd_q_180 winograd_q_181 winograd_q_182 winograd_q_183 winograd_q_184 winograd_q_185 winograd_q_186 winograd_q_187 winograd_q_188 winograd_q_189 winograd_q_190 winograd_q_191 winograd_q_192 winograd_q_193 winograd_q_194 winograd_q_195 winograd_q_196 winograd_q_197 winograd_q_198 winograd_q_199 winograd_q_200 winograd_q_201 winograd_q_202 winograd_q_203 winograd_q_204 winograd_q_205 winograd_q_206 winograd_q_207 winograd_q_208 winograd_q_209 winograd_q_210 winograd_q_211 winograd_q_212 winograd_q_213 diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_metadata.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_metadata.json similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_metadata.json rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_metadata.json diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_response.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_response.json similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_response.json rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_response.json diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_audio.wav b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_audio.wav similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_audio.wav rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_audio.wav diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_features.pt b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_features.pt similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_features.pt rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_features.pt diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_metadata.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_metadata.json similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_metadata.json rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_metadata.json diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_transcript.txt b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_transcript.txt similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_transcript.txt rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_transcript.txt diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_metadata.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_metadata.json similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_metadata.json rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_metadata.json diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_response.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_response.json similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_response.json rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/beh/sub-_ses-_task-_run-_response.json diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_audio.wav b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_audio.wav similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_audio.wav rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_audio.wav diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_features.pt b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_features.pt similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_features.pt rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_features.pt diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_metadata.json b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_metadata.json similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_metadata.json rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_metadata.json diff --git a/data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_transcript.txt b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_transcript.txt similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_transcript.txt rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/ses-/voice/sub-_ses-_task-_run-_transcript.txt diff --git a/data/b2ai-data-bids-like-template/sub-/sessions.tsv b/src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/sessions.tsv similarity index 100% rename from data/b2ai-data-bids-like-template/sub-/sessions.tsv rename to src/b2aiprep/prepare/resources/b2ai-data-bids-like-template/sub-/sessions.tsv diff --git a/src/b2aiprep/resources/column_mapping.json b/src/b2aiprep/prepare/resources/column_mapping.json similarity index 99% rename from src/b2aiprep/resources/column_mapping.json rename to src/b2aiprep/prepare/resources/column_mapping.json index 4b68d06..a706e12 100644 --- a/src/b2aiprep/resources/column_mapping.json +++ b/src/b2aiprep/prepare/resources/column_mapping.json @@ -1150,4 +1150,4 @@ "random_recording_acoustic_task_id": "Acoustic Task ID.4", "random_duration": "Questionnaire Duration (seconds).17", "random_item_generation_category": "Random item generation category" -} \ No newline at end of file +} diff --git a/src/b2aiprep/resources/instrument_columns/acoustic_tasks.json b/src/b2aiprep/prepare/resources/instrument_columns/acoustic_tasks.json similarity index 98% rename from src/b2aiprep/resources/instrument_columns/acoustic_tasks.json rename to src/b2aiprep/prepare/resources/instrument_columns/acoustic_tasks.json index 483eb73..5eda4a4 100644 --- a/src/b2aiprep/resources/instrument_columns/acoustic_tasks.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/acoustic_tasks.json @@ -5,4 +5,4 @@ "acoustic_task_cohort", "acoustic_task_status", "acoustic_task_duration" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/adhd.json b/src/b2aiprep/prepare/resources/instrument_columns/adhd.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/adhd.json rename to src/b2aiprep/prepare/resources/instrument_columns/adhd.json index 53da83d..4d9617a 100644 --- a/src/b2aiprep/resources/instrument_columns/adhd.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/adhd.json @@ -19,4 +19,4 @@ "finish_other_sent", "difficulty_waiting", "interrupt_others" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/airwaystenosis.json b/src/b2aiprep/prepare/resources/instrument_columns/airwaystenosis.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/airwaystenosis.json rename to src/b2aiprep/prepare/resources/instrument_columns/airwaystenosis.json index 8de907e..4ef6a81 100644 --- a/src/b2aiprep/resources/instrument_columns/airwaystenosis.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/airwaystenosis.json @@ -27,4 +27,4 @@ "diagnosis_as_treatment_in_office___steroid_injections_adjunct", "diagnosis_as_treatment_in_office___dilation", "diagnosis_as_treatment_in_office___laser" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/als.json b/src/b2aiprep/prepare/resources/instrument_columns/als.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/als.json rename to src/b2aiprep/prepare/resources/instrument_columns/als.json index db464b6..70c070c 100644 --- a/src/b2aiprep/resources/instrument_columns/als.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/als.json @@ -33,4 +33,4 @@ "diagnosis_als_treatment_and_management_yes_supportive_care___nutrition_support", "diagnosis_als_treatment_and_management_yes_supportive_care___psychotherapy", "diagnosis_als_treatment_and_management_yes_supportive_care___other" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/alzheimers.json b/src/b2aiprep/prepare/resources/instrument_columns/alzheimers.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/alzheimers.json rename to src/b2aiprep/prepare/resources/instrument_columns/alzheimers.json index bdb92ee..8acb232 100644 --- a/src/b2aiprep/resources/instrument_columns/alzheimers.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/alzheimers.json @@ -31,4 +31,4 @@ "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___physical_exercise_program", "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___dietary_modifications", "diagnosis_alz_dementia_mci_treatment_obtained_yes_npi___other" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/benignLesion.json b/src/b2aiprep/prepare/resources/instrument_columns/benignLesion.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/benignLesion.json rename to src/b2aiprep/prepare/resources/instrument_columns/benignLesion.json index 7efc927..fffcfa7 100644 --- a/src/b2aiprep/resources/instrument_columns/benignLesion.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/benignLesion.json @@ -22,4 +22,4 @@ "diagnosis_bl_treatment_select___voice_rest", "diagnosis_bl_treatment_select___other", "diagnosis_bl_treatment_lm" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/bipolar.json b/src/b2aiprep/prepare/resources/instrument_columns/bipolar.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/bipolar.json rename to src/b2aiprep/prepare/resources/instrument_columns/bipolar.json index 7b09108..6932b95 100644 --- a/src/b2aiprep/resources/instrument_columns/bipolar.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/bipolar.json @@ -7,4 +7,4 @@ "diagnosis_bipolar_psychotic", "diagnosis_bipolar_severity" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/confounders.json b/src/b2aiprep/prepare/resources/instrument_columns/confounders.json similarity index 100% rename from src/b2aiprep/resources/instrument_columns/confounders.json rename to src/b2aiprep/prepare/resources/instrument_columns/confounders.json diff --git a/src/b2aiprep/resources/instrument_columns/customAffectScale.json b/src/b2aiprep/prepare/resources/instrument_columns/customAffectScale.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/customAffectScale.json rename to src/b2aiprep/prepare/resources/instrument_columns/customAffectScale.json index 9172099..04f7304 100644 --- a/src/b2aiprep/resources/instrument_columns/customAffectScale.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/customAffectScale.json @@ -14,4 +14,4 @@ "relaxed", "worried", "desire_to_escape" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/demographics.json b/src/b2aiprep/prepare/resources/instrument_columns/demographics.json similarity index 100% rename from src/b2aiprep/resources/instrument_columns/demographics.json rename to src/b2aiprep/prepare/resources/instrument_columns/demographics.json diff --git a/src/b2aiprep/resources/instrument_columns/depression.json b/src/b2aiprep/prepare/resources/instrument_columns/depression.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/depression.json rename to src/b2aiprep/prepare/resources/instrument_columns/depression.json index 995ff5f..91867ee 100644 --- a/src/b2aiprep/resources/instrument_columns/depression.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/depression.json @@ -7,4 +7,4 @@ "diagnosis_bipolar_subtype_active_depression", "diagnosis_bipolar_psychotic_depression", "diagnosis_bipolar_severity_depression" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/dsm5.json b/src/b2aiprep/prepare/resources/instrument_columns/dsm5.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/dsm5.json rename to src/b2aiprep/prepare/resources/instrument_columns/dsm5.json index 92211e6..110b6d3 100644 --- a/src/b2aiprep/resources/instrument_columns/dsm5.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/dsm5.json @@ -39,4 +39,4 @@ "social_phobia_8", "social_phobia_9", "social_phobia_10" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/dyspnea.json b/src/b2aiprep/prepare/resources/instrument_columns/dyspnea.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/dyspnea.json rename to src/b2aiprep/prepare/resources/instrument_columns/dyspnea.json index a5d7479..20bef0d 100644 --- a/src/b2aiprep/resources/instrument_columns/dyspnea.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/dyspnea.json @@ -11,4 +11,4 @@ "di_exercise", "di_breathing_stresses_me", "di_restrict_personal_social_life" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/eligibility.json b/src/b2aiprep/prepare/resources/instrument_columns/eligibility.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/eligibility.json rename to src/b2aiprep/prepare/resources/instrument_columns/eligibility.json index ebeb8d2..508a8b6 100644 --- a/src/b2aiprep/resources/instrument_columns/eligibility.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/eligibility.json @@ -33,4 +33,4 @@ "chronic_cough", "copd", "osa" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/enrollment.json b/src/b2aiprep/prepare/resources/instrument_columns/enrollment.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/enrollment.json rename to src/b2aiprep/prepare/resources/instrument_columns/enrollment.json index 3e8b27b..b526ef8 100644 --- a/src/b2aiprep/resources/instrument_columns/enrollment.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/enrollment.json @@ -28,4 +28,4 @@ "ef_fluent_languages___4", "ef_fluent_languages___5", "ef_fluent_language_other" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/gad7.json b/src/b2aiprep/prepare/resources/instrument_columns/gad7.json similarity index 100% rename from src/b2aiprep/resources/instrument_columns/gad7.json rename to src/b2aiprep/prepare/resources/instrument_columns/gad7.json diff --git a/src/b2aiprep/resources/instrument_columns/laryngealCancer.json b/src/b2aiprep/prepare/resources/instrument_columns/laryngealCancer.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/laryngealCancer.json rename to src/b2aiprep/prepare/resources/instrument_columns/laryngealCancer.json index a7c76f2..ee447b6 100644 --- a/src/b2aiprep/resources/instrument_columns/laryngealCancer.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/laryngealCancer.json @@ -43,4 +43,4 @@ "diagnosis_lc_treatment_select___other", "diagnosis_lc_treatment_s___endoscopic_laser", "diagnosis_lc_treatment_s___partial_laryngectomy" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/laryngealDystonia.json b/src/b2aiprep/prepare/resources/instrument_columns/laryngealDystonia.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/laryngealDystonia.json rename to src/b2aiprep/prepare/resources/instrument_columns/laryngealDystonia.json index 57c2f85..2cd3034 100644 --- a/src/b2aiprep/resources/instrument_columns/laryngealDystonia.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/laryngealDystonia.json @@ -38,4 +38,4 @@ "diagnosis_ld_treatment_select___mrgfus", "diagnosis_ld_treatment_select___other", "diagnosis_ld_treatment_bi_li" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/leicester.json b/src/b2aiprep/prepare/resources/instrument_columns/leicester.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/leicester.json rename to src/b2aiprep/prepare/resources/instrument_columns/leicester.json index 22c5934..872b2cf 100644 --- a/src/b2aiprep/resources/instrument_columns/leicester.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/leicester.json @@ -20,4 +20,4 @@ "lcq_partner", "lcq_felt_in_control", "lcq_energy" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/panas.json b/src/b2aiprep/prepare/resources/instrument_columns/panas.json similarity index 98% rename from src/b2aiprep/resources/instrument_columns/panas.json rename to src/b2aiprep/prepare/resources/instrument_columns/panas.json index cb4fd23..8a02905 100644 --- a/src/b2aiprep/resources/instrument_columns/panas.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/panas.json @@ -11,4 +11,4 @@ "attentive", "afraid", "active" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/parkinsons.json b/src/b2aiprep/prepare/resources/instrument_columns/parkinsons.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/parkinsons.json rename to src/b2aiprep/prepare/resources/instrument_columns/parkinsons.json index 3e086fa..3e091d0 100644 --- a/src/b2aiprep/resources/instrument_columns/parkinsons.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/parkinsons.json @@ -44,4 +44,4 @@ "diagnosis_parkinsons_treatment_obtained_yes_npi___speech_therapy", "diagnosis_parkinsons_treatment_obtained_yes_npi___dbs", "diagnosis_parkinsons_treatment_obtained_yes_npi___other" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/participant.json b/src/b2aiprep/prepare/resources/instrument_columns/participant.json similarity index 100% rename from src/b2aiprep/resources/instrument_columns/participant.json rename to src/b2aiprep/prepare/resources/instrument_columns/participant.json diff --git a/src/b2aiprep/resources/instrument_columns/phq9.json b/src/b2aiprep/prepare/resources/instrument_columns/phq9.json similarity index 100% rename from src/b2aiprep/resources/instrument_columns/phq9.json rename to src/b2aiprep/prepare/resources/instrument_columns/phq9.json diff --git a/src/b2aiprep/resources/instrument_columns/precancerousLesions.json b/src/b2aiprep/prepare/resources/instrument_columns/precancerousLesions.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/precancerousLesions.json rename to src/b2aiprep/prepare/resources/instrument_columns/precancerousLesions.json index 4a6a7fa..930c78a 100644 --- a/src/b2aiprep/resources/instrument_columns/precancerousLesions.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/precancerousLesions.json @@ -38,4 +38,4 @@ "diagnosis_pl_treatment_select___radiotherapy_persistent_or_recurrent_lesions", "diagnosis_pl_treatment_select___voice_or_speech_therapy", "diagnosis_pl_treatment_select___other" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/ptsd.json b/src/b2aiprep/prepare/resources/instrument_columns/ptsd.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/ptsd.json rename to src/b2aiprep/prepare/resources/instrument_columns/ptsd.json index 181be1b..b32eb59 100644 --- a/src/b2aiprep/resources/instrument_columns/ptsd.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/ptsd.json @@ -11,4 +11,4 @@ "super_alert", "feeling_jumpy", "irritable" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/random.json b/src/b2aiprep/prepare/resources/instrument_columns/random.json similarity index 98% rename from src/b2aiprep/resources/instrument_columns/random.json rename to src/b2aiprep/prepare/resources/instrument_columns/random.json index e45901b..1b25582 100644 --- a/src/b2aiprep/resources/instrument_columns/random.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/random.json @@ -3,4 +3,4 @@ "random_recording_acoustic_task_id", "random_duration", "random_item_generation_category" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/recordings.json b/src/b2aiprep/prepare/resources/instrument_columns/recordings.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/recordings.json rename to src/b2aiprep/prepare/resources/instrument_columns/recordings.json index 27ddd06..f55c811 100644 --- a/src/b2aiprep/resources/instrument_columns/recordings.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/recordings.json @@ -9,4 +9,4 @@ "recording_profile_version", "recording_input_gain", "recording_microphone" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/sessions.json b/src/b2aiprep/prepare/resources/instrument_columns/sessions.json similarity index 98% rename from src/b2aiprep/resources/instrument_columns/sessions.json rename to src/b2aiprep/prepare/resources/instrument_columns/sessions.json index 929e3bb..e363ea2 100644 --- a/src/b2aiprep/resources/instrument_columns/sessions.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/sessions.json @@ -4,4 +4,4 @@ "session_is_control_participant", "session_duration", "session_site" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/stroop.json b/src/b2aiprep/prepare/resources/instrument_columns/stroop.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/stroop.json rename to src/b2aiprep/prepare/resources/instrument_columns/stroop.json index 61dd81f..2fded97 100644 --- a/src/b2aiprep/resources/instrument_columns/stroop.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/stroop.json @@ -47,4 +47,4 @@ "stroop_item_stimulus_15", "stroop_item_color_15", "stroop_item_time_15" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/vhi10.json b/src/b2aiprep/prepare/resources/instrument_columns/vhi10.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/vhi10.json rename to src/b2aiprep/prepare/resources/instrument_columns/vhi10.json index ad4bca1..06e854d 100644 --- a/src/b2aiprep/resources/instrument_columns/vhi10.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/vhi10.json @@ -11,4 +11,4 @@ "voice_upsetting", "voice_handicapped", "ask_whats_wrong_voice" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/vocab.json b/src/b2aiprep/prepare/resources/instrument_columns/vocab.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/vocab.json rename to src/b2aiprep/prepare/resources/instrument_columns/vocab.json index 70c9379..fb26ed4 100644 --- a/src/b2aiprep/resources/instrument_columns/vocab.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/vocab.json @@ -14,4 +14,4 @@ "vocabulary_item_difficulty_5", "vocabulary_item_word_6", "vocabulary_item_difficulty_6" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/vocalFoldParalysis.json b/src/b2aiprep/prepare/resources/instrument_columns/vocalFoldParalysis.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/vocalFoldParalysis.json rename to src/b2aiprep/prepare/resources/instrument_columns/vocalFoldParalysis.json index f915f01..050bcd0 100644 --- a/src/b2aiprep/resources/instrument_columns/vocalFoldParalysis.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/vocalFoldParalysis.json @@ -22,4 +22,4 @@ "diagnosis_vfp_treatment_surgery", "diagnosis_vfp_treatment_surgery_thyroplasty", "diagnosis_vfp_treatment_surgery_vfia" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/voicePerception.json b/src/b2aiprep/prepare/resources/instrument_columns/voicePerception.json similarity index 98% rename from src/b2aiprep/resources/instrument_columns/voicePerception.json rename to src/b2aiprep/prepare/resources/instrument_columns/voicePerception.json index ad18b6a..8016970 100644 --- a/src/b2aiprep/resources/instrument_columns/voicePerception.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/voicePerception.json @@ -2,4 +2,4 @@ "voice_perception_session_id", "voice_perception_duration", "voice_quality_perception" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/voiceSeverity.json b/src/b2aiprep/prepare/resources/instrument_columns/voiceSeverity.json similarity index 98% rename from src/b2aiprep/resources/instrument_columns/voiceSeverity.json rename to src/b2aiprep/prepare/resources/instrument_columns/voiceSeverity.json index c9edb43..fee2af3 100644 --- a/src/b2aiprep/resources/instrument_columns/voiceSeverity.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/voiceSeverity.json @@ -2,4 +2,4 @@ "voice_severity_session_id", "voice_severity_duration", "describe_the_severity_of_a" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/instrument_columns/winograd.json b/src/b2aiprep/prepare/resources/instrument_columns/winograd.json similarity index 99% rename from src/b2aiprep/resources/instrument_columns/winograd.json rename to src/b2aiprep/prepare/resources/instrument_columns/winograd.json index 99fbd30..61871ce 100644 --- a/src/b2aiprep/resources/instrument_columns/winograd.json +++ b/src/b2aiprep/prepare/resources/instrument_columns/winograd.json @@ -217,4 +217,4 @@ "winograd_q_211", "winograd_q_212", "winograd_q_213" -] \ No newline at end of file +] diff --git a/src/b2aiprep/resources/questionnaire2schema.json b/src/b2aiprep/prepare/resources/questionnaire2schema.json similarity index 99% rename from src/b2aiprep/resources/questionnaire2schema.json rename to src/b2aiprep/prepare/resources/questionnaire2schema.json index 0522793..7ef63d7 100644 --- a/src/b2aiprep/resources/questionnaire2schema.json +++ b/src/b2aiprep/prepare/resources/questionnaire2schema.json @@ -34,4 +34,4 @@ "stroop": "qneurowordcolorstroopschema", "vocab": "qneuroproductivevocabularyschema", "random": "qneurorandomitemgenerationschema" -} \ No newline at end of file +} diff --git a/src/b2aiprep/prepare/resources/unique_recordings.json b/src/b2aiprep/prepare/resources/unique_recordings.json new file mode 100644 index 0000000..d041cc3 --- /dev/null +++ b/src/b2aiprep/prepare/resources/unique_recordings.json @@ -0,0 +1,56 @@ +[ + "recording_name", + "Audio Check-1", + "Audio Check-2", + "Audio Check-3", + "Audio Check-4", + "Prolonged vowel", + "Maximum phonation time-1", + "Maximum phonation time-2", + "Maximum phonation time-3", + "Rainbow Passage", + "Glides-Low to High", + "Glides-High to Low", + "Loudness", + "Diadochokinesis-PA", + "Diadochokinesis-TA", + "Diadochokinesis-KA", + "Diadochokinesis-Pataka", + "Diadochokinesis-buttercup", + "Free speech-1", + "Free speech-2", + "Free speech-3", + "Respiration and cough-Breath-1", + "Respiration and cough-FiveBreaths-1", + "Respiration and cough-FiveBreaths-2", + "Respiration and cough-Cough-1", + "Respiration and cough-Breath-2", + "Respiration and cough-FiveBreaths-3", + "Respiration and cough-FiveBreaths-4", + "Respiration and cough-Cough-2", + "Picture description", + "Story recall", + "Respiration and cough-ThreeQuickBreaths-1", + "Respiration and cough-ThreeQuickBreaths-2", + "Breath Sounds", + "Voluntary Cough", + "Caterpillar Passage", + "Cape V sentences-1", + "Cape V sentences-2", + "Cape V sentences-3", + "Cape V sentences-4", + "Cape V sentences-5", + "Cape V sentences-6", + "Free Speech", + "Productive Vocabulary-1", + "Productive Vocabulary-2", + "Productive Vocabulary-3", + "Productive Vocabulary-4", + "Productive Vocabulary-5", + "Productive Vocabulary-6", + "Random Item Generation", + "Word-color Stroop", + "Cinderella Story", + "Animal fluency", + "Open response questions" +] diff --git a/src/b2aiprep/prepare/utils.py b/src/b2aiprep/prepare/utils.py new file mode 100644 index 0000000..afe8eaf --- /dev/null +++ b/src/b2aiprep/prepare/utils.py @@ -0,0 +1,342 @@ +import glob +import importlib.resources as pkg_resources +import json +import os +import shutil +from typing import Dict, List, Optional + +import pandas as pd + + +def _transform_str_for_bids_filename(filename: str): + """Replace spaces in a string with hyphens to match BIDS string format rules..""" + return filename.replace(" ", "-") + + +def reformat_resources(input_dir: str, output_dir: str) -> None: + """ + Converts lists from all JSON files in the input directory to dictionaries + where each list item becomes a key in the dictionary with a value of + {"description": ""}, and saves them to the output directory with the same filename. + + Args: + input_dir (str): The directory path containing input JSON files with lists. + output_dir (str): The directory path to save the output JSON dictionary files. + + Raises: + ValueError: If input_dir and output_dir are the same. + FileNotFoundError: If input_dir does not exist. + Exception: If any unexpected error occurs during file processing. + + Returns: + None + """ + # Check if input and output directories are the same + if os.path.abspath(input_dir) == os.path.abspath(output_dir): + raise ValueError("Input and output directories must be different.") + + # Check if input directory exists + if not os.path.exists(input_dir): + raise FileNotFoundError(f"Input directory '{input_dir}' does not exist.") + + # Create output directory if it does not exist + os.makedirs(output_dir, exist_ok=True) + + # Iterate through all files in the input directory + for filename in os.listdir(input_dir): + if filename.endswith(".json"): + input_json_path = os.path.join(input_dir, filename) + output_json_path = os.path.join(output_dir, filename) + print(output_json_path) + + try: + # Load the list from the input JSON file + with open(input_json_path, "r") as input_file: + keys_list: List[str] = json.load(input_file) + result_dict: Dict[str, Dict[str, str]] = { + key: {"description": ""} for key in keys_list + } + + # Save the resulting dictionary to the output JSON file + with open(output_json_path, "w") as output_file: + json.dump(result_dict, output_file, indent=4) + + except Exception as e: + print(f"Error processing file '{filename}': {e}") + + +def make_tsv_files(directory: str) -> None: + """ + Creates .tsv files for each .json file present in the specified directory. + The .tsv files will have columns corresponding to the keys of the JSON files, + maintaining the order of the keys. + + Args: + directory (str): The path to the directory containing .json files for which + .tsv files need to be created. + + Returns: + None + + Raises: + FileNotFoundError: If the specified directory does not exist. + Exception: If any unexpected error occurs during file creation. + """ + if not os.path.exists(directory): + raise FileNotFoundError(f"The directory '{directory}' does not exist.") + + # Iterate over all files in the specified directory + for filename in os.listdir(directory): + if filename.endswith(".json"): + base_name = os.path.splitext(filename)[0] + tsv_filename = f"{base_name}.tsv" + json_filepath = os.path.join(directory, filename) + tsv_filepath = os.path.join(directory, tsv_filename) + + try: + with open(json_filepath, "r") as json_file: + data = json.load(json_file) + + # Extract top-level keys from the JSON file to be the columns + keys = list(data.keys()) + df = pd.DataFrame([{key: "" for key in keys}]) + + # Write the DataFrame to a .tsv file + df.to_csv(tsv_filepath, sep="\t", index=False) + + except Exception as e: + print(f"Error processing file '{filename}': {e}") + + +def copy_package_resource( + package: str, resource: str, destination_dir: str, destination_name: str = None +) -> None: + """ + Copy a file or directory from within a package to a specified directory, + overwriting if it already exists. + + Args: + package (str): The package name where the file or directory is located. + resource (str): The resource name (file or directory path within the package). + destination_dir (str): The directory where the file or directory should be copied. + destination_name (str, optional): The new name for the copied file or directory. + If not provided, the original name is used. + + Returns: + None + """ + if destination_name is None: + destination_name = os.path.basename(resource) + destination_path = os.path.join(destination_dir, destination_name) + + # Check if the destination path already exists and remove it if so + if os.path.exists(destination_path): + if os.path.isdir(destination_path): + shutil.rmtree(destination_path) + else: + os.remove(destination_path) + + with pkg_resources.path(package, resource) as src_path: + src_path = str(src_path) # Convert to string to avoid issues with path-like objects + if os.path.isdir(src_path): # Check if the resource is a directory + shutil.copytree(src_path, destination_path) + else: # Otherwise, assume it is a file + shutil.copy(src_path, destination_path) + + +def remove_files_by_pattern(directory: str, pattern: str) -> None: + """ + Remove all files in a given directory that match a specific pattern. + + Args: + directory (str): The path to the directory. + pattern (str): The pattern to match files (e.g., "*.txt" for all text files). + + Returns: + None + """ + # Construct the full path pattern + path_pattern = os.path.join(directory, pattern) + + # Use glob to find all files that match the pattern + files_to_remove = glob.glob(path_pattern) + + for file_path in files_to_remove: + try: + os.remove(file_path) + print(f"Removed file: {file_path}") + except OSError as e: + print(f"Error removing file {file_path}: {e}") + + +def construct_tsv_from_json( + df: pd.DataFrame, json_file_path: str, output_dir: str, output_file_name: Optional[str] = None +) -> None: + """ + Constructs a TSV file from a DataFrame and a JSON file specifying column labels. + Combines entries so that there is one row per record_id. + + Args: + df (pd.DataFrame): DataFrame containing the data. + json_file_path (str): Path to the JSON file with the column labels. + output_dir (str): Output directory where the TSV file will be saved. + output_file_name (str, optional): The name of the output TSV file. + If not provided, the JSON file name is used with a .tsv extension. + + Returns: + None: This function does not return a value; it writes the output to a TSV file. + """ + # Load the column labels from the JSON file + with open(json_file_path, "r") as f: + json_data = json.load(f) + + # Extract column names from the JSON file + column_labels = list(json_data.keys()) + + # Filter column labels to only include those that exist in the DataFrame + valid_columns = [col for col in column_labels if col in df.columns] + + if not valid_columns: + raise ValueError("No valid columns found in DataFrame that match JSON file") + + if "record_id" not in valid_columns: + valid_columns = ["record_id"] + valid_columns + + # Select the relevant columns from the DataFrame + selected_df = df[valid_columns] + + # Combine entries so there is one row per record_id + combined_df = selected_df.groupby("record_id").first().reset_index() + + # Define the output file name and path + if output_file_name is None: + output_file_name = os.path.splitext(os.path.basename(json_file_path))[0] + ".tsv" + + tsv_path = os.path.join(output_dir, output_file_name) + + # Save the combined DataFrame to a TSV file + combined_df.to_csv(tsv_path, sep="\t", index=False) + + print(f"TSV file created and saved to: {tsv_path}") + + +def construct_all_tsvs_from_jsons( + df: pd.DataFrame, input_dir: str, output_dir: str, excluded_files: Optional[List[str]] = None +) -> None: + """ + Constructs TSV files from all JSON files in a specified directory, + excluding specific files if provided. + + Args: + df (pd.DataFrame): DataFrame containing the data. + input_dir (str): Directory containing JSON files with column labels. + output_dir (str): Directory where the TSV files will be saved. + excluded_files (List[str], optional): List of JSON filenames to exclude + from processing. Defaults to None. + + Returns: + None: This function does not return a value; it writes output to TSV files. + """ + # Ensure the excluded_files list is initialized if None is provided + if excluded_files is None: + excluded_files = [] + + # Ensure output directory exists + os.makedirs(output_dir, exist_ok=True) + + # Iterate over all files in the input directory + for filename in os.listdir(input_dir): + # Process only JSON files that are not excluded + if filename.endswith(".json") and filename not in excluded_files: + json_file_path = os.path.join(input_dir, filename) + + # Construct the TSV file from the JSON file + construct_tsv_from_json(df=df, json_file_path=json_file_path, output_dir=output_dir) + + +def open_json_as_dict(file_path): + with open(file_path, "r") as file: + return json.load(file) + + +# Updated function to take file paths as input and perform the comparison +def compare_json_keys_only_differences_from_files(file1_path, file2_path): + # Load JSON files as dictionaries + json1 = open_json_as_dict(file1_path) + json2 = open_json_as_dict(file2_path) + + # Get keys from both JSON objects + keys1 = set(json1.keys()) + keys2 = set(json2.keys()) + + # Find differences + only_in_file1 = keys1 - keys2 + only_in_file2 = keys2 - keys1 + + result = {"only_in_file1": list(only_in_file1), "only_in_file2": list(only_in_file2)} + + return result + + +def sort_json_by_another_and_save( + json_to_sort: Dict[str, any], reference_json: Dict[str, any], output_file_path: str +) -> None: + # Create an ordered list of keys from the reference JSON + reference_keys = list(reference_json.keys()) + + # Sort the json_to_sort according to the reference keys order + sorted_json = {key: json_to_sort[key] for key in reference_keys if key in json_to_sort} + + # Save the sorted JSON to the output file + with open(output_file_path, "w") as output_file: + json.dump(sorted_json, output_file, indent=4) + + print(f"Sorted JSON saved to {output_file_path}") + + +def save_json(data: Dict[str, any], file_path: str) -> None: + """Helper function to save a dictionary as a JSON file with correct character rendering.""" + with open(file_path, "w", encoding="utf-8") as f: + json.dump(data, f, indent=4, ensure_ascii=False) + + +def update_jsons_in_directory(directory: str, reference_file: str) -> None: + """Function to load all JSON files in a directory, replace their values + with values from a reference JSON file based on matching keys, and remove + those entries from the reference JSON at the end, excluding .json.""" + + # Load reference JSON + reference_json = open_json_as_dict(reference_file) + + # Track the keys that have been updated + updated_keys: List[str] = [] + + # Iterate over all files in the directory + for file_name in os.listdir(directory): + # Exclude .json + if file_name.endswith(".json") and file_name != ".json": + file_path = os.path.join(directory, file_name) + + # Load the current JSON file as a dict + json_data = open_json_as_dict(file_path) + + # Replace values in the json_data with the ones from reference_json for matching keys + updated_json = {} + for key in json_data.keys(): + if key in reference_json: + updated_json[key] = reference_json[key] # Use the value from reference JSON + updated_keys.append(key) # Track the key to be removed later + else: + raise KeyError(f"Key '{key}' in {file_name} not found in reference JSON.") + + # Save the updated JSON file + save_json(updated_json, file_path) + print(f"Updated: {file_name}") + + # Remove all updated keys from the reference JSON + for key in updated_keys: + reference_json.pop(key, None) + + # Save the modified reference JSON back to its original file + save_json(reference_json, reference_file) + print(f"Updated reference JSON saved back to {reference_file}") diff --git a/src/b2aiprep/summer_school_data.py b/src/b2aiprep/summer_school_data.py deleted file mode 100644 index 76c1db6..0000000 --- a/src/b2aiprep/summer_school_data.py +++ /dev/null @@ -1,292 +0,0 @@ -""" -Organizes data, extracts features, and bundles everything together in an -easily distributable format for the Bridge2AI Summer School. - -This script performs the following steps: -1. Organizes RedCap data and audio files into a BIDS-like directory structure. -2. Extracts audio features from the organized data using a Pydra workflow. -3. Bundles the processed data into a .tar file with gzip compression. - -Feature extraction is parallelized using Pydra. - -Usage: - b2aiprep-cli prepsummerdata \ - [path to RedCap CSV] \ - [path to Wasabi export directory] \ - [desired path to BIDS output] \ - [desired output path for .tar file] - - python3 b2aiprep/src/b2aiprep/summer_school_data.py \ - --redcap_csv_path [path to RedCap CSV] \ - --audio_dir_path [path to Wasabi export directory] \ - --bids_dir_path [desired path to BIDS output] \ - --tar_file_path [desired output path for .tar file] - -Functions: - - wav_to_features: Extracts features from a single audio file. - - get_audio_paths: Retrieves all .wav audio file paths from a BIDS-like - directory structure. - - extract_features_workflow: Runs a Pydra workflow to extract audio - features from BIDS-like directory. - - bundle_data: Saves data bundle as a tar file with gzip compression. - - prepare_summer_school_data: Organizes and processes Bridge2AI data for - distribution. - - parse_arguments: Parses command line arguments for processing audio data. -""" - -import argparse -import os -import logging -import tarfile - -import torch -import pydra -from pathlib import Path - -from b2aiprep.prepare import redcap_to_bids - -from senselab.audio.data_structures.audio import Audio -from senselab.audio.tasks.speaker_embeddings.api import extract_speaker_embeddings_from_audios -from senselab.audio.tasks.features_extraction.torchaudio import extract_spectrogram_from_audios -from senselab.audio.tasks.features_extraction.torchaudio import extract_mel_filter_bank_from_audios -from senselab.audio.tasks.features_extraction.torchaudio import extract_mfcc_from_audios -from senselab.audio.tasks.features_extraction.opensmile import extract_opensmile_features_from_audios - -SUBJECT_ID = "sub" -SESSION_ID = "ses" -AUDIO_ID = "audio" - -_logger = logging.getLogger(__name__) -logging.basicConfig(level=logging.INFO) - - -@pydra.mark.task -def wav_to_features(wav_path): - """Extract features from a single audio file. - - Extracts various audio features from a .wav file at the specified - path using the Audio class and feature extraction functions. - - Args: - wav_path: - The file path to the .wav audio file. - - Returns: - A dictionary mapping feature names to their extracted values. - """ - _logger.info(wav_path) - logging.disable(logging.ERROR) - audio = Audio.from_file(wav_path) - audio = audio.to_16khz() - - features = {} - features["speaker_embedding"] = extract_speaker_embeddings_from_audios([audio]) - # extract_opensmile_features_from_audios([audio]) - # embed_speaker( - # audio, - # model="speechbrain/spkrec-ecapa-voxceleb" - # ) - features["specgram"] = extract_spectrogram_from_audios([audio]) - features["melfilterbank"] = extract_mel_filter_bank_from_audios([audio]) - features["mfcc"] = extract_mfcc_from_audios([audio]) - features["sample_rate"] = audio.sampling_rate - features["opensmile"] = extract_opensmile_features_from_audios([audio]) - logging.disable(logging.NOTSET) - _logger.setLevel(logging.INFO) - - save_path = wav_path[:-len(".wav")] + ".pt" - torch.save(features, save_path) - return features - - -@pydra.mark.task -def get_audio_paths(bids_dir_path): - """Retrieve all .wav audio file paths from a BIDS-like directory structure. - - This function traverses the specified BIDS directory, collecting paths to - .wav audio files from all subject and session directories that match the - expected naming conventions. - - Args: - bids_dir_path: - The root directory of the BIDS dataset. - - Returns: - list of str: - A list of file paths to .wav audio files within the BIDS directory. - """ - audio_paths = [] - - # Iterate over each subject directory. - for sub_file in os.listdir(bids_dir_path): - subject_dir_path = os.path.join(bids_dir_path, sub_file) - if sub_file.startswith(SUBJECT_ID) and os.path.isdir(subject_dir_path): - - # Iterate over each session directory within a subject. - for session_dir_path in os.listdir(subject_dir_path): - audio_path = os.path.join(subject_dir_path, - session_dir_path, - AUDIO_ID) - - if session_dir_path.startswith(SESSION_ID) \ - and os.path.isdir(audio_path): - _logger.info(audio_path) - # Iterate over each audio file in the voice directory. - for audio_file in os.listdir(audio_path): - if audio_file.endswith(".wav"): - audio_file_path = os.path.join(audio_path, - audio_file) - audio_paths.append(audio_file_path) - return audio_paths - - -def extract_features_workflow(bids_dir_path: Path, remove: bool = True): - """Run a Pydra workflow to extract audio features from BIDS-like directory. - - This function initializes a Pydra workflow that processes a BIDS-like - directory structure to extract features from .wav audio files. It retrieves - the paths to the audio files and applies the wav_to_features to each. - - Args: - bids_dir_path: - The root directory of the BIDS dataset. - remove: - Whether to remove temporary files created during processing. Default is True. - - Returns: - pydra.Workflow: - The Pydra workflow object with the extracted features and audio paths as outputs. - """ - # Initialize the Pydra workflow. - ef_wf = pydra.Workflow( - name="ef_wf", - input_spec=["bids_dir_path"], - bids_dir_path=bids_dir_path, - cache_dir=None - ) - - # Get paths to every audio file. - ef_wf.add(get_audio_paths( - name="audio_paths", - bids_dir_path=bids_dir_path - ) - ) - - # Run wav_to_features for each audio file. - ef_wf.add(wav_to_features( - name="features", - wav_path=ef_wf.audio_paths.lzout.out - ).split( - "wav_path", - wav_path=ef_wf.audio_paths.lzout.out - ) - ) - - ef_wf.set_output({"audio_paths": ef_wf.audio_paths.lzout.out, - "features": ef_wf.features.lzout.out}) - with pydra.Submitter(plugin='cf') as run: - run(ef_wf) - return ef_wf - - -def bundle_data(source_directory: str, save_path: str) -> None: - """Saves data bundle as a tar file with gzip compression. - - Args: - source_directory: - The directory containing the data to be bundled. - save_path: - The file path where the tar.gz file will be saved. - """ - with tarfile.open(save_path, "w:gz") as tar: - tar.add(source_directory, arcname=os.path.basename(source_directory)) - - -def prepare_summer_school_data( - redcap_csv_path: Path, - audio_dir_path: Path, - bids_dir_path: Path, - tar_file_path: Path - ) -> None: - """Organizes and processes Bridge2AI data for distribution. - - This function organizes the data from RedCap and the audio files from - Wasabi into a BIDS-like directory structure, extracts audio features from - the organized data, and bundles the processed data into a .tar file with - gzip compression. - - Args: - redcap_csv_path: - The file path to the REDCap CSV file. - audio_dir_path: - The directory path containing audio files. - bids_dir_path: - The directory path for the BIDS dataset. - tar_file_path: - The file path where the .tar.gz file will be saved. - """ - if not os.path.exists(bids_dir_path): - os.makedirs(bids_dir_path) - _logger.info(f"Created directory: {bids_dir_path}") - - _logger.info("Organizing data into BIDS-like directory structure...") - redcap_to_bids(redcap_csv_path, bids_dir_path, audio_dir_path) - _logger.info("Data organization complete.") - - _logger.info("Beginning audio feature extraction...") - extract_features_workflow(bids_dir_path, remove=False) - _logger.info("Audio feature extraction complete.") - - _logger.info("Saving .tar file with processed data...") - bundle_data(bids_dir_path, tar_file_path) - _logger.info(f"Saved processed data .tar file at: {tar_file_path}") - - _logger.info("Process completed.") - - -def parse_arguments() -> argparse.Namespace: - """Parses command line arguments for processing audio data. - - This function sets up and parses command line arguments required for - processing audio data for multiple subjects. It includes paths for the - REDCap CSV file, audio files directory, BIDS-like data directory, and - the output tar file path. - - Returns: - argparse.Namespace: The parsed command line arguments. - """ - parser = argparse.ArgumentParser( - description="Process audio data for multiple subjects." - ) - parser.add_argument('--redcap_csv_path', - type=Path, - required=True, - help='Path to the REDCap CSV file.') - parser.add_argument('--audio_dir_path', - type=Path, - required=True, - help='Path to the audio files directory.') - parser.add_argument('--bids_dir_path', - type=Path, - required=False, - default="summer-school-processed-data", - help='Where to save the BIDS-like data.') - parser.add_argument('--tar_file_path', - type=Path, - required=True, - help='Where to save the data bundle .tar file.') - return parser.parse_args() - - -def main(): - args = parse_arguments() - prepare_summer_school_data( - redcap_csv_path=args.redcap_csv_path, - audio_dir_path=args.audio_dir_path, - bids_dir_path=args.bids_dir_path, - tar_file_path=args.tar_file_path - ) - - -if __name__ == "__main__": - main() diff --git a/src/b2aiprep/utils.py b/src/b2aiprep/utils.py deleted file mode 100644 index 1385d6e..0000000 --- a/src/b2aiprep/utils.py +++ /dev/null @@ -1,4 +0,0 @@ - -def _transform_str_for_bids_filename(filename: str): - """Replace spaces in a string with hyphens to match BIDS string format rules..""" - return filename.replace(' ', '-') \ No newline at end of file diff --git a/tests/test_bids_like_data.py b/tests/test_bids_like_data.py new file mode 100644 index 0000000..e6b355d --- /dev/null +++ b/tests/test_bids_like_data.py @@ -0,0 +1,188 @@ +from pathlib import Path +from tempfile import TemporaryDirectory +from unittest.mock import MagicMock, mock_open, patch + +import pandas as pd +from pydantic import BaseModel + +from b2aiprep.prepare.bids_like_data import ( + _df_to_dict, + create_file_dir, + get_df_of_repeat_instrument, + get_instrument_for_name, + get_recordings_for_acoustic_task, + load_redcap_csv, + questionnaire_mapping, + redcap_to_bids, + update_redcap_df_column_names, + write_pydantic_model_to_bids_file, +) +from b2aiprep.prepare.constants import AUDIO_TASKS, RepeatInstrument +from b2aiprep.prepare.prepare import initialize_data_directory + + +@patch("pandas.read_csv") +def test_load_redcap_csv(mock_read_csv): + # Mocking the DataFrame returned by read_csv + mock_data = pd.DataFrame( + {"record_id": [1, 2], "redcap_repeat_instrument": ["instrument_1", "instrument_2"]} + ) + mock_read_csv.return_value = mock_data + + df = load_redcap_csv("dummy_path.csv") + assert df is not None + assert "record_id" in df.columns + assert "redcap_repeat_instrument" in df.columns + + +def test_update_redcap_df_column_names(): + # Path to the actual 'column_mapping.json' file + real_file_path = Path("src/b2aiprep/prepare/resources/column_mapping.json") + + # Check if the file exists + assert real_file_path.exists(), f"File not found: {real_file_path}" + + # Create a DataFrame using the "verbose" column names (the right side of your JSON mapping) + mock_data = pd.DataFrame( + { + "Record ID": [1, 2], + "Repeat Instrument": ["instrument_1", "instrument_2"], + "Repeat Instance": [1, 1], + "Language": ["English", "Spanish"], + "Consent Status": ["Yes", "No"], + "Is Feasibility Participant?": ["Yes", "No"], + "Enrollment Institution": ["MIT", "Harvard"], + "Age": [34, 28], + } + ) + + # Call the function, which will now use the real file system + updated_df = update_redcap_df_column_names(mock_data) + + # Ensure the column names have been updated according to 'column_mapping.json' + assert "record_id" in updated_df.columns + assert "redcap_repeat_instrument" in updated_df.columns + assert "redcap_repeat_instance" in updated_df.columns + assert "selected_language" in updated_df.columns + assert "consent_status" in updated_df.columns + assert "is_feasibility_participant" in updated_df.columns + assert "enrollment_institution" in updated_df.columns + assert "age" in updated_df.columns + + # Ensure that the verbose column names are no longer present + assert "Record ID" not in updated_df.columns + assert "Repeat Instrument" not in updated_df.columns + + +def test_get_df_of_repeat_instrument(): + mock_data = pd.DataFrame( + { + "redcap_repeat_instrument": ["instrument_1", "instrument_2"], + "column_1": [1, 2], + "column_2": [3, 4], + } + ) + mock_instrument = MagicMock() + mock_instrument.get_columns.return_value = ["column_1", "column_2"] + mock_instrument.text = "instrument_1" + + filtered_df = get_df_of_repeat_instrument(mock_data, mock_instrument) + assert len(filtered_df) == 1 + assert "column_1" in filtered_df.columns + + +def test_get_recordings_for_acoustic_task(): + # Use actual tasks from the AUDIO_TASKS list + task_name = AUDIO_TASKS[0] # Pick the first valid task from the list for the test + + # Create mock data for acoustic tasks and recordings based on the real task names + mock_acoustic_tasks = pd.DataFrame( + { + "acoustic_task_name": [task_name, AUDIO_TASKS[1]], # Use real AUDIO_TASKS + "acoustic_task_id": [1, 2], + "redcap_repeat_instrument": ["Acoustic Task", "Acoustic Task"], + } + ) + + # Access the Instrument instance stored in the RepeatInstrument enum member + acoustic_task_instrument = ( + RepeatInstrument.ACOUSTIC_TASK.value + ) # This is an Instrument instance + + # Manually call get_df_of_repeat_instrument() to mimic what get_recordings_for_acoustic_task() does internally + acoustic_tasks_df = get_df_of_repeat_instrument(mock_acoustic_tasks, acoustic_task_instrument) + + acoustic_tasks_df["redcap_repeat_instrument"] = "Acoustic Task" + + # Now, pass the processed DataFrame and task name to the function + get_recordings_for_acoustic_task(acoustic_tasks_df, task_name) + + +@patch("builtins.open", new_callable=mock_open) +def test_write_pydantic_model_to_bids_file(mock_open): + mock_output_path = MagicMock() + mock_data = MagicMock(BaseModel) + mock_data.json.return_value = '{"test": "data"}' + + write_pydantic_model_to_bids_file( + output_path=mock_output_path, + data=mock_data, + schema_name="schema_name", + subject_id="sub_01", + session_id="ses_01", + task_name="task_name", + ) + mock_open.assert_called_once() + + +def test_df_to_dict(): + mock_data = pd.DataFrame({"index_col": ["A", "B", "C"], "data_col": [1, 2, 3]}) + + result = _df_to_dict(mock_data, "index_col") + assert result["A"]["data_col"] == 1 + + +@patch("pathlib.Path.mkdir") +def test_create_file_dir(mock_mkdir): + create_file_dir("sub_01", "ses_01") + mock_mkdir.assert_called() + + +@patch("builtins.open", new_callable=mock_open) +@patch("json.loads") +def test_questionnaire_mapping(mock_json_loads, mock_open): + mock_json_loads.return_value = {"questionnaire_1": {"key": "value"}} + result = questionnaire_mapping("questionnaire_1") + assert result["key"] == "value" + + +def test_get_instrument_for_name(): + # Use an actual instrument name from RepeatInstrument + instrument_name = "participant" + + # Call the function with the actual instrument name + instrument = get_instrument_for_name(instrument_name) + + # Assert that the returned instrument matches the expected one + assert instrument == RepeatInstrument.PARTICIPANT.value + + +def test_redcap_to_bids(): + project_root = Path(__file__).parent.parent + csv_file_path = project_root / "data/sdv_redcap_synthetic_data_1000_rows.csv" + + # Check if the file exists before proceeding + if not csv_file_path.exists(): + raise FileNotFoundError(f"CSV file not found at: {csv_file_path}") + + # Use TemporaryDirectory for the output directory + with TemporaryDirectory() as tmp_dir: + output_dir = Path(tmp_dir) / "bids_output" + # output_dir.mkdir(parents=True, exist_ok=True) # Ensure the directory exists + initialize_data_directory(output_dir) + # Call the actual redcap_to_bids function with the real CSV and the temporary output directory + redcap_to_bids(csv_file_path, output_dir) + + # Check if the expected output files exist in the temporary directory + if not any(output_dir.iterdir()): + raise AssertionError("No output was created in the output directory") diff --git a/tests/test_cli.py b/tests/test_cli.py new file mode 100644 index 0000000..e06c14b --- /dev/null +++ b/tests/test_cli.py @@ -0,0 +1,64 @@ +import os +import shutil +import subprocess +import tempfile +from pathlib import Path + +import pytest + + +@pytest.fixture +def setup_temp_files(): + """Fixture to set up temporary directories and files for testing.""" + # Paths to required data files + project_root = Path(__file__).parent.parent + redcap_csv_source = project_root / "data/sdv_redcap_synthetic_data_1000_rows.csv" + + with ( + tempfile.TemporaryDirectory() as audio_dir, + tempfile.TemporaryDirectory() as bids_dir, + tempfile.TemporaryDirectory() as tar_dir, + ): + + # Copy the RedCap CSV file into the temporary directory + redcap_csv_path = os.path.join(tempfile.gettempdir(), "sdv_redcap_synthetic_data.csv") + shutil.copy(redcap_csv_source, redcap_csv_path) + + # Create a dummy audio file in the audio directory + audio_file_path = os.path.join(audio_dir, "sample.wav") + with open(audio_file_path, "w") as f: + f.write("dummy audio data") + + # Create paths for bids_dir and tar_file + bids_dir_path = os.path.join(bids_dir, "bids_data") + tar_file_path = os.path.join(tar_dir, "output.tar.gz") + + yield redcap_csv_path, audio_dir, bids_dir_path, tar_file_path + + +def test_prepbidslikedata_cli(setup_temp_files): + """Test the 'b2aiprep-cli prepbidslikedata' command using subprocess.""" + redcap_csv_path, audio_dir, bids_dir_path, tar_file_path = setup_temp_files + + # Define the CLI command + command = [ + "b2aiprep-cli", + "prepbidslikedata", + redcap_csv_path, + audio_dir, + bids_dir_path, + tar_file_path, + "tiny", # transcription_model_size + "2", # n_cores + "true", + ] + + # Run the CLI command + result = subprocess.run(command, capture_output=True, text=True) + + # Check if the command was successful + assert result.returncode == 0, f"CLI command failed: {result.stderr}" + + # Additional assertions can be added to check output files + assert os.path.exists(bids_dir_path), "BIDS directory was not created" + assert os.path.exists(tar_file_path), "Tar file was not created" diff --git a/tests/test_prepare.py b/tests/test_prepare.py new file mode 100644 index 0000000..a0c573e --- /dev/null +++ b/tests/test_prepare.py @@ -0,0 +1,30 @@ +import logging +import os + +import pytest + +from b2aiprep.prepare.prepare import extract_features_workflow + +logging.basicConfig(level=logging.INFO) +_logger = logging.getLogger(__name__) + + +def pytest_addoption(parser): + parser.addoption("--bids-files-path", action="store", default=None, help="Path to BIDS files") + + +@pytest.fixture +def bids_files_path(request): + return request.config.getoption("--bids-files-path") + + +@pytest.mark.skipif( + os.getenv("CI") == "true", reason="Skipping benchmarking test in CI environment" +) +def test_extract_features_timing(benchmark, caplog, bids_files_path): + """Times the non-optimized iterative extract_features function.""" + caplog.set_level(logging.INFO) + result = benchmark(extract_features_workflow, bids_files_path) + _logger.info(str(result)) + assert result is not None, "Benchmark failed" + assert len(result["features"]) > 0, "No features extracted" diff --git a/tests/test_resources.py b/tests/test_resources.py index d344736..aeb22ed 100644 --- a/tests/test_resources.py +++ b/tests/test_resources.py @@ -2,14 +2,14 @@ from importlib.resources import files -from b2aiprep.constants import GENERAL_QUESTIONNAIRES +from b2aiprep.prepare.constants import GENERAL_QUESTIONNAIRES def test_verify_all_resources_are_present(): """Verify that all resource JSON files are present in the instrument_columns folder.""" b2ai_resources = ( - files("b2aiprep").joinpath("resources").joinpath("instrument_columns") + files("b2aiprep").joinpath("prepare").joinpath("resources").joinpath("instrument_columns") ) for questionnaire_name in GENERAL_QUESTIONNAIRES: assert b2ai_resources.joinpath(f"{questionnaire_name}.json").exists() diff --git a/tests/test_summer_school_data.py b/tests/test_summer_school_data.py deleted file mode 100644 index 7928c25..0000000 --- a/tests/test_summer_school_data.py +++ /dev/null @@ -1,52 +0,0 @@ -import os -import logging - -import pytest - -from b2aiprep.summer_school_data import ( - extract_features_workflow -) - -logging.basicConfig(level=logging.INFO) -_logger = logging.getLogger(__name__) - - -def pytest_addoption(parser): - parser.addoption( - "--bids-files-path", - action="store", - default=None, - help="Path to BIDS files" - ) - -@pytest.fixture -def bids_files_path(request): - return request.config.getoption("--bids-files-path") - - -def test_wav_to_features_output(): - """Tests that the output is formatted correctly.""" - #TODO: implement - # assert False, "Not implemented." - pass - - -def test_extract_features_coverage(): - """Tests that extract features extracted features for every audio file.""" - #TODO: implement - # assert False, "Not implemented." - pass - - -def test_get_audio_paths_new(bids_files_path): - #TODO: implement - # assert False, "Not implemented." - pass - - -def test_extract_features_timing(benchmark, caplog, bids_files_path): - """Times the non-optimized iterative extract_features function.""" - caplog.set_level(logging.INFO) - result = benchmark(extract_features_workflow, bids_files_path) - _logger.info(str(result)) - return diff --git a/tests/test_utils.py b/tests/test_utils.py new file mode 100644 index 0000000..65cdfa6 --- /dev/null +++ b/tests/test_utils.py @@ -0,0 +1,178 @@ +import json +import os +import tempfile + +import pandas as pd +import pytest + +from b2aiprep.prepare.utils import ( + construct_all_tsvs_from_jsons, + construct_tsv_from_json, + copy_package_resource, + make_tsv_files, + reformat_resources, + remove_files_by_pattern, +) + + +def test_reformat_resources(): + # Create temporary directories for input and output + with tempfile.TemporaryDirectory() as input_dir, tempfile.TemporaryDirectory() as output_dir: + # Create a sample input JSON file with a list + sample_json = ["key1", "key2", "key3"] + sample_json_path = os.path.join(input_dir, "sample.json") + with open(sample_json_path, "w") as f: + json.dump(sample_json, f) + + # Run the function + reformat_resources(input_dir, output_dir) + + # Check if the output JSON file is created correctly + output_json_path = os.path.join(output_dir, "sample.json") + assert os.path.exists(output_json_path) + + with open(output_json_path, "r") as f: + result = json.load(f) + + # Verify the format + expected = { + "key1": {"description": ""}, + "key2": {"description": ""}, + "key3": {"description": ""}, + } + assert result == expected + + +def test_make_tsv_files(): + with tempfile.TemporaryDirectory() as temp_dir: + # Create a sample JSON file + json_data = { + "col1": {"description": ""}, + "col2": {"description": ""}, + "col3": {"description": ""}, + } + json_path = os.path.join(temp_dir, "sample.json") + with open(json_path, "w") as f: + json.dump(json_data, f) + + # Run the function + make_tsv_files(temp_dir) + + # Check if the TSV file is created + tsv_path = os.path.join(temp_dir, "sample.tsv") + assert os.path.exists(tsv_path) + + # Load TSV file and check columns + df = pd.read_csv(tsv_path, sep="\t") + assert list(df.columns) == ["col1", "col2", "col3"] + + +def test_copy_package_resource(): + with tempfile.TemporaryDirectory() as temp_dir: + package_name = "b2aiprep.prepare.resources.b2ai-data-bids-like-template" + resource_name = "phenotype" + destination_dir = temp_dir + destination_name = "copied_resource" + + # Directly copy the resource without using resource_path + copy_package_resource(package_name, resource_name, destination_dir, destination_name) + + # Create the destination path + destination_path = os.path.join(destination_dir, destination_name) + + # Check if the resource was copied correctly + assert os.path.exists(destination_path) + + +def test_remove_files_by_pattern(): + with tempfile.TemporaryDirectory() as temp_dir: + # Create some test files + txt_file_path = os.path.join(temp_dir, "test.txt") + json_file_path = os.path.join(temp_dir, "test.json") + with open(txt_file_path, "w") as f: + f.write("test file") + with open(json_file_path, "w") as f: + f.write("test file") + + # Run the function to remove .txt files + remove_files_by_pattern(temp_dir, "*.txt") + + # Check results + assert not os.path.exists(txt_file_path) + assert os.path.exists(json_file_path) + + +def test_construct_tsv_from_json(): + with tempfile.TemporaryDirectory() as temp_dir: + # Create a sample DataFrame + data = {"record_id": [1, 2, 3, 4], "col1": ["A", "B", "C", "D"], "col2": [10, 20, 30, 40]} + df = pd.DataFrame(data) + + # Create a sample JSON file + json_data = {"record_id": {"description": ""}, "col1": {"description": ""}} + json_path = os.path.join(temp_dir, "sample.json") + with open(json_path, "w") as f: + json.dump(json_data, f) + + # Run the function + construct_tsv_from_json(df, json_path, temp_dir) + + # Check if the TSV file is created + tsv_path = os.path.join(temp_dir, "sample.tsv") + assert os.path.exists(tsv_path) + + # Load TSV file and check content + result_df = pd.read_csv(tsv_path, sep="\t") + assert list(result_df.columns) == ["record_id", "col1"] + assert result_df.shape == (4, 2) # Check number of rows and columns + + +def test_construct_all_tsvs_from_jsons(): + with tempfile.TemporaryDirectory() as temp_dir, tempfile.TemporaryDirectory() as output_dir: + # Create a sample DataFrame + data = {"record_id": [1, 2, 3, 4], "col1": ["A", "B", "C", "D"], "col2": [10, 20, 30, 40]} + df = pd.DataFrame(data) + + # Create multiple sample JSON files + json_data_1 = {"record_id": {"description": ""}, "col1": {"description": ""}} + json_path_1 = os.path.join(temp_dir, "sample1.json") + with open(json_path_1, "w") as f: + json.dump(json_data_1, f) + + json_data_2 = {"record_id": {"description": ""}, "col2": {"description": ""}} + json_path_2 = os.path.join(temp_dir, "sample2.json") + with open(json_path_2, "w") as f: + json.dump(json_data_2, f) + + # Create an excluded file that should not be processed + json_data_excluded = {"record_id": {"description": ""}, "excluded_col": {"description": ""}} + excluded_json_path = os.path.join(temp_dir, "excluded.json") + with open(excluded_json_path, "w") as f: + json.dump(json_data_excluded, f) + + # Run the function + construct_all_tsvs_from_jsons( + df, input_dir=temp_dir, output_dir=output_dir, excluded_files=["excluded.json"] + ) + + # Check if the TSV files are created + tsv_path_1 = os.path.join(output_dir, "sample1.tsv") + tsv_path_2 = os.path.join(output_dir, "sample2.tsv") + excluded_tsv_path = os.path.join(output_dir, "excluded.tsv") + + assert os.path.exists(tsv_path_1) + assert os.path.exists(tsv_path_2) + assert not os.path.exists(excluded_tsv_path) # Ensure the excluded file was not processed + + # Load TSV files and check content + result_df_1 = pd.read_csv(tsv_path_1, sep="\t") + assert list(result_df_1.columns) == ["record_id", "col1"] + assert result_df_1.shape == (4, 2) # Check number of rows and columns + + result_df_2 = pd.read_csv(tsv_path_2, sep="\t") + assert list(result_df_2.columns) == ["record_id", "col2"] + assert result_df_2.shape == (4, 2) # Check number of rows and columns + + +if __name__ == "__main__": + pytest.main()