standalone_mdt: Standalone MDT

View source: R/standalone.R

standalone_mdtR Documentation

Standalone MDT

Description

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

Usage

standalone_mdt(
  title = "Melody discrimination test",
  admin_password = "replace-with-secure-password",
  researcher_email = NULL,
  languages = mdt_languages(),
  dict = mdt::mdt_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 mdt_languages().

dict

The psychTestR dictionary used for internationalisation.

...

Further arguments to be passed to mdt().


pmcharrison/mdt documentation built on April 30, 2024, 2:13 p.m.