{strip}> <{* 集計結果画面用テンプレート *}>
|
<{$lang.quiz_choice_label|sprintf:$choice.label}> | <{if ($question.question_type != QUIZ_QUESTION_TYPE_TEXTAREA_VALUE && $question.question_type != QUIZ_QUESTION_TYPE_WORD_VALUE) }> <{$choice.choice_value}> <{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}> |