Refactor: cleanup
This commit is contained in:
@@ -150,9 +150,6 @@ export default {
|
||||
courseId () {
|
||||
return this.$store.state.selectedCourse
|
||||
},
|
||||
numberOfPages () {
|
||||
return Math.ceil(this.questions.length / this.itemsPerPage)
|
||||
},
|
||||
actionButtons () {
|
||||
const self = this
|
||||
return [
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<TutorPanel :course-id="courseID" />
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<QuizComponent :course-id="courseID" />
|
||||
<QuizComponent />
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<CommunityComponent />
|
||||
|
||||
Reference in New Issue
Block a user