demo_mpt: Demo MPT

View source: R/demo.R

demo_mptR Documentation

Demo MPT

Description

This function launches a demo for the MPT.

Usage

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


pmcharrison/mpt documentation built on May 2, 2024, 7:20 p.m.