Hello everybody!
I'm conducting a Delphi Study at the university at this point, which consists of several iterations of the survey and I’m wondering if anyone knows some tweaks for solving the following two problems:
1) Although the survey questions will be the same beginning with the second round of survey, in the first round we want to give our participants the possibility to say their opinions using a free field. This opinions will be used to add extra questions in the survey in the second round.
Here is what I do: after the first round I’ve exported the survey results, iterate the survey, afterwards I’ve stop it. I’ve added the extra questions, started the survey, change the exported results file to match the new survey structure (the values of participants answer to the new added questions were set to 0, multiple numerical input), and then imported it. The answers were accepted, but the participant’s answers from the previous round will not be prefilled in the questionnaire, as normally when you iterate a survey.
Is there a way to achieve this using JavaScript?
2) We use sliders (multiple numerical input) in our survey. We will like to display the average value for every question from the results of the previous round. Therefore we would like to display a second fixed slider handle with the mean of results from previous round in the background. I didn’t find any solution for this either.
I would be very thankful for an answer.