Skip to content
Zotonic
  • Start
  • Guides
  • Reference
  • Releases

Live search

Search across all Zotonic content

Type at least two characters

Results are matched against titles, summaries and topics as you type.

Filters · mod_survey
  • Reference
  • Frontend developer
  • Surveys
  • Template filter
  • Query
  • Structured data

survey_result_column_values

Module

mod_survey

Used by the survey module to add extra column values to the result editor.

Example usage:

{% with id|survey_result_column_values:answer:columns:"html" as vs %}
    {% for col,_ in columns %}
        <td>
            {{ vs[col] }}
        </td>
    {% endfor %}
{% endwith %}

Where columns has been returned by the #survey_result_columns{} notification.

Edit on GitHub

survey_test_max_points Survey survey_is_pagebreak_submit

Related documentation

Filters

survey_page_options

Check the list of blocks and collect all options for that page.

Filters

translated_texts

Check all properties of a map, list or resource. Returns a list of all properties that are translated (have a #trans{} record) and their…

Filters

survey_prepare_thurstone

Normalize a survey Thurstone question before rendering or processing it.

Filters

survey_prepare_matching

Prepare the items and options of a survey matching question for rendering.

Filters

ip2geo

Return geographic information associated with an IP address.

Filters

survey_test_max_points

Counts the total of all points that can be received for all test questions. Non test questions are not counted.

Filters

survey_is_history_back

Test whether a survey respondent may return to the previous page in a history.

Filters

extract

Extract a specific property from each item in a list.

Filters

survey_is_save_intermediate

Check if the given survey is configured to save intermediate results. Always returns a boolean value.

GitHub © 2026 Zotonic