27 lines
926 B
YAML
27 lines
926 B
YAML
questionnaire: "us_voting_and_mood"
|
|
scales:
|
|
- name: "voting_decision"
|
|
label: "US Presidential Vote (Voluntary)"
|
|
items:
|
|
- id: "US_voting"
|
|
text: "Due to the current events we are interested in your vote, your answer is voluntary!"
|
|
calculation: "categorical"
|
|
response_options:
|
|
"1": "I voted for Trump"
|
|
"2": "I voted for Harris"
|
|
"3": "I did not vote!"
|
|
output: "voting_decision"
|
|
reference: "self"
|
|
|
|
- name: "voting_mood"
|
|
label: "Self-Reported Mood during the US voting"
|
|
items:
|
|
- id: "mood_1"
|
|
text: "Please indicate the mood you had while completing the questionnaire on a scale from 1 to 7. 1 = Very negative 7 = Very positive - My mood is ..."
|
|
inverse: false
|
|
score_range: [1, 7]
|
|
format: "Likert"
|
|
calculation: "response"
|
|
response_options: "1 = Very negative, 7 = Very positive"
|
|
output: "voting_mood"
|
|
reference: "self" |