Skip to content

Commit

Permalink
Update completed msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiselrahman committed Sep 8, 2019
1 parent f05aad4 commit 3eea118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/GoogleIt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
startSurveyText: "Start Quiz",
pages: questions,
completedHtml:
'<h4 style="text-align:center">You have answered correctly <b>{correctedAnswers}</b> questions from <b>{questionCount}</b>.</h4>'
'<h4 style="text-align:center">Submission successful, Kindly wait for the results.</h4>'
};
var model = new SurveyVue.Model(json);
return {
Expand Down

0 comments on commit 3eea118

Please sign in to comment.