{title help="Quiz"}{tr}Quiz result stats{/tr}{/title}
{button href="tiki-list_quizzes.php" class="btn btn-info" _text="{tr}List Quizzes{/tr}"} {button href="tiki-quiz_stats.php" class="btn btn-info" _text="{tr}Quiz Stats{/tr}"} {button href="tiki-quiz_stats_quiz.php?quizId=$quizId" class="btn btn-info" _text="{tr}This Quiz Stats{/tr}"} {button href="tiki-edit_quiz.php?quizId=$quizId" class="btn btn-primary" _text="{tr}Edit this Quiz{/tr}"} {button href="tiki-edit_quiz.php" class="btn btn-primary" _text="{tr}Admin Quizzes{/tr}"}
{tr}Quiz stats{/tr}
{tr}Quiz{/tr} {$quiz_info.name}
{tr}User{/tr} {$ur_info.user|userlink}
{tr}Date{/tr} {$ur_info.timestamp|tiki_short_datetime}
{tr}Points{/tr} {$ur_info.points} / {$ur_info.maxPoints}
{tr}Time{/tr} {$ur_info.timeTaken} secs

{tr}Answer:{/tr}
{$result.answer}

{tr}User answers{/tr}

{cycle print=false values="odd,even"} {section name=ix loop=$questions} {if $questions[ix].options[0].filename} {/if} {/section}
{tr}Questions{/tr} {tr}Answer{/tr} {tr}Points{/tr} {tr}Upload{/tr}
{$questions[ix].question} {$questions[ix].options[0].optionText} {$questions[ix].options[0].points} {$questions[ix].options[0].filename}