Survey page variables
Variable | Description |
---|---|
content | Displays 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_response | The 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_question | Accesses the next question e.g. |