I'm using twig.
I am trying to fetch values from my answer array in a dynamic way.
{% set value = question.slug %} // eg "satisfied_with_response" {{ answer.satisfied_with_response }} // eg "4" So I am trying to concatenate the response object;
{{ answer.value }} // doesn't work How should I do this?