BDT_standalone: Standalone BDT

View source: R/standalone.R

BDT_standaloneR Documentation

Standalone BDT

Description

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

Usage

BDT_standalone(
  title = "Beat Drop Alignment Test",
  with_welcome = TRUE,
  take_training = TRUE,
  admin_password = "replace-with-secure-password",
  researcher_email = NULL,
  languages = BDT_languages(),
  dict = BDT::BDT_dict,
  feedback = NULL,
  ...
)

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"). The first language is selected by default

dict

The psychTestR dictionary used for internationalisation.

feedback

(Null or a page) if NULL ther last page will show the "You completed the test" message along with "Your results have been save", else it will only show the latter but the feedback specified here. Currently, BDT.feedback.no_score() and BDT.feedback.simple_score() are supported (s. feedback.R). You can also design your own feedback function.

...

Further arguments to be passed to BDT().


klausfrieler/BDT documentation built on April 5, 2024, 12:18 a.m.