BDS: BDS

View source: R/BDS.R

BDSR Documentation

BDS

Description

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

Usage

BDS(
  num_items = 18L,
  with_welcome = TRUE,
  with_training = TRUE,
  with_finish = TRUE,
  label = "BDS",
  feedback = NULL,
  dict = BDS::BDS_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.

label

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

feedback

(Function) Defines the feedback to give the participant at the end of the test. If NULL (default) no feedback will be provided.

dict

The psychTestR dictionary used for internationalisation.


klausfrieler/BDS documentation built on March 7, 2024, 3:26 a.m.