HALT_demo: Demo HALT

View source: R/demo.R

HALT_demoR Documentation

Demo HALT

Description

This function launches a demo for the HALT, which is just a wrapper to HALT_standalong with an no_screening flag. This function launches a demo for the HALT, which is just a wrapper to HALT_standalong with an no_screening flag.

Usage

HALT_demo(
  config = HALT::auto_config(screening_parts = FALSE),
  admin_password = "demo",
  researcher_email = "",
  dict = HALT::HALT_dict,
  language = "en"
)

Arguments

config

(HALT_config object) A HALT_config object, generate with HATL::make_config() or auto_config() (default).

admin_password

(Scalar character) Password for accessing the admin panel. Defaults to "demo".

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. Defaults to longgold@gold.uc.ak, the email address of this package's developer.

dict

The psychTestR dictionary used for internationalisation.

language

The language you want to run your demo in. Possible languages include English ("EN") and German ("DE"). The first language is selected by default


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