GMS: GMS

Description Usage Arguments

View source: R/GMS.R

Description

This function defines a GMS module for incorporation into a psychTestR timeline. Use this function if you want to include the GMS in a battery of other tests, or if you want to add custom psychTestR pages to your test timeline. For a standalone implementation of the GMS, consider using GMS_standalone().

Usage

1
2
3
4
5
6
7
8
GMS(
  label = "GMS",
  dict = psyquest::psyquest_dict,
  subscales = c(),
  short_version = FALSE,
  configuration_filepath = NULL,
  ...
)

Arguments

label

(Character scalar) Three uppercase letter acronym of the questionnaire. This is also the label given to the results in the output file.

dict

(i18n_dict) The psyquest dictionary used for internationalisation.

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().


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