SLS_demo: Demo SLS

View source: R/SLS.R

SLS_demoR Documentation

Demo SLS

Description

This function launches a demo for the SLS

Usage

SLS_demo(
  num_items = 3L,
  title = "SLS 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.

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 SLS().


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