Adding to select count

This commit is contained in:
Fabian Stamm 2019-09-11 15:39:29 +02:00
parent 0208366423
commit 88b2967944

View File

@ -21,7 +21,7 @@
}
</script>
<h3>Select {question.correct.length}</h3>
{#each options as option}
<div
key={option.key}