29 lines
989 B
YAML
29 lines
989 B
YAML
questionnaire: "perception_tool_actor"
|
|
scales:
|
|
- name: "perception_tool_actor_favorite_ai"
|
|
label: "Perception of favorite AI system as tool or social actor"
|
|
items:
|
|
- id: "partner_tool_User_fav"
|
|
text: "How do you usually perceive [favorite AI] while using it?"
|
|
score_range: [1, 2]
|
|
format: "categorical"
|
|
calculation: "categorical"
|
|
response_options:
|
|
"1": "More like a tool"
|
|
"2": "More like a social actor"
|
|
output: "perception_tool_actor_favorite_ai"
|
|
reference: "self"
|
|
|
|
- name: "perception_tool_actor_no_user"
|
|
label: "Perception of general AI system as tool or social actor"
|
|
items:
|
|
- id: "partner_tool_noUser"
|
|
text: "How do you usually perceive AI systems in general?"
|
|
score_range: [1, 2]
|
|
format: "categorical"
|
|
calculation: "categorical"
|
|
response_options:
|
|
"1": "More like a tool"
|
|
"2": "More like a social actor"
|
|
output: "perception_tool_actor_no_user"
|
|
reference: "self" |