Solved
Pairwise comparison multiple times in a row
Dear all,
I am working on a survey with a conjoint on two policy programs. People receive two different policy programs in a table which randomly varies in different attributes. I have used Kyle Dropps template (http://kyledropp.weebly.com/conjoint.html) to write the table in javascript/html. This also works but I would like to run the conjoint five times in a row. Attributes would always vary but it is necessary to do that for the analysis. However, if I copy the block with the code for the table four more times and check out the survey in the preview, I only get random results in the first table. The four other times there is nothing visible in the table. Does anyone know why this is? I did not change anything on the code. However, if I do a preview of the single block, it always works for all. Does anyone have an idea on how to solve this problem? Your help is very much appreciated!
Best answer by PraDeepKotian_XM
Hey @fdeeg ,
> @fdeeg said:
> Dear all,
> I am working on a survey with a conjoint on two policy programs. People receive two different policy programs in a table which randomly varies in different attributes. I have used Kyle Dropps template (http://kyledropp.weebly.com/conjoint.html) to write the table in javascript/html. This also works but I would like to run the conjoint five times in a row. Attributes would always vary but it is necessary to do that for the analysis. However, if I copy the block with the code for the table four more times and check out the survey in the preview, I only get random results in the first table. The four other times there is nothing visible in the table. Does anyone know why this is? I did not change anything on the code. However, if I do a preview of the single block, it always works for all. Does anyone have an idea on how to solve this problem? Your help is very much appreciated!
It is not showing in other tables because in table every question you have same id(td).
You have to change the id of each table(td) in every questions and same in script.
!
View original
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.