SRS: SRS

View source: R/SRS.R

SRSR Documentation

SRS

Description

This function defines a SRS 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 SRS_demo(). For a standalone implementation of the SRS, consider using SRS_standalone().

Usage

SRS(
  num_items = NULL,
  with_welcome = TRUE,
  with_training = TRUE,
  with_finish = TRUE,
  with_feedback = FALSE,
  label = "SRS",
  dict = mpipoet::mpipoet_dict,
  timeout = 10,
  ...
)

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.

with_feedback

(Logical scalar) Whether to include feedback to the participants.

label

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

dict

The psychTestR dictionary used for internationalisation.

timeout

(Double scalar) The time to answer (in seconds)

...

Further arguments to be passed to SRS_main_test().


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