From 3eea1189198c6f5a09ee104a3517df93d02b77ec Mon Sep 17 00:00:00 2001 From: Jaisel Rahman Date: Sun, 8 Sep 2019 17:22:03 +0530 Subject: [PATCH] Update completed msg --- src/views/GoogleIt.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/GoogleIt.vue b/src/views/GoogleIt.vue index 3025ae5..1db58d8 100644 --- a/src/views/GoogleIt.vue +++ b/src/views/GoogleIt.vue @@ -37,7 +37,7 @@ export default { startSurveyText: "Start Quiz", pages: questions, completedHtml: - '

You have answered correctly {correctedAnswers} questions from {questionCount}.

' + '

Submission successful, Kindly wait for the results.

' }; var model = new SurveyVue.Model(json); return {