HALT: HALT

View source: R/HALT.R

HALTR Documentation

HALT

Description

This function defines a Headphone and Loudspeaker Test \insertCite@HALT; @HALT_1 and @HALT_2HALT module for incorporation into a psychTestR timeline. Use this function if you want to include the HALT 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 HALT, consider using HALT_standalone().

Usage

HALT(
  label = "HALT",
  config = HALT::auto_config(),
  audio_dir = "https://media.gold-msi.org/test_materials/HLT",
  show_id = FALSE,
  dict = HALT::HALT_dict
)

Arguments

label

(Character scalar) Label to give the HALT results in the output file.

config

(object of class HALT_config or path to config file generated with HALTConfig) Use the 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.

audio_dir

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

show_id

(boolean default = F) Flag whether question IDs should be displayed (e.g. for debugging)

dict

The psychTestR dictionary used for internationalisation.

References

\insertAllCited

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