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
48 lines
1.8 KiB
YAML
48 lines
1.8 KiB
YAML
questionnaire: "risk_opportunity_perception"
|
|
|
|
scales:
|
|
- name: "risk_opportunity_perception"
|
|
label: "Perceived Risks and Opportunities of AI"
|
|
items:
|
|
- id: "rop_1"
|
|
text: "How concerned, if at all, are you when you think about AI?"
|
|
inverse: false
|
|
part: "risk"
|
|
- id: "rop_2"
|
|
text: "How pessimistic, if at all, are you when you imagine the future use of AI?"
|
|
inverse: false
|
|
part: "risk"
|
|
- id: "rop_3"
|
|
text: "How likely would AI negatively influence your life?"
|
|
inverse: false
|
|
part: "risk"
|
|
- id: "rop_4"
|
|
text: "How likely would you suffer from the implementation of AI into everyday life?"
|
|
inverse: false
|
|
part: "risk"
|
|
- id: "rop_5"
|
|
text: "How confident, if at all, do you feel when you think about the potential of AI?"
|
|
inverse: false
|
|
part: "opportunity"
|
|
- id: "rop_6"
|
|
text: "How optimistic, if at all, are you when you imagine the future use of AI?"
|
|
inverse: false
|
|
part: "opportunity"
|
|
- id: "rop_7"
|
|
text: "How likely would AI positively influence your life?"
|
|
inverse: false
|
|
part: "opportunity"
|
|
- id: "rop_8"
|
|
text: "How likely would you benefit from the implementation of AI into everyday life?"
|
|
inverse: false
|
|
part: "opportunity"
|
|
score_range: [1, 5]
|
|
format: "Lickert"
|
|
calculation: "difference"
|
|
parts:
|
|
minuend: "opportunity" # score = mean(minuend) - mean(subtrahend)
|
|
subtrahend: "risk"
|
|
retain_subscales: true # optional: also emit the two pole means
|
|
response_options: "1 = not at all, 5 = extremely"
|
|
output: "risk_opportunity_perception"
|
|
reference: "Adapted from Walpole & Wilson, 2021; Schwesig et al., 2023" |