ART_demo: Demo ART

ART_demoR Documentation

Demo ART

Description

This function launches a demo for the ART

Usage

ART_demo(
  num_items = 3L,
  mode = "pairs",
  timeout = ifelse(mode == "single_page", 180, 10),
  title = "ART Demo",
  dict = mpipoet::mpipoet_dict,
  admin_password = "demo",
  researcher_email = "klaus.frieler@ae.mpg.de",
  language = c("en", "de", "de_f")
)

Arguments

num_items

(Integer scalar) Number of items in the test. Default NULL pulls all items.

mode

(String scalar) Presentation mode of the ART, 'single', 'pairs' or 'single_page'. Default is 'pairs'.

timeout

(Double scalar) The time to answer (in seconds)

title

(Character scalar) The title

dict

The psychTestR dictionary used for internationalisation.

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.

language

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

...

Further arguments to be passed to ART().


klausfrieler/mpipoet documentation built on April 6, 2024, 6:13 a.m.