BDS_demo: Demo BDS

View source: R/demo.R

BDS_demoR Documentation

Demo BDS

Description

This function launches a demo for the BDS.

Usage

BDS_demo(
  num_items = 3L,
  feedback = BDS::BDS_feedback_with_score(),
  admin_password = "demo",
  researcher_email = "longgold@gold.uc.ak",
  dict = BDS::BDS_dict,
  language = c("en", "de"),
  ...
)

Arguments

num_items

(Integer scalar) Number of items in the test.

feedback

(Function) Defines the feedback to give the participant at the end of the test. Defaults to a graph-based feedback page.

admin_password

(Scalar character) Password for accessing the admin panel. Defaults to "demo".

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. Defaults to longgold@gold.uc.ak, the email address of this package's developer.

dict

The psychTestR dictionary used for internationalisation.

language

The language you want to run your demo in. Possible languages include English ("en") and German ("de"). The first language is selected by default

...

Further arguments to be passed to BDS().


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