{* $Id: formmakex_manage_results.html,v 1.0 2009/02/10 makinosuke Exp $ *}> <{capture assign=respondents_nav}><{strip}>
<{$question.content}> (<{$question.name}>) <{if $question.required == 'Y'}> *<{/if}>
<{if $question.typename == 'yesno' || $question.typename == 'radio' || $question.typename == 'dropdown'}>value | count | % |
---|---|---|
<{$smarty.const._AM_FORMMAKEX_VALUE}> | <{$smarty.const._AM_FORMMAKEX_COUNT}> | % |
<{$response.response}> | <{$response.subtotal}> | <{$response.percentage_countNA|round:1}> % |
<{$response.response}> | <{$response.subtotal}> | <{$response.percentage_countNA|round:1}> % |
<{$smarty.const._MB_NA}> | <{$question.NA_total}> | <{$question.NA_total_percentage|round:1}> % |
<{$smarty.const._MB_SUM}> | <{$question.responses_total_countNA}> | <{$question.percentages_total_countNA|round:1}>% |
value | count | % |
---|---|---|
<{$smarty.const._AM_FORMMAKEX_VALUE}> | <{$smarty.const._AM_FORMMAKEX_COUNT}> | % |
<{$response.response}> | <{$response.subtotal}> | <{$response.percentage_countNA|round:1}> % |
<{$response.response}> | <{$response.subtotal}> | <{$response.percentage_countNA|round:1}> % |
value | count | % |
---|---|---|
<{$smarty.const._AM_FORMMAKEX_VALUE}> | <{$smarty.const._AM_FORMMAKEX_COUNT}> | % |
<{$response.response}> | <{$response.subtotal}> | <{$response.percentage_countNA|round:1}> % |
<{$smarty.const._MB_NA}> | <{$question.NA_total}> | <{$question.NA_total_percentage|round:1}> % |
<{$smarty.const._MB_SUM}> | <{$question.responses_total_countNA}> | <{$question.percentages_total_countNA|round:1}> % |
value | count | % |
---|---|---|
<{$smarty.const._AM_FORMMAKEX_VALUE}> | <{$smarty.const._AM_FORMMAKEX_COUNT}> | % |
<{$response.response}> | <{$response.subtotal}> | <{$response.percentage_countNA|round:1}> % |
<{$smarty.const._MB_NA}> | <{$question.NA_total}> | <{$question.NA_total_percentage|round:1}> % |
<{$smarty.const._MB_SUM}> | <{$question.responses_total_countNA}> | <{$question.percentages_total_countNA|round:1}> % |
max | min | average | median |
---|---|---|---|
<{$smarty.const._MB_MAX}> | <{$smarty.const._MB_MIN}> | <{$smarty.const._MB_AVERAGE}> | <{$smarty.const._MB_MEDIAN}> |
<{$question.numeric_responses_max}> | <{$question.numeric_responses_min}> | <{$question.numeric_responses_average|round:1}> | <{$question.numeric_responses_median}> |
year | count | % | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<{$smarty.const._MB_year}> | <{$smarty.const._MB_count}> | % | |||||||||||||||
<{$year_key}> | <{$year_data.subtotal}> | <{$year_data.percentage_countNA|round:1}>% | |||||||||||||||
|
{/foreach}> <{/foreach}>
{elseif $question.typename == 'rate'}>
subject | 1 | 2 | 3 | 4 | 5 | average | <{$smarty.const._MB_NA}> |
---|---|---|---|---|---|---|---|
<{$smarty.const._MB_SUBJECT}> | 1 | 2 | 3 | 4 | 5 | <{$smarty.const._MB_AVERAGE}> | <{$smarty.const._MB_NA}> |
<{$response.subject}> | <{foreach from=$response.rates item=rate}><{$rate.subtotal}> (<{$rate.percentage_countNA|round:1}>%) | <{/foreach}><{$response.average|round:1}> | <{$response.NA_total}> (<{$response.NA_total_percentage|round:1}>%) |
{/if}> <{include file="db:formmakex_manage_results_chart.html"}>
{/foreach}> <{else}>
question | response |
---|---|
<{$question.content}> (<{$question.content}>) <{if $question.required == 'Y'}> *<{/if}> | <{foreach from=$question.responses item=response}> <{$response.response}> <{/foreach}> |
{/if}> <{$respondents_nav}>