Add feature: Students can send in new questions

This commit is contained in:
2022-10-24 15:29:24 +02:00
parent 23cd41bd48
commit cc6e51d31e
3 changed files with 119 additions and 5 deletions

View File

@@ -11,7 +11,10 @@
<v-btn depressed color="primary" @click="playCoop">Co-op Mode</v-btn>
</v-col>
<v-col cols="12">
<AddQuestionComponent />
<AddClosedEndedQuestion />
</v-col>
<v-col cols="12">
<AddOpenEndedQuestion />
</v-col>
</v-row>
</v-container>