@ -125,7 +125,7 @@ class Form::Question
labels = answer_options[value.to_s]
labels["value"] if labels
when "select"
answer_options[value.to_s]
answer_options[value.to_s] || answer_options[value]
else
value.to_s
end
@ -22,8 +22,7 @@
"scope": "all",
"id": "id",
"label": "name"
},
"hidden_in_check_answers": true
}
"derived": true,
@ -26,8 +26,7 @@