Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -0,0 +1,10 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_submission_make_lock_action
|
||||
label: 'Lock submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_lock_action
|
||||
configuration: { }
|
|
@ -0,0 +1,10 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_submission_make_unlock_action
|
||||
label: 'Unlock submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_unlock_action
|
||||
configuration: { }
|
|
@ -1,14 +1,23 @@
|
|||
settings:
|
||||
default_status: open
|
||||
default_page_base_path: form
|
||||
default_form_closed_message: 'Sorry...This form is closed to new submissions.'
|
||||
default_form_open_message: 'This form has not yet been opened to submissions.'
|
||||
default_form_close_message: 'Sorry…This form is closed to new submissions.'
|
||||
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.'
|
||||
default_form_submit_label: Submit
|
||||
default_submit_button_label: Submit
|
||||
default_reset_button_label: Reset
|
||||
default_form_submit_once: false
|
||||
default_form_confidential_message: 'This form is confidential. You must <a href="[site:login-url]/logout?destination=[current-page:url:relative]">Log out</a> to submit it.'
|
||||
default_form_access_denied_message: 'Please login to access this form.'
|
||||
default_form_disable_back: false
|
||||
default_form_submit_back: false
|
||||
default_form_unsaved: false
|
||||
default_form_novalidate: false
|
||||
default_form_disable_inline_errors: false
|
||||
default_form_required: false
|
||||
default_form_required_label: 'Indicates required field'
|
||||
default_form_details_toggle: true
|
||||
default_form_file_limit: ''
|
||||
form_classes: |
|
||||
container-inline clearfix
|
||||
form--inline clearfix
|
||||
|
@ -19,15 +28,42 @@ settings:
|
|||
default_wizard_prev_button_label: '< Previous Page'
|
||||
default_wizard_next_button_label: 'Next Page >'
|
||||
default_wizard_start_label: Start
|
||||
default_wizard_complete_label: Complete
|
||||
default_wizard_confirmation_label: Complete
|
||||
default_preview_next_button_label: Preview
|
||||
default_preview_prev_button_label: '< Previous'
|
||||
default_preview_label: Preview
|
||||
default_preview_title: '[webform:title]: Preview'
|
||||
default_preview_message: 'Please review your submission. Your submission is not complete until you press the "Submit" button!'
|
||||
default_draft_button_label: 'Save Draft'
|
||||
default_draft_saved_message: 'Submission saved. You may return to this form later and it will restore the current values.'
|
||||
default_draft_loaded_message: 'A partially-completed form was found. Please complete the remaining portions.'
|
||||
default_confirmation_message: 'New submission added to [webform:title].'
|
||||
default_confirmation_back_label: 'Back to form'
|
||||
default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]'
|
||||
default_submission_access_denied_message: 'Please login to access this submission.'
|
||||
default_submission_exception_message: 'Unable to process this submission. Please contact the site administrator.'
|
||||
default_submission_locked_message: 'This submission has been locked.'
|
||||
default_submission_log: false
|
||||
default_submission_views: { }
|
||||
default_submission_views_replace:
|
||||
global_routes:
|
||||
- entity.webform_submission.collection
|
||||
- entity.webform_submission.user
|
||||
webform_routes:
|
||||
- entity.webform.results_submissions
|
||||
- entity.webform.user.drafts
|
||||
- entity.webform.user.submissions
|
||||
node_routes:
|
||||
- entity.node.webform.results_submissions
|
||||
- entity.node.webform.user.drafts
|
||||
- entity.node.webform.user.submissions
|
||||
default_previous_submission_message: 'You have already submitted this webform. <a href="#">View your previous submission</a>.'
|
||||
default_previous_submissions_message: 'You have already submitted this webform. <a href="#">View your previous submissions</a>.'
|
||||
default_autofill_message: 'This submission has been autofilled with your previous submission.'
|
||||
preview_classes: |
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
confirmation_classes: |
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
|
@ -36,32 +72,52 @@ settings:
|
|||
button
|
||||
default_limit_total_message: 'No more submissions are permitted.'
|
||||
default_limit_user_message: 'No more submissions are permitted.'
|
||||
dialog: false
|
||||
dialog_options:
|
||||
narrow:
|
||||
title: Narrow
|
||||
width: 600
|
||||
normal:
|
||||
title: Normal
|
||||
width: 800
|
||||
wide:
|
||||
title: Wide
|
||||
width: 1000
|
||||
assets:
|
||||
css: ''
|
||||
javascript: ''
|
||||
handler:
|
||||
excluded_handlers: { }
|
||||
export:
|
||||
temp_directory: ''
|
||||
exporter: delimited
|
||||
delimiter: ','
|
||||
multiple_delimiter: ;
|
||||
excel: false
|
||||
file_name: 'submission-[webform_submission:serial]'
|
||||
header_format: label
|
||||
header_prefix: true
|
||||
header_prefix_label_delimiter: ': '
|
||||
header_prefix_key_delimiter: __
|
||||
composite_element_item_format: label
|
||||
options_format: compact
|
||||
options_single_format: compact
|
||||
options_multiple_format: compact
|
||||
options_item_format: label
|
||||
entity_reference_format: link
|
||||
entity_reference_items:
|
||||
- id
|
||||
- title
|
||||
- url
|
||||
likert_answers_format: label
|
||||
signature_format: status
|
||||
delimiter: ','
|
||||
excel: false
|
||||
excluded_exporters: { }
|
||||
batch:
|
||||
default_batch_export_size: 500
|
||||
default_batch_update_size: 500
|
||||
default_batch_delete_size: 500
|
||||
purge_settings:
|
||||
default_batch_email_size: 500
|
||||
purge:
|
||||
cron_size: 100
|
||||
elements:
|
||||
element:
|
||||
empty_message: '{Empty}'
|
||||
allowed_tags: admin
|
||||
wrapper_classes: |
|
||||
container-inline clearfix
|
||||
|
@ -75,26 +131,62 @@ elements:
|
|||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
horizontal_rule_classes: |
|
||||
webform-horizontal-rule--solid
|
||||
webform-horizontal-rule--dashed
|
||||
webform-horizontal-rule--dotted
|
||||
webform-horizontal-rule--gradient
|
||||
webform-horizontal-rule--thin
|
||||
webform-horizontal-rule--medium
|
||||
webform-horizontal-rule--thick
|
||||
webform-horizontal-rule--flaired
|
||||
webform-horizontal-rule--glyph
|
||||
default_description_display: ''
|
||||
default_more_title: More
|
||||
default_section_title_tag: h2
|
||||
default_empty_option: true
|
||||
default_empty_option_required: ''
|
||||
default_empty_option_optional: ''
|
||||
default_icheck: ''
|
||||
default_google_maps_api_key: ''
|
||||
excluded_types: { }
|
||||
default_algolia_places_app_id: ''
|
||||
default_algolia_places_api_key: ''
|
||||
excluded_elements:
|
||||
password: password
|
||||
password_confirm: password_confirm
|
||||
webform_location_geocomplete: webform_location_geocomplete
|
||||
html_editor:
|
||||
disabled: false
|
||||
element_format: ''
|
||||
mail_format: ''
|
||||
tidy: true
|
||||
make_unused_managed_files_temporary: true
|
||||
file:
|
||||
file_public: false
|
||||
file_private_redirect: true
|
||||
file_private_redirect_message: 'Please login to access the uploaded file.'
|
||||
default_max_filesize: ''
|
||||
default_managed_file_extensions: 'gif jpg png bmp eps tif pict psd txt rtf html odf pdf doc docx ppt pptx xls xlsx xml avi mov mp3 ogg wav bz2 dmg gz jar rar sit svg tar zip'
|
||||
default_audio_file_extensions: 'mp3 ogg wav'
|
||||
default_document_file_extensions: 'txt rtf pdf doc docx odt ppt pptx odp xls xlsx ods'
|
||||
default_image_file_extensions: 'gif jpg png svg'
|
||||
default_video_file_extensions: 'avi mov mp4 ogg wav webm'
|
||||
make_unused_managed_files_temporary: true
|
||||
delete_temporary_managed_files: true
|
||||
format: { }
|
||||
mail:
|
||||
default_to_mail: '[site:mail]'
|
||||
default_from_mail: '[site:mail]'
|
||||
default_from_name: '[site:name]'
|
||||
default_reply_to: ''
|
||||
default_return_path: ''
|
||||
default_sender_mail: ''
|
||||
default_sender_name: ''
|
||||
default_subject: 'Webform submission from: [webform_submission:source-entity]'
|
||||
default_body_text: |
|
||||
Submitted on [webform_submission:created]
|
||||
Submitted by: [webform_submission:user]
|
||||
|
||||
|
||||
Submitted values are:
|
||||
[webform_submission:values]
|
||||
default_body_html: |
|
||||
|
@ -102,6 +194,7 @@ mail:
|
|||
<p>Submitted by: [webform_submission:user]</p>
|
||||
<p>Submitted values are:</p>
|
||||
[webform_submission:values]
|
||||
roles: { }
|
||||
test:
|
||||
types: |
|
||||
checkbox:
|
||||
|
@ -110,21 +203,6 @@ test:
|
|||
- '#ffffcc'
|
||||
- '#ffffcc'
|
||||
- '#ccffff'
|
||||
date:
|
||||
- '1942-06-18'
|
||||
- '1940-07-07'
|
||||
- '1943-02-25'
|
||||
- '1940-10-09'
|
||||
datetime:
|
||||
- '1942-06-18'
|
||||
- '1940-07-07'
|
||||
- '1943-02-25'
|
||||
- '1940-10-09'
|
||||
datelist:
|
||||
- '1942-06-18'
|
||||
- '1940-07-07'
|
||||
- '1943-02-25'
|
||||
- '1940-10-09'
|
||||
email:
|
||||
- 'example@example.com'
|
||||
- 'test@test.com'
|
||||
|
@ -149,18 +227,12 @@ test:
|
|||
url:
|
||||
- 'http://example.com'
|
||||
- 'http://test.com'
|
||||
webform_creditcard_number:
|
||||
- '4111111111111111'
|
||||
webform_email_confirm:
|
||||
- 'example@example.com'
|
||||
- 'test@test.com'
|
||||
- 'random@random.com'
|
||||
webform_email_multiple:
|
||||
- 'example@example.com, test@test.com, random@random.com'
|
||||
webform_location:
|
||||
- value: 'The White House, 1600 Pennsylvania Ave NW, Washington, DC 20500, USA'
|
||||
- value: 'London SW1A 1AA, United Kingdom'
|
||||
- value: 'Moscow, Russia, 10307'
|
||||
webform_time:
|
||||
- '09:00'
|
||||
- '17:00'
|
||||
|
@ -182,9 +254,16 @@ test:
|
|||
- '11111'
|
||||
- '12345'
|
||||
- '12345-6789'
|
||||
postal_code:
|
||||
- '11111'
|
||||
- '12345'
|
||||
- '12345-6789'
|
||||
phone:
|
||||
- '123-456-7890'
|
||||
- '098-765-4321'
|
||||
fax:
|
||||
- '123-456-7890'
|
||||
- '098-765-4321'
|
||||
city:
|
||||
- 'Springfield'
|
||||
- 'Pleasantville'
|
||||
|
@ -199,10 +278,23 @@ test:
|
|||
ui:
|
||||
video_display: dialog
|
||||
details_save: true
|
||||
help_disabled: false
|
||||
dialog_disabled: false
|
||||
offcanvas_disabled: false
|
||||
html_editor_disabled: false
|
||||
library:
|
||||
cdn: false
|
||||
contribute_disabled: false
|
||||
promotions_disabled: false
|
||||
description_help: true
|
||||
libraries:
|
||||
excluded_libraries:
|
||||
- jquery.chosen
|
||||
- jquery.icheck
|
||||
- jquery.toggles
|
||||
requirements:
|
||||
cdn: true
|
||||
bootstrap: true
|
||||
spam: true
|
||||
contribute:
|
||||
account_type: user
|
||||
account_id: null
|
||||
langcode: en
|
||||
third_party_settings: { }
|
||||
|
|
|
@ -6,22 +6,25 @@ dependencies:
|
|||
- webform
|
||||
open: null
|
||||
close: null
|
||||
weight: 0
|
||||
uid: null
|
||||
template: false
|
||||
archive: false
|
||||
id: contact
|
||||
title: Contact
|
||||
description: 'Basic email contact webform.'
|
||||
category: ''
|
||||
elements: |
|
||||
name:
|
||||
'#title': 'Your Name'
|
||||
'#type': textfield
|
||||
'#required': true
|
||||
'#default_value': '[webform-authenticated-user:display-name]'
|
||||
'#default_value': '[current-user:display-name]'
|
||||
email:
|
||||
'#title': 'Your Email'
|
||||
'#type': email
|
||||
'#required': true
|
||||
'#default_value': '[webform-authenticated-user:mail]'
|
||||
'#default_value': '[current-user:mail]'
|
||||
subject:
|
||||
'#title': Subject
|
||||
'#type': textfield
|
||||
|
@ -32,48 +35,87 @@ elements: |
|
|||
'#type': textarea
|
||||
'#required': true
|
||||
'#test': 'Please ignore this email.'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Send message'
|
||||
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
ajax: false
|
||||
ajax_scroll_top: form
|
||||
page: true
|
||||
page_submit_path: ''
|
||||
page_confirm_path: ''
|
||||
form_submit_label: 'Send message'
|
||||
form_title: source_entity_webform
|
||||
form_submit_once: false
|
||||
form_submit_attributes: { }
|
||||
form_exception_message: ''
|
||||
form_closed_message: ''
|
||||
form_open_message: ''
|
||||
form_close_message: ''
|
||||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
form_prepopulate_source_entity_required: false
|
||||
form_prepopulate_source_entity_type: ''
|
||||
form_reset: false
|
||||
form_disable_autocomplete: false
|
||||
form_novalidate: false
|
||||
form_disable_inline_errors: false
|
||||
form_required: false
|
||||
form_unsaved: false
|
||||
form_disable_back: false
|
||||
form_submit_back: false
|
||||
form_autofocus: false
|
||||
form_details_toggle: false
|
||||
form_access_denied: default
|
||||
form_access_denied_title: ''
|
||||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
submission_label: ''
|
||||
submission_log: false
|
||||
submission_views: { }
|
||||
submission_views_replace: { }
|
||||
submission_user_columns: { }
|
||||
submission_user_duplicate: false
|
||||
submission_access_denied: default
|
||||
submission_access_denied_title: ''
|
||||
submission_access_denied_message: ''
|
||||
submission_access_denied_attributes: { }
|
||||
submission_exception_message: ''
|
||||
submission_locked_message: ''
|
||||
submission_excluded_elements: { }
|
||||
submission_exclude_empty: false
|
||||
submission_exclude_empty_checkbox: false
|
||||
previous_submission_message: ''
|
||||
previous_submissions_message: ''
|
||||
autofill: false
|
||||
autofill_message: ''
|
||||
autofill_excluded_elements: { }
|
||||
wizard_progress_bar: true
|
||||
wizard_progress_pages: false
|
||||
wizard_progress_percentage: false
|
||||
wizard_next_button_label: ''
|
||||
wizard_next_button_attributes: { }
|
||||
wizard_prev_button_label: ''
|
||||
wizard_prev_button_attributes: { }
|
||||
wizard_progress_link: false
|
||||
wizard_start_label: ''
|
||||
wizard_complete: true
|
||||
wizard_complete_label: ''
|
||||
wizard_preview_link: false
|
||||
wizard_confirmation: true
|
||||
wizard_confirmation_label: ''
|
||||
wizard_track: ''
|
||||
preview: 0
|
||||
preview_next_button_label: ''
|
||||
preview_next_button_attributes: { }
|
||||
preview_prev_button_label: ''
|
||||
preview_prev_button_attributes: { }
|
||||
preview_label: ''
|
||||
preview_title: ''
|
||||
preview_message: ''
|
||||
draft: false
|
||||
preview_attributes: { }
|
||||
preview_excluded_elements: { }
|
||||
preview_exclude_empty: true
|
||||
preview_exclude_empty_checkbox: false
|
||||
draft: none
|
||||
draft_multiple: false
|
||||
draft_auto_save: false
|
||||
draft_button_label: ''
|
||||
draft_button_attributes: { }
|
||||
draft_saved_message: ''
|
||||
draft_loaded_message: ''
|
||||
confirmation_type: url_message
|
||||
|
@ -84,14 +126,22 @@ settings:
|
|||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
confirmation_back_attributes: { }
|
||||
confirmation_exclude_query: false
|
||||
confirmation_exclude_token: false
|
||||
limit_total: null
|
||||
limit_total_interval: null
|
||||
limit_total_message: ''
|
||||
limit_total_unique: false
|
||||
limit_user: null
|
||||
limit_user_interval: null
|
||||
limit_user_message: ''
|
||||
limit_user_unique: false
|
||||
entity_limit_total: null
|
||||
entity_limit_total_interval: null
|
||||
entity_limit_user: null
|
||||
entity_limit_user_interval: null
|
||||
purge: none
|
||||
purge_days: null
|
||||
entity_limit_total: null
|
||||
entity_limit_user: null
|
||||
results_disabled: false
|
||||
results_disabled_ignore: false
|
||||
token_update: false
|
||||
|
@ -101,61 +151,109 @@ access:
|
|||
- anonymous
|
||||
- authenticated
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
purge_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
administer:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
test:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
handlers:
|
||||
email_confirmation:
|
||||
id: email
|
||||
label: 'Email confirmation'
|
||||
handler_id: email_confirmation
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 1
|
||||
settings:
|
||||
states:
|
||||
- completed
|
||||
to_mail: '[webform_submission:values:email:raw]'
|
||||
to_options: { }
|
||||
cc_mail: ''
|
||||
cc_options: { }
|
||||
bcc_mail: ''
|
||||
from_mail: default
|
||||
from_name: default
|
||||
subject: '[webform_submission:values:subject:value]'
|
||||
bcc_options: { }
|
||||
from_mail: _default
|
||||
from_options: { }
|
||||
from_name: _default
|
||||
subject: '[webform_submission:values:subject:raw]'
|
||||
body: '[webform_submission:values:message:value]'
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
theme_name: ''
|
||||
debug: false
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
email_notification:
|
||||
id: email
|
||||
label: 'Email notification'
|
||||
handler_id: email_notification
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 1
|
||||
settings:
|
||||
to_mail: default
|
||||
states:
|
||||
- completed
|
||||
to_mail: _default
|
||||
to_options: { }
|
||||
cc_mail: ''
|
||||
cc_options: { }
|
||||
bcc_mail: ''
|
||||
bcc_options: { }
|
||||
from_mail: '[webform_submission:values:email:raw]'
|
||||
from_name: '[webform_submission:values:name:value]'
|
||||
subject: '[webform_submission:values:subject:value]'
|
||||
from_options: { }
|
||||
from_name: '[webform_submission:values:name:raw]'
|
||||
subject: '[webform_submission:values:subject:raw]'
|
||||
body: '[webform_submission:values:message:value]'
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
theme_name: ''
|
||||
debug: false
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
|
|
|
@ -6,4 +6,6 @@ dependencies:
|
|||
- webform
|
||||
id: country_codes
|
||||
label: 'Country codes'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: ''
|
||||
|
|
|
@ -6,4 +6,6 @@ dependencies:
|
|||
- webform
|
||||
id: country_names
|
||||
label: 'Country names'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: ''
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
id: creditcard_codes
|
||||
label: 'Credit card codes'
|
||||
options: |
|
||||
VI: 'Visa'
|
||||
MC: 'Mastercard'
|
||||
AE: 'American Express'
|
||||
DC: 'Discover'
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: days
|
||||
label: Days
|
||||
category: 'Date and time'
|
||||
likert: false
|
||||
options: |
|
||||
Sunday: Sunday
|
||||
Monday: Monday
|
||||
|
|
|
@ -6,9 +6,10 @@ dependencies:
|
|||
- webform
|
||||
id: education
|
||||
label: Education
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
High School: High School
|
||||
Associate Degree: Associate Degree
|
||||
Associate Degree: Associate Degree
|
||||
Graduate or Professional Degree: Graduate or Professional Degree
|
||||
Some College: Some College
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: employment_status
|
||||
label: 'Employment status'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
'Full Time': 'Full Time'
|
||||
'Part Time': 'Part Time'
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: ethnicity
|
||||
label: Ethnicity
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Caucasian: Caucasian
|
||||
'Latino/Hispanic': 'Latino/Hispanic'
|
||||
|
|
|
@ -6,7 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: gender
|
||||
label: Gender
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Male: Male
|
||||
Female: Female
|
||||
Transgender: Transgender
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: industry
|
||||
label: Industry
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Accounting/Finance: Accounting/Finance
|
||||
Advertising/Public Relations: Advertising/Public Relations
|
||||
|
|
|
@ -6,4 +6,6 @@ dependencies:
|
|||
- webform
|
||||
id: languages
|
||||
label: Languages
|
||||
category: Language
|
||||
likert: false
|
||||
options: ''
|
||||
|
|
|
@ -6,9 +6,11 @@ dependencies:
|
|||
- webform
|
||||
id: likert_agreement
|
||||
label: 'Likert: Agreement'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Much Worse
|
||||
2: Somewhat Worse
|
||||
3: About the Same
|
||||
4: Somewhat Better
|
||||
5: Much Better
|
||||
1: 'Much Worse'
|
||||
2: 'Somewhat Worse'
|
||||
3: 'About the Same'
|
||||
4: 'Somewhat Better'
|
||||
5: 'Much Better'
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: likert_comparison
|
||||
label: 'Likert: Comparison'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Strongly Disagree
|
||||
2: Disagree
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: likert_importance
|
||||
label: 'Likert: Importance'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Not at all Important
|
||||
2: Somewhat Important
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: likert_quality
|
||||
label: 'Likert: Quality'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Poor
|
||||
2: Fair
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: likert_satisfaction
|
||||
label: 'Likert: Satisfaction'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Very Unsatisfied
|
||||
2: Unsatisfied
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: likert_ten_scale
|
||||
label: 'Likert: Ten Scale'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: 1
|
||||
2: 2
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: likert_would_you
|
||||
label: 'Likert: Would You'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Definitely Not
|
||||
2: Probably Not
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: marital_status
|
||||
label: 'Marital status'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Single: Single
|
||||
Married: Married
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: months
|
||||
label: Months
|
||||
category: 'Date and time'
|
||||
likert: false
|
||||
options: |
|
||||
January: January
|
||||
February: February
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: phone_types
|
||||
label: 'Phone type'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Home: Home
|
||||
Office: Office
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: relationship
|
||||
label: Relationship
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Parent: Parent
|
||||
'Significant Other': 'Significant Other'
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: size
|
||||
label: Size
|
||||
category: General
|
||||
likert: false
|
||||
options: |
|
||||
Extra Small: Extra Small
|
||||
Small: Small
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: state_codes
|
||||
label: 'State codes'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
AL: Alabama
|
||||
AK: Alaska
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: state_names
|
||||
label: 'State names'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
Alabama: Alabama
|
||||
Alaska: Alaska
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: state_province_codes
|
||||
label: 'State/Province codes'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
AL: Alabama
|
||||
AK: Alaska
|
||||
|
@ -20,7 +22,7 @@ options: |
|
|||
CT: Connecticut
|
||||
DE: Delaware
|
||||
DC: 'District of Columbia'
|
||||
FM: 'Federate States of Micronesia'
|
||||
FM: 'Federated States of Micronesia'
|
||||
FL: Florida
|
||||
GA: Georgia
|
||||
GU: Guam
|
||||
|
|
|
@ -6,13 +6,15 @@ dependencies:
|
|||
- webform
|
||||
id: state_province_names
|
||||
label: 'State/Province names'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
Alabama: Alabama
|
||||
Alaska: Alaska
|
||||
'American Samoa': 'American Samoa'
|
||||
Arizona: Arizona
|
||||
Arkansas: Arkansas
|
||||
'Armed Forces (Canada, Europe, Africa, or Middle East': 'Armed Forces (Canada, Europe, Africa, or Middle East'
|
||||
'Armed Forces (Canada, Europe, Africa, or Middle East)': 'Armed Forces (Canada, Europe, Africa, or Middle East)'
|
||||
'Armed Forces Americas': 'Armed Forces Americas'
|
||||
'Armed Forces Pacific': 'Armed Forces Pacific'
|
||||
California: California
|
||||
|
@ -20,7 +22,7 @@ options: |
|
|||
Connecticut: Connecticut
|
||||
Delaware: Delaware
|
||||
'District of Columbia': 'District of Columbia'
|
||||
'Federate States of Micronesia': 'Federate States of Micronesia'
|
||||
'Federated States of Micronesia': 'Federated States of Micronesia'
|
||||
Florida: Florida
|
||||
Georgia: Georgia
|
||||
Guam: Guam
|
||||
|
|
|
@ -6,4 +6,6 @@ dependencies:
|
|||
- webform
|
||||
id: time_zones
|
||||
label: 'Time zones'
|
||||
category: 'Date and time'
|
||||
likert: false
|
||||
options: ''
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: titles
|
||||
label: Titles
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Miss: Miss
|
||||
Ms: Ms
|
||||
|
|
|
@ -6,6 +6,8 @@ dependencies:
|
|||
- webform
|
||||
id: yes_no
|
||||
label: Yes/No
|
||||
category: General
|
||||
likert: false
|
||||
options: |
|
||||
Yes: Yes
|
||||
No: No
|
||||
|
|
Reference in a new issue