-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating or updating file from form in issue #135
- Loading branch information
1 parent
d9ea7b5
commit 35f6a9c
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"url_abbreviation": "la_mwphaseii", | ||
"version": 1, | ||
"ts": 1733961166568, | ||
"server": { | ||
"connectUrl": "https://la_mwphaseii-openpath.nrel.gov/api/", | ||
"aggregate_call_auth": "user_only" | ||
}, | ||
"opcode": { | ||
"autogen": true, | ||
"subgroups": [ | ||
"default", | ||
"test" | ||
] | ||
}, | ||
"intro": { | ||
"program_or_study": "study", | ||
"start_month": "01", | ||
"start_year": "2024", | ||
"mode_studied": "", | ||
"program_admin_contact": "Madeline Brozen, [email protected]", | ||
"deployment_partner_name": "UCLA Lewis Center", | ||
"translated_text": { | ||
"en": { | ||
"deployment_partner_name": "UCLA Lewis Center", | ||
"deployment_name": "LA Mobility Wallet Phase II evaluation", | ||
"summary_line_1": "We are collecting travel data for mobility wallet recipients", | ||
"summary_line_2": "in order to understand how the program affects how much people", | ||
"summary_line_3": "travel and by which modes.", | ||
"short_textual_description": "We are collecting travel data to understand how financial support for transportation affects travel patterns.", | ||
"why_we_collect": "We are seeking to determine any bias in travel behavior reported in user surveys and more accurately capture people's overall travel patterns.", | ||
"research_questions": [ | ||
"How does financial support for transportation affect participants travel behavior and short-term outcomes?", | ||
"What is the relationship between ridehailing and transit use among participants?", | ||
"" | ||
] | ||
} | ||
} | ||
}, | ||
"survey_info": { | ||
"surveys": { | ||
"UserProfileSurvey": { | ||
"formPath": "json/demo-survey-v2.json", | ||
"version": 1, | ||
"compatibleWith": 1, | ||
"dataKey": "manual/demographic_survey", | ||
"labelTemplate": { | ||
"en": "Answered", | ||
"es": "Contestada" | ||
} | ||
} | ||
}, | ||
"trip-labels": "MULTILABEL" | ||
}, | ||
"display_config": { | ||
"use_imperial": true | ||
}, | ||
"metrics": { | ||
"include_test_users": true | ||
}, | ||
"profile_controls": { | ||
"support_upload": false, | ||
"trip_end_notification": false | ||
}, | ||
"admin_dashboard": { | ||
"data_trips_columns_exclude": [], | ||
"additional_trip_columns": [], | ||
"data_uuids_columns_exclude": [], | ||
"token_prefix": "nrelop", | ||
"toekn_generate": "true", | ||
"overview_users": true, | ||
"overview_active_users": true, | ||
"overview_trips": true, | ||
"overview_signup_trends": true, | ||
"overview_trips_trend": true, | ||
"data_uuids": true, | ||
"data_trips": true, | ||
"map_heatmap": true, | ||
"map_bubble": true, | ||
"map_trip_lines": false, | ||
"options_uuids": true, | ||
"options_emails": true, | ||
"admin_access": [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]" | ||
] | ||
} | ||
} |