<{strip}> <{* 集計結果画面用テンプレート *}> <{include file="quiz_mobile_head.html"}> <{include file="quiz_mobile_average.html"}> <{foreach from=$action.questions item=question name="question"}> <{include file="quiz_mobile_question.html"}>
<{foreach from=$question.choices item=choice name="choice"}> <{$lang.quiz_choice_label|sprintf:$choice.label}> <{if $question.question_type != QUIZ_QUESTION_TYPE_TEXTAREA_VALUE}> <{$choice.choice_value|nl2br}> <{elseif $smarty.foreach.choice.iteration == 1}> <{$lang.quiz_answer_not_mark}> <{elseif $smarty.foreach.choice.iteration == 2}> <{$lang.quiz_answer_correct}> <{else}> <{$lang.quiz_answer_wrong}> <{/if}>
  <{$lang.quiz_choice_count|sprintf:$choice.label:$choice.choice_count}>   <{$lang.quiz_percent|sprintf:$choice.share}>
<{/foreach}>
<{/foreach}>
<{include file = "quiz_mobile_goto_main.html"}> <{/strip}>