ClassQuiz - {$t('index_page.meta.title')} ClassQuiz - Home

ClassQuiz

{$t('index_page.slogan')}

How does ClassQuiz even work?

{$t('index_page.get_a_quiz')}

{#if selected_create_thing === SelectedCreateThing.Create} Screenshot of the import-page showing an URL to Kahoot! entered {:else if selected_create_thing === SelectedCreateThing.Find} Screenshot of the search-page showing one found quiz for the term 'Country' {:else if selected_create_thing === SelectedCreateThing.Import} Screenshot of the import-page showing an URL to Kahoot! entered {:else}

Shouldn't happen!

{/if}
{ selected_create_thing = SelectedCreateThing.Create; }} class:shadow-2xl={selected_create_thing === SelectedCreateThing.Create} class:opacity-70={selected_create_thing !== SelectedCreateThing.Create} >
{$t('words.create')}

{$t('index_page.create_a_quiz_from_scratch')}

{ selected_create_thing = SelectedCreateThing.Find; }} class:shadow-2xl={selected_create_thing === SelectedCreateThing.Find} class:opacity-70={selected_create_thing !== SelectedCreateThing.Find} >
{$t('words.find')}

{$t('index_page.find_or_explore')}

{ selected_create_thing = SelectedCreateThing.Import; }} class:shadow-2xl={selected_create_thing === SelectedCreateThing.Import} class:opacity-70={selected_create_thing !== SelectedCreateThing.Import} >
{$t('words.import')}

{$t('index_page.import_quiz_from_kahoot_and_edit')}

{$t('index_page.play_quiz')}

{#if selected_play_thing === SelectedPlayThing.Select} Screenshot of the screen where an answer can be selected {:else if selected_play_thing === SelectedPlayThing.Results} Screenshot of the results with a table showing how many players chose which answer {:else if selected_play_thing === SelectedPlayThing.Winners} Screenshot of the import-page showing an URL to Kahoot! entered {:else}

Shouldn't happen!

{/if}
{ selected_play_thing = SelectedPlayThing.Select; }} class:shadow-2xl={selected_play_thing === SelectedPlayThing.Select} class:opacity-70={selected_play_thing !== SelectedPlayThing.Select} >
{$t('index_page.select_answer')}

{$t('index_page.choose_answer_wisely')}

{ selected_play_thing = SelectedPlayThing.Results; }} class:shadow-2xl={selected_play_thing === SelectedPlayThing.Results} class:opacity-70={selected_play_thing !== SelectedPlayThing.Results} >
{$t('index_page.view_results')}

{$t('index_page.check_if_chosen_wisely')}

{ selected_play_thing = SelectedPlayThing.Winners; }} class:shadow-2xl={selected_play_thing === SelectedPlayThing.Winners} class:opacity-70={selected_play_thing !== SelectedPlayThing.Winners} >
{$t('index_page.list_winners')}

{$t('index_page.get_ranking_and_winners')}

{$t('index_page.why_classquiz')}

{classquiz_reasons[selected_classquiz_reason].content}

{#each classquiz_reasons as reason, index}
{ selected_classquiz_reason = index; }} class:shadow-2xl={selected_classquiz_reason === index} class:opacity-70={selected_classquiz_reason !== index} >
{reason.headline}
{/each}
{#if newsletterModalOpen}
{/if}