{#if data.title} {@html data.title} {:else} No title... {/if}
All numbers between {question.answers.min_correct} and {question.answers.max_correct} are correct, where numbers between {question .answers.min} and {question.answers.max} can be selected.
{:else if question.type === QuizQuestionType.VOTING || question.type === QuizQuestionType.TEXT} {#if Array.isArray(question.answers)}Slide!
{:else}Unknown Question Type (shouldn't happen)
{/if}