Back to Survey List

Results: {$survey->data.survey_title}

Total number of respondents: {$userCount} {if $userDraftCount gt 0}(+{$userDraftCount} incomplete){/if}

{assign var=questionCounter value=1} {foreach from=$results item=result}

{$questionCounter}. {$result.surveyquestion_title}

{if $result.surveyquestion_type|strtolower neq 'textbox'} {include file=Template::get("survey/admin_result_graph.html") result=$result} {else} {include file=Template::get("survey/admin_result_textbox.html") result=$result} {/if}
{$questionCounter = $questionCounter + 1} {/foreach}

{"Download results"|gettext}

{"You can download the results of this survey as a CSV file. There are two types of file."|gettext}

{"All answers"|gettext}

{"This downloads a CSV file containing every answer selected by the user. Multiple choice answers will have a row for each answer."|gettext}

{"All answers"|gettext}

{"Statistics"|gettext}

{"This downloads a CSV file containing the numbers for each chosen option. This file does not include text-field questions."|gettext}

{"Multiple choice statistics"|gettext}