Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
也许有人可以帮忙。
在在线调查中,我们希望使用外观和功能类似于 Tinder 的图形。受访者应该能够点击图像下方的心形或十字(在我们的例子中不是滑动)并直接看到下一个类似火种的图像。为此,我们将中心区域和交叉区域标记为热点。一位受访者将看到的图像都在一个块中。我们该如何管理
干杯,安德斯
关于您的热点问题:
将验证类型设置为:
添加此 JavaScript:
Qualtrics.SurveyEngine.addOnload(function() { this.questionclick = function(event,element){ $('NextButton').click(); }; });
他们为每个问题(心形或十字形)单击的区域将出现在您的响应数据中。