From 258cafe57a084c07a0ae890032772c8f976a8340 Mon Sep 17 00:00:00 2001 From: tatyabicchu Date: Tue, 11 Jun 2024 21:16:37 +0530 Subject: [PATCH] Fixes #497 Response Recorded Screen --- src/views/public/TestView.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/public/TestView.vue b/src/views/public/TestView.vue index 8e75e40a2..cabce0f92 100644 --- a/src/views/public/TestView.vue +++ b/src/views/public/TestView.vue @@ -612,6 +612,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