{#if current_slide.type === QuizTivityTypes.MARKDOWN} {#await import('$lib/quiztivity/components/markdown/play.svelte') then c}
{/await} {:else if current_slide.type === QuizTivityTypes.MEMORY} {#await import('$lib/quiztivity/components/memory/play.svelte') then c}
{/await} {/if}