Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Print answers

  • AdamPolaco
  • AdamPolaco's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 9 months ago #201688 by AdamPolaco
Print answers was created by AdamPolaco
At the end of the survey, after setting the option, the text "Print answers" appears. My question is whether it can be changed somewhere in the options or need to be corrected in the code. I want the text "Get to know your results"
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
3 years 9 months ago #201741 by tpartner
Replied by tpartner on topic Print answers
Two options...

1) modify the translation - manual.limesurvey.org/Translating_LimeSurvey


2) Extend your theme and edit this part of submit.twig:

Code:
{% if (aSurveyInfo.aCompleted.aPrintAnswers.show == true) %}
  <!--  Link to Print Answer Preview -->
  <div class="{{ aSurveyInfo.class.submitwrapperdiva }}" {{ aSurveyInfo.attr.submitwrapperdiv }}>
    <a href="{{ aSurveyInfo.aCompleted.aPrintAnswers.sUrl }}" title={{ aSurveyInfo.aCompleted.aPrintAnswers.sTitle }} class="{{ aSurveyInfo.class.submitwrapperdivaa }}" {{ aSurveyInfo.attr.submitwrapperdivaa }}>
      {{ gT("Print your answers.") }}
    </a>
  </div>
{% endif %}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose