SRS_demo: Demo SRS

View source: R/SRS.R

SRS_demoR Documentation

Demo SRS

Description

This function launches a demo for the SRS

Usage

SRS_demo(
  num_items = 3L,
  timeout = 10,
  title = "SRS 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.

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" and formal: "DE_F" ). The first language is selected by default

...

Further arguments to be passed to SRS().


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