Skip to main content
Survey page variables
Variable Description
contentDisplays current survey question e.g. {{ page.survey.content }}
is_responded?Checks if the survey question has already been asked e.g. {% if page.survey.is_responded? %}
current_survey_responseThe survey_response object if they are currently filling out a survey
is_next_question?Checks if there is another question in the survey e.g. {% if page.survey.is_next_question? %}
next_questionAccesses the next question e.g.