Demography#

General#

BasicDemography#

class psynet.demography.general.BasicDemography(locale='en', label='basic_demography')[source]#

Bases: Module

BasicMusic#

class psynet.demography.general.BasicMusic(label='basic_music', locale='en')[source]#

Bases: Module

Dance#

class psynet.demography.general.Dance(label='dance', locale='en')[source]#

Bases: Module

ExperimentFeedback#

class psynet.demography.general.ExperimentFeedback(label='feedback', locale='en')[source]#

Bases: Module

HearingLoss#

class psynet.demography.general.HearingLoss(label='hearing_loss', locale='en')[source]#

Bases: ModularPage

Income#

class psynet.demography.general.Income(label='income', locale='en')[source]#

Bases: Module

Language#

class psynet.demography.general.Language(label='language', locale='en')[source]#

Bases: Module

SpeechDisorders#

class psynet.demography.general.SpeechDisorders(label='speech_disorders', locale='en')[source]#

Bases: Module

GMSI#

class psynet.demography.gmsi.GMSI(label='gmsi', short_version=False, subscales=None, info_page=None)[source]#

Bases: Module

The Goldsmiths Musical Sophistication Index (GMSI) questionnaire.

Parameters:
  • label (str, default: "gmsi") – A label used to distinguish the module from other modules in the timeline. In the case of multiple GMSI instances within a single timeline this label also allows to differentiate between the variable names used to store the participant’s final scores; see VarStore for details.

  • short_version (bool, optional, default: False) – Whether to use the reduced set of 29 questions. The citation for this short version is Lin, H. L., Frieler, K., & Müllensiefen, D. (2021). Development and Validation of Short Forms of the Goldsmiths Musical Sophistication Index in Three Languages. ICMPC/ESCOM 2021. See also https://shiny.gold-msi.org/gmsiconfigurator/ and https://www.youtube.com/watch?v=x_0DomCP8Rs.

subscales: List, optional, default: None

The subscales to be included in the questionnaire. Possible subscales are Active Engagement, Emotions, General, Musical Training, Perceptual Abilities, `Singing Abilities, Absolute Pitch, Instrument, and Start Age. If no subscales are provided all subscales are selected. Overrides the short_version parameter.

info_pageInfoPage, optional, default: None

An InfoPage object to be used as an introductionary first page. If none is supplied the default one is displayed (see source code).

PEI#

class psynet.demography.pei.PEI(label='pei', info_page=None)[source]#

Bases: Module

Confidence scale (PEI) questionnaire.

Parameters:
  • label (str, default: "pei") – A label used to distinguish the module from other modules in the timeline.

  • info_page (InfoPage, optional, default: None) – An InfoPage object to be used as an introductionary first page. If none is supplied the default one is displayed (see source code).