fix: quiz evalutation issue (#25671)
This commit is contained in:
parent
c55aa295fc
commit
0eb3a38c9d
@ -118,7 +118,7 @@ class Quiz {
|
||||
quiz_response: this.get_selected(),
|
||||
course: this.course,
|
||||
program: this.program,
|
||||
time_taken: this.is_time_bound ? this.time_taken : ""
|
||||
time_taken: this.is_time_bound ? this.time_taken : 0
|
||||
}).then(res => {
|
||||
this.submit_btn.remove()
|
||||
if (!res.message) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user