Demography#
General#
BasicDemography#
BasicMusic#
Dance#
ExperimentFeedback#
HearingLoss#
- class psynet.demography.general.HearingLoss(label='hearing_loss', locale='en')[source]#
Bases:
ModularPage
Income#
Language#
SpeechDisorders#
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.
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_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).
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).