demo_cabat: Demo CA-BAT

View source: R/demo.R

demo_cabatR Documentation

Demo CA-BAT

Description

This function launches a demo for the CA-BAT.

Usage

demo_cabat(
  num_items = 10L,
  feedback = psychTestRCAT::cat.feedback.graph("BAT"),
  admin_password = "demo",
  researcher_email = "p.m.c.harrison@qmul.ac.uk",
  dict = cabat::cabat_dict,
  ...
)

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 p.m.c.harrison@qmul.ac.uk, the email address of this package's developer.

dict

The psychTestR dictionary used for internationalisation.

...

Further arguments to be passed to cabat().


pmcharrison/cabat documentation built on Feb. 22, 2024, 11:21 p.m.