HALT_standalone | R Documentation |
This function launches a standalone testing session for the HALT This can be used for data collection, either in the laboratory or online.
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", ... )
title |
(Scalar character) Title to display during testing. If |
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 |
languages |
(Character vector)
Determines the languages available to participants.
Possible languages include English ( |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.