preprocessing/config/questionnaires/needs_satisfaction.yaml
2025-12-15 13:47:28 +01:00

81 lines
3.5 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

questionnaire: "needs_satisfaction"
scales:
- name: "need_satisfaction_morality"
label: "Satisfaction of morality need When interacting with AI systems"
items:
- id: "need_satisf_1"
text: "When interacting with AI systems, I feel a strong sense of moral fulfilment."
inverse: false
- id: "need_satisf_2"
text: "When interacting with AI systems, I feel that I am being a good person."
inverse: false
- id: "need_satisf_3"
text: "When interacting with AI systems, I embody my moral values."
inverse: false
- id: "need_satisf_4"
text: "When interacting with AI systems, I feel that I am doing the right thing."
inverse: false
score_range: [1, 5]
format: "Likert"
calculation: "mean"
response_options: "1 = Strongly disagree, 2 = Somewhat disagree, 3 = Neither agree nor disagree, 4 = Somewhat agree, 5 = Strongly agree"
output: "need_satisfaction_morality"
reference: "Prentice et al. (2019)"
- name: "need_satisfaction_competence"
label: "Satisfaction of competence need When interacting with AI systems"
items:
- id: "need_satisf_5"
text: "When interacting with AI systems, I feel very capable and effective."
inverse: false
- id: "need_satisf_6"
text: "When interacting with AI systems, I feel like a competent person."
inverse: false
- id: "need_satisf_7"
text: "When interacting with AI systems, I feel that I know what Im doing."
inverse: false
score_range: [1, 5]
format: "Likert"
calculation: "mean"
response_options: "1 = Strongly disagree, 2 = Somewhat disagree, 3 = Neither agree nor disagree, 4 = Somewhat agree, 5 = Strongly agree"
output: "need_satisfaction_competence"
reference: "Prentice et al. (2019)"
- name: "need_satisfaction_autonomy"
label: "Satisfaction of autonomy need When interacting with AI systems"
items:
- id: "need_satisf_8"
text: "When interacting with AI systems, I feel free to be who I am."
inverse: false
- id: "need_satisf_9"
text: "When interacting with AI systems, I have a say in what happens and I can voice my opinion."
inverse: false
- id: "need_satisf_10"
text: "When interacting with AI systems, I believe that my choices are based on my true desires and values."
inverse: false
score_range: [1, 5]
format: "Likert"
calculation: "mean"
response_options: "1 = Strongly disagree, 2 = Somewhat disagree, 3 = Neither agree nor disagree, 4 = Somewhat agree, 5 = Strongly agree"
output: "need_satisfaction_autonomy"
reference: "Prentice et al. (2019)"
- name: "need_satisfaction_relatedness"
label: "Satisfaction of relatedness need When interacting with AI systems"
items:
- id: "need_satisf_11"
text: "When interacting with AI systems, I feel the support of others."
inverse: false
- id: "need_satisf_12"
text: "When interacting with AI systems, I feel a sense of closeness and connectedness to others."
inverse: false
- id: "need_satisf_13"
text: "When interacting with AI systems, I feel connected."
inverse: false
score_range: [1, 5]
format: "Likert"
calculation: "mean"
response_options: "1 = Strongly disagree, 2 = Somewhat disagree, 3 = Neither agree nor disagree, 4 = Somewhat agree, 5 = Strongly agree"
output: "need_satisfaction_relatedness"
reference: "self"