MSM_standalone: Standalone MSM

Description Usage Arguments

View source: R/standalone.R

Description

This function launches a standalone testing session for the MSM 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
MSM_standalone(
  title = NULL,
  num_items = 10L,
  with_id = FALSE,
  with_welcome = TRUE,
  with_training = TRUE,
  type = "PART1",
  admin_password = "conifer",
  researcher_email = "klaus.frieler@ae.mpg.de",
  languages = c("en", "de"),
  dict = MSM::MSM_dict,
  audio_dir = "https://s3-eu-west-1.amazonaws.com/media.dots.org/stimuli/MSM",
  validate_id = "auto",
  ...
)

Arguments

title

(Scalar character) Title to display during testing.

num_items

(Scalar integer) Number of items to be adminstered.

with_id

(Logical scalar) Whether to show a ID page.

with_welcome

(Logical scalar) Whether to show a welcome page.

with_training

(Logical scalar) Whether to include the training phase.

type

(character scalar) Which version to show (either PART1 or PART2-1/PART2-02)

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.

audio_dir

(URL) The top level URL for audio stimuli

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


klausfrieler/MSM documentation built on Dec. 21, 2021, 6:46 a.m.