standalone: Standalone

Description Usage Arguments

View source: R/standalone.R

Description

This function launches a standalone testing session for a questionnaire with the specified label. Valid labels are 'CCM', 'DAC', 'DEG', 'GDS', 'GMS', 'GRT', 'HOP', 'MHE', 'PAC', 'SDQ', 'SEM', 'SES','SMP', 'SOS', 'TOI', 'TOM', and 'TPI'. This can be used for data collection, either in the laboratory or online.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
standalone(
  label,
  languages = psyquest::languages(),
  subscales = NULL,
  short_version = FALSE,
  configuration_filepath = NULL,
  dict = psyquest::psyquest_dict,
  admin_password = "conifer",
  researcher_email = NULL,
  validate_id = "auto",
  ...
)

Arguments

label

(Character scalar) Three uppercase letter acronym of the questionnaire.

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. If no subscales are provided all subscales are selected.

short_version

(Boolean scalar) For the short version of the questionnaire set this to TRUE. Defaults to FALSE.

configuration_filepath

(Character scalar) Optional path to a configuration file exported from the GMSI-Configurator at https://shiny.gold-msi.org/gmsiconfigurator (GMS only).

dict

(i18n_dict) The psyquest dictionary used for internationalisation.

admin_password

(Character scalar) Password for accessing the admin panel.

researcher_email

(Character scalar) If not NULL, this researcher's email address is displayed at the bottom of the screen so that online participants can ask for help.

validate_id

(Character scalar or closure) Function for validating IDs or string "auto" for default validation which means ID should consist only of alphanumeric characters.

...

Further arguments to be passed to standalone().


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