Fixed major bugs

This commit is contained in:
scmmishra
2018-11-20 17:36:57 +05:30
committed by Aditya Hase
parent 53c2d5db63
commit 8951c165f0
4 changed files with 21 additions and 25 deletions

View File

@@ -13,14 +13,13 @@ export default {
methods: {
addActivity() {
if(this.$route.params.type != "Quiz"){
lms.call({
method: "add_activity",
args: {
lms.call("add_activity",
{
enrollment: lms.store.enrolledCourses[this.$route.params.course],
content_type: this.$route.params.type,
content: this.$route.params.content
}
})
)
}
},
goNext() {