demo_mdt: Demo MDT

View source: R/demo.R

demo_mdtR Documentation

Demo MDT

Description

This function launches a demo for the MDT.

Usage

demo_mdt(
  num_items = 10L,
  feedback = psychTestRCAT::cat.feedback.graph("MDT"),
  admin_password = "demo",
  researcher_email = "p.m.c.harrison@qmul.ac.uk",
  dict = mdt::mdt_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 mdt().


pmcharrison/mdt documentation built on Feb. 23, 2024, 8:21 p.m.