standalone_mpt: Standalone MPT

View source: R/standalone.R

standalone_mptR Documentation

Standalone MPT

Description

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

Usage

standalone_mpt(
  title = "Mistuning perception test",
  admin_password = "replace-with-secure-password",
  researcher_email = NULL,
  languages = mpt_languages(),
  dict = mpt::mpt_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 mpt_languages().

dict

The psychTestR dictionary used for internationalisation.

...

Further arguments to be passed to mpt().


pmcharrison/mpt documentation built on April 22, 2024, 5:29 p.m.