Skip to content

SeboLab/interactive_ios_scale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interactive IOS Scale for Multiparty Interactions (IIMI): A Measure of Interpersonal Closeness with Multiple Interactants

Open-Source Code Release for "Ice-Breaking Technology: Robots and Computers Can Foster Meaningful Connections between Strangers through In-Person Conversations"

IOS_task_demo.gif

The Interactive IOS Scale for Multiparty Interactions (IIMI) was developed to measure the interpersonal closeness between three interactants with an intuitive drag-and drop interface for the project presented in the paper Ice-Breaking Technology: Robots and Computers Can Foster Meaningful Connections between Strangers through In-Person Conversations by Alex Wuqi Zhang, Ting-Han Lin, Xuan Zhao, and Sarah Sebo at the Human-Robot Interaction Lab at the University of Chicago. The Interactive IOS Scale for Multiparty Interactions was written in javascript for integration with Qualtrics by Kaushal Addanki, Research Application Developer at UChicago's Center for Decision Research.

This measure is adapted from Aron's Inclusion of Other in the Self Scale [1] to capture people's perception of social closeness among multiple interactants, and it is also grounded in a wealth of psychological studies that measured social distance based on physical distance between individuals [2] as well as their computerized protagonists [3].

[1] Aron, A., Aron, E. N., & Smollan, D. (1992). Inclusion of other in the self scale and the structure of interpersonal closeness. Journal of personality and social psychology, 63(4), 596.

[2] Holland, R. W., Roeder, U. R., Rick B. van, B., Brandt, A. C., & Hannover, B. (2004). Don't stand so close to me: The effects of self-construal on interpersonal closeness. Psychological science, 15(4), 237-242.

[3] Perry, A., Mankuta, D., & Shamay-Tsoory, S. G. (2015). OT promotes closer interpersonal distance among highly empathic individuals. Social cognitive and affective neuroscience, 10(1), 3-9.

Integration with Qualtrics

  1. Define the following "embedded data" blocks in the Survey Flow tab.

qualtrics_embedded_data.png

  1. Create a new Text/Graphic question in your Qualtrics survey of content type Text.

  2. Copy the code in ios_task.js into the custom JavaScript tab (Survey > Edit Question > Question Behavior > JavaScript). Please note that only the upgraded Qualtrics account has access to the JavaScript feature.

  3. Copy and paste the following into the "HTML" view of the question content:

<div style="text-align:center"><canvas class="myCanvas" height="${e://Field/canvas_height}px" style="border:1px solid #d3d3d3;" width="${e://Field/canvas_width}px"> Your browser does not support the HTML5 canvas tag.</canvas></div>
  1. Qualtrics.SurveyEngine.setEmbeddedData(yourVarName, yourVarValue) will update the Qualtrics embedded data with the updated values

Update

05/05/2024: ios_task.js is updated such that the question's next button will only show up after one of the circles is dragged. This update is meant to address the issue where participants did not attempt to move the circles at all and were still able to continue the survey.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published