eduproj/web/src/routes/index.svelte

12 lines
199 B
Svelte
Raw Normal View History

2021-08-28 08:11:51 +00:00
<script lang="ts">
import QuizBox from "$lib/QuizBox.svelte";
</script>
<h1>Learn by mastery</h1>
<QuizBox />
2021-08-28 08:35:34 +00:00
<p>
yadda yadda yadda what's unique about this mastery based learning appraoch
</p>