SMP_standalone: SMP Standalone

Description Usage Arguments

View source: R/standalone.R

Description

This function launches a standalone testing session for the STOMP questionnaire. SMP stands for 'Short Test of Musical Preferences (STOMP)'.

Usage

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

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. There are two possible subscale sets: 1. From the Do-re-mi paper: "Reflective & Complex", "Intense & Rebellious", "Upbeat & Conventional", and "Energetic & Rhythmic"; 2. from the STOMP-R paper (MUSIC): "Mellow", "Unpretentious", "Sophisticated", "Intense", and "Contemporary".

If no subscales are provided all subscales for the questionnaire are selected.

short_version

(Scalar boolean) For the short version (original STOMP) of the questionnaire set this to TRUE. Defaults to FALSE.

...

Further arguments to be passed to SMP_standalone().


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