SMP_standalone: SMP Standalone

View source: R/standalone.R

SMP_standaloneR Documentation

SMP Standalone

Description

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

Usage

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


klausfrieler/psyquest documentation built on Feb. 24, 2025, 11:20 p.m.