Skip to content

GroupMalleability Widget v7

Stefano Balietti edited this page Oct 21, 2021 · 3 revisions
  • status : complete
  • version : 7.x

Illustration

Todo.

Introduction

The GroupMalleability is a set of questions aimed at measuring the preference of a person for groups and hierarchies.

TODO.

References

  • Ho et al. (2015). "The nature of social dominance orientation: Theorizing and measuring preferences for intergroup inequality using the new GroupMalleability₇ scale". Journal of Personality and Social Psychology. 109 (6): 1003–1028.

  • Sidanius and Pratto (1999). Social Dominance: An Intergroup Theory of Social Hierarchy and Oppression. Cambridge: Cambridge University Press.

Main Options

  • scale: The type of questions to ask. Values: 'GroupMalleability7', 'GroupMalleability16', 'GroupMalleability7s' (default).
  • choices An array of numeric choices. Default (1,2,3,4,5,6,7).

Usecase

// Creates a new GroupMalleability widget and and appends it inside the header.
var header = W.getHeader();
var sdo = node.widgets.append('GroupMalleability', header, { scale: 'GroupMalleability16' });

Links

Clone this wiki locally