GroupMalleability Widget v7 - nodeGame/nodegame GitHub Wiki

  • status : complete
  • version : 7.x

Illustration

Illustration of the GroupMalleability widget

Introduction

The GroupMalleability is a set of questions aimed at measuring beliefs about groups' construct within the context of perceptions of group malleability.

References

  • Halpering et al. (2011). "Promoting the Middle East Peace Process by Changing Beliefs About Group Malleability". Science, Vol. 333, Issue 6050 pp. 1767-1769

Main Options

All options ava

  • choices: An array of numeric choices. Default (1,2,3,4,5,6,7).
  • header: The header to be passed to the Choice Table.

Usecase

// Option 1: Manual append in page.

// Appends a new GroupMalleability widget to an element with ID "root" (must exist);
// A reference is returned and stored in variable gm.
var gm = node.widgets.append('GroupMalleability', 'root');

// Get current values.
sdo.getValues();


// Option 2: Widget Step.

stager.extendStep('gm', {
    widget: 'GroupMalleability'
});

Links

⚠️ **GitHub.com Fallback** ⚠️