23 lines
753 B
YAML
23 lines
753 B
YAML
questionnaire: "attitudes_usage"
|
|
scales:
|
|
- name: "attitudes_usage"
|
|
label: "Attitude toward usage (UT scale)"
|
|
items:
|
|
- id: "attitudes_usage_1"
|
|
text: "I would rather avoid technologies that are based on AI."
|
|
inverse: true
|
|
- id: "attitudes_usage_2"
|
|
text: "AI makes work more interesting."
|
|
inverse: false
|
|
- id: "attitudes_usage_3"
|
|
text: "Working with AI is fun."
|
|
inverse: false
|
|
- id: "attitudes_usage_4"
|
|
text: "I like working with AI."
|
|
inverse: false
|
|
score_range: [1, 5]
|
|
format: "Likert"
|
|
calculation: "mean"
|
|
response_options: "1 = absolutely disagree, 5 = absolutely agree"
|
|
output: "attitudes_usage"
|
|
reference: "Venkatesh et al., 2009" |