5f04b2165c
Body: - introduced difference scale (and its processing) - changed risk_opportunity_perception.yaml to new format - retained single scale for cognitiv_selfesteem and effects_on_work
24 lines
799 B
YAML
24 lines
799 B
YAML
questionnaire: "effects on work"
|
|
scales:
|
|
- name: "effects_on_work"
|
|
label: "Effects on work"
|
|
items:
|
|
- id: "effects_on_work_1"
|
|
text: "Using AI has increased my efficiency."
|
|
inverse: false
|
|
- id: "effects_on_work_2"
|
|
text: "Using AI has increased the quality of my work."
|
|
inverse: false
|
|
- id: "effects_on_work_3"
|
|
text: "Using AI has increased my productivity."
|
|
inverse: false
|
|
- id: "effects_on_work_4"
|
|
text: "Using AI has given me time and capacity to focus on other tasks."
|
|
inverse: false
|
|
score_range: [1, 5]
|
|
format: "likert"
|
|
calculation: "mean"
|
|
response_options: "1 = strongly disagree, 5 = strongly agree"
|
|
output: "effects_on_work"
|
|
reference: "self"
|
|
retain_single_items: true |