{title help="Quiz"}{tr}Stats for quiz:{/tr} {$quiz_info.name}{/title}
| {tr}User{/tr} | {* Set the names of the table headings to reflect the names of the db *}{tr}Date{/tr} | {tr}time taken{/tr} | {tr}points{/tr} | {tr}Result{/tr} | {tr}Pass/Fail{/tr} |
|---|---|---|---|---|---|
| {$channels[user].user|userlink} | {$channels[user].timestamp|tiki_short_datetime} | {$channels[user].timeTaken} {tr}secs{/tr} | {$channels[user].points} ({$channels[user].avgavg|string_format:"%.2f"}%) | {if $tiki_p_view_user_results eq 'y'} {icon name='chart'} {if $channels[user].hasDetails eq 'y'}({tr}Details{/tr}){/if} {/if} {if $tiki_p_admin_quizzes eq 'y'} {icon name='remove'} {/if} | {if $channels[user].ispassing}{tr}Passed{/tr}{else}{tr}Failed{/tr}{/if} |
| {tr}Options{/tr} | *}||
|---|---|---|
| {tr}Option{/tr} | {tr}Votes{/tr} | {tr}Average{/tr} |
| {$questions[ix].options[jx].optionText|escape} | {$questions[ix].options[jx].votes} | {$questions[ix].options[jx].avg|string_format:"%.2f"}% |