BDS_standalone: Standalone BDS

View source: R/standalone.R

BDS_standaloneR Documentation

Standalone BDS

Description

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

Usage

BDS_standalone(
  title = NULL,
  num_items = 18L,
  with_id = TRUE,
  feedback = BDS::BDS_feedback_with_graph(),
  with_welcome = TRUE,
  admin_password = "conifer",
  researcher_email = "longgold@gold.uc.ak",
  languages = c("en", "de"),
  dict = BDS::BDS_dict,
  validate_id = "auto",
  ...
)

Arguments

title

(Scalar character) Title to display during testing.

num_items

(Scalar integer) Number of items to be adminstered.

with_id

(Logical scalar) Whether to show a ID page.

feedback

(Function) Defines the feedback to give the participant at the end of the test.

with_welcome

(Logical scalar) Whether to show a welcome page.

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.

validate_id

(Character scalar or closure) Function for validating IDs or string "auto" for default validation which means ID should consist only of alphanumeric characters.

...

Further arguments to be passed to BDS().


klausfrieler/BDS documentation built on March 7, 2024, 3:26 a.m.