简体   繁体   English

Qualtrics:在参与者之间均匀呈现循环的字段元素

[英]Qualtrics: Evenly present field elements of a loop across participants

I'm currently working on a Qualtrics survey in which respondents have to rate pictures on a couple of characteristics.我目前正在进行一项 Qualtrics 调查,在该调查中,受访者必须根据几个特征对图片进行评分。

Given that it's a lot of pictures (300), participants shouldn't have to rate all of them but can choose to exit once they've had enough.鉴于图片很多(300 张),参与者不必对所有图片进行评分,但可以选择在看够后退出。 I used this solution to allow participants to exit the loop and subsequently the study.我使用此解决方案允许参与者退出循环并随后退出研究。

Problem: I need a certain number of ratings for each picture, say 30.问题:我需要对每张图片进行一定数量的评分,比如 30。

Is it possible to put a limit on how many times a picture is presented in a loop, after which this particular picture is left out for subsequent participants?是否可以限制一张图片在循环中出现的次数,之后这张特定的图片会留给后续参与者使用? Alternatively, it might also suffice to have an "present evenly" option for the loop elements, but I can't find it.或者,为循环元素设置一个“均匀呈现”选项可能也足够了,但我找不到它。

Is there a way to use JavaScript to achieve this?有没有办法使用 JavaScript 来实现这一点? Or is there an option in Qualtrics that could do the trick?或者 Qualtrics 中是否有一个选项可以解决问题?

Thank you in advance!先感谢您!

You can use 'present evenly' on loop elements by adding a MC question prior to the loop with all your loop elements as choices.您可以通过在循环之前添加一个 MC 问题并将所有循环元素作为选项来对循环元素使用“均匀呈现”。 Use Advanced Randomization with 'evenly present' on the question and hide the question with JS.在问题上使用“均匀存在”的高级随机化,并用 JS 隐藏问题。 Then base your loop off the displayed choices in the hidden question.然后根据隐藏问题中显示的选项建立你的循环。

If you want to set a limit on each loop element you can create a quota for each element and create a hidden MC question like above.如果您想对每个循环元素设置限制,您可以为每个元素创建配额并像上面一样创建一个隐藏的 MC 问题。 Add choice display logic to the MC question based on whether the choices' quotas have been met.根据选项的配额是否已达到,将选项显示逻辑添加到 MC 问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM