Hello,
I'm trying to make a text display that dynamically show answer from previous equation type question.
The equation type questions itself is a calculation of previous single choice type question.
Example:
Question1 (single choice): select a number from choices below.
Question2 (equation): {Question1.shown*2}
Question3 (text display): This is your Question1 answer times 2: {Question2}
The problem is, the text display won't update after the user answer Question1 unless I add another Question4 and modify Question3 like so:
Question4 (long free text): Type anything
Question3 (text display): This is your Question1 answer times 2: {Question2} and this is Question4 value: {Question4}
The text display itself won't update after the user answer Question1. But it will update after the user answer the Question4.
This is only happens in LimeSurvey 3.
I attached an example survey.