standalone_piat: Standalone PIAT

View source: R/standalone-piat.R

standalone_piatR Documentation

Standalone PIAT

Description

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

Usage

standalone_piat(
  title = "Pitch imagery ability test",
  admin_password = "replace-with-secure-password",
  researcher_email = NULL,
  languages = piat_languages(),
  dict = piat::piat_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. Possible languages include English ("EN") and German ("DE").

dict

The psychTestR dictionary used for internationalisation.

...

Further arguments to be passed to piat().


pmcharrison/piat documentation built on July 28, 2023, 6:14 a.m.