43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
questionnaire: "favorite_ai"
|
|
scales:
|
|
- name: "choice_favorite_ai_user"
|
|
label: "Choice of favorite AI system"
|
|
items:
|
|
- id: "choose_favAI_User"
|
|
text: "Which AI system is your favorite?"
|
|
open_ended_id: "choose_favAI_gnr_10_TEXT" # optional to also capture open-ended responses
|
|
calculation: "categorical"
|
|
response_options:
|
|
"1": "ChatGPT"
|
|
"2": "Microsoft Copilot (formerly Bing Chat)"
|
|
"3": "Claude"
|
|
"4": "Google AI incl. Google Gemini (formerly Bard)"
|
|
"5": "Alexa"
|
|
"6": "Siri/Apple Intelligence"
|
|
"7": "Samsung Galaxy AI"
|
|
"8": "Twitter/X Grok"
|
|
"9": "Meta AI"
|
|
"10": "Other"
|
|
output: "choice_favorite_ai_user"
|
|
reference: "self"
|
|
|
|
- name: "choice_favorite_ai_no_user"
|
|
label: "Choice of favorite AI system"
|
|
items:
|
|
- id: "choose_favAI_noUser"
|
|
text: "Which AI system is your favorite?"
|
|
open_ended_id: "choose_favAI_noUser_10_TEXT"
|
|
calculation: "categorical"
|
|
response_options:
|
|
"1": "ChatGPT"
|
|
"2": "Microsoft Copilot (formerly Bing Chat)"
|
|
"3": "Claude"
|
|
"4": "Google AI incl. Google Gemini (formerly Bard)"
|
|
"5": "Alexa"
|
|
"6": "Siri/Apple Intelligence"
|
|
"7": "Samsung Galaxy AI"
|
|
"8": "Twitter/X Grok"
|
|
"9": "Meta AI"
|
|
"10": "Other"
|
|
output: "choice_favorite_ai_no_user"
|
|
reference: "self" |