Files
preprocessing/config/questionnaires/effects_on_work.yaml
T
Orihara Izaya 5f04b2165c Feature request/Bugfix: Added support for two part difference scale which was needed for risk-opportunity scale
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
2026-07-08 15:26:13 +02:00

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