LIQ_standalone: Standalone LIQ

View source: R/LIQ.R

LIQ_standaloneR Documentation

Standalone LIQ

Description

This function launches a standalone testing session for the LIQ (Literature Sophistication Index) This can be used for data collection, either in the laboratory or online.

Usage

LIQ_standalone(
  title = NULL,
  with_id = FALSE,
  admin_password = "conifer",
  researcher_email = "klaus.frieler@ae.mpg.de",
  languages = c("en", "de", "de_f"),
  dict = mpipoet::mpipoet_dict,
  validate_id = "auto",
  ...
)

Arguments

title

(Scalar character) Title to display during testing.

with_id

(Logical scalar) Whether to show a ID page.

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 (informal: "DE" and formal: "DE_F" ). 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.

...

Further arguments to be passed to ART().


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