MSM: MSM

Description Usage Arguments

View source: R/MSM.R

Description

This function defines a MSM module for incorporation into a psychTestR timeline. Use this function if you want to include the MSM in a battery of other tests, or if you want to add custom psychTestR pages to your test timeline. For demoing the MSM, consider using MSM_demo(). For a standalone implementation of the MSM, consider using MSM_standalone().

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
MSM(
  num_items = 10L,
  with_welcome = TRUE,
  with_training = TRUE,
  with_finish = TRUE,
  finish_type = "FINISHED_CONT",
  label = "MSM",
  type = "PART1",
  audio_dir = "https://s3-eu-west-1.amazonaws.com/media.dots.org/stimuli/MSM",
  dict = MSM::MSM_dict,
  ...
)

Arguments

num_items

(Integer scalar) Number of items in the test.

with_welcome

(Logical scalar) Whether to show a welcome page.

with_training

(Logical scalar) Whether to include the training phase.

with_finish

(Logical scalar) Whether to show a finished page.

finish_type

(string scalar) Which finish page to show (Either FINISHED or FINISHED_CONT)

label

(Character scalar) Label to give the MSM results in the output file.

type

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

audio_dir

(URL) The top level URL for audio stimuli

dict

The psychTestR dictionary used for internationalisation.

...

Further arguments to be passed to main_test().


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