[edit] question.
This document assumes that you have the question object in a variable named question. This is most often achieved in a loop, such as:
[% FOREACH question IN survey.questions; %]
or using a custom template function such as getQuestion:
[% question = getQuestion(id); %]