Your LimeSurvey version: Version 5.3.12+220502 Own server or LimeSurvey hosting: own server Survey theme/template: bootswatch
==================
On a Long free text question, is there a way to print the results of the questions itself in the answer?
1. The question is hidden with
Code:
$('#question{QID}').hide();
2. And the question text is dynamically generated with javascript, and generates the results that need to go in the answer.
I figured out another solution for what I was working on. However, I am still curious to know if question text can be pulled into other parts of a survey similar to the way that other answers can be utilized. In email notification, this can be done with
Code:
{QuestionCode}.question
. Is there a way to do this inside a different question in the survey itself?