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

24 lines
785 B
YAML
Raw 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: "barrier_for_use"
scales:
- name: "barrier_for_use"
label: "Barriers to Using AI More Frequently"
items:
- id: "barrier_1"
text: "I avoid AI because I worry about errors."
inverse: false
- id: "barrier_2"
text: "I avoid AI because it feels too complicated."
inverse: false
- id: "barrier_3"
text: "I avoid AI because I dont trust it."
inverse: false
- id: "barrier_4"
text: "I avoid AI because I fear it will replace my skills."
inverse: false
score_range: [1, 5]
format: "Likert"
calculation: "mean"
response_options: "1 = Strongly disagree, 2 = Disagree, 3 = Neutral, 4 = Agree, 5 = Strongly agree"
output: "barrier_for_use"
reference: "self"