{#if show}
Quiz Complete!
{grade.letter}
{percentage}%
{grade.description}
{sessionStats.correct}
Correct
{sessionStats.wrong}
Wrong
{#if sessionStats.skipped > 0}
{sessionStats.skipped}
Skipped
{/if}
You answered {sessionStats.correct} out of {sessionStats.total} questions correctly {#if sessionStats.skipped > 0} and skipped {sessionStats.skipped} question{sessionStats.skipped > 1 ? 's' : ''} {/if}.
Back to Games
Play Again
{/if}