39 lines
1.5 KiB
YAML
39 lines
1.5 KiB
YAML
questionnaire: "trust"
|
|
scales:
|
|
- name: "trust_competence"
|
|
label: "Trust in favorite AI system"
|
|
items:
|
|
- id: "trust_User_fav_1"
|
|
text: "I am confident in [favorite AI]. I feel that it works well."
|
|
inverse: false
|
|
- id: "trust_User_fav_5"
|
|
text: "[favorite AI] is efficient in that it works very quickly."
|
|
inverse: false
|
|
- id: "trust_User_fav_6"
|
|
text: "[favorite AI] can perform the task better than a novice human user."
|
|
inverse: false
|
|
score_range: [1, 5]
|
|
format: "Likert"
|
|
calculation: "mean"
|
|
response_options: "1 = strongly disagree, 5 = strongly agree"
|
|
output: "trust_competence"
|
|
reference: "Perrig, S. A., Scharowski, N., & Brühlmann, F. (2023), split in 2 parts"
|
|
|
|
- name: "trust_dependability"
|
|
label: "Trust in favorite AI system"
|
|
items:
|
|
- id: "trust_User_fav_3"
|
|
text: "[favorite AI] is very reliable. I can count on it to be correct all the time."
|
|
inverse: false
|
|
- id: "trust_User_fav_4"
|
|
text: "I feel safe that when I rely on [favorite AI] I will get the right answers."
|
|
inverse: false
|
|
- id: "trust_User_fav_8"
|
|
text: "I trust [favorite AI]"
|
|
inverse: false
|
|
score_range: [1, 5]
|
|
format: "Likert"
|
|
calculation: "mean"
|
|
response_options: "1 = strongly disagree, 5 = strongly agree"
|
|
output: "trust_dependability"
|
|
reference: "Perrig, S. A., Scharowski, N., & Brühlmann, F. (2023), split in 2 parts" |