SMT_standalone: Standalone SMT

Description Usage Arguments

View source: R/standalone.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
SMT_standalone(
  title = NULL,
  with_id = FALSE,
  with_feedback = TRUE,
  with_selection = FALSE,
  with_welcome = TRUE,
  with_interim_feedback = FALSE,
  admin_password = "conifer",
  researcher_email = "longgoldstudy@gmail.com",
  languages = c("en", "de"),
  dict = SMT::SMT_dict,
  validate_id = "auto",
  max_items_per_task = 50,
  ...
)

Arguments

title

(Scalar character) Title to display during testing.

with_id

(Scalar boolean) Indicates, if ID should be asked for. Defaults to TRUE

with_feedback

(Scalar boolean) Indicates if performance feedback will be given at the end of the test. Defaults to FALSE

with_selection

(Scalar boolean) Indicates, if test configuration page shall be displayed. Defaults to TRUE

with_welcome

(Scalar boolean) Indicates, if a welcome page shall be displayed. Defaults to TRUE

with_interim_feedback

(Scalar boolean) Indicates, if feedback after each task group shall be given

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") and German ("de") The first language is selected by default

dict

The psychTestR dictionary used for internationalisation.

validate_id

(Character scalar or closure) Function for validating IDs or string "auto" for default validation which means ID should consist only of alphanumeric characters.

max_items_per_task

(Scalar integer) Max. number of items per task group.

...

Further arguments to be passed to SMT().


klausfrieler/SMT documentation built on Feb. 5, 2022, 5:26 p.m.