standalone_cabat: Standalone CA-BAT

View source: R/standalone.R

standalone_cabatR Documentation

Standalone CA-BAT

Description

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

Usage

standalone_cabat(
  title = "Beat perception test",
  admin_password = "replace-with-secure-password",
  researcher_email = NULL,
  languages = cabat_languages(),
  dict = cabat::cabat_dict,
  ...
)

Arguments

title

(Scalar character) Title to display during testing.

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. The first language is selected by default. Defaults to the value returned by cabat_languages(). The first language is selected by default

dict

The psychTestR dictionary used for internationalisation.

...

Further arguments to be passed to cabat().


pmcharrison/cabat documentation built on Feb. 22, 2024, 11:21 p.m.