GMS_standalone: GMS Standalone

Description Usage Arguments

View source: R/standalone.R

Description

This function launches a standalone testing session for the GMS questionnaire. GMS stands for 'Goldsmiths Musical Sophistication Index'.

Usage

1
2
3
4
5
6
7
GMS_standalone(
  languages = psyquest::languages(),
  subscales = NULL,
  short_version = FALSE,
  configuration_filepath = NULL,
  ...
)

Arguments

languages

(Character vector) Determines the languages available to participants. Possible languages include "en" (English), and "de" (German). The first language is selected by default.

subscales

(Character vector) The subscales to be included in the questionnaire. Possible subscales are "Abilities", "Absolute Pitch", "Active Engagement", "Emotions", "General", "Instrument", "Musical Training", "Perceptual Abilities", "Singing Abilities", and "Start Age". If no subscales are provided all subscales for the questionnaire are selected. Overrides the "short_version" argument. Overridden by the configuration_filepath argument.

short_version

(Scalar boolean) For the short version of the questionnaire set this to TRUE. Defaults to FALSE. Overridden by the configuration_filepath and "subscales" arguments.

configuration_filepath

(Character scalar) Optional path to a configuration file exported from the GMSI-Configurator. Overrides the short_version and subscales arguments.

...

Further arguments to be passed to GMS_standalone().


fmhoeger/psyquest documentation built on Jan. 27, 2021, 7:05 p.m.