Can survey question display text differ from value?

Apologies if this is a common question. Is there any way, in a Survey with a list of items, to have the text displayed differ from the value passed as an extra var? For example, in passing a an AWS subnet ID, I would like the survey to display 10.10.10.0/24 while the value it passes to extra-vars be subnet-2a3b4d5e.

There’s nothing directly supporting this on the survey side… you’ll need to translate it in your playbook to something that can be consumed that way.

Ok, thank you!