Skip to content

Commit

Permalink
Merge branch 'develop' into ScreenShare
Browse files Browse the repository at this point in the history
  • Loading branch information
jvJUCA committed Jun 12, 2024
2 parents 3b48c00 + 4719549 commit 4f65231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/public/TestView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ export default {
async submitAnswer() {
this.currentUserTestAnswer.submitted = true
await this.saveAnswer()
this.$toast.success('Your response has been Recorded')
this.$router.push('/testslist')
},
setExistUser() {
this.noExistUser = false
Expand Down

0 comments on commit 4f65231

Please sign in to comment.