HALT_standalone: Standalone HALT

View source: R/standalone.R

HALT_standaloneR Documentation

Standalone HALT

Description

This function launches a standalone testing session for the HALT This can be used for data collection, either in the laboratory or online.

Usage

HALT_standalone(
  title = NULL,
  with_id = FALSE,
  config = HALT::auto_config(),
  admin_password = "HALTadmin",
  researcher_email = "yves.wycisk@hmtm-hannover.de",
  languages = c("en", "de"),
  dict = HALT::HALT_dict,
  audio_dir = "https://media.gold-msi.org/test_materials/HLT",
  validate_id = "auto",
  ...
)

Arguments

title

(Scalar character) Title to display during testing. If NULL, TESTNAME from the dictionaly is used.

with_id

(Logical character) Should an id page be included at the beginning.

config

(object of class HALT_config or path to config file generated with HALTConfig) Use functions auto_config() or make_config() to generate this or provide a filename of a config file generated with the HALTConfig Shiny App. See also the documentation there for further explanations.

admin_password

(Scalar character) Password for accessing the admin panel.

researcher_email

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

languages

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

dict

The psychTestR dictionary used for internationalisation.

audio_dir

(url). The URL of the directory containing the stimuli.

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


klausfrieler/HALT documentation built on March 17, 2023, 6:18 a.m.