demo_piat: Demo PIAT

View source: R/demo.R

demo_piatR Documentation

Demo PIAT

Description

This function launches a demo for the PIAT.

Usage

demo_piat(
  num_items = 10L,
  take_training = TRUE,
  feedback = psychTestRCAT::cat.feedback.graph("PIAT"),
  admin_password = "demo",
  researcher_email = NULL,
  ...
)

Arguments

num_items

(Integer scalar) Number of items in the test.

take_training

(Logical scalar) Whether to take the training phase.

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.

...

Further arguments to be passed to piat().


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