TPT: #' TPT module

View source: R/TPT.R

TPTR Documentation

#' TPT module

Description

This function contains a TPT psychTestR-module for inlcusion into batter

Usage

TPT(
  label = "TPT",
  with_welcome = TRUE,
  with_training = TRUE,
  with_feedback = TRUE,
  dict = tptR::TPT_dict,
  ...
)

Arguments

label

(Scalar character) Label for saving data

with_welcome

(Scalar boolean) Indicates if welcome page will be shown at beginning of the test module. Defaults to TRUE

with_training

(Boolean scalar) Defines whether instructions and training are included. Defaults to TRUE.

with_feedback

(Scalar boolean) Indicates if performance feedback will be given at the end of the test. Defaults to TRUE

dict

The psychTestR dictionary used for internationalisation.

...

Further arguments to be passed to TPT().


harin-git/tptR documentation built on June 1, 2022, 1:39 p.m.