JAJ_standalone: Standalone JAJ

View source: R/standalone.R

JAJ_standaloneR Documentation

Standalone JAJ

Description

This function launches a standalone testing session for the MPT. This can be used for data collection, either in the laboratory or online.

Usage

JAJ_standalone(
  title = NULL,
  num_items = 16L,
  with_feedback = FALSE,
  with_welcome = TRUE,
  take_training = TRUE,
  admin_password = "conifer",
  researcher_email = "longgold@gold.uc.ak",
  languages = c("en", "de", "de_f", "ru", "it", "es", "lv", "sv"),
  dict = JAJ::JAJ_dict,
  validate_id = "auto",
  ...
)

Arguments

title

(Scalar character) Title to display during testing.

num_items

(Scalar integer) Number of items for the test.

with_feedback

(Boolean scalar) Defines whether feedback about test performance shall be given at the end of the test. Defaults to TRUE.

with_welcome

(Logical scalar) Whether to include a welcome message. Defaults to TRUE.

take_training

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

admin_password

(Scalar character) Password for accessing the admin panel.

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.

languages

(Character vector) Determines the languages available to participants. 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

dict

The psychTestR dictionary used for internationalisation. Defaults to JAJ_dict.

validate_id

An external function for validating IDs, which takes a string ID as input and returns a BOOELAN. Defaults to "auto", which validates purely alphanumeric IDs with no more than 100 characters.

...

Further arguments to be passed to JAJ().


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