🚑 Fixed Range-Answers

This commit is contained in:
Mawoka
2022-10-07 11:15:40 +02:00
parent b7da6424df
commit 2628b19702
+2 -2
View File
@@ -92,7 +92,7 @@
} }
} }
$: console.log(solution); $: console.log(slider_value, 'values');
</script> </script>
<div class="flex flex-col justify-center w-screen h-1/6"> <div class="flex flex-col justify-center w-screen h-1/6">
@@ -113,7 +113,7 @@
</div> </div>
{/if} {/if}
{#if timer_res !== '0'} {#if timer_res !== '0'}
{#if question.type === QuizQuestionType.ABCD || QuizQuestionType.VOTING} {#if question.type === QuizQuestionType.ABCD || question.type === QuizQuestionType.VOTING}
{#if game_mode === 'normal'} {#if game_mode === 'normal'}
<div class="grid grid-cols-2 gap-2 w-full p-4"> <div class="grid grid-cols-2 gap-2 w-full p-4">
{#each question.answers as answer} {#each question.answers as answer}