I was wondering if it possible to populate a dropdown list using Qualtrics API. For my questions I want survey takers to select a numbers from $0.00 to $10.00 in increments of 25 cents ($0.00, $0.25, $0.50, $0.75, ... $10.00), and I want their choice to be coded as the respective number (0, 25, 50, 75, ... 1000).
Is is possible to populate the dropdown list using JS?
For reference I've seen similar problems here:
https://www.qualtrics.com/community/discussion/4715/adding-answer-choices-to-multi-select-box-using-javascriptand I've seen the
setChoiceAnswerValuein the API documentation but I am still not sure how to handle this.