JAJ_demo: Demo JAJ

View source: R/demo.R

JAJ_demoR Documentation

Demo JAJ

Description

This function launches a demo for the JAJ.

Usage

JAJ_demo(
  num_items = 3L,
  take_training = TRUE,
  feedback = JAJ::JAJ_feedback_with_score(),
  admin_password = "demo",
  researcher_email = "longgold@gold.uc.ak",
  dict = JAJ::JAJ_dict,
  language = "en",
  ...
)

Arguments

num_items

(Integer scalar) Number of items in the test.

take_training

(Boolean scalar) Defines whether instructions and training are included. Defaults to TRUE.

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 kf@omniversum.de, the email address of this package's developer.

dict

The psychTestR dictionary used for internationalisation.

language

The language you want to run your demo in. Possible languages include English ("en"), German ("de"), formal German ("de_f"), Italian ("it"), Spanish "es", Latvian "lv", Slovenian "sv",and Russian ("ru"). The first language is selected by default

...

Further arguments to be passed to JAJ().


klausfrieler/JAJ documentation built on May 9, 2023, 8:59 a.m.