Based on the exchange here, I am using JavaScript to capture the value of a sliding scale and to dynamically display that value in the question text. Here is a screenshot in which the question text displays the current value of the slider scale:
The HTML of the question text includes the following code:
<b><p id="alreadyKnewPercentage"> </p>
<p id="newPeoplePercentage"> </p></b>
I would ideally like to dynamically display the value of the sliding scale within the scale labels (directly above “0” and “100”) rather than in the question text. However, when I place the code above into the scale labels, the value of the slider does not show up. Any help would be much appreciated!