Is it possible to show fixed comments first? #1120
-
Hi, maybe this has been answered but I haven't found it. I know that comments show up in a semi random manner, as explained here: https://compdemocracy.org/comment-routing/ But in the experiment that I'm planning we would like to have some demographic variables about the participant, or to have some "first" comment that may work as a target feature in a posterior analysis. Even if pol.is as is doesn't allow to do this, If I were to embed the participation interface in another website, is there a way to use cookies or something similar to associate the person answering pol.is survey, with the person answering some question in the website where the iframe is loaded? I hope I explained myself. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @raulsperoni. Thanks for your question! You can absolutely do this. I'd recommend taking a look at https://github.com/compdemocracy/polis-embed-example. That shows you how you can use our xid system to track identity per user with a cookie (localStorage parameter actually) which you can tie to whatever questions you ask the person prior to them participating in the polis survey/conversation itself. You can then merge the data in post-conv analysis as you like. Please let me know if this makes sense or if I can provide further clarification. Thanks again! |
Beta Was this translation helpful? Give feedback.
Hi @raulsperoni. Thanks for your question!
You can absolutely do this. I'd recommend taking a look at https://github.com/compdemocracy/polis-embed-example. That shows you how you can use our xid system to track identity per user with a cookie (localStorage parameter actually) which you can tie to whatever questions you ask the person prior to them participating in the polis survey/conversation itself. You can then merge the data in post-conv analysis as you like.
Please let me know if this makes sense or if I can provide further clarification.
Thanks again!