Question T3318
Visible to All Users

Show the result to the user (preferably with score)

created 5 years ago

Hello,

To insentivize users to complete the survey, is it possible to display the results to them at the last page, preferably with the score reflecting the number of correct answers? I.e. all questions have boolean answers and only one of them is correct - getting it right would increment your score by one, total score would be displayed on the last page. Is there a way to hack around that perhaps?

Thanks!

Answers approved by surveyjs Support

created 5 years ago

Hello Polina,
Have you seen this example?
It has the following completedHtml property value:

JavaScript
completedHtml: "<h4>You have answered correctly <b>{correctedAnswers}</b> questions from <b>{questionCount}</b>.</h4>"

Thank you,
Andrew
SurveyJS Team

    Comments (3)
    BP BP
    Bakhturina Polina 5 years ago

      Amazing, thank you!

        Hi Andrew, thank you!
        I am trying to find documentation and examples on how to setup and use placeholders like {correctedAnswers} in your example above. How do you refer to them in SurveysJs?

          Hello,

          I've created a separate ticket on your behalf (T5386: How to setup and use placeholders like {correctedAnswers}?). It has been placed in our processing queue and will be answered shortly.