クイズICD |
">
<{$main_message}>
|
<{if isset($is_correct) }>
">
正解!!!
あなたの回答: <{$answer}>
正解:<{foreach item=ans from=$correct_answer}><{$ans}><{/foreach}>
(<{$question_id}>)
|
<{elseif isset($correct_answer) and is_array($correct_answer) and count($correct_answer) gt 0 }>
">
正解は....
<{foreach item=ans from=$correct_answer}><{$ans}><{/foreach}>
あなたの回答: <{$answer}>
(<{$question_id}>)
|
<{/if}>
<{if isset($correctNum) }>
">
正解数:<{$correctNum}>問(10問中)
|
<{/if}>
<{if isset($ranking) }>
">
順位:<{$ranking}>
|
<{/if}>
<{if isset($question) }>
">
<{$category}>問題(第<{$question_index}>問)
<{$question}>
|
">
|
<{/if}>
<{if isset($all_result) }>
">
全結果
回数 | ジャンル | 正解数 | 開始時間 | 終了時間 | 総回答時間 |
<{foreach item=result from=$all_result}>
---|
<{$result.number_of_times}> |
<{$result.category}> |
<{$result.collectNum}> |
<{$result.start_date}> |
<{$result.end_date}> |
<{$result.quiz_time}> |
<{/foreach}>
|
<{/if}>